-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 951 Bytes
/
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
<html>
<head>
<title>My Astronomy Website</title>
</head>
<body>
<h1>Welcome to My Astronomy Website</h1>
<p>My name is [Your Name] and I am an astronomer. I am interested in studying [Astronomy Topics] and I have published several papers on [Research Topics].</p>
<h2>Research Interests</h2>
<ul>
<li>Astronomy Topic 1</li>
<li>Astronomy Topic 2</li>
<li>Astronomy Topic 3</li>
</ul>
<h2>Publications</h2>
<ul>
<li>Paper 1: [Paper Title]</li>
<li>Paper 2: [Paper Title]</li>
<li>Paper 3: [Paper Title]</li>
</ul>
<h2>Contact</h2>
<p>You can reach me at [[email protected]] or follow me on [Social Media Platforms]
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="https://twitter.com/DarthAstronomer"><i class="fa fa-twitter"></i></a>
.</p>
</body>
</html>