-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (59 loc) · 2.08 KB
/
index.html
File metadata and controls
62 lines (59 loc) · 2.08 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
51
52
53
54
55
56
57
58
59
60
61
62
<!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 | Home</title>
<meta name="description" content="This is a web porfolio of Ojas Verma. I am a student at Subodh Public School ,Rambagh">
<meta name="keywords" content="Ojas Verma, LinkedIn,developer,portfolio,programmer,Enthusiast,projects">
<meta name="author" content="Ojas Verma">
<meta name="robots" content="INDEX, FOLLOW">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="atom-solid.svg" type="image/icon">
</head>
<body>
<div class="header">
<h1>Ojas Verma</h1>
<nav>
<ul>
<li style="text-decoration: underline;">Home</li>
<li><a href="about.html">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="hero">
<img src="hero.jpg" alt="hero_img">
</div>
<br><br><br>
<hr>
<div class="main">
<div class="right">
<img src="profile-pic (2).png" alt="dev">
</div>
<div class="left">
<h2>Hi,</h2>
<h1>I'm Ojas Verma</h1>
<h3>I am a Passionate Student, Tech Enthusiast and an Aspiring Leader</h3>
<div class="min-nav">
<a href="about.html"><button>
About
</button></a>
<a href="contact.html"><button>
Contact
</button></a>
</div>
</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>