-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
108 lines (98 loc) · 4.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!-- ---
layout: default
---
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content=" ">
<meta name="keywords" content="Google Summer Of Code, GSoC, WikiToLearn, KDE, Qt, QML, Android">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vasudha Mathur</title>
<link rel="stylesheet" href="style.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="style.css" media="screen" sizes="any">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- this is the markup. you can change the details (your own name, your own avatar etc.) but don’t change the basic structure! -->
<aside class="profile-card">
<header>
<!-- here’s the avatar -->
<a href="">
<img src="https://avatars2.githubusercontent.com/u/14920676?v=3&u=2abcface36dac3155bacce17d054aca9af39b40f&s=400" />
</a>
<!-- the username -->
<h1> Vasudha Mathur</h1>
<!-- and designation -->
<h2>Software Developer</h2>
</header>
<!-- bit of a bio; who are you? -->
<div class="profile-bio">
<p> Hi, I'm a software Developer at Adobe.
<br> Google Summer Of Code'17.
<br> GHCI Scholar'17.
</p>
<p>
Here's my <a href="https://drive.google.com/file/d/1Or7t_FjuC5Ubt3NdfnEixHsoMEpqHrsD/view?usp=sharing" target="_blank" shape="rect"> resume</a>.
</p>
</div>
<!-- some social links to show off -->
<ul class="profile-social-links">
<li>
<a href="mailto:[email protected]" target="_blank">
<img border="0" alt="Mail" src="./images/mail3.png" width="20" height="23">
</a>
</li>
<li>
<a href="https://github.com/VasudhaMathur" target="_blank">
<img border="0" alt="GitHub" src="./images/github.svg" width="15" height="23">
</a>
</li>
<a href="https://www.linkedin.com/in/vasudha-mathur/" target="_blank">
<img border="0" alt="LinkedIn" src="./images/linkedin.png" width="28" height="28">
</a>
<li>
</li>
<li>
<a href="https://vasudhamathur.wordpress.com/" target="_blank">
<img border="0" alt="Wordpress" src="./images/wordpress2.png" width="23" height="25">
</a>
</li>
<li>
<a href="https://www.facebook.com/vasudha.mathur3" target="_blank">
<img border="0" alt="Facebook" src="./images/facebook.png" width="34" height="23">
</a>
</li>
</ul>
</aside>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"email": "mailto:[email protected]",
"name": "Vasudha Mathur",
"url": "https://vasudhamathur.github.io",
"sameAs": ["https://www.facebook.com/vasudha.mathur3", "https://www.linkedin.com/in/vasudha-mathur/", "https://github.com/VasudhaMathur", "https://www.instagram.com/vasudha_mathur/"]
}
</script>
<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-100494817-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>