-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (115 loc) · 4.5 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
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>
About Arun
</title>
<link href="assets/lib/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="assets/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/lib/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/css/about.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<span class="home-btn">
<a href="https://avarghese.me/">
<i class="fa fa-home"></i>
</a>
</span>
<section id="splash">
<div class="splash-img"></div>
<div class="splash-text">About Me</div>
</section>
<section id="header" class="header">
<a href="https://avarghese.me">
<div class="profile"></div>
</a>
<h1>Arun Varghese</h1>
<h4>#engineer #husband #traveler</h4>
<br>
<div class="contact-links-mobile">
<div>
<a href="https://avarghese.me">
<i class="fa fa-fw fa-globe"></i>
</a>
<a href="https://github.com/vararun">
<i class="fa fa-fw fa-github-square"></i>
</a>
<a href="https://www.linkedin.com/in/varghesearun">
<i class="fa fa-fw fa-linkedin-square"></i>
</a>
<a href="https://codepen.io/avarghese/">
<i class="fa fa-fw fa-codepen"></i>
</a>
</div>
<div>
<a href="https://www.facebook.com/avarghese1">
<i class="fa fa-fw fa-facebook-square"></i>
</a>
<a href="https://www.instagram.com/chasingshwetha/">
<i class="fa fa-fw fa-instagram"></i>
</a>
<a href="https://youtube.com/c/chasingshwetha">
<i class="fa fa-fw fa-youtube-square"></i>
</a>
<a href="mailto:[email protected]">
<i class="fa fa-fw fa-envelope"></i>
</a>
</div>
</div>
<div class="contact-links">
<div>
<a href="https://avarghese.me">Website </a>
<a href="https://github.com/vararun">Github</a>
<a href="https://www.linkedin.com/in/varghesearun">LinkedIn </a>
<a href="https://codepen.io/avarghese/">CodePen </a>
</div>
<br>
<div>
<a href="https://www.facebook.com/avarghese1">Facebook</a>
<a href="https://www.instagram.com/chasingshwetha/">Instagram</a>
<a href="https://youtube.com/c/chasingshwetha">Youtube</a>
<a href="mailto:[email protected]">Email</a>
</div>
</div>
<br>
<p>
I'm a senior software engineer with a passion for design, coding, and creating tangible deliverables through problem solving and creative thinking! In my free time I enjoy traveling and exploring new places around the globe!
</p>
</section>
<section id="footer" class="footer">
<div class="text-center">
<span class="copyright">© 2016 by Arun Varghese |
<a href="https://github.com/varararun/about">
<i class="fa fa-fw fa-github"></i>
</a>
</span>
</div>
</section>
<script src="assets/lib/jquery/dist/jquery.min.js"></script>
<script src="assets/lib/wow/dist/wow.min.js"></script>
<script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/js/about.min.js"></script>
<script>
About.initialize();
new WOW().init();
</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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-88384820-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>