-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (166 loc) · 4.44 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Trovi U Know!</title>
</head>
<body>
<table>
<tbody>
<tr>
<td><img src="./profilePic(DND).jpg" width = "120" height = "150" ></td>
<td>
<h1>Pranav Mishra</h1>
<p><em>Student<br>B.Tech + M.Tech (Information Technology)<br>ABV-Indian Institute of Information Technology and Management <br>Gwalior,Madhya Pradesh (474015)</em></p>
</td>
</tr>
</tbody>
</table>
<p>I am a student at ABV-IIITM, Gwalior, with my prime focus in the field of web development, focused on learning technologies like Java Script, HTML, CSS, Bootstrap, NODE JS and REACT.
Apart from Web-Devlopment I like to do competitive programming for sharpening my logic and am interested in HR management on a whole level with special interest in person evaluation, recruitment and development</p>
<hr>
<h3>Education</h3>
<ul>
<li>Intermidiate From : Doon International School, Dehradun (89.6 %)</li>
<li>High School From : Priyanka Modern School, Dhampur (10 CGPA)</li>
<li>Qualified JEE - Mains (INR - 17522)</li>
</ul>
<hr>
<h3>Hobbies</h3>
<ul>
<li>Listening Audiobooks</li>
<li>Badminton</li>
<li>Casual Talks and Discussions</li>
<li>Yoga</li>
</ul>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
</tr>
<td>PHP</td>
<td>⭐⭐⭐</td>
<tr>
<td>NODE JS</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Adobe Photoshop</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Adobe Illustrator</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Adobe Premiere Pro</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Adobe InDesign</td>
<td>⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>JS</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>MongoDB</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MySQL</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>React</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Express</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr size="2" noshade>
<h3>My Projects</h3>
<table cellspacing="20">
<tr>
<td>Arduino Based Project</td>
<td><a href="https://drive.google.com/open?id=16sP0tdGIYNSYQ2JJyD8FctL6WKkkFLhv" target="_blank">Automatic soil Watering System</a></td>
</tr>
<tr>
<td>Posters</td>
<td><a href="https://drive.google.com/open?id=1-sieFhiYRJpt4BjlaeCa3_UH3WxFcjHO" target="_blank">Invitations,Decoration and Function Posters</a></td>
</tr>
<tr>
<td>Git-Hub Profile</td>
<td><a href="https://github.com/Trovidan" target="_blank">Web_development Projects</a></td>
</tr>
</table>
<hr size="2" noshade>
<table>
<tr>
<td>
<h3>Contact Details</h3>
</td>
<td>
<table cellspacing="20">
<thead>
<th>E-mail</th>
<th>Phone No.</th>
<th>whatsapp No.</th>
</thead>
<tbody>
<tr>
<td>pranav07092k@gmail.com</td>
<td>+91 7017971093</td>
<td>+91 7017971093</td>
</tr>
<tr>
<td>imt_2018068@iiitm.ac.in</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>