-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
127 lines (118 loc) · 3.82 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
<!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">
<body>
<br>
<div>
<table cellspacing="20">
<td>
<img src="Images/dhiary.png" alt="Profile_pic" width="200">
</td>
<td>
<h1>DHAIRY SHRIVASTAVA</h1>
<p>Student at <a href="https://lnct.ac.in/">L.N.C.T</a></p>
<p>I am coding Enthusiast, I try keeping myself updated with latest Tech.</p>
<p>Can be reached at : </p>
<p><b>[email protected] Phone : +91 9977831999</b> </p>
</td>
</table>
</div>
<hr>
<header>
<div>
<h3>EDUCATION</h3>
<ul type="circle">
<li>Completed Schooling from St Joseph Co-Ed School </li>
<li>Scored 91.4 and 80.4 in 10th and 12 board respectively</li>
<li>NTSE stage-1 Qualifier</li>
<li>Several accomplisment in fast math and computer olympiads</li>
</ul>
</div>
<hr>
<div>
<h3> ACHIEVEMENTS </h3><br>
<table cellspacing="20">
<tr>
<th>YEAR</th>
<th>COMPLETION</th>
</tr>
<tr>
<td>2019</td>
<td>High School</td>
</tr>
<tr>
<td>2021</td>
<td>Senior High School</td>
</tr>
</table>
</div>
</header>
<hr>
<main>
<h3> SKILL SET </h3>
<div>
<table>
<td>
<table cellspacing="20">
<thead>
<tr>
<th>Skills </th>
<th>Ratings </th>
</tr>
</thead>
<tbody>
<tr>
<td>Java</td>
<td>⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐</td>
</tr>
</td>
</tbody>
</table>
</td>
<td>
<table cellspacing="20">
<thead>
<tr>
<th>Skills </th>
<th>Ratings </th>
</tr>
</thead>
<tbody>
<tr>
<td>Front-ENd</td>
<td>⭐</td>
</tr>
<tr>
<td>Backend Coding</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐</td>
</tr>
</td>
</tbody>
</table>
</td>
</table>
</div>
</main>
<hr>
<footer>
</footer><p>
<h3>Contact and Others : </h3>
<a href="about.html">Co-ciricular</a><br>
<a href="contact.html">Contact</a></p>
</body>
</html>