Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
11-Vijay authored Jul 23, 2024
1 parent 96922db commit 192b468
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
</head>
<body>
<header>
<a href="#" class="logo-holder">
<div class="logo">L</div>
<div class="logo-text">Portfolio Website</div>
</a>
<nav>
<ul id="menu">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="mailto:vijaybaskaran1111@gmail.com" class="button">Contact Me</a>
</li>
</ul>
<a href="#" class="mobile-toggle" onClick="toggleMobileMenu();">
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 7h14M5 12h14M5 17h10"/>
</svg>
</a>
</nav>
</header>
<a href="#" class="logo-holder">
<div class="logo">L</div>
<div class="logo-text">Portfolio Website</div>
</a>
<nav>
<ul id="menu">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="mailto:vijaybaskaran1111@gmail.com" class="button">Contact Me</a>
</li>
</ul>
<a href="#" class="mobile-toggle" onclick="toggleMobileMenu();">
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 7h14M5 12h14M5 17h10"/>
</svg>
</a>
</nav>
</header>
<main>
<section class="hero container">
<div class="hero-blue">
Expand Down

0 comments on commit 192b468

Please sign in to comment.