-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.html
More file actions
93 lines (80 loc) · 3.97 KB
/
shop.html
File metadata and controls
93 lines (80 loc) · 3.97 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>The Sun Now!</title>
<meta property="og:image" content="images/bg.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="gBmU3RrJO0EJM2ZK92nWp1mKEWWL5MvmJLVxTDAgF-c" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/css/academicons.min.css"/>
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82880034-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-82880034-1');
</script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.777.0.min.js"></script>
<script src="./assets/js/s3_PhotoViewer.js"></script>
</head>
<body>
<script>
viewAlbum('renders');
</script>
<header id="header">
<br />
<a href="index.html" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<h2>Dr. Gilly, <a href="http://www.colorado.edu/aps/" target="_blank">PhD</a></h2>
<h3>Heliophysicist</h3>
Forward Models <br>
Data Analysis <br>
Observation Validation <br><br>
Space Physics <br>
Solar Wind <br>
Coronal Heating <br>
</header>
<meta http-equiv="Cache-control" content="no-cache">
<a href="http://www.colorado.edu/aps/" target="_blank">PhD <br />CU Boulder</a> <br>
<a href="http://lasp.colorado.edu/home/" target="_blank">Graduate Researcher, <br>
<img src="images/main/lasplogo.png" width="250" height="50" /></a>
<a name="Top"></a>
<div id="main">
<h1>Redirecting to the Solar Archive Store…</h1>
<p>If you are not redirected automatically, click
<a href="https://solar-archive.myshopify.com/" target="_blank" rel="noopener">
here to continue
</a>.
</p>
<script>
window.location.replace("https://solar-archive.myshopify.com/");
</script>
</div>
<footer id="footer">
<a href="index.html">(Return to Home Page)</a>
<ul class="icons">
Find me all across the internet! <br />
<li><a href="https://arxiv.org/a/gilly_c_1.html" class="ai ai-arxiv ai-2x" target="_blank" title="Arxiv"></a></li>
<li><a href="https://orcid.org/0000-0003-0021-9056" class="ai ai-orcid ai-2x" target="_blank" title="ORCID"></a></li>
<li><a href="https://ui.adsabs.harvard.edu/search/q=orcid%3A0000-0003-0021-9056" class="ai ai-ads ai-2x" target="_blank" title="ADS"></a></li>
<li><a href="https://www.linkedin.com/in/gillyspace27/" class="icon fa-linkedin-square" target="_blank" title="Linked In"></a></li>
<li><a href="https://github.com/GillySpace27" class="icon fa-github" target="_blank" title="Github"></a></li>
<li><a href="https://www.soundcloud.com/gillyspace27" class="icon fa-soundcloud" title="Sound Cloud"></a></li>
<li><a href="https://twitter.com/GillySpace27" class="icon fa-twitter" target="_blank" title="Twitter"></a></li>
<li><a href="https://www.facebook.com/GillySun27" class="icon fa-facebook" target="_blank" title="Facebook"></a></li>
<li><a href="mailto:chris.gilly@colorado.edu" class="icon fa-envelope-o" title="Email"></a></li>
</ul>
<ul class="copyright">
<li>© Dr. Gilly</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</body>
</html>