-
Notifications
You must be signed in to change notification settings - Fork 6
/
missioncontrol.html
184 lines (159 loc) · 5.95 KB
/
missioncontrol.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
---
title: Mission Control
permalink: /missioncontrol/
---
<style>
body {
background-image: url('../images/Silvertip.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.button-group {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.button {
background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(116, 116, 116, 0.6));
border: none;
padding: 60px;
text-align: center;
display: block;
margin: 20px;
width: 400px;
transition: all 0.3s ease;
}
.button_title_text {
font-family: 'Arial', sans-serif;
font-size: 22px;
font-weight: 900;
color: #002052 !important;
}
.button_subtitle_text {
font-family: 'Arial', sans-serif;
font-size: 16px;
color: #002052 !important;
}
button:hover {
transform: scale(1.1);
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.console_background {
background-color: rgba(255, 255, 255, 0.3);
padding: 30px;
width: 900px;
margin: auto;
}
a {
display: inline-block;
text-decoration: none;
}
.banner {
background-color: rgba(192, 192, 192, 0.6);
color: #fff;
padding: 0px;
width: 960px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
img {
height: 50px;
width: auto;
}
.title_text{
font-family: 'Arial', sans-serif;
font-weight: 600;
font-size: 50px;
color: #002052 !important;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 0px;
}
</style>
<script>
var images = [
'/mission_control_images/viki.JPG',
'/mission_control_images/noah.JPG',
'/mission_control_images/nathan_getting_that_bread.JPG',
'/mission_control_images/simon.JPG',
'/mission_control_images/nathan.JPG',
'/mission_control_images/thomas.jpg',
'/mission_control_images/josh.JPG',
'/mission_control_images/olly.JPG',
'/firsthotfire.jpg',
'/cypressCarry.jpg',
'/rocket_sky.jpg',
'/trophy.jpg',
'/mission_control_images/cypress_in_edc.jpg',
'/Silvertip.jpg',
'/mission_control_images/tanty.png'
];
var i = 0;
function changeBackground() {
document.body.style.backgroundImage = 'url(' + '../images' + images[i] + ')';
i = (i + 1) % images.length;
}
setInterval(changeBackground, 4500); // change background every 4.5 seconds
</script>
<body>
<section>
<div class="banner">
<h1 class="title_text">Mission Control</h1>
<img src="../images/logo.png" alt="Header Image">
</div>
<div class="console_background">
<div class="button-group">
<a href="https://docs.google.com/document/d/1kvb33mMz6nvBDilu2nK6vVqYF7WZvavXI158yD695GM/edit?usp=sharing" target="_blank">
<button class="button">
<span class="button_title_text">Codes of Conduct</span>
<br>
<span class="button_subtitle_text">🦺 Safety and standards 🦺</span>
</button>
</a>
<a href="https://docs.google.com/document/d/1iJY8NK-Zs6bLdTmGkFDPKtPPFLZWUKtJngYtiIlw-9c/edit?usp=sharing" target="_blank">
<button class="button">
<span class="button_title_text">Finances</span>
<br>
<span class="button_subtitle_text">💵 Budgets and reimbursements 💵</span>
</button>
</a>
</div>
<div class="button-group">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe1entmRysZhGDu-fFjWpOZrOzHS9wtaKeewXDIJSsdDZPo7g/viewform?usp=sf_link" target="_blank">
<button class="button">
<span class="button_title_text">Anonymous Feedback</span>
<br>
<span class="button_subtitle_text">🤔 What's on your mind? 🤔</span>
</button>
</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfWp5hkNOZiEM6NoKgtJTS-huRfWaUsWVYGebpqzePuKyt9dw/viewform?usp=sf_link" target="_blank">
<button class="button">
<span class="button_title_text">Merch Orders</span>
<br>
<span class="button_subtitle_text">😎 Drip 😎</span>
</button>
</a>
</div>
<div class="button-group">
<a href="https://docs.google.com/document/d/1B1slx4wc3cW9oa-BEF2iAh2Gz3wdBhibGPxsbGRT5Gw/edit?usp=sharing" target="_blank">
<button class="button">
<span class="button_title_text">Learning Center</span>
<br>
<span class="button_subtitle_text">🧠 Grow your brain 🧠</span>
</button>
</a>
<a href="https://ubcrocket.slack.com/archives/CJG2V7J0Y" target="_blank">
<button class="button">
<span class="button_title_text">Meme Center</span>
<br>
<span class="button_subtitle_text">🌶️ Crucial 🌶️</span>
</button>
</a>
</div>
</div>
</section>
</body>