Skip to content

Commit

Permalink
Added valid links on the about section navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviier-dev committed Feb 10, 2024
1 parent 6939658 commit 73d66ee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions UI/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="../CSS/about.css">
<title>Olivier | About</title>
</head>
<body>

<nav>
<span class="logo"><a href="home.html">Olivier</a></span>
<span class="logo"><a href="../index.html">Olivier</a></span>
<div class="navlinks">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blogs.html">Blogs</a></li>
<li class="login-btn"><a href="login.html">Log in</a></li>
<li><a href="../index.html">Home</a></li>
<li><a href="../pages/about.html">About</a></li>
<li><a href="../pages/blogs.html">Blogs</a></li>
<li class="login-btn"><a href="../pages/login.html">Log in</a></li>
</ul>
</div>
<div class="socials">
<ul>
<li><a href="#"><img src="images/x.svg" alt="img"></a></li>
<li><a href="#"><img src="images/linkedIn.svg" alt="img"></a></li>
<li><a href="https://github.com/Oliviier-dev" target="_blank"><img src="images/github.svg" alt="img"></a></li>
<li><a href="#"><img src="../images/x.svg" alt="img"></a></li>
<li><a href="#"><img src="../images/linkedIn.svg" alt="img"></a></li>
<li><a href="https://github.com/Oliviier-dev" target="_blank"><img src="../images/github.svg" alt="img"></a></li>
</ul>
</div>
<div class="hamburger"><span class="material-symbols-outlined">menu</span></div>
</nav>

<div class="desc">
<div class="profile">
<img src="images/profile.svg" alt="">
<img src="../images/profile.svg" alt="">
</div>
<div class="intro">
<h1>Hi, I’m Olivier.</h1>
Expand Down

0 comments on commit 73d66ee

Please sign in to comment.