-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (72 loc) · 2.79 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>SVUAG - Coming soon</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="The most powerful Coming Soon / Errors / Domain For Sale template" />
<meta name="keywords" content="Enter, your, keywords" />
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Baloo+Bhaijaan|Raleway:100,400,700" rel="stylesheet" />
<link rel="stylesheet" href="css/normalize.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/reveal.css" />
</head>
<body>
<section class="huge-section fluid-container">
<div class="row">
<div class="huge-side left-side col-xs-12 col-sm-6">
<div class="row">
<div class="huge-content col-xs-8 col-xs-offset-2">
<a href="https://svuag.com">
<img class="logo" src="images/logo.png" />
</a>
<h1>SVUAG</h1>
<h2>Something big is Coming Soon!</h2>
</div>
</div>
</div>
<div class="huge-side right-side col-xs-12 col-sm-6 hidden-xs">
<div class="huge-background-img">
<div id="container">
<div id="game"></div>
<div id="score">0</div>
<div id="instructions">Click (or press the spacebar) to place the block</div>
<div class="game-over">
<h2>Game Over</h2>
<p>You did great, you're the best.</p>
<p>Click or spacebar to start again</p>
</div>
<div class="game-ready">
<div id="start-button">Start</div>
<div></div>
</div>
</div>
</div>
</div>
</div>
</section>
<nav class="menu col-xs-12 col-sm-6 block-revealer">
<div class="revealer-content">
<span class="btn-close"><img src="images/close.svg" /></span>
<ul class="menu-inner">
<li class="menu-item"><a class="menu-link" href="https://goo.gl/cDegnA">Home</a></li>
<li class="menu-item"><a class="menu-link" href="https://goo.gl/cDegnA">Work</a></li>
<li class="menu-item"><a class="menu-link" href="https://goo.gl/cDegnA">About</a></li>
<li class="menu-item"><a class="menu-link" href="https://goo.gl/cDegnA">Contact</a></li>
</ul>
</div>
<div class="revealer-animation"></div>
</nav>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/anime.min.js"></script>
<script src="js/reveal.js"></script>
<script src="js/three.min.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/tower-block.js"></script>
<script src="js/index.js"></script>
</body>
</html>