-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (42 loc) · 1.3 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
<!doctype html>
<html>
<head>
<title>Srimahn's portfolio</title>
<link href='https://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Capriola' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
</style>
</head>
<body>
<div id="topbar">
<div id="logo">
<img src="images/favicon.png" />
</div>
<div id="topmenu">
<ul>
<li><a href="contact.html">Contact Me</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="edu.html">Education</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
<div id="main">
<div id="photo">
<img src="images/index.png"/>
</div>
<h1 class="introh1">
Hi, I am <span class="name">Srimahn</span>
</h1>
<p class="intro">
I am a undergraduate student in the department of<br>
Agricultural and Food engineering at IIT Kharagpur. <br>
I have interest in Programming, Finance and Photography.
</p>
</div>
<footer class="foot"><center> © Copyright Srimahn V 2020</center></footer>
</body>