-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
94 lines (92 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>"♥ Ritik's Personal Site"</title>
</head>
<body>
<table cellspacing = "20">
<tbody>
<tr>
<td><img src="https://scontent.fdel29-1.fna.fbcdn.net/v/t1.6435-9/64307715_1399945150152795_5251779060568162304_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=09cbfe&_nc_ohc=MocdDI3SgKMAX8OmF5F&_nc_ht=scontent.fdel29-1.fna&oh=efc48977a72df9cb606a3f33fbb8c5c1&oe=6094561E" alt="Ritik Bora Pic" style="width: 100px; height: 100px;"></td>
<td><img src="Navi.jpg" alt="Navi Pic" style="width: 100px; height: 100px;"></td>
<td><a href="https://www.facebook.com/ritik.bora.5" target="_blank"><h3>Ritik Bora</h3></a>
<p><em>A pro basketball player</em></p></td>
</tr>
</tbody>
</table>
<p>Im a <strong>Point Guard</strong>.</p>
<p>
Im <em><strong>Ritik Bora</strong></em> , I did my majors in
<em>Electronics & Telecommunication</em>
</p>
<p>I am a rookie web developer</p>
<hr />
<h3>Education</h3>
<ul>
<li><strong>Class 10</strong>APS Narangi</li>
<li><strong>Class 12</strong>APS Pune</li>
<li><strong>Graduation</strong><a href="https://www.aitpune.com/" target="_blank">Army Institute Of Technology</a></li>
</ul>
<hr>
<h3>My Work Experience</h3>
<table>
<thead>
<th>Duration</th>
<th>Work Profile</th>
</thead>
<tbody>
<tr>
<td>2019-20</td>
<td>Intern At Iot Copper Cloud</td>
</tr>
<tr>
<td>2020-21</td>
<td>Upcoming Associate Consultant at OFFS</td>
</tr>
<tr>
<td>2020-21</td>
<td>Upcoming SDE at miniOrange</td>
</tr>
</tbody>
</table>
<hr>
<h3><strong>Skills</strong></h3>
<table cellspacing = "10px">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td>C ++</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>SQL</td>
<td>🌟🌟🌟🌟</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>Python</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>WebD</td>
<td>🌟🌟</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<hr>
<p><a href="Hobbies.html" target="_blank">My Hobbies</a> <a href="Contact.html" target="_blank">My Contact Details</a></p>
</body>
</html>