-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
164 lines (151 loc) · 7.3 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<?php include 'meta.php' ?>
<link rel="stylesheet" type="text/css" href="css/loader.css">
<!-- loader begins -->
<div id = "loaderbody">
<div class="stars"></div>
<div class="twinkling"></div><!--
<div class="clouds"></div> -->
<div class="body">
<span>
<span></span>
<span></span>
<span></span>
<span></span>
</span>
<div class="base">
<span></span>
<div class="face"></div>
</div>
</div>
<div class="longfazers">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<h2>Brace Yourselves</h2>
<br/>
<h1>Reaching Aavartan18</h1>
</div>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<link rel="stylesheet" type="text/css" href="css/star.css" />
<link rel="stylesheet" type="text/css" href="css/custom.css" />
<link rel="stylesheet" type="text/css" href="css/background.css">
<link rel="stylesheet" type="text/css" href="css/game/demo.css" />
<link rel="stylesheet" type="text/css" href="css/game/game.css" />
<!-- <link rel="stylesheet" type="text/css" href="css/play.css" /> -->
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<script src="https://use.fontawesome.com/dbb72ac4f9.js"></script>
<link rel="stylesheet" type="text/css" href="css/social.css">
<script src="js/modernizr.custom.25376.js"></script>
<style>
audio {
display:none;
}
.button {
width: 110px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
color: #000;
text-transform: uppercase;
font-weight: 60;
margin-top:8px;
margin-left: 30px;
margin-bottom: 30px;
cursor: pointer;
display: inline-block;
}
.button-1 {
background-color: transparent;
border: 3px solid #00d7c3;
border-radius: 50px;
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
color: #00d7c3;
}
.button-1:hover {
box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
border: 3px solid #00d7c3;
}
</style>
</head>
<body class="particletext confetti" style="background: #291B2C;">
<div class="w3-row">
<div id="perspective" class="perspective effect-laydown">
<div class="container" style="background: #291B2C;">
<div class="wrapper" >
<!-- wrapper needed for scroll -->
<!--<div id="particles-js"></div>-->
<div id="menunavbar" style="margin-bottom:1vw;position:sticky;top:0px;width:100%;">
<button id="showMenu" class="button button-1" style="display: inline-block;float:right;background:black;color:white;
">Menu</button>
<img src="images/Aavartan.png" height="53vw" width="auto" style="display: inline-block;">
<div class="game-holder" id="gameHolder" style="background-color:black;">
<div class="header" style="margin-top:-1%;" >
<h1 style="color: white; text-shadow: 0 0 10px rgba(255,255,255,0.1) , 0 0 20px rgba(255,255,255,0.1) , 0 0 30px rgba(255,255,255,0.1) , 0 0 50px #00aaaa , 0 0 50px #00aaaa , 0 0 20px #00aaaa , 0 0 50px #00aaaa ;
"><span></span>AAVARTAN 2018</h1>
<h2 style="color: white;">Imagine Improve Implement</h2>
<br>
<h2 style="color: white;">6th & 7th October</h2>
<div class="score" id="score">
<div class="score__content" id="level">
<div class="score__label">level</div>
<div class="score__value score__value--level" id="levelValue">1</div>
<svg class="level-circle" id="levelCircle" viewbox="0 0 200 200">
<circle id="levelCircleBgr" r="80" cx="100" cy="100" fill="none" stroke="#d1b790" stroke-width="24px" />
<circle id="levelCircleStroke" r="80" cx="100" cy="100" fill="none" #f25346 stroke="#68c3c0" stroke-width="14px" stroke-dasharray="502" />
</svg>
</div>
<div class="score__content" id="dist">
<div class="score__label">distance</div>
<div class="score__value score__value--dist" id="distValue">000</div>
</div>
<div class="score__content" id="energy">
<div class="score__label">energy</div>
<div class="score__value score__value--energy" id="energyValue">
<div class="energy-bar" id="energyBar"></div>
</div>
</div>
</div>
</div>
<!-- <a id="play-video" class="video-play-button" href="#"><center><span></span></center><br> click to play</a> -->
<div class="world" id="world" style="background: #291B2C;">
</div>
<div class="message message--replay" id="replayMessage">Click to Replay</div>
</div>
</div>
</div>
<!-- wrapper -->
</div>
<!-- /container -->
<a id="menuclose" href="#" ><span class="close">×</span></a>
<?php include 'header.php';?>
<ul>
<li class="vertical"><a href="https://www.facebook.com/NITRR.Aavartan/"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/nitrr_aavartan"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/company/aavartan/"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/nitrr.aavartan/?hl=en"><i class="fa fa-instagram"
aria-hidden="true"></i></a></li>
</ul>
</div>
<!-- /perspective -->
</div>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/menu.js"></script>
<script src="js/custom.js"></script>
<script type="text/javascript" src="js/game/TweenMax.min.js"></script>
<script type="text/javascript" src="js/game/three.min.js"></script>
<script type="text/javascript" src="js/game/game.js" /></script>
<script>
</script>
<!-- <script type="text/javascript" src="js/play.js" /></script> -->
<script type="text/javascript" src="js/loader.js" /></script>
</body>
</html>