-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
246 lines (210 loc) · 9.92 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="JavaScript, FullStack Enthusiast">
<meta name="google" content="notranslate">
<title>Gokul Sivanesan</title>
<link rel="icon" href="./static/favicon/favicon.ico">
<style>
html,
body {
height: 100%;
}
.dark {
color: #b3b9c5;
background: #202020;
background-color: #202020;
}
.dark-social-logos {
color: #b3b9c5;
}
.dark-social-logos:hover {
color: #0056b3 !important;
}
.profile-pic-img-container {
height: 200px;
width: 200px;
margin-bottom: 10px;
}
.profile-pic-img-container>img {
width: 100%;
height: auto;
}
.max-width-social {
max-width: 240px;
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.max-width-nav {
max-width: 280px;
margin-bottom: 10px;
}
}
@media screen and (min-width: 768px) {
.max-width-nav {
max-width: 250px;
margin-bottom: 10px;
}
}
.nav-link {
color: #b3b9c5 !important;
}
.nav-link:hover {
text-decoration: underline !important;
color: #0056b3 !important;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #202020 !important;
background-color: #b3b9c5 !important;
}
hr {
background: #b3b9c5;
}
/* Font related codes */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: fallback;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: fallback;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: fallback;
}
h1 {
font-family: 'Ubuntu', sans-serif;
}
h5 {
font-family: 'Open Sans', sans-serif;
}
p {
font-family: 'Roboto', sans-serif;
}
a {
font-family: 'Roboto', sans-serif;
}
</style>
</head>
<body class="dark">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container h-100 mt-xl-5 mt-lg-5 mt-md-5 mt-sm-0">
<div class="row">
<div class="col-md-4">
<div class="profile-pic-img-container mx-auto">
<img class="rounded-circle" src="./static/images/profile-pic.jpg" alt="Photo of Gokul Sivanesan"
srcset="./static/images/profile-pic-200X200.jpg, ./static/images/profile-pic.jpg-100X100, ./static/images/profile-pic-50X50.jpg">
</div>
<div class="d-flex social-link max-width-social mx-auto">
<div class="mr-auto">
<a href="https://www.github.com/gokulsiva" target="_blank" rel="noreferrer">
<i class="fa fa-github fa-3x dark-social-logos"></i>
</a>
</div>
<div class="ml-auto mr-auto">
<a href="https://www.linkedin.com/in/gokulsivanesan" target="_blank" rel="noreferrer">
<i class="fa fa-linkedin fa-3x dark-social-logos"></i>
</a>
</div>
<div class="ml-auto mr-auto">
<a href="https://www.facebook.com/gokkuul" target="_blank" rel="noreferrer">
<i class="fa fa-facebook fa-3x dark-social-logos"></i>
</a>
</div>
<div class="ml-auto">
<a href="https://twitter.com/gokul_sivanesan" target="_blank" rel="noreferrer">
<i class="fa fa-twitter fa-3x dark-social-logos"></i>
</a>
</div>
</div>
<div class="max-width-nav mx-auto">
<!-- Nav tabs -->
<ul class="nav nav-pills flex-xs-row flex-md-column" role="tablist">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#projects">Projects</a>
</li>
</ul>
</div>
</div>
<div class="col-md-8">
<!-- Tab panes -->
<div class="tab-content">
<div id="about" class="container tab-pane active"><br>
<h1>Gokul Sivanesan</h1>
<h5>Full Stack, JavaScript enthusiast.</h5>
<hr>
<div id="about-content">
<p>A Software Developer.</p>
<p>A dreamer who dreams high and strives hard to achieve it.</p>
<p>A learner who never wants to be settled average.</p>
</div>
</div>
<div id="experience" class="container tab-pane fade"><br>
<h1>Zoho Corporation</h1>
<h5>2017-Now</h5>
<hr>
<div id="experience-content">
<p><b>Position: </b>Member Technical Staff</p>
<p>Working at <a href="https://writer.zoho.com" target="_blank" rel="noreferrer">Zoho Writer</a> an online Word Processor.</p>
</div>
</div>
<div id="projects" class="container tab-pane fade"><br>
<h1>Open Source</h1>
<hr>
<h5>Project Name.</h5>
<p>Description.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap code starts -->
<!-- Must be placed at last -->
<!-- <script src="../js/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"></script>
<script src="../js/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"></script>
<script src="../js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"></script>
<script src="../js/script.js"></script> -->
<!-- <link rel="stylesheet" href="./static/styles/style.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="../styles/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"> -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- <script src="../js/script.js"></script> -->
<!-- Bootstrap code ends -->
</body>
</html>