-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
64 lines (63 loc) · 1.64 KB
/
blog.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
<!doctype html>
<html>
<head>
<title>Blog</title>
</head>
<body bgcolor="black">
<table width="700px" cellpadding="10px" align="center">
<tr>
<td colspan="2" align="center" bgcolor="lightgrey">
<h2>WELCOME</h2>
</td>
</tr>
<tr bgcolor="green">
<td colspan="2">
<h3>Name : xxxxxxxxxx</h3>
<h4>Email : [email protected]</h4>
<h4>Mobile : +91 xxxxxxxxxx
</h4>
</td>
</tr>
<tr>
<td bgcolor="skyblue">
<h3 align="center">Educational Details</h3>
<h4>UG Details</h4>
<p align="center">xxxxxxxxxxxxxxxxxx</p>
<h4>Inter Details</h4>
<p align="center">xxxxxxxxxxxxxxx</p>
<h4>SSC Details</h4>
<p align="center">xxxxxxxxxxxxxx</p>
</td>
<td bgcolor="lightyellow">
<h3 align="center">Technical Skills</h3>
<h4>Python :</h4>
<p align="center"> Level X</p>
<h4>HTML CSS : </h4>
<p align="center">Level X</p>
<h4>JavaScript : </h4>
<p align="center">Level X</p>
</td>
</tr>
<tr>
<td bgcolor="lightgrey">
<h3 align="center">Project Details</h3>
<h4>Project1 head</h4>
<p align="center">xxxxxxxxxx</p>
<h4>Project2 head</h4>
<p align="center">xxxxxxxxxx</p>
<h4>Project3 head</h4>
<p align="center">xxxxxxxxxx</p>
</td>
<td bgcolor="lightpink">
<h3 align="center">Certification</h3>
<h4>Cert 1 head</h4>
<p align="center">xxxxxxxxxx</p>
<h4>Cert 2 head</h4>
<p align="center">xxxxxxxxxx</p>
<h4>Cert 3 head</h4>
<p align="center">xxxxxxxxxx</p>
</td>
</tr>
</table>
</body>
</html>