Skip to content
Snippets Groups Projects
index.html 1.18 KiB
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link
      href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Oleo+Script:wght@700&family=Quicksand:wght@300;500;700&display=swap"
      rel="stylesheet"
    />
    <link rel="stylesheet" href="assets/css/shared.css" />
    <link rel="stylesheet" href="assets/css/styles.css" />
    <title>fellah's portfolio</title>
  </head>
  <body>
    <header>
      <!--I added this.-->
      <a href="/index.html">Fellah's Portfolio</a>
      <nav>
        <ul>
          <li><a href="/presentation.html">Presentation</a></li>
          <li><a href="/formation.html">Education</a></li>
          <li><a href="/contact.html">Contact</a></li>
        </ul>
      </nav>
    </header>
    <main>
      <section>
        <div>
          <h1>Fellah's Portfolio</h1>
          <p>Let's explore my projects together!</p>
          <a href="/portfolio.html">Discover projects</a>
        </div>
      </section>
      <section></section>
    </main>
    <footer></footer>
  </body>
</html>