-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMy CV.html
68 lines (62 loc) · 1.8 KB
/
My CV.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
<html>
<head>
<title>
My CV
</title>
</head>
<body>
<h1>
Nitya Gupta
</h1>
<p>
<b>Email:</b> [email protected] | <b>Phone:</b> 9136348811 | <b>My Github URL:</b> <a href="https://github.com/nityagupta6">nityagupta6</a>
</p>
<hr>
<p>
<h2>Education</h2>
<ul style="list-style-type:solid circle;">
<li>BTech in Electronics and Electrical Engineering at Indian Institute of Information and Technology Allahbad</li>
<li>12th Boards with 96% from Pace Junior College</li>
<li>10th Boards with 97% from R.N.Podar School</li>
</ul>
</p>
<hr>
<p>
<h2>
Skills
</h2>
<table>
<tr>
<td><b>Language</b></td>
<td text-align: center;><b>Skills</b></td>
</tr>
<tr>
<td><b>HTML</b></td>
<td>★★★★☆</td>
</tr>
<tr>
<td><b>CSS</b></td>
<td>★★★★☆</td>
</tr>
<tr>
<td><b>JavaScript</b></td>
<td>★★★★☆</td>
</tr>
</table>
</p>
<hr>
<p>
<h2>Contact Me</h2>
<form action="/action_page.php">
<label for="fname">Your Name:</label>
<input type="text" name="fname" value="Enter your name"><br>
<label for="email">Your Email:</label>
<input type="text" name="lname" value="Enter your E-mail id"><br>
<label for="msg">Your Message:</label>
<textarea name="msg" rows="4" cols="50">
Enter Your message
</textarea>
</form>
</p>
</body>
</html>