Spaces:
Running
Running
Update projects.html
Browse files- projects.html +10 -7
projects.html
CHANGED
@@ -5,6 +5,8 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Projects & Experience - Pranit Chilbule</title>
|
7 |
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
|
|
|
|
8 |
<style>
|
9 |
* {
|
10 |
margin: 0;
|
@@ -487,13 +489,14 @@
|
|
487 |
<header>
|
488 |
<nav>
|
489 |
<a href="#" class="logo">Pranit Chilbule</a>
|
490 |
-
<ul class="nav-links">
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
|
|
497 |
</nav>
|
498 |
</header>
|
499 |
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Projects & Experience - Pranit Chilbule</title>
|
7 |
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
|
9 |
+
|
10 |
<style>
|
11 |
* {
|
12 |
margin: 0;
|
|
|
489 |
<header>
|
490 |
<nav>
|
491 |
<a href="#" class="logo">Pranit Chilbule</a>
|
492 |
+
<ul class="nav-links" id="navLinks">
|
493 |
+
<li><a href="index.html" class="nav-home"><i class="fas fa-house"></i> Home</a></li>
|
494 |
+
<li><a href="about.html" class="nav-about"><i class="fas fa-user"></i> About</a></li>
|
495 |
+
<li><a href="projects.html" class="nav-projects"><i class="fas fa-code"></i> Projects</a></li>
|
496 |
+
<li><a href="achievements.html" class="nav-achievements"><i class="fas fa-trophy"></i> Achievements</a></li>
|
497 |
+
<li><a href="contact.html" class="nav-contact"><i class="fas fa-envelope"></i> Contact</a></li>
|
498 |
+
</ul>
|
499 |
+
|
500 |
</nav>
|
501 |
</header>
|
502 |
|