Skip to content

Commit 0d06976

Browse files
committed
Add SVG image and meta tags
1 parent 4fb0182 commit 0d06976

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
<!-- Viewport mobile tag for sensible mobile support -->
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
99

10+
<!-- Meta tags for browsers and search engines -->
11+
<meta charset="UTF-8">
12+
<meta name="title" content="Aayush Sarva | Home Page">
13+
<meta name="description" content="Minimalist, Engineer, Curious" />
14+
<meta name="keywords" content="Developer, Software Engineer, Minimalist, Golang, Python">
15+
<meta name="author" content="Aayush Sarva">
16+
1017
<!-- Google Analytics -->
1118
<script>(function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-38172025-3', 'empel.co'); ga('require', 'displayfeatures'); ga('send', 'pageview');</script>
1219

@@ -30,7 +37,7 @@
3037
<div class="grid grid-pad">
3138
<div class="col-1-1">
3239
<div class="text-center">
33-
<img src="me.jpg" class="mugshot" />
40+
<img src="me.svg" class="mugshot" />
3441
</div>
3542
</div>
3643
</div>

me.jpg

-706 KB
Binary file not shown.

me.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)