-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (54 loc) · 1.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
<!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>Document</title>
</head>
<body>
<h1>Manish kumar Gupta </h1>
<P1><strong>Email:</strong> [email protected]| <strong>Phone:
</strong>821021**** | <strong>My Github URL:</strong>https://github.com/manishh12</P1>
<hr>
<h2>Education</h2>
<p2>
<ul>
<li>B.TECH in IT from IIIT Allahabad</li>
<li>Higher Secondary Education from DPS Bokaro</li>
</ul>
</p2>
<hr>
<h2>Skills</h2>
<p3>
<table>
<tr>
<td><b>Language  </b></td>
<td style="text-align:center;"><b> Skill </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>
</p3>
<hr>
<h2> Contact Me</h2>
<form>
<label><b> Name :</b> </label>
<input type="text" placeholder="Enter your name"><br><br>
<label><b>Your Email id :</b> </label>
<input type="text" placeholder="Enter your email id"><br><br>
<label><b>Your message : </b></label>
<input type="text" style="width: 300px; height: 50px;" placeholder="Enter your message">
</form>
</body>
</html>