-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
292 lines (264 loc) · 15.1 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
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!doctype html>
<html class="no-js" lang="">
<head>
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UC Student Developer Organisation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/parallax.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="debug hidden">
<label><input id="debug-checkbox" type="checkbox">3D</label>
</div>
<div class="parallax" id="parallax">
<div id="group1" class="parallax__group">
<div class="parallax__layer parallax__layer--back"></div>
<div class="parallax__layer parallax__layer--fore">
<div id="jumbotron-content">
<div class="container">
<div class="row">
<div class="six columns">
<img id="jumbotron-logo" src="/images/sudo_logo_web.png">
</div>
<div class="six columns">
<h1>University of Canberra<br>Student Developer Organisation</h1>
<a class="button button-primary" href="https://www.facebook.com/events/228609840874073/">Sign Up!</a>
<a class="button button-primary facebook-button social-button" href="https://www.facebook.com/sudouc/">Facebook</a>
<br><br>
<p>Our Business Plan is currently open for review:</p>
<a class="button" href="https://paper.dropbox.com/doc/Student-Developer-Organisation-Business-Plan-gLNxHg1ryb98pBSx30j0B">Take A Look</a>
</div>
</div>
<div class="row above-mobile">
<div class="twelve columns">
<center>
<div class="constrain-500px justify">
<h3>About Us</h3>
<p>SUDO is a new society at the University of Canberra, we’re focused on innovation,
planning & development and actual implementation in the technology sector.</p>
<p>We aim to be an entity to which members can belong and feel like they’re not on their
own in pursuing their projects or to connect them with existing projects.</p>
<p>While primarily for STEM students for obvious reasons we aim to impact the UC Community
as a whole through proposed campus interactivity and society tooling projects.</p>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
<div class="parallax__layer parallax__layer--deep carbon-fibre">
</div>
</div>
<div id="group2" class="parallax__group">
<div class="parallax__layer parallax__layer--base white">
</div>
<div class="parallax__layer parallax__layer--fore">
<div class="container center">
<div class="row">
<div class="twelve columns">
<center>
<div class="constrain-500px justify">
<h3>Our Mission</h3>
<p>To Develop. That’s it. Whether it’s your app, the next Facebook, or a less hackable Census,
the UC Student Developer Organisation exists for you. </p>
<hr>
<h3>Goals</h3>
<ul>
<li>Engage student developers in real world development practices</li>
<li>Encourage the initiation and team development of open-source and proprietary projects
around the university</li>
</ul>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
<div id="group3" class="parallax__group parallax__layer__space">
<div class="parallax__layer parallax__layer--deep blueprint">
<!--<div class="title">Deep Background Layer Group 3</div>-->
</div>
<div class="parallax__layer parallax__layer--base">
<!--<div class="title">Base Layer Group 3</div>-->
</div>
</div>
<!--Mobile Only About section-->
<div id="group-about-mobile" class="parallax__group phablet-only">
<div class="parallax__layer parallax__layer--base white">
</div>
<div class="parallax__layer parallax__layer--fore">
<div class="container center">
<div class="row">
<div class="twelve columns">
<center>
<div class="constrain-500px justify">
<h3>About Us</h3>
<p>SUDO is a new society at the University of Canberra, we’re focused on innovation, planning
& development and actual implementation in the technology sector.</p>
<p>We aim to be an entity to which members can belong and feel like they’re not on their
own in pursuing their projects or to connect them with existing projects.</p>
<p>While primarily for STEM students for obvious reasons we aim to impact the UC Community
as a whole through proposed campus interactivity and society tooling projects.</p>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
<div id="group-about-mobile-space" class="parallax__group parallax__layer__space phablet-only">
<div class="parallax__layer parallax__layer--deep blueprint">
</div>
<div class="parallax__layer parallax__layer--base">
<!--<div class="title">Base Layer Group 3</div>-->
</div>
</div>
<!--/Mobile Only About section-->
<div id="group4" class="parallax__group">
<div class="parallax__layer parallax__layer--base white">
</div>
<div class="parallax__layer parallax__layer--fore white">
<div class="container center">
<div class="row">
<div class="twelve columns">
<center>
<div class="constrain-500px justify">
<h3>Projects</h3>
<p>SUDO is really new - we’re still in the stages of setting everything up and sorting out
who does what.
</p>
<p>Here’s a just a few things we plan to do:</p>
<ul>
<li>Society Tooling
<ul>
<li>Member Management/Status/Renewal</li>
<li>Member messaging, sign up with social ID's and/or uni email</li>
</ul>
</li>
<li>Campus Interactivity
<ul>
<li>Piano Staircase</li>
<li>Streaming Campus Pianos</li>
<li>Campus mood lighting based on #weareuc</li>
</ul>
</li>
<li>Student Life
<ul>
<li>Free Period Matcher</li>
</ul>
</li>
</ul>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
<div id="group5" class="parallax__group parallax__layer__space">
<!--<div class="parallax__layer parallax__layer--deep blueprint">
<div class="title">Deep Background Layer Group 3</div>
</div>-->
</div>
<div id="group6" class="parallax__group">
<!--<div class="parallax__layer parallax__layer--back">
<div class="title">Background Layer</div>
</div>-->
<div class="parallax__layer parallax__layer--base white">
<a name="contact-anchor"></a>
</div>
<div class="parallax__layer parallax__layer--fore">
<div class="container center">
<div class="row">
<div class="six columns">
<h3>Contact</h3>
<form id="contact-form" class="">
<fieldset>
<input id="name-input" type="text" autocomplete="off" tabindex="0" name="Name" value="" placeholder="name" required>
</fieldset>
<fieldset>
<input id="email-input" type="email" autocomplete="off" tabindex="0" name="Email" value="" placeholder="email" required>
</fieldset>
<fieldset>
<textarea id="message-input" tabindex="0" name="Message" placeholder="message" required></textarea>
</fieldset>
<fieldset>
<input class="button button-primary" type="submit" value="Submit">
</fieldset>
<fieldset>
<!--We are using formspree.io to send form data-->
<input type="hidden" name="_subject" value="New submission!" />
<input type="text" name="_gotcha" style="display:none" />
</fieldset>
</form>
<div id="sent-form" class="social-container hidden">
<div id="sent-form-message">Thanks!</div>
</div>
</div>
<div class="six columns">
<h3>Social</h3>
<div class="social-container">
<a class="button button-primary facebook-button social-button" href="https://www.facebook.com/sudouc/">Facebook</a><br>
<a class="button button-primary github-button social-button" href="https://github.com/sudouc/">GitHub</a><br>
<a class="button button-primary email-button social-button" href="mailto:[email protected]">Email</a><br>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="group7" class="parallax__group">
<div id="footer" class="parallax__layer parallax__layer--base">
<div class="container center">
<div class="row">
<div class="twelve columns">
<center>
<p>© University of Canberra Student Developer Organisation 2016</p>
<label for="debug-checkbox">
<span id="debug-lbl-footer">What's this parallax stuff??</span>
</label>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us15.list-manage.com","uuid":"d72e53e6bf91a0efa9b3272c5","lid":"a3c5174824"}) })</script>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="scripts/scrollDetect.js"></script>
<script src="scripts/form.js"></script>
<script>
var debugInput = document.querySelector("#debug-checkbox");
function updateDebugState() {
$("body").toggleClass("debug-on");
$(".debug").toggleClass("hidden");
}
$("#debug-checkbox").change(updateDebugState);
</script>
</body>
</html>