-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
41 lines (38 loc) · 1.58 KB
/
home.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
<!DOCTYPE html>
<html>
<link href="homestyle.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<header>
<div class="title">
<h1><b>Amrta Chaurasia</b></h1>
</div>
<div >
<h2><a href="index.html" class="back" >Back</a></h2>
</div>
<div class="main">
<!--<div class="back">
<img src="p1.png">
</div>-->
<ul class="navigation">
<li class="active"><a href="home.html"><b>About Me</b></a></li>
<!--<li class="About"><a href="#">About</a></li>-->
<li class="involvements"><a href="involvements.html">Involvements</a></li>
<li class="interests"><a href="interests.html">Interests</a></li>
</ul>
</div>
<div >
<p class="content" >Hey there!!<br>I am an Undergraduate student at Indian Institute of Technology, Kharagpur. I am 2nd year student of Department of Electrical Engineering. I am fascinated quite a lot in Tech stuff and following this I am exploring more and more new things and trying my hands on them.This web page is one amongst my trials, hope you like it!!</p>
</div>
<div >
<img class="pic" src="image1.jpg">
</div>
</header>
<footer class="footer">
<p class="powered-by">Made with ❤️ by Amrta Chaurasia
</p>
</footer>
</body>
</html>