-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the html with additional details and tabs
- Loading branch information
1 parent
eba42fb
commit f405530
Showing
1 changed file
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> |