-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
340 lines (309 loc) · 17.9 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Priyal Dubey: About Me</title>
<!-- Required meta tags always come first -->
<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">
<!-- <!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css">
<link rel="stylesheet" href="css/style.css">
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="https://priyalweb.github.io/node_modules/bootstrap/dist/css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="https://priyalweb.github.io/node_modules/font-awesome/css/font-awesome.min.css"> -->
<!-- <link rel="stylesheet" href="https://priyalweb.github.io/node_modules/bootstrap-social/bootstrap-social.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="priyalweb.github.io/css/style.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> -->
<!-- CSS -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> -->
<!-- jQuery and JS bundle w/ Popper.js -->
<!-- <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/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script> -->
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-sm fixed-top">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand mr-auto" href="./index.html"><img src="img/code_mug.png" height="30" width="41"></a>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="./index.html"><span class="fa fa-home"></span> Home</a></li>
<li class="nav-item active"><a class="nav-link" href="#"><span class="fa fa-info fa-lg"></span> About Me</a></li>
<li class="nav-item"><a class="nav-link" href="./skills.html"><span class="fa fa-list fa-lg"></span> Skills</a></li>
<li class="nav-item"><a class="nav-link" href="./workex.html"><span class="fa fa-briefcase fa-lg"></span> Work Experience</a></li>
<li class="nav-item"><a class="nav-link" href="./contactus.html"><span class="fa fa-address-card fa-lg"></span> Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron">
<div class="container">
<div class="row row-header">
<div class="col-12 col-sm-6 align-self-center">
<img class="img-fluid" src="img/gooddp.jpg" height="40%" width="40%" style="border-radius: 50%;">
</div>
<div class="col-12 col-sm">
<h1>Hi, I am Priyal</h1>
<p>I am a 2023 graduate from IIT Indore.</p>
<p>Nice to meet you :)</p>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<ol class="col-12 breadcrumb">
<li class="breadcrumb-item"><a href="./index.html">Home</a></li>
<li class="breadcrumb-item active">About Me</li>
</ol>
<div class="col-12 col-sm-12">
<h1>A Bit About Me</h1>
<hr>
</div>
</div>
<br><br>
<div class="row ">
<div class="col-12 col-sm-6">
<h2>Background</h2>
<p>Hey! My name is Priyal Dubey and I am an engineering student having passion for software development.</p>
<p>I'm currently a 2023 graduate from <a href="https://www.iiti.ac.in/"> <em>Indian Institute Of Technology Indore</em> </a>, pursuing a degree in <a href="http://me.iiti.ac.in/"> <em>Mechanical Engineering</em> </a>. </p>
</div>
<div class="col-sm-6">
<div class="card">
<h3 class="card-header bg-primary text-white">Facts At a Glance</h3>
<div class="card-body mb-0" style="color: black;">
<dl class="row">
<dt class="col-6">Graduating on</dt>
<dd class="col-6">July 2023</dd>
<dt class="col-6">Profession</dt>
<dd class="col-6">Software Development Engineer</dd>
<dt class="col-6">University</dt>
<dd class="col-6">IIT Indore</dd>
<dt class="col-6">Degree</dt>
<dd class="col-6">Bachelors of Technology</dd>
</dl> <!--dt= dl= description list-->
</div>
</div>
</div>
<div class="col-12 mt-5">
<div class="card card-body bg-light">
<blockquote class="blockquote" style="color: black;">
<p class="mb-0">"Being able to work hard is the best talent of all."
</p>
<footer class="blockquote-footer">Hiroshi Kido,
<cite title="Source Title">Barakamon, 2009
</cite>
</footer>
</blockquote>
</div>
</div>
</div>
<br> <br> <br>
<div class="row ">
<div class="col-12 col-sm-12">
<h2>A bit more about me</h2><br>
<!-- ... -->
<!-- <ul class="nav nav-tabs"> //nav bar with tabs! (not pills)
<li class="nav-item">
<a class="nav-link active" href="#career"
role="tab" data-toggle="tab">Career</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#passion"
role="tab" data-toggle="tab">Passion</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#hobbies"
role="tab" data-toggle="tab">Hobbies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#likes"
role="tab" data-toggle="tab">Likes</a>
</li>
</ul> -->
<!-- <div class="tab-content">
<div role="tabpanel" class="tab-pane fade show active" id="career">
<h3>Career: <small>Software Engineering</small></h3>
<p class="d-none d-sm-block">I aspire toward a career that will allow me to channel my creativity through crafting beautiful software and engaging experiences.</p>
</div>
<div role="tabpanel" class="tab-pane fade" id="passion">
<h3>Passionate about: <small> Coding</small></h3>
<p class="d-none d-sm-block">Love to learn latest technologies and build something out of them.</em></p>
</div>
<div role="tabpanel" class="tab-pane fade" id="hobbies">
<h3>Things I enjoy: <small> My hobbies</small></h3>
<p class="d-none d-sm-block">Apart from this I enjoy badminton, swimming, painting, cooking, solving puzzles.</em></p>
</div>
<div role="tabpanel" class="tab-pane fade" id="likes">
<h3>Likes to: <small>Listen songs and dance</small></h3>
<p class="d-none d-sm-block">I love listning to songs, dancing and interacting with people.</em></p>
</div>
</div> -->
<!-- ... -->
<div id="accordion">
<div class="card">
<div class="card-header" role="tab" id="careerhead" style="color: black;">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#career">
Career: <small>Software Engineering</small>
</a>
</h3>
</div>
</div>
<div role="tabpanel" class="collapse show" id="career" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">I aspire toward a career that will allow me to channel my creativity through crafting beautiful software and engaging experiences.</p>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="passionhead" style="color: black;">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#passion">
Passionate about: <small> Coding</small>
</a>
</h3>
</div>
</div>
<div role="tabpanel" class="collapse" id="passion" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">Love to learn latest technologies and build something out of them.</em></p>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="hobbieshead" style="color: black;">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#hobbies">
Things I enjoy: <small> My hobbies</small>
</a>
</h3>
</div>
</div>
<div role="tabpanel" class="collapse" id="hobbies" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">Apart from this I enjoy badminton, swimming, painting, cooking, solving puzzles.</em></p>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="likeshead" style="color: black;">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#likes">
Likes to: <small>Listen songs and dance</small>
</a>
</h3>
</div>
</div>
<div role="tabpanel" class="collapse" id="likes" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block">I love listning to songs, dancing and interacting with people.</em></p>
</div>
</div>
</div>
</div>
</div>
<div class="row row-content">
<div class="col-12 col-sm-9">
<h2>Facts & Timeline</h2>
<div class="table-responsive" style="color: whitesmoke;">
<table class="table table-striped">
<thead class="thead-dark">
<tr>
<th> </th>
<th>2004-2016</th>
<th>2016-2018</th>
<th>2019-2023</th>
</tr>
</thead>
<tbody style="color: whitesmoke;">
<tr>
<th>Education</th>
<td>Choitram School</td>
<td>Green Field Public Academy</td>
<td>Indian Institue of Technology Indore</td>
</tr>
<tr>
<th>Stream</th>
<td>General studies</td>
<td>Science: PCM</td>
<td>Mechanical Eng.</td>
</tr>
<tr>
<th>CGPA</th>
<td>10/10</td>
<td>9.14/10</td>
<td>8.73/10</td>
</tr>
<tr>
<th>Location</th>
<td>Indore, India</td>
<td>Indore, India</td>
<td>Indore, India</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-12 col-sm-3">
</div>
</div>
</div>
<br><br>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-4 offset-1 col-sm-2">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="./index.html">Home</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Work Experience</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="col-7 col-sm-5">
<h5>Address</h5>
<address>
Devi Ahilya Hostel<br>
Indian Institute of Technology Indore, Khandwa Road, Simrol,<br>
Indore 453552, India<br>
<i class="fa fa-phone fa-lg"></i> Tel.: +91-7324-306717<br>
<i class="fa fa-fax fa-lg"></i> Tel: +91-731-2438-732/ 758<br>
<i class="fa fa-envelope fa-lg"></i> Email: <a href="http://www.iiti.ac.in/">http://www.iiti.ac.in</a>
</address>
</div>
<div class="col-12 col-sm-4 align-self-center">
<div class="text-center">
<a class="btn btn-social-icon btn-google" href="http://google.com/+"><i class="fa fa-google-plus fa-lg"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id="><i class="fa fa-facebook fa-lg"></i></a>
<a class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin fa-lg"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i class="fa fa-twitter fa-lg"></i></a>
<a class="btn btn-social-icon btn-google" href="http://youtube.com/"><i class="fa fa-youtube fa-lg"></i></a>
<a class="btn btn-social-icon " href="mailto:"><i class="fa fa-envelope-o fa-lg"></i></a>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-auto">
<p>© Copyright 2020 Priyal Dubey</p>
</div>
</div>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS. -->
<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/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
<!-- <script src="node_modules/jquery/dist/jquery.slim.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> -->
</body>
</html>