-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<img src = "Images/Profile Pic.png" height="200px" width = "200px">
<h1>Summary</h1>
<p>I am a B.Tech CSE student studying in a college located on the planet Earth.
I haven't done any big project as you can see I am just a beginner.
So, please go easy on me this time.
I am a first year and would be graduating from college in 2028.
For now, I am trying to learn as much as I can.
Stay tuned for better projects :)</p>
<hr>
<p>
<h1>Education</h1>
<b>High School</b>------------------------------------<i>ABC School 2020</i>
<br>
<b>Higher Secondary School</b>-------------------<i>ABC School 2022</i>
<br>
<b>Graduation</b>------------------------------------<i>ABC College 2028</i>
</p>
<hr>
<h1>Work Experience</h1>
<h2>Experienced in:</h2>
<ul>
<li>Watching movies/animes.</li>
<li>Procarastination</li>
<li>Phone Addiction</li>
<li>Touch Typing</li>
</ul>
<hr>
<h1>Skills</h1>
<ul>
<li>Can make someone bore within a minute.</li>
</ul>
<hr>
<h1>Awards</h1>
<ul>
<li>Got a Compact Disc as a reward once.</li>
</ul>
<hr>
<a href = "hobbies.html">Hobbies</a>
<a href = "+961765432100">Contact Me.</a>
<footer><p>@Copyright2024 Owner</p></footer>
</body>
</html>