Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #32: Contact information like Github, Email, Twitter/X and Linkedin is missing #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<!--AOS Library-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />

<link rel="stylesheet" href="https://unpkg.com/[email protected]/src/css/icons.css">

<!--Style CSS-->
<link rel="stylesheet" href="css/satoshi.css" />
Expand Down Expand Up @@ -132,6 +134,43 @@ <h4>More Information</h4>
</li>
</ul>
<p><u>Version 1.1</u></p>
<div>
<h6>Aaloke Eppalapalli</h6>
<!-- Instagram Icon with Link -->
<a href="https://www.instagram.com/aaloke_/" target="_blank">
<i class="ph-instagram-logo" style="font-size: 32px;"></i>
</a>

<!-- YouTube Icon with Link -->
<a href="https://www.youtube.com/@Aaloke" target="_blank">
<i class="ph-youtube-logo" style="font-size: 32px;"></i>
</a>
<!-- GitHub Icon with Link -->
<a href="https://github.com/HemanthTenneti" target="_blank">
<i class="ph-github-logo" style="font-size: 32px;"></i>
</a>

<!-- LinkedIn Icon with Link -->
<a href="https://linkedin.com/in/your-profile" target="_blank">
<i class="ph-linkedin-logo" style="font-size: 32px;"></i>
</a>

<!-- Mail Icon with Link -->
<a href="[email protected]" target="_blank">
<i class="ph-envelope" style="font-size: 32px;"></i>
</a>

</div>

<div>
<h6>Hemanth Tenneti</h6>
<!-- Instagram Icon with Link -->
<!-- Mail Icon with Link -->
<a href="[email protected]" target="_blank">
<i class="ph-envelope" style="font-size: 32px;"></i>
</a>

</div>
</div>
<div class="container">
<div class="top" data-aos="fade-down">
Expand Down