-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·84 lines (74 loc) · 2.71 KB
/
index.html
File metadata and controls
executable file
·84 lines (74 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Metadata-->
<title>Devmalion</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!--Styling-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" media="screen" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
</head>
<body>
<!-- <i id="rocket" class="fa fa-space-shuttle fa-4x"></i>
<div id="tutorial">
<div id="tutorial-info">
<div class="col s4">
<p>Press < ^ > to control the rocket ship</p>
</div>
</div>
</div> -->
<div class="container">
<div id="info" class="row">
<div id="name" class="col s12">
<h1>COLOR PARTY</h1>
</div>
<div id="description" class="col s12">
<p>FRIDAY OCT 1ST</p>
<p>YOU KNOW WHERE</p>
<span>------------------</span>
<p>DEEETS:</p>
<p>YOU MUST WEAR A MONOCONSISTENT OUTFIT, WITH ATLEAST 2 PIECES OF CLOTHING THAT RELATIVELY MATCH IN COLOUR (THEY MUST BE THE SAME TONE)</p>
<p>WHITE/BLACK/BLUE ARE NOT ALLOWED (TOO COMMON)</p>
<p>IF YOU DO NOT MEET THE DRESS REQUIREMENTS, YOU WILL NOT BE ALLOWED ENTRY</p>
</div>
</div>
</div>
<!-- particles.js container -->
<div id="particles-js">
</div>
<!--<footer id="footer">
<div class="container-fluid text-center">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<br><br><br>
<ul class="list-inline">
<li><a href="mailto:dd3wang@uwaterloo.ca">
<i class="fa fa-envelope fa-2x"></i>
</a></li>
<li><a href="https://github.com/Devmalion" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a></li>
</ul>
<div class="row">
<div class="col-xs-4 col-xs-offset-4">
<hr />
</div>
</div>
<p>Made by David Wang</p>
<br><br><br>
</div>
</div>
</div>
</footer> -->
<!-- scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/jQueryRotate.js"></script>
<script type="text/javascript" src="js/shuttlecontrol.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script src="particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>