-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="description" content="A web page about Raghav Somani">
<meta name="author" content="Raghav Somani">
<title>Raghav Somani</title>
<style>
html body,*{
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: 0;
}
</style>
<link href="index.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="header">
<strong>HI, I'M RAGHAV SOMANI.</strong>
</div>
<img src="images/m-3.jpg" alt="HI, I'M RAGHAV SOMANI" class="body" />
<div class="main">
<ul class="name">
<li class="name"><a href="index.html"><b>About me</b></a></li>
<li class="name"><a href="education.html"><b>Education</b></a></li>
<li class="name"><a href="project.html"><b>Project Experiences</b></a></li>
<li class="name"><a href="interest.html"><b>Interests</b></a></li>
<li class="name"><a href="hobby.html"><b>Hobbies</b></a></li>
<li class="name"><a href="blog.html"><b>Blogs</b></a></li>
<li class="name"><a href="memories.html"><b>Memories</b></a></li>
<li class="name"><a href="weblink.html"><b>Weblinks</b></a></li>
<li class="name"><a href="contact"><b>Contact</b></a></li>
</ul>
</div>
<div class="content">
<div><img class="self" src="images/i1.jpg" alt="Raghav Somani" /></div>
<div><p class="self1"><b>I am a geek who is really interested in computers and finance. Presently, I'm a fresher at IIT Roorkee. I am having a great time enjoying my college life. Most of my time here goes in exploring the different fields of CSE and I really enjoy it.</b></p></div>
</div>
</body>
</html>