-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharpit.html
More file actions
101 lines (83 loc) · 2.61 KB
/
Copy patharpit.html
File metadata and controls
101 lines (83 loc) · 2.61 KB
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
<DOCTYPE! html>
<html>
<head>
<meta charset="utf-8">
<title>Arpit Personal Website</title>
<link rel="stylesheet" href="/arpit.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img
src="arpit1.png"
alt="My image ">
</td>
<td>
<h1> Arpit Verma </h1>
<p> <em>I am Student of<strong> <a href="https://bbdu.ac.in/">BBD University</a></strong>.</em></p>
<p> Member of <strong><a href=" https://bbdu.ac.in/bbdu-nss/ ">NSS</a></strong></em>.</p>
<p> I am passionate about exploring the ever-evolving intersection of technology and innovation.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>successfully completed class 10<sup>th</sup> and 12<sup>th</sup> with percentage<strong> 95% and 78%</strong>.</li>
<li>joined BBDU for B.Tech degree specialization in computer science.</li>
</ul>
<hr>
<h3>Work Experience in BBD University</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th> works</th>
</tr>
</thead>
<tbody>
<tr>
<td>Feb 21-23 </td>
<td>Volunteerb work in NSS stall " something that aligned with my interestst,This not only shows my commitment but also helps me to develop skills and make connections" </td>
</tr>
<tr>
<td>Educational Area </td>
<td>sucessfully completed my first Sem- with SGPA of <strong>8.65<strong></td>
</tr>
<tr>
<td>Certificates and Online Courses</td>
<td>C programming ,Web Wevelopment(HTML),Python programming</td>
</tbody>
</table>
<hr>
<h3>skills ⭐⭐⭐⭐⭐</h3>
<table cellspacing="10">
<tr>
<td>Programming Languages</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>web development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>photography</td>
<td>⭐</td>
</tr>
<td>Editing</td>
<td>⭐⭐⭐⭐⭐</td>
</table>
<hr>
<h1>Way to contact</h1>
<form>
<label>Your Name</label>
<input type="text" name="" value=""><br>
<label>Your Email:</label>
<input type="email" name="" value=""><br>
<label>Your Message:</label><br>
<textarea name="name" rows="10" cols="30"> </textarea><br>
<input type="submit" name="">
</form>
<a href="hobbies.html">My Hobbies</a>
</body>
</html>