-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (48 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>A.R.Sahasransu Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="header">
<header>
<img id="coverpic" src="tushArPra.jpg" alt="Picture with friends">
</header>
</div>
<div class="section">
<h1>About me</h1>
<img src="profPic.jpg" height="300px" width="300px" alt="profilepicture">
Researcher in high energy physics. <br> Free thinker. Atheist. Aspiring enterprenaur. Aspiring economist.
<br>
<a href="https://www.iihe.ac.be/about/people">Link to people at IIHE. My work place.</a>
</div>
<div class="section">
<h1>Hobbies</h1>
<img src="arphilo.jpg" height="300px" width="300px" alt="graphitti picture">
<ol>
<li>Basketball</li>
<li>Volleyball</li>
<li>Reading</li>
<li>Travelling></li>
<li>Random sporting</li>
<li>Learning new things</li>
<li>Aspiring music player</li>
</ol>
</div>
<div class="section">
<h1>Output</h1>
Research articles.
</div>
<div id="footer">
<footer>
<h1>Contacts</h1>
<ul>
<li>Phone</li>
<li>Email</li>
<li>Fb</li>
</ul>
</footer>
</div>
</body>
</html>