-
Notifications
You must be signed in to change notification settings - Fork 0
/
astrophotography.html
109 lines (98 loc) · 3.63 KB
/
astrophotography.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<!-- <style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 1200px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style> -->
<head>
<title>Astrophotography Gallery</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- new header -->
<header id="header">
<h1>Ryan Walker</h1>
<nav class="navbar">
<ul>
<li><a href="index.html#intro">Home</a></li>
<li><a href="index.html#one">Who I Am</a></li>
<li>
<a href="#two">Research</a>
<ul>
<!-- <li><a href="lensing.html">Strong Gravitational Lensing</a></li> -->
<li><a href="lensing.html">Lensing</a></li>
<!-- <li><a href="generic.html">Testing</a></li> -->
<!-- <li><a href="highenergy.html">High Energy Astrophysics</a></li> -->
<li><a href="trojans.html">Jupiter Trojans</a></li>
<!-- <li><a href="solar.html">Solar Imaging</a></li> -->
<!-- <li><a href="photz.html">Photometric Redshifts</a></li> -->
</ul>
</li>
<li><a href="index.html#work">Astrophotography</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<a style="font-size: 50px"><strong>This site is still heavily under construction!</strong></a>
<div class="gallery">
<a target="_blank" href="/images/astro/New_M31.jpg">
<img src="/images/astro/New_M31.jpg" alt="Milky Way" width="1200" height="800">
</a>
<div class="desc">Approximately 4 and a half hours of exposure on M31 at 135mm.</div>
</div>
<!-- Contact -->
<section id="contact" class="main style3 secondary">
<div class="content">
<header>
<h2>Contact me!</h2>
<p>Feel free to contact me with any inquires you may have and <br> I will do my best to respond in a timely manner. <br>
<a style="color:green"; href="mailto:[email protected]">Click here to send me an email.</a> <br>
In case the link doesn't work, my email is <strong>astrorya (at) umich (dot) edu</strong>.
</p>
</header>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<!-- Icons -->
<ul class="icons">
<li><a href="https://www.instagram.com/astrorya/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/astrorya" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://orcid.org/0000-0001-5424-3698" class="icon brands fa-orcid"><span class="label">ORCiD</span></a></li>
</ul>
<!-- Menu -->
<ul class="menu">
<li>© Ryan Walker</li><li>Design: <a href="https://html5up.net">HTML5 UP</a><a> (edited)</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>