-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (44 loc) · 1.8 KB
/
about.html
File metadata and controls
50 lines (44 loc) · 1.8 KB
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ojas Verma | About</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style_about.css">
<link rel="icon" href="atom-solid.svg" type="image/icon">
</head>
<body>
<div class="header">
<h1>Ojas Verma</h1>
<nav>
<ul>
<li><a href="index.html"> Home</a></li>
<li style="text-decoration: underline;"><a href="#">About</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="contact.html">Contact</a></li>
<img src="bars-solid.svg" alt="menu">
</ul>
</nav>
</div>
<div class="about">
<div class="left">
<h3><img src="school-solid.svg" alt="school">Currently Studying at Indian Intitute of Technology (ISM) , Dhanbad</h3>
<h3><img src="brain-solid.svg" alt="Abacus">Frontend Developer</h3>
<h3><img src="shield-solid.svg" alt="NCC">NCC A Certified Cadet</h3>
<h3><img src="futbol-solid.svg" alt="Football">I Like to Play Football</h3>
<h3><img src="diagram-project-solid.svg" alt="Projects">I Like making and working upon challenging projects</h3>
</div>
<div class="right">
<img src="hero-2.jpg" alt="hero-2">
</div>
</div><br><br><hr><br>
<div class="footer">
<img src="atom-solid.svg" alt="logo">
<h4>Copyright © 2024 Ojas Verma</h4>
<img src="theme.svg" alt="theme" id="theme">
</div>
<script src="script.js"></script>
</body>
</html>