forked from astrosites/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (73 loc) · 3.47 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-55356360-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-55356360-4');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<meta name="description" content="">
<meta name="author" content="">
<title>tess.casino</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
</head>
<body>
<!-- Page Content -->
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<h1 class="mt-5">TESS ROULETTE</h1>
<p class="lead">Feeling lucky? <i class="em em-slot_machine"></i></p>
</div>
<div class="row justify-content-center">
<a class="btn btn-lg btn-success" href='index.html' role=button>HIT ME</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="embed-responsive embed-responsive-21by9 center-block">
<iframe class="frame embed-responsive-item" src=""></iframe>
</div>
</div>
</div>
<div class="row justify-content-around">
<div class="col-2 text-center"></div>
<div class="col-2 text-center">
<button class="btn btn-dark" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
HOUSE RULES
</button>
</div>
<div class="col-2 text-center">
<a class="btn btn-warning" id="exofop" target='_blank' role="button">DOUBLE DOWN</a>
</div>
<div class="col-2 text-center">
<a class="btn btn-success" id="royal-flush" target='_blank' role="button">ROYAL FLUSH</a>
</div>
<div class="col-2 text-center">
<a class="btn btn-danger" href='https://arxiv.org/submit' target='_blank' role=button>CASH OUT</a>
</div>
<div class="col-2 text-center"></div>
<div class="col-lg-6 text-center w-50 p-6">
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>These data are brought to you by the <a href="https://tess.gsfc.nasa.gov/">TESS mission</a>.
This website was made by <a href="https://bedell.space">Megan Bedell</a>, <a href="https://astro.uchicago.edu/~bmontet/">Ben Montet</a>, and <a href="https://adina.feinste.in">Adina Feinstein</a>.</p>
<p>You can download the data from MAST in <a href="https://outerspace.stsci.edu/display/TESS/5.0+-+Ways+To+Search+And+Interact+With+TESS+Data+At+MAST">a variety of ways</a>. What's plotted here is the median-divided PDCSAP lightcurve for random 2-minute-cadence targets. Check out the <a href="https://docs.lightkurve.org/">lightkurve python package</a> for many great tools for more in-depth interactive lightcurve generation and exploration.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="random.js"></script>
</body>
</html>