-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsun.html
41 lines (33 loc) · 1.5 KB
/
sun.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 lang="en">
<head>
<title>Sun - Beryl Hovis-Afflerbach</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet' media='screen and (min-width: 600px)' href='assets/main.css'>
<link rel='stylesheet' media='screen and (max-width: 600px)' href='assets/mobile.css'>
<script src="https://kit.fontawesome.com/3040b6fc20.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
</head>
<body id='graybody'>
<section id='sun-top', class='page-section'>
<div style='margin: auto'>
<h1>Solar Physics and Space Weather</h1>
</div>
</section>
<section style='display: flex; flex-direction: column;'>
<div class='contentbox-container'>
<div class='contentbox', id='researchcontent'>
<h2>The Evolution of Erupting Solar Prominences</h2>
<p><i>Research conducted with Dr. Barbara Thompson at NASA Goddard Space Flight Center.</i></p>
<p>IN PROGRESS</p>
<h2>A New Method for Tracking the Evolution of Polar Faculae on the Sun</h2>
<p><i>Research conducted with Dr. Dean Pesnell at NASA Goddard Space Flight Center.</i></p>
<p>IN PROGRESS</p>
<a href='https://svs.gsfc.nasa.gov/3984'><i>Header image: NASA GSFC</i></a>
</div>
</div>
<a class='button-inverse' href='index.html' style='margin: auto; margin-bottom: 32px;'>Back to Home</a>
</section>
</body>
</html>