Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep532 authored Aug 29, 2024
1 parent 6e828c6 commit 7bc0490
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,21 @@ <h1>Kuldeep Kumar Yadav</h1>
&#9776; <!-- Hamburger Icon -->
</div>
<ul id="nav-links" class="hidden">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>

<main>
<section id="home">
<h2>Welcome to My Official Website</h2>
<p>Discover my journey as a Flutter developer and software engineer.</p>
</section>

<section id="about">
<h2>About Me</h2>
<p>Hello, I am Kuldeep Kumar Yadav, a passionate Flutter developer and software engineer. I specialize in creating high-quality mobile applications with a focus on user experience and accessibility.</p>
Expand All @@ -39,6 +46,13 @@ <h2>My Projects</h2>
</ul>
</section>

<section id="features">
<h2>Available Features</h2>
<ul id="features-list">
<!-- Features will be dynamically populated here -->
</ul>
</section>

<section id="contact">
<h2>Contact Me</h2>
<p>You can reach me at: <a href="mailto:kuldeep@example.com">kuldeep@example.com</a></p>
Expand Down

0 comments on commit 7bc0490

Please sign in to comment.