-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtimeline.html
131 lines (120 loc) · 6.45 KB
/
timeline.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T3LQZ9X');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kushal Bhanot</title>
<!-- CSS stylesheets -->
<link rel="icon" type="image/png" href="assets/images/circle-cropped copy.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- aos css -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- custom stylesheet -->
<link rel="stylesheet" href="styles.css">
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/9b54928ef1.js" crossorigin="anonymous"></script>
<!-- Bootstrap scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<!-- service worker -->
<script src="/ServiceWorker.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3LQZ9X" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
KB
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<!-- <span class="navbar-toggler-icon"></span> -->
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link px-4" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link px-4" href="timeline.html">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link px-4" href="work.html">Work</a>
</li>
</ul>
</div>
</nav>
<section id="timeline" class="selectDisable" data-aos="slide-up" data-aos-duration="800">
<div class="container-fluid">
<h3>First Semester (August 2019 - December 2019)</h3>
<ul>
<li><span>CGPA: 10.00</span> <br> Calculus & Statistical Analysis, Computer Programming - Ⅰ,
Basics of Electronics Engineering, <br>Engineering Exploration (Internet
of Things), Basics of Electronics Engineering (Lab)</li>
<li>Won Second Runner Up at Techstars Global Startup Weekend 2019, Chitkara University,<br>powered by
Google</li>
</ul>
<h3>Second Semester (January 2020 - June 2020)</h3>
<ul>
<li><span>CGPA: 10.00</span> <br> Differential Equations and Transformations, Computer Programming -
Ⅱ,
Basics of Electrical Engineering, <br>Engineering Graphics, Engineering Exploration (Engineering
Projects In Community Services),<br> Spanish - Ⅰ, Human Values & Professional Ethics</li>
<li>Scholarship for the membership of The Institution of Engineering and Technology (IET) (4years)</li>
<li>Joined Developer Student Clubs, Chitkara University, as a front-end developer</li>
<li>Organized an online Learning Weekend for Python/JavaScript in which more than 100 students<br> took
part. It was done on Progate.</li>
<li>Completed the first-course "Neural Networks and Deep Learning" of the Deep Learning
Specialization<br>
offered by
deeplearning.ai with a grade of 94.3%</li>
<li>Completed the C++ Standard Template Library Course by Coding Blocks</li>
<li>Became the Campus Ambassador for Coding Blocks, was awarded for being among the top performers<br>
nation-wide
</li>
<li>Passed the Microsft Technology Associate certification MTA 98-381</li>
<li>Completed the Responsive Web Design certification on freeCodeCamp </li>
</ul>
<h3>Third Semester (July 2020 - present)</h3>
<ul>
<li>Become the Official Student Volunteer for Progate</li>
<li>Gave a talk on "Why your active presence on LinkedIn matters?" at a Developer Conference<br>hosted
by Developer Student Clubs, Chitkara University on August 1</li>
</ul>
</div>
</section>
<section id="footer" class="selectDisable">
<a target="_blank" href="https://github.com/KushalBhanot"><i class="fab fa-github fa-3x"
aria-hidden="true"></i></a>
<a href="https://github.com/KushalBhanot/kushalbhanot.github.io/blob/master/LICENSE">
<p>GNU Affero General
Public License v3.0</p>
</a>
</section>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>