-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
58 lines (50 loc) · 1.25 KB
/
index1.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Personal Website</title>
</head>
<body>
<table>
<tr>
<td><img src="" alt="Linkedin Profile Picture"></td>
<td><p>Engineering Student at JSSATE Noida</p>
<p>Love to do programming, please consider visting <a href="#"></a></p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>About Me:-</h3>
<p>I am engineering student currently pursuing my BTech in CSE</p>
<p>I love to solve problems related to Web Development and DS Algo</p>
<hr size="3" noshade>
<h3>Education:-</h3>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2002-2017</td>
<td>Schooling</td>
</tr>
<tr>
<td>2018-2021</td>
<td>Graduation</td>
</tr>
</tbody>
</table>
<hr size="3" noshade>
<h3>My Hobbies:-</h3>
<ul>
<li>Running</li>
<li>Lawn Tennis</li>
</ul>
<hr size="3" noshade>
<h3>Connect With Me:-</h3>
<a href="connect.html">Contact Details</a>
</body>
</html>