-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (76 loc) · 3.98 KB
/
index.html
File metadata and controls
86 lines (76 loc) · 3.98 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Font Awesome Icons-->
<script src="https://kit.fontawesome.com/cae3700fe4.js" crossorigin="anonymous"></script>
<title>SO ARTN</title>
</head>
<body style="background: url('/background.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed;">
<div class="container min-vh-100">
<div class="row min-vh-100 justify-content-center align-items-center">
<div class="col-lg-8 col-md-10 col-12">
<div class="card shadow border-light">
<div class="card-body text-center">
<div class="row mb-4 justify-content-center">
<div class="col-md-10 col-lg-8 col-10">
<img src="/kuiper.jpg" class="img-fluid rounded-circle">
</div>
</div>
<div class="row mb-4">
<div class="col">
<p class="lead mb-2">
<i class="fas fa-robot"></i> SO ARTN
</p>
<p class="card-subtitle small mb-4">
Steward Observatory Arizona Robotic Telescope Network
</p>
<p class="card-text mb-2 text-left">
The Arizona Robotic Telescope Network (ARTN) project is a long term effort to develop a system of telescopes to carry out a flexible program of PI observing, survey projects, and time domain astrophysics including monitoring, rapid response, and transient/target-of-opportunity followup.
</p>
</div>
</div>
<div class="row mb-0">
<div class="col-md-6 col-12 mb-2 mb-md-0">
<a href="https://github.com/so-artn" class="btn btn-block btn-outline-dark shadow" role="button"><i class="fas fa-terminal"></i>
See The Code</a>
</div>
<div class="col-md-6 col-12">
<a href="https://www.as.arizona.edu/" class="btn btn-block btn-outline-dark shadow" role="button"><i class="fas fa-user-astronaut"></i>
Visit SO</a>
</div>
</div>
</div>
<div class="card-footer pb-0 border-0 text-white" style="background: rgb(139,0,21); background: linear-gradient(90deg, rgba(139,0,21,1) 0%, rgba(171,5,32,1) 35%, rgba(252,68,69,1) 100%);">
<div class="row">
<div class="col-lg-9 col-md-8 col-12 small text-md-left text-center my-auto">
<p class="mb-0"><i class="fas fa-map-pin card-text"></i> Tucson, AZ</p>
<p><i class="fas fa-paper-plane"></i> davner<i class="fas fa-at"></i>arizona.edu</p>
</div>
<div class="col-lg-3 col-md-4 col-8 text-md-right text-center">
<img src="/so-logo.png" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
</body>
</html>