-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (57 loc) · 2.97 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Sunny Amrat</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="google-site-verification" content="DyAkwFDBl6e0p40InLSNZyBDhifm9j93s3cgkIiLfYk" />
<link rel="shortcut icon" href="./img/favicon.png">
<link rel="stylesheet" type="text/css" href="./css/foundation.min.css" />
<link rel="stylesheet" type="text/css" href="./css/fonts.css" />
<link rel="stylesheet" type="text/css" href="./css/index.css" />
<link rel="stylesheet" type="text/css" href="./css/font-awesome.css">
</head>
<body>
<div class="main">
<section id="firstpage">
<div class="row" style="margin-left: 0; margin-right: 0;">
<div class="large-12 columns" id="heading-text" style="left:auto">
<div class="content">
<h1 class="text-center">Sunny Amrat</h1>
<div class="small-12 medium-10 small-centered columns">
<br>
<h4 class="text-center">
<a href="https://twitter.com/sunnyamrat" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/sa2812" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://uk.linkedin.com/in/sunnyamrat" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://www.instagram.com/sunnyamrat/" target="_blank"><i class="fa fa-instagram"></i></a>
|
<a href="https://blog.sunnyamrat.com">Blog</a>
</h4>
<h5 class="text-center cnvv"><a href="https://www.cnvv.io" target="_blank">Convivio</a></h5>
<h5 class="text-center reactly"><a href="https://reactly.io/" target="_blank">reactly</a></h5>
</div>
</div>
<script src="./js/three.js"></script>
<script src="./js/particles.js"></script>
</div>
</div>
<div id="filler" style="height:100vh"></div>
</section>
</div>
<script type="text/javascript" src="./js/jquery.js"></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-54152378-1', 'auto');
ga('send', 'pageview');
</script>
</html>