-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (77 loc) · 2.89 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Adnan's Personal Site</title>
</head>
<body>
<table cellspacing="20px">
<tr>
<td> <img src="img/adnan_picc.png" width="150" height="150" alt="adnan profile pic"></td>
<td> <h1>Adnan Samir</h1>
<p><em><a href="https://www.lpu.in/">Lovely Professional University Student</a></em></p>
<p>Department of Computer Science Engineering</p>
<p>I am a student at Lovely Professional University. .I am currently persuing a B-Tech degree in CSE. My Engineering Domain is in FullStack Web Development.</p>
<p>I choose this domain because I am very passionate about learning how to create our own websites, webpages, applications, etc. </p>
<p>My Goal is to become a FullStack Web Developer</p>
<p>My other interest include playing cricket, badminton, singing, travelling, etc.</p></td>
</tr>
</table>
<!-- <img src="img/adnan_picc.png" width="150" height="150" alt="adnan profile pic">
<h1>Adnan Samir</h1>
<p><em><a href="https://www.lpu.in/">Lovely Professional University Student</a></em></p>
<p>Department of Computer Science Engineering</p>
<p>I am a student at Lovely Professional University. .I am currently persuing a B-Tech degree in CSE. My Engineering Domain is in FullStack Web Development.</p>
<p>I choose this domain because I am very passionate about learning how to create our own websites, webpages, applications, etc. </p>
<p>My Goal is to become a FullStack Web Developer</p>
<p>My other interest include playing cricket, badminton, singing, travelling, etc.</p> -->
<hr>
<h3>Education</h3>
<ul>
<li>Lovely Professional University</li>
<li>BSF Sr Sec School</li>
<li>St.Peter's School</li>
</ul>
<hr>
<h3>Projects</h3>
<table border="1" cellspacing="10px">
<thead>
<tr>
<th>Project Name</th>
<th>Deatils</th>
</tr>
</thead>
<tr>
<td>E-Commerce</td>
<td>it is a webite ...</td>
</tr>
<tr>
<td>Travel Website</td>
<td>it is a website..</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Software Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Singing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
</html>