-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
180 lines (157 loc) · 9.09 KB
/
education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Arhant Jain</title>
<meta name='keywords'
CONTENT='Portfolio, Arhant Jain, Software Developer, Frontend Engineer, Backend Engineer, Prompt Engineer, AI, IIIT-Hyderabad, IIIT-H, SDE, SDE-2, Edgeverve, Infosys, Lawrence & Mayo Public School, Kota, Rajasthan, India, Research, Cognitive Science, Kavita Vemuri'>
<meta name='description'
CONTENT='This is Portfolio website of Arhant Jain who is an IT professional with a strong background in both Backend & Frontend technologies, having over 2 years of experience in the industry. Arhant Jain is an alumni of IIIT-Hyderabad. Arhant Jain is from India.'>
<link rel="stylesheet" href="css/style.css">
<link rel='icon' href='images/favicon.ico' type='image/x-icon' sizes="16x16" />
<link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon' sizes="16x16" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YYHR02Z4V0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-YYHR02Z4V0');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-19NMXPV97E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-19NMXPV97E');
</script>
<body class="bg-dark">
<div class="progres">
<!-- Progress Bar -->
</div>
<div class="container z-2 py-3">
<header class="d-flex flex-wrap justify-content-center py-3">
<a href="/PersonalWebsite"
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32">
<use xlink:href="#bootstrap"></use>
</svg>
<span class="fs-3 text-white remove1">Arhant Jain</span>
</a>
<ul class="nav nav-pills justify-content-center">
<li class="fs-5 nav-item"><a href="/PersonalWebsite" class="nav-link">Home</a></li>
<li class="fs-5 nav-item"><a href="experience.html" class="nav-link">Experience</a>
</li>
<li class="fs-5 nav-item"><a href="education.html" class="nav-link active" aria-current="page">Education</a>
</li>
<li class="fs-5 nav-item"><a href="projects.html" class="nav-link">Projects</a></li>
<li class="fs-5 nav-item"><a href="uploads/Arhant_Resume.pdf" download="Arhant_Resume.pdf"
class="nav-link">Resume</a></li>
<li class="fs-5 nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</header>
<main>
<div class="container pt-5 mt-5">
<p class="text-center lorafont text-white makebold" style="font-size: 4.5vmax;">Education</p>
<div class="row">
<div class="col">
<div class="containers">
<!-- First Box -->
<div class="card my-5">
<span class="card-body">
<div class="row align-items-center">
<div class="col-2 col-sm-2">
<a href="https://www.iiit.ac.in/" target="_blank" rel="noopener" class="card-link"><img
src="images/iiith.jpeg" alt="IIIT Hyderabad" class="img-fluid" loading="lazy"></a>
</div>
</div>
<div class="row lorafont" style="font-size: 1.5vmax; font-weight: 600;">
<div class="col-6 col-sm-8 ms-4 my-2">
Master of Science
</div>
<div class="col-4 col-sm-3 my-2 d-flex justify-content-end">
2020 - 2021
</div>
</div>
<div class="card-text lorafont">
<p class="ms-4 my-2" style="font-size: 1.25vmax;">Featured Courses</p>
<ul class="ms-3 mt-2" style="font-size: 1vmax;">
<li>Statistical Methods in AI (ML)</li>
<li>Time-Frequency Analysis</li>
<li>Differential Equations</li>
<li>Database Management System</li>
</ul>
</div>
</span>
</div>
<!-- Second Box -->
<div class="card my-5">
<span class="card-body">
<div class="row align-items-center">
<div class="col-2 col-sm-2">
<a href="https://www.iiit.ac col-lg-8.in/" target="_blank" rel="noopener" class="card-link"><img
src="images/iiith.jpeg" alt="IIIT Hyderabad" class="img-fluid" loading="lazy"></a>
</div>
</div>
<div class="row lorafont" style="font-size: 1.5vmax; font-weight: 600;">
<div class="col-6 col-sm-8 ms-4 my-2">
B.Tech (Honors)
</div>
<div class="col-4 col-sm-3 my-2 d-flex justify-content-end">
2016 - 2020
</div>
</div>
<div class="card-text lorafont">
<p class="ms-4 my-2" style="font-size: 1.25vmax;">Featured Courses</p>
<ul class="ms-3 mt-2" style="font-size: 1vmax;">
<li>Computer Programming</li>
<li>Data Structures and Algorithms</li>
<li>Algorithms and OS</li>
<li>Computer Networks</li>
</ul>
</div>
</span>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="d-flex flex-column justify-content-between pt-4 mt-4">
<ul class="list-unstyled d-flex mx-auto">
<li class="ms-3"><a class="link-body-emphasis text-white" href="https://twitter.com/arhant_here"><svg
xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-twitter"
viewBox="0 0 16 16">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg></a></li>
<li class="ms-3"><a class="link-body-emphasis text-white" href="https://www.linkedin.com/in/arhant/"
target="_main"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor"
class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg></a></li>
<li class="ms-3"><a class="link-body-emphasis text-white" href="mailto:arhant.iiith@gmail.com"
target="_main"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor"
class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z" />
</svg></a></li>
</ul>
<strong class="d-inline text-center text-white">Copyright © 2025 Arhant Jain. All rights reserved.</strong>
<p class="text-center text-white mb-0 pb-0"> Designed and Developed by Arhant Jain.</p>
</div>
</footer>
</div>
</body>
</html>
<!-- <img src="https://source.unsplash.com/2100x900/?nature,3D" alt="Not Found"> -->