-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (84 loc) · 3.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Vivek Vinodh" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Vivek Vinodh</title>
<meta name="description" content="My home on the web.">
<meta name="keywords" content="Vivek, Vinodh, software, hardware, engineer, wearables">
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- ANIMATE.CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw" crossorigin="anonymous">
<!-- FONTS -->
<link rel="stylesheet" type="text/css" href="assets/fonts/fonts.css" />
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="assets/css/custom.min.css?version=1">
</head>
<body>
<div class="animated fadeIn">
<canvas id="canvas-basic"></canvas>
</div>
<!-- CONTENT-WRAP -->
<div class="content-wrap">
<!-- CONTENT -->
<div class="content">
<!-- TITLE -->
<div class="animated fadeInDown delay-2">
<h1 id="title-text">
<a href="#">Vivek Vinodh</a>
</h1>
</div>
<!-- SUBTITLE -->
<div class="animated fadeIn delay-4">
<h2 id="subtitle-text">
currently: exploring new opportunities.
</h2>
</div>
<!-- DESCRIPTION/CONTENT TEXT-->
<div id="desc-container" class="animated fadeIn delay-5">
<div id="desc-content">
<div>
<p>Hi, I'm Vivek Vinodh. I'm an engineer by trade, but I'm also much more than that. Use the links to below to learn more. </p>
</div>
</div>
</div>
<div class="animated fadeIn delay-6">
<p id="link-text">
<a id="who-I-am-btn" class="link-2 aqua" href="#">who I am</a>,
<a id="what-I-like-btn" class="link-2 azure" href="#">what I like</a>,
<a id="what-I-do-btn" class="link-2 red" href="#">what I do</a>, and my
<a id="portfolio-btn" class="link-2 peach" href="#">portfolio</a>.
</p>
<h5 id="portfolio-text">
The portfolio is a work in progress.
</h5>
</div>
<!-- CONTACT -->
<div class="animated fadeInUp delay-7">
<p id="contactme-text">To contact me: <br>
<a id="email-text" class="link-2" href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<!-- DISCLAIMER -->
<div class="animated fadeInUp delay-7">
<h6 id="disclaimer-text">
<br>
this website is constantly being improved.
</h6>
</div>
</div>
</div>
<!-- SCRIPTS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="assets/js/granim.min.js"></script>
<script src="assets/js/custom.min.js"></script>
</body>
</html>