Skip to content

Commit

Permalink
added socials to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitachandak committed Sep 1, 2024
1 parent ff93c3d commit 7172a74
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
20 changes: 19 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@

<!-- name and email on right -->
<div class="footer-col-wrapper">
<div style="padding-top:11px" align="right">
<div class="image123">
<div class="imgContainer">
<p><a href="https://scholar.google.co.uk/citations?user=q3fB9gYAAAAJ&hl=en">
<img src="/assets/google_scholar.svg" style="width: 40px; border: 0px solid #111111">
</a></p>
</div>
<div class="imgContainer">
<p><a href="https://www.linkedin.com/in/rajitachandak">
<img src="/assets/linkedin.svg" style="width: 40px; border: 0px solid #111111">
</a></p>
</div>
<div class="imgContainer">
<p><a href="https://github.com/rajitachandak">
<img src="/assets/github.svg" style="width: 40px; border: 0px solid #111111">
</a></p>
</div>
</div>

<div align="right">
{{ site.author }} <br>
<a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/google_scholar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ h4{
color: $col-red;
}
}

.imgContainer{
float:left;
}

0 comments on commit 7172a74

Please sign in to comment.