-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
554 lines (503 loc) · 25.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
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="developers" />
<link rel="ICON" href="/media/brand_logo.jpg" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oxygen&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&family=Zilla+Slab:ital,wght@1,300&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Yanone+Kaffeesatz&display=swap"
rel="stylesheet">
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css"> -->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/fontawesome-free-5.15.2-web/css/all.css">
<link rel="stylesheet" href="/fontawesome-free-5.15.2-web/css/solid.css">
<link rel="stylesheet" href="/fontawesome-free-5.15.2-web/css/brands.css">
<link rel="stylesheet" href="/css/indexstyle.css" />
<title>Ritam Jana</title>
</head>
<body>
<!--Navigation bar-->
<header class="nav-down">
<nav id="navbar-top" class="navbar fixed-top navbar-expand-lg " style="background-color: rgb(13, 53, 90);">
<a href="#top" class="navbar-brand">RITAM JANA</a>
<i class="hamburger fas fa-bars fa-lg" data-toggle="collapse" data-target="#navbarMenu"></i>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav ml-auto" id=navbar-elements>
<li class="nav-item"><a href="#about" class="nav-link">About
Me</a></li>
<li class="nav-item"><a href="#experience" class="nav-link">Experience</a></li>
<li class="nav-item"><a href="#skills" class="nav-link">Skills</a></li>
<li class="nav-item"><a href="#projects" class="nav-link">Projects</a></li>
<li class="nav-item"><a href="#footer" class="nav-link">Contact Me</a></li>
<form class="form-inline">
<span class="d-inline-block" data-toggle="popover" data-content="Under Construction"
data-placement="bottom" data-trigger="hover" data-delay="150">
<button class="btn resume-button" style="pointer-events: none;"
type="button">Resume</button>
</span>
</form>
</ul>
</div>
</nav>
</header>
<div id="top"></div>
<section id="introduction">
<div class="container">
<div class="top-gap"></div>
<div class="row">
<div class="col-12 col-lg-8">
<h2 class="intro-h2">Hi, my name is</h2>
<h1 class="intro-h1"">Ritam Jana.</h1>
<p style=" color: rgb(180, 180, 180);">I am an
18-year-old
undergraduate student pursuing my B. Tech. from IIT
Kanpur. I like
solving challenging problems and in my free time, I
enjoy working on personal
projects and fiddling with new tools and languages.
I try to incorporate minimalism and
UI/UX concepts into my designs. Check them out
below.
</p>
</div>
<div class="col-lg-4 text-center my-auto">
<img class="study-image" src="/media/study.png" alt="">
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row align-content-center">
<div class="col-12 col-lg-4 order-last my-auto text-center">
<img class="self-image" src="/media/ritam-website-turquoise.jpg" alt="personal picture">
</div>
<div class="col-12 col-lg-8">
<div class="row about-title">
<div class="col-12 col-md-4">
<h1>About Me</h1>
</div>
</div>
<p style="font-size: 18px;">I have recently started out on
my journey into the field of software
developement. My first true stint with a programming
language was way back in 2016 when I decided
to create my own webpage. The four month long adventure
helped me learn a lot
regarding HTML and CSS.</p>
<p style="font-size: 18px;">
Fast-forward to today, and I've tried a variety of
languages to expand my knowledge and to find
out where exactly my interests lie. At present, I am
trying to understand the concepts of
machine
learning and neural networks and their applications in
our lives. </p>
<p style="font-size: 18px;">For recreation my favourite
hobby is curling up with a book but in the
current pandemic situation most of my time is spent in
front of my laptop catching up with my
acads.
I also collect coins and listen to music in my freetime.
</p>
<div class="row">
<div class="col-12 interests">
<p style="font-size: 18px;">Languages and Softwares
I worked with recently: </p>
</div>
<div class="col-6 col-md-3">
<ul class="interest-list">
<li>
<i class="fas fa-chevron-right fa-sm"></i>
Python
</li>
<li>
<i class="fas fa-chevron-right fa-sm"></i>
C/C++
</li>
<li>
<i class="fas fa-chevron-right fa-sm"></i>
HTML
</li>
</ul>
</div>
<div class="col-6 col-md-4">
<ul class="interest-list">
<li>
<i class="fas fa-chevron-right fa-sm"></i>
CSS
</li>
<li>
<i class="fas fa-chevron-right fa-sm"></i>
Fusion 360
</li>
<li>
<i class="fas fa-chevron-right fa-sm"></i>
React
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Experience-->
<section id="experience">
<div class="container">
<div class="row experience-title">
<div class="col-12 col-md-6">
<h1>Work Experience</h1>
</div>
</div>
<div class="row experience-block">
<div class="col-12 col-md-7">
<h3>IMPULSE</h3>
<h5>President, Physics Club</h5>
<i style="color:rgb(132, 242, 218);">January,2019 -
February,2020</i>
<div class="padding">
<ol class="experience-list">
<li>Lead a team of over 15 people and looked after
the club's main functionality.</li>
<li>Organised a intra-school physics fest and looked
after the smooth conduct of
the event and created questions for the events.
</li>
<li>Conducted outreach activities to inculcate a
love for physics among the juniors. </li>
<li>Participated in various inter-school events on
behalf of the club.</li>
</ol>
</div>
</div>
<div class="col-12 col-md-5 my-auto text-center">
<img class="experience-image" src="/media/impulse.png" alt="">
</div>
</div>
<div class="row experience-block">
<div class="col-12 col-md-7 order-md-last">
<h3>MINET</h3>
<h5>Member, Programming Team, Technology Club</h5>
<i style="color: rgb(132, 242, 218);">August,2018 -
January,2020</i>
<div class="padding">
<ol class="experience-list">
<li>Part of the team which conducted the annual
inter-school event. </li>
<li>Helped create questions
for the competetive programming challenge. </li>
<li>Mentored juniors and taught them various
concepts of competetive programming.</li>
<li>Participated in various inter-school events on
behalf of the club.</li>
</ol>
</div>
</div>
<div class="col-12 col-md-5 my-auto text-center">
<img class="experience-image" src="/media/minetsite.png" alt="">
</div>
</div>
</div>
</section>
<!--Skills-->
<section id="skills">
<div class="container">
<div class="row skills-title">
<div class="col-12 col-md-4">
<h1>Skills</h1>
</div>
</div>
<div class="row text-center">
<div class="col-12 col-md-6 col-lg-4 skills-item">
<i class="fab fa-python fa-6x"></i>
<br><br>
<p>I started learning this language on the suggestion of one
of my friends. The time I devoted into
it has only increased since the day I started learning
it. I am trying to improve my grasp over
this language so
as to use it in various data science projects in the
future.</p>
</div>
<div class="col-12 col-md-6 col-lg-4 skills-item">
<i class="fab fa-html5 fa-6x"></i>
<br><br>
<p>This was the first language I had learnt back when I was
new to web development. I have been
working with HTML for a long time and have developed a
good command over the language. I have
designed
almost all of my websites using HTML.</p>
</div>
<div class="col-12 col-md-6 col-lg-4 skills-item">
<i class="fab fa-css3-alt fa-6x"></i>
<br><br>
<p>It was the second language I ever learned. I was
struggling to make my websites look beautiful,
and then I came across this language. Ever since I have
used it extensively in my designs. </p>
</div>
<div class="col-12 col-md-6 col-lg-4 skills-item">
<i class="fab fa-react fa-6x"></i>
<br><br>
<p>Recently one of my seniors suggested me to learn React in
order to advance my frontend
development skills. I hope to create amazing web apps
using this one day. For now, I am pretty
novice in this.</p>
</div>
<div class="col-12 col-md-6 col-lg-4 skills-item">
<i class="fab fa-js fa-6x"></i>
<br><br>
<p>Animantion and Interactiveness always looks good on a
website. I started learning this language
to help me understand react better. I haven't
used it in a lot of my websites as I am
still in the learning phase.</p>
</div>
<div class="col-12 col-md-6 col-lg-4 skills-item">
<i class="fab fa-bootstrap fa-6x"></i>
<br><br>
<p>I decided to learn bootstrap only 6 months ago and I have
not regretted the decision. It is
pretty easy to use and makes it easier to add
reponsiveness to the websites without much effort.
It has
become one of my favourite languages</p>
</div>
</div>
<div class="row text-center">
<div class="col-12">
<button type="button" class="show-all" data-toggle="modal" data-target="#exampleModalCenter">
Show All
</button>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable" role="document">
<div class="skill-popup modal-content">
<div class="container">
<div class="row">
<div class="col-10">
<h3 class="modal-title">Skills</h3>
</div>
</div>
</div>
<div class="modal-body">
<div class="container">
<div class="skill-bars">
<div class="bar">
<div class="info">
<span>C/C++</span>
</div>
<div class="progress-line c">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>Python</span>
</div>
<div class="progress-line python">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>Javascript</span>
</div>
<div class="progress-line javascript">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>HTML</span>
</div>
<div class="progress-line html">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>CSS</span>
</div>
<div class="progress-line css">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>React</span>
</div>
<div class="progress-line react">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>Bootstrap</span>
</div>
<div class="progress-line bootstrap">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>MySQL</span>
</div>
<div class="progress-line mysql">
<span></span>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 text-right">
<button type="button" class="close-popover" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Hidden Projects-->
<section id="projects">
<div class="container">
<div class="row project-title">
<div class="col-12 col-md-4">
<h1>Projects</h1>
</div>
</div>
<p style="color: rgb(180, 180, 180);"> Will be updated soon . . .
</p>
</div>
</section>
<!--footer-->
<section id="footer">
<div class="container">
<div class="row footer-title">
<div class="col-12 col-md-4">
<h1>Get In Touch</h1>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-8 my-auto">
<p style="font-family: 'Zilla Slab', serif; font-size: 21px;">
The best way to reach me is to email
me at <a class="email" href="mailto:[email protected]">[email protected]</a>
or <a class="email" href="mailto:[email protected]">[email protected]</a>.
I
try to respond within 8-10 hours of receiving a message.
</p>
</div>
<div class="col-10 col-lg-2 network-list my-auto">
<div class="d-flex justify-content-around">
<ul class="network-icon">
<li>
<a href="https://github.com/ritam2358" target="_blank" rel="noopener">
<i class="fab fa-github fa-2x"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ritam-jana" target="_blank" rel="noopener">
<i class="fab fa-linkedin fa-2x"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/ritam.jana.81/" target="_blank" rel="noopener">
<i class="fab fa-facebook fa-2x"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/ritamjana2358/" target="_blank" rel="noopener">
<i class="fab fa-instagram fa-2x"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="uppointer col-2 text-right my-auto">
<a class="uplink" href="#top"><i class="fas fa-arrow-up fa-lg"></i></a>
</div>
</div>
</div>
<div class="horizontal-line"></div>
<div class="container">
<div class="row">
<div class="footer-extra col-12 col-md-4 text-center text-md-left">
<span style="color: rgb(180, 180, 180);"> Designed and Built
by Ritam Jana </span>
</div>
<div class="footer-extra col-12 col-md-4 text-center">
<span style="color:rgb(180, 180, 180);"> Last Updated April,
2021 </span>
</div>
<div class="footer-extra col-12 col-md-4 text-center text-md-right">
<a class="footerlink" href="//madewithlove.org.in" target="_blank">
Made with
<i class="fas fa-heart heart"></i>
in India
</a>
</div>
</div>
</div>
</section>
<!-- jQuery first, then Popper.js, then Bootstrap JS. -->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8"
crossorigin="anonymous"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<!-- <script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> -->
<script src="Javascript/scroll.js"></script>
<script>
$('.navbar-collapse a').click(function () {
$(".navbar-collapse").collapse('hide');
});
</script>
<script>
$('.navbar-brand').click(function () {
$(".navbar-collapse").collapse('hide');
});
</script>
<script>
$(function () {
$('[data-toggle="popover"]').popover()
})
</script>
<script>
$(".uppointer a").on("click", function (e) {
e.preventDefault();
const href = $(this).attr("href");
$("html, body").animate({ scrollTop: $(href).offset().top }, 800);
});
</script>
<script>
var myModal = document.getElementById('myModal')
var myInput = document.getElementById('myInput')
myModal.addEventListener('shown.bs.modal', function () {
myInput.focus()
})
</script>
</body>
</html>