-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
349 lines (338 loc) · 12.3 KB
/
index.html
File metadata and controls
349 lines (338 loc) · 12.3 KB
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/applause-button/dist/applause-button.css"
/>
<link rel="stylesheet" type="text/css" href="portfolio.css" />
<title>Priyanshu Gautam</title>
</head>
<body>
<nav
class="navbar navbar-expand-lg navbar-dark bg-dark align-item-end py-0"
style="padding-left: 10%; padding-right: 10%"
>
<a class="navbar-brand d-lg-none" href="#"
><img src="logo.jpg" class="d-lg-none img-fluid logo" /> Priyanshu
Gautam</a
>
<button
id="navButton"
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#mainNavbar"
>
<span class="navbar-toggler-icon"></span>
</button>
<div id="mainNavbar" class="collapse navbar-collapse">
<ul
class="navbar-nav align-items-center"
style="width: 100%; display: flex; justify-content: space-evenly"
>
<li class="links nav-item">
<a class="nav-link" href="index.html"
><span class="py-1" id="nl1">Home</span></a
>
</li>
<li class="links nav-item">
<a class="nav-link" href="About.html"
><span class="py-1" id="nl2">About</span></a
>
</li>
<li class="links nav-item">
<a class="nav-link" href="A&A.html"
><span class="py-1" id="nl3">Acads & Achivements</span></a
>
</li>
<img src="logo.jpg" id="img" class="img-fluid logo" />
<li class="links nav-item">
<a class="nav-link" href="Chess.html"
><span class="py-1" id="nl4"> Chess</span></a
>
</li>
<li class="links nav-item">
<a class="nav-link" href="H&I.html"
><span class="py-1" id="nl5">Hobbies & Intrests</span></a
>
</li>
<li class="links nav-item">
<a class="nav-link" href="My Future.html"
><span class="py-1" id="nl6">My Future</span></a
>
</li>
</ul>
</div>
</nav>
<h6 class="abc"><applause-button style="width: 58px; height: 58px" /></h6>
<div class="container-fluid mt-5">
<div class="row mt-3 section">
<div class="col-2"></div>
<div class="col-8 about">
<div class="row d-flex justify-content-center">
<div
class="col-12 col-lg-6 d-flex align-items-center about pichov"
id="remove1"
style="display: flex; justify-content: center"
>
<img src="about2.jpg" class="bimage img-fluid" id="rem1" />
<span class="d-none btext" id="sp1">
<span class="st1 d-flex"> <h1>About-Me</h1></span>
<button
type="button"
id="btton1"
onclick="window.location='About.html'"
>
<i class="fas fa-arrow-right" aria-hidden="true"></i>
</button>
</span>
</div>
<div class="col-12 col-lg-6 text-center about">
<h1 class="p-2">Hi There!</h1>
<p class="lead p-2">
This is Priyanshu Gautam currently a first year undergraduate
student at IIT Kharagpur. In this section I talk you through
myself telling you things that I thrive for and also things that
don't bother me at all.
</p>
</div>
</div>
</div>
<div class="col-2"></div>
</div>
<div class="row mt-5 section">
<div class="col-2"></div>
<div class="col-8 about">
<div class="row d-flex justify-content-center">
<div class="col-12 col-lg-6 text-center about">
<h1 class="p-2">Acadmics and Achivements</h1>
<p class="lead p-2">
At the first glance I was too skeptical of writing this section
but then I thought why not this is my way of paying respect to
my mentors who made what I am today.
</p>
</div>
<div
class="
col-12 col-lg-6
d-flex
align-items-center
about
pichov
text-center
"
id="remove1"
style="display: flex; justify-content: center"
>
<img src="A&Abg.jpg" class="bimage img-fluid" id="rem2" />
<span class="d-none btext" id="sp2">
<span class="st2 d-flex">
<h1>Acadmics and Achivements</h1></span
>
<button
type="button"
id="btton2"
onclick="window.location='A&A.html'"
>
<i class="fas fa-arrow-left"></i>
</button>
</span>
</div>
</div>
</div>
<div class="col-2"></div>
</div>
<div class="row mt-5">
<div class="col-2"></div>
<div class="col-8 about">
<div class="row d-flex justify-content-center">
<div
class="col-12 col-lg-6 d-flex align-items-center about pichov"
id="remove1"
style="display: flex; justify-content: center"
>
<img src="Chess.jpeg" class="bimage img-fluid" id="rem1" />
<span class="d-none btext" id="sp1">
<span class="st1 d-flex"> <h1>Chess</h1></span>
<button
type="button"
id="btton1"
onclick="window.location='Chess.html'"
>
<i class="fas fa-arrow-right" aria-hidden="true"></i>
</button>
</span>
</div>
<div class="col-12 col-lg-6 text-center about">
<h1 class="p-2">Chess</h1>
<p class="lead p-2">
This was a long thought decision ,keeping chess different than
hobbies and Intrests is solely driven by the fact that It means
more than a hobby to me. In this section you get to know my
chess journey (not illustrous but exciting).
</p>
</div>
</div>
</div>
<div class="col-2"></div>
</div>
<div class="row mt-5">
<div class="col-2"></div>
<div class="col-8 about">
<div class="row d-flex justify-content-center">
<div class="col-12 col-lg-6 text-center about">
<h1 class="p-2">Hobbies & Intrests</h1>
<p class="lead p-2">
Talking about Hobbies and Intrests to be honest there aren't
many all thanks to JEE but yes cycling ,reading books mostly
autobiographies and playing football are my favourite
past-times. I have weird taste of music I like both slow
soothing and rap equally.
</p>
</div>
<div
class="
col-12 col-lg-6
d-flex
align-items-center
about
pichov
text-center
"
id="remove1"
style="display: flex; justify-content: center"
>
<img src="H&I.jpeg" class="bimage img-fluid" id="rem2" />
<span class="d-none btext" id="sp2">
<span class="st2 d-flex"> <h1>Hobbies and Intrests</h1></span>
<button
type="button"
id="btton2"
onclick="window.location='H&I.html'"
>
<i class="fas fa-arrow-left"></i>
</button>
</span>
</div>
</div>
</div>
<div class="col-2"></div>
</div>
<div class="row mt-5 mb-5">
<div class="col-2"></div>
<div class="col-8 about">
<div class="row d-flex justify-content-center">
<div
class="col-12 col-lg-6 d-flex align-items-center about pichov"
id="remove1"
style="display: flex; justify-content: center"
>
<img src="future.jpg" class="bimage img-fluid" id="rem1" />
<span class="d-none btext" id="sp1">
<span class="st1 d-flex"> <h1>My Future</h1></span>
<button
type="button"
id="btton1"
onclick="window.location='My Future.html'"
>
<i class="fas fa-arrow-right" aria-hidden="true"></i>
</button>
</span>
</div>
<div class="col-12 col-lg-6 text-center about">
<h1 class="p-2">My Future</h1>
<p class="lead p-2">
This will be a relatively shorter section One important thing
though is this page was made on 05 May 2021 (Defining the origin
of the cooordinate system nothing else). I have a bucket list on
my mind and still exploring for possibilities.
</p>
</div>
</div>
</div>
<div class="col-2"></div>
</div>
</div>
<div class="row" id="contact" style="width: 100%">
<div class="col-5 text-center align-items-center hadj">
<h4>Connect me on:</h4>
<div class="row" id="hadj">
<div class="col-12 col-lg-6 cicon fb">
<span
><i class="fab fa-facebook-square" aria-hidden="true"></i
></span>
<h6>facebook</h6>
</div>
<div class="col-6 cicon ig">
<i class="fab fa-instagram" aria-hidden="true"></i>
<h6>Instagram</h6>
</div>
</div>
</div>
<div class="col-2 d-flex justify-content-center">
<img
src="Contact.jpg"
class="d-none d-lg-block fedup justify-content-center"
/>
</div>
<div class="col-5 text-center">
<h4>Actually reach me on:</h4>
<div class="row">
<div class="col-6 col-lg-3 cicon lichess" id="lichess">
<i class="fas fa-chess-knight" aria-hidden="true"></i>
<h6>lichess.org</h6>
</div>
<div class="col-6 col-lg-3 cicon chesscom">
<i class="fas fa-chess-pawn" aria-hidden="true"></i>
<h6>Chess.com</h6>
</div>
<div class="col-6 col-lg-3 cicon github">
<i class="fab fa-github" aria-hidden="true"></i>
<h6>Github</h6>
</div>
<div class="col-6 col-lg-3 cicon linkedin">
<i class="fab fa-linkedin" aria-hidden="true"></i>
<h6>LinkedIn</h6>
</div>
</div>
</div>
</div>
<script
type="text/javascript"
src="https://unpkg.com/applause-button/dist/applause-button.js"
></script>
<script
src="https://kit.fontawesome.com/c6d6973d4d.js"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="portfolio.js"></script>
</body>
</html>