Skip to content

Commit

Permalink
Modified the html with additional details and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinihegde28 committed Oct 5, 2023
1 parent eba42fb commit f405530
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ <h1>Ashwini's Portfolio</h1>
<button class="tablink" data-tab="Experience">Experience</button>
<button class="tablink" data-tab="Certificates">Certificates</button>
<button class="tablink" data-tab="Hobbies">Hobbies</button>
<button class="tablink" data-tab="ContactMe">Contact Me</button>
<button class="tablink" data-tab="Goals">Goals</button>
<button class="tablink" data-tab="Contacts">Contacts</button>
<button class="tablink" data-tab="ThankYou">ThankYou</button>

</nav>

<div id="AboutMe" class="tabcontent">
Expand Down Expand Up @@ -349,14 +352,38 @@ <h2>Hobbies</h2>
</ul>
</div>

<div id="ContactMe" class="tabcontent">
<h2>Contact Me</h2>
<div id="Goals" class="tabcontent">
<h2>Goals</h2>
<h3>Short-Term Goals (1-3 years):</h3>
<ul>
<li>Learn a new programming language or technology to expand my skillset.</li>
<li>Contribute to at least two open-source projects to give back to the developer community.</li>
<li>Attend industry conferences and workshops to stay updated with the latest trends.</li>
</ul>
<br>
<h3>Long-Term Goals (3-5+ years):</h3>
<ul>
<li>Advance to a senior software architect role and lead architecture design.</li>
<li>Become a mentor to junior developers and share my knowledge and experience.</li>
</ul>
</div>

<div id="Contacts" class="tabcontent">
<h2>Contact & References</h2>
<p>You can contact me here 👇</p>
<p><strong>LinkedIn : </strong><a>https://www.linkedin.com/in/ashwini-hegde-688138188</a></p>
<p><strong>Email: </strong> [email protected]</p>
</br>
<p>My work can be found here 👇</p>
<p><strong>GitHub : </strong><a>https://github.com/ashwinihegde28?tab=repositories</a></p>
<br>
<p><strong>References:</strong> Available upon request. Please feel free to contact me for references.</p>
</div>

<div id="ThankYou" class="tabcontent">
<h2>Thank You</h2>
<p>Thank you for visiting my portfolio website. I appreciate your time and interest in learning more about my skills and experiences. If you have any questions or would like to get in touch, please feel free to contact me using the provided information in the "Contact & References" section.</p>
<p>I look forward to connecting with you and exploring potential opportunities for collaboration or employment.</p>
</div>
</body>
</html>

0 comments on commit f405530

Please sign in to comment.