-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (98 loc) · 3.42 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
<!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">
<title>Nikhil Singh's Site</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="https://scontent.fixr2-1.fna.fbcdn.net/v/t1.6435-9/66400741_829459024095431_8565454738701680640_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=pv7A8BfsOCcAX_7aVaD&_nc_ht=scontent.fixr2-1.fna&oh=00_AfAd3-nxX5umSXZsM9Uf9RPFfwaX3bd8IWNuRI9DLHLjcw&oe=63D53A62" alt="warth of man" style="width: 150px; border-radius:50%;"></td>
<td><h1>Nikhil Singh</h1>
<p> <em>Founder and CTO of <strong><a href ="https://www.google.com/search?q=google&oq=google&aqs=chrome..69i57j46i67i131i199i433i465j35i39l2j0i67i131i433l3j0i433i512j0i67j0i67i131i433.1981j0j15&sourceid=chrome&ie=UTF-8">Apna Google</a></strong></em></p>
<p>Hello everyone i am Nikhil from Indian Institute Of Technology. Here I am learning Web Devlopment.
<br>I Love to Code for sometime but didn't know how to code.</p></td>
</tr>
</table>
<hr>
<h3>School And Education</h3>
<ul>
<li>Harwad Business school</li>
<li>MIT</li>
<li>Stanford University</li>
<li>IIM</li>
<li>IIT Bombay</li>
</ul>
<hr>
<h3>Work Experiences</h3>
<table cellspacing ="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018 - 2020</td>
<td>Software Developer at Apna Google</td>
</tr>
<tr>
<td>2021 - 2023</td>
<td>Data Scientist at Goldman Sachs</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table cellspacing ="10">
<tr>
<td>IOS Development</td>
<td>⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing ="10">
<tr>
<td>React</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Node js</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Express js</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>MongoDB</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="Contact_me.html">Contact Details</a>
</body>
</html>