Skip to content

Commit

Permalink
add header section to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BasemYahia402 committed Aug 22, 2023
1 parent 2dc479d commit 15ff94e
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions Portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,31 @@
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>


<!-- ======= header Section ======= -->
<header id="header" class="fixed-top">
<div
class="container d-flex align-items-center justify-content-lg-between"
>
<h1 class="logo me-auto me-lg-0">
<a href="index.html"><img src="assets/img/logo-min.png" alt="" /></a>
</h1>

<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#Skills">Skills</a></li>
<li>
<a class="nav-link scrollto" href="#Projects">Projects</a>
</li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End header Section -->

<!-- ======= call files js ======= -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
Expand All @@ -60,4 +83,4 @@
<!-- ======= main js ======= -->
<script src="assets/js/main.js"></script>
</body>
</html>
</html>

0 comments on commit 15ff94e

Please sign in to comment.