Skip to content

Commit

Permalink
Merge pull request #76 from ayushichoudhary-19/main
Browse files Browse the repository at this point in the history
Fixed the logo
  • Loading branch information
JAYESHBATRA authored Jan 6, 2024
2 parents 59a51e7 + 0056619 commit ea63611
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Binary file added assets/twitterLogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,14 @@
<li>
<a href="https://www.linkedin.com" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li>
<a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://www.twitter.com" target="_blank">
<img src="assets/twitterLogo.jpg" alt="Twitter Logo" id="tw-logo" style="
border-radius: 50%;
width: full;
">
</a>
</li>
</ul>
</div>

Expand Down Expand Up @@ -383,4 +388,4 @@ <h2>CareerLaunch <br>Accelerator</h2>
<script src="scroll-reveal.js"></script>
</body>

</html>
</html>

0 comments on commit ea63611

Please sign in to comment.