Skip to content

Commit 9b1c965

Browse files
committed
update
1 parent b900ec8 commit 9b1c965

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/components/Footer.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ const today = new Date();
55
<footer>
66
&copy; {today.getFullYear()} Gaurav Tarlok Kakkar. All rights reserved.
77
<div class="social-links">
8+
<a href="https://scholar.google.com/citations?user=l0uhbHIAAAAJ&hl=en" target="_blank">
9+
<span class="sr-only">View Gaurav's Google Scholar profile</span>
10+
<svg viewBox="0 0 24 24" aria-hidden="true" width="32" height="32" astro-icon="social/scholar">
11+
<path
12+
fill="currentColor"
13+
d="M5.242 13.769L0 9.5 12 0l12 9.5-5.242 4.269C17.548 11.249 14.978 9.5 12 9.5c-2.977 0-5.548 1.748-6.758 4.269zM12 10a7 7 0 1 0 0 14 7 7 0 0 0 0-14z"
14+
></path>
15+
</svg>
16+
</a>
817
<a href="https://twitter.com/GauravTKakkar" target="_blank">
918
<span class="sr-only">Follow Gaurav on Twitter</span>
1019
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32" astro-icon="social/twitter">

src/components/Header.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ import ThemeToggle from './ThemeToggle.astro';
1818
</div>
1919
<div class="nav-right">
2020
<div class="social-links">
21+
<a href="https://scholar.google.com/citations?user=l0uhbHIAAAAJ&hl=en" target="_blank">
22+
<span class="sr-only">View Gaurav's Google Scholar profile</span>
23+
<svg viewBox="0 0 24 24" aria-hidden="true" width="32" height="32">
24+
<path
25+
fill="currentColor"
26+
d="M5.242 13.769L0 9.5 12 0l12 9.5-5.242 4.269C17.548 11.249 14.978 9.5 12 9.5c-2.977 0-5.548 1.748-6.758 4.269zM12 10a7 7 0 1 0 0 14 7 7 0 0 0 0-14z"
27+
></path>
28+
</svg>
29+
</a>
2130
<a href="https://twitter.com/GauravTKakkar" target="_blank">
2231
<span class="sr-only">Follow Gaurav on Twitter</span>
2332
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32">

0 commit comments

Comments
 (0)