-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
335 lines (297 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Maven+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap" rel="stylesheet">
<title>RESUME</title>
</head>
<body>
<div class="resume">
<h1 class="a">
RESUME
</h1>
</div>
<br>
<div class="b">
<h2 class="c"><strong>ABOUT ME:</strong></h2>
<span class="d"> <img src="photo.jpeg" width="300px" ></span>
<p>
<h3 class="abc">
<ul><span class="al">
<li> Hi, I am <span class="e">Ambuj Raj</span>, a 1st year <strong><span class="e">Computer Science and Engineering</strong></span> Student</strong> studying at <span class="e">IIIT Nagpur</span>,Maharashtra.</li>
<br>
<li> I am interested in <strong><span class="e">Web </span>and <span class="e">Android development</span>,<span class="e">Data Structures</span>, <span class="e">Algorithms</span>, <span class="e">Competitive programming</span> </strong>and <span class="e">Machine Learning</span>. </li>
<br>
<li>I love to explore and learn new things.</li>
<br>
<li>I love to create solutions for real world problems.</li>
<br>
<li>Apart from academics I love to watch <span class="e">space</span> documentries. </li>
<br>
<li> <strong>Birthday :</strong><span class="e"> 17 November</span></li>
<br>
<li><strong>City:</strong> <span class="e"> Lucknow</span>,UP,India</li>
</span>
<br>
</ul>
</h3>
</p>
</div>
<br>
<br>
<div class="f">
<h2 class="c"><strong>EDUCATIONAL DETAILS</strong></h2>
<div class="table">
<table class="t">
<thead>
<tr>
<th>DEGREE/CLASS</th>
<th>INSTITUTION</th>
<th>PERCENTAGE/SGPA</th>
<th> PASSING YEAR</th>
</tr>
</thead>
<tbody>
<tr>
<td>Class 10th</td>
<td>CMS Lucknow</td>
<td>94.40%</td>
<td>2017</td>
</tr>
<tr>
<td>Class 12th</td>
<td>CMS Lucknow</td>
<td>97.00%</td>
<td>2019</td>
</tr>
<tr>
<td>B-Tech</td>
<td>Indian Institute of Information Technology
Nagpur</td>
<td>8.90</td>
<td>Pursuing</td>
</tr>
<thead>
<tr>
<th class="th">OTHER TECHNICAL DETAILS</th>
</tr>
</thead>
<thead>
<tr>
<div class="p"></div>
<th>PLATFORM</th>
<th>LINK</th>
<th>RATING</th>
</tr>
</thead>
</thead>
<tbody>
<tr>
<td>Codechef</td>
<td><a href="https://www.codechef.com/users/ambuj_2001" target="_blank"><span class="g">ambuj_2001</span></a></td>
<td>1488(2 star)</td>
</tr>
<tr>
<td>Codeforces</td>
<td><a href="https://codeforces.com/profile/realambuj" target="_blank"><span class="g">realambuj</span></a></td>
<td>584(newbie)</td>
</tr>
<tr>
<td>geeksforgeeks</td>
<td><a href="https://auth.geeksforgeeks.org/user/realambuj/profile" target="_blank"><span class="g">realambuj</span></a></td>
<td>10 points</td>
</tr>
<tr>
<td>Github</td>
<td><a href="https://github.com/ambujraj2001" target="_blank"><span class="g">ambujraj2001</span></a></td>
<td>-</td>
</tr>
</tbody>
</tbody>
</table>
</div>
</div>
<br>
<br>
<div class="f1">
<h2 class="c"><strong>COURSE WORK</strong></h2>
<div class="table">
<table class="t1">
<thead>
<tr>
<th>SEMESTER-I</th>
<th>SEMESTER-II</th>
<th>SEMESTER-III</th>
<th>SEMESTER-IV</th>
<th>SEMESTER-V</th>
</tr>
</thead>
<tbody>
<tr>
<td>Mathematics-I</td>
<td>Mathematics-II</td>
<td>Data Structure with Applications</td>
<td>Design and Analysis of Algorithm</td>
<td>Human Computer Interaction</td>
</tr>
<tr>
<td>Elements of Electrical Engineering</td>
<td>Mechanics and Graphics</td>
<td>Computer System Organisation</td>
<td>Operating System</td>
<td>DBMS</td>
</tr>
<tr>
<td>Applied Sciences</td>
<td>Application Programming</td>
<td>Microprocessors & Interfacing</td>
<td>Software Engineering</td>
<td>Computer Networks</td>
</tr>
<tr>
<td>Computer Programming</td>
<td>Digital Electronics</td>
<td>Object Oriented Programming</td>
<td>Discrete Mathematics</td>
<td>Theory of Computations</td>
</tr>
<tr>
<td>Electronic Devices and Circuits</td>
<td>Communication Skill</td>
<td>Numerical Methods & Probability Theory</td>
<td>Design Principal of Programming Language</td>
<td></td>
</tr>
<tr>
<td>Environmental Studies</td>
<td>Data Structures</td>
<td></td>
<td></td>
<td></td>
</table>
</div>
</div>
<br>
<br>
<div class="f">
<h2 class="c"><strong>SKILLS</strong></h2>
<div class="table">
<table class="tt">
<thead>
<tr>
<th>SKILL</th>
<th>LEVEL</th>
</tr>
</thead>
<tbody>
<tr>
<td>Python</td>
<td>60%</td>
</tr>
<tr>
<td>C++</td>
<td>40%</td>
</tr>
<tr>
<td>Dart</td>
<td>80%</td>
</tr>
<tr>
<td>Flutter</td>
<td>20%</td>
</tr>
<tr>
<td>Java</td>
<td>40%</td>
</tr>
<tr>
<td>Machine Learning</td>
<td>10%</td>
</tr>
<tr>
<td>HTML/CSS</td>
<td>60%</td>
</tr>
</table>
</div>
</div>
<br>
<br>
<div class="b">
<h2 class="c"><strong>PROJECTS</strong></h2>
<p><h3 class="dd">Few of My Project includes :</p></h3>
<ul>
<h3>
<li>Coin Tosser</li>
<li>Health Management System</li>
<li>Machine learning Model</li>
<li>E-library Website</li>
<li>Portfolio Website</li>
<li>Email Slicer </li>
</ul>
</h3>
</div>
<br>
<br>
<div class="b">
<h2 class="c"><strong>ACHIEVEMENTS</strong></h2>
<p><h3 class="dd">My Few Achievements includes :</p></h3>
<ul>
<h3>
<li>Selected in Top 50 candidates nationwide in TECHKRITI OPEN SCHOOL CHAMPIONSHIP by IIT-Kanpur</li>
<li>Qualified Google Codejam Qualification Round-2021</li>
<li>Participated Thrice in the "International Conference of Chief Justices Of the World"</li>
<li>Participated in the State Round of IKEN SCIENTIFICA-a competition for young scientists </li>
<li>Qualified the Microsoft AI Classroom Assessment</li>
<li>2✴ Star Coder at Codechef</li>
</ul>
</h3>
</div>
<br>
<br>
<div class="b">
<h2 class="c"><strong>CONTACT ME </strong></h2>
<p><h3 class="dd"><strong>Contact Details: </strong></p></h3>
<p >
<h3 class="w">
<strong> <span class="e">Email ID:</span> </strong>
<a href="mailto:[email protected]">[email protected]</a></p>
</h3>
<h3 class="w">
<strong> <span class="e">Contact No:</span> </strong>
<a href="">7905142778</a></p>
</h3>
<p>
<h3 class="w">
<strong> <span class="e"> LinkedIn:</span> </strong>
<a href="https://www.linkedin.com/in/ambuj-raj-542913201/" target="_blank"> ambuj-raj-542913201</a>
</h3>
</p>
<p>
<h3 class="w">
<strong> <span class="e">Twitter:</span> </strong>
<a href="https://twitter.com/real_ambuj" target="_blank"> real_ambuj</a>
</h3>
</p>
<p>
<h3 class="w">
<strong> <span class="e">Instagram:</span> </strong>
<a href="http://www.instagram.com/real_ambuj/" target="_blank"> real_ambuj</a>
</h3>
</p>
<h3 class="w">
<strong> <span class="e">Facebook:</span> </strong>
<a href="https://www.facebook.com/ambuj.raj.3701" target="_blank">ambuj.raj.3701</a>
</h3>
</p>
</div>
<br>
<br>
</body>
</html>