Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- HTML -->
- <body>
- <nav class="nav-bar">
- <ul>
- <li><button class="nav-btn" data-section="accueil"><span class="emoji">🏠</span> <span class="text">Accueil</span></button></li>
- <li><button class="nav-btn" data-section="projets"><span class="emoji">🚀</span> <span class="text">Projets</span></button></li>
- <li><button class="nav-btn" data-section="a-propos"><span class="emoji">🧑</span> <span class="text">À propos</span></button></li>
- <li><button class="nav-btn" data-section="contact"><span class="emoji">📬</span> <span class="text">Contact</span></button></li>
- </ul>
- </nav>
- <section class="accueil active">
- <!-- Contenu de la section Accueil -->
- aa
- </section>
- <section class="projets">
- <!-- Contenu de la section Projets -->
- bb
- </section>
- <section class="a-propos">
- <!-- Contenu de la section À propos -->
- cc
- </section>
- <section class="contact">
- <!-- Contenu de la section Contact -->
- dd
- </section>
- </body>
- <script src="./main.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment