Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu Kiran authored and Manu Kiran committed Sep 27, 2023
1 parent 064dc18 commit 6761c0e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions work.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script
src="https://kit.fontawesome.com/fa6afcf998.js"
crossorigin="anonymous"
></script>
<script src="js/main.js"></script>

<link rel="stylesheet" href="css/main.css" />
<title>Projects</title>
</head>

<body>
<title>Manu Kiran-portfolio</title>
</head>
<body id="bg-img">
<header>
<div class="menu-btn">
<div class="btn-line"></div>
Expand All @@ -28,10 +25,10 @@
</div>
<ul class="menu-nav">
<li class="nav-item">
<a href="index.html" class="nav-link"> Home </a>
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link"> About</a>
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item current">
<a href="work.html" class="nav-link">Projects</a>
Expand Down Expand Up @@ -91,6 +88,7 @@ <h2 class="sm-heading">Check out some of my projects...</h2>
</div>
</div>
</main>
<script src="js/main.js"></script>

<footer id="main-footer">Copyright &copy; 2023</footer>
</body>
Expand Down

0 comments on commit 6761c0e

Please sign in to comment.