-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·173 lines (153 loc) · 9.69 KB
/
index.html
File metadata and controls
executable file
·173 lines (153 loc) · 9.69 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ProGamer</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="bower_components/flexboxgrid/dist/flexboxgrid.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="o-header">
<a href="#" title="ProGamer">
<img class="a-logo u-responsive-img u-hidden--xs" src="img/logo.svg" alt="ProGamer">
<img class="a-logo u-responsive-img u-hidden--sm u-hidden--md u-hidden--lg u-hidden--xl" src="img/logo--small.svg" alt="ProGamer">
</a>
<nav class="m-navigation m-navigation--primary">
<button class="m-navigation__trigger m-navigation__trigger--primary a-btn a-btn--primary a-btn--lg">☰</button>
<div class="m-navigation__menu m-navigation__menu--primary">
<a class="m-navigation__item m-navigation__item--primary a-btn a-btn--primary a-btn--lg" href="#about">About</a>
<a class="m-navigation__item m-navigation__item--primary a-btn a-btn--primary a-btn--lg" href="#search">Search</a>
<a class="m-navigation__item m-navigation__item--primary a-btn a-btn--primary a-btn--lg" href="#contact">Contact</a>
</div>
</nav>
</header>
<main class="o-content">
<section id="about" class="u-jump-target">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<figure id="js-videoContainer" class="m-player">
<video id="js-video" class="m-player__video" width="100%" controls="true" preload="metadata" poster="img/m-player__video__cover.jpg">
<source src="videos/ProGamer_Teaser_Trailer.mp4" type="video/mp4" />
</video>
<nav id="js-video-controls" class="m-player__controls m-controls">
<ul class="m-controls__list controls">
<li class="m-controls__item m-controls__item--sm">
<button id="js-playpause" class="a-btn a-btn--tertiary" type="button">
<img class="a-btn__icon a-btn__icon--inactive" src="img/icons/play.svg" width="11px" height="13px">
<img class="a-btn__icon a-btn__icon--active" src="img/icons/pause.svg" width="11px" height="13px">
</button>
</li>
<li class="m-controls__item m-controls__item--lg m-controls__item--is-flex progress">
<progress id="js-progress" class="m-controls__subitem m-controls__subitem--lg a-progress" value="0" min="0">
<span id="js-progress-bar"></span>
</progress>
</li>
<li class="m-controls__item m-controls__item--sm">
<button id="js-mute" class="a-btn a-btn--tertiary" type="button">
<img class="a-btn__icon a-btn__icon--inactive" src="img/icons/unmuted.svg" width="13px" height="13px">
<img class="a-btn__icon a-btn__icon--active" src="img/icons/muted.svg" width="13px" height="13px">
</button>
</li>
<li class="m-controls__item m-controls__item--sm">
<button id="js-fs" class="a-btn a-btn--tertiary" type="button">
<img class="a-btn__icon" src="img/icons/fullscreen.svg" width="13px" height="13px">
</button>
</li>
</ul>
</nav>
</figure>
</div>
<div class="m-headline col-lg-6 col-md-6 col-sm-12">
<h1 class="a-title a-title--stand-out">ProGamer is the largest existing games database.</h1>
<p class="a-paragraph a-paragraph--stand-out">
Search for anything:
</p>
<ul class="m-list m-list--stand-out">
<li class="m-list__item m-list__item--stand-out">☑ games,</li>
<li class="m-list__item m-list__item--stand-out">☑ genres,</li>
<li class="m-list__item m-list__item--stand-out">☑ franchises,</li>
<li class="m-list__item m-list__item--stand-out">☑ game characters</li>
</ul>
<p class="a-paragraph a-paragraph--stand-out">
...and much more!
</p>
</div>
</div>
</section>
<section id="search" class="u-jump-target">
<h1 class="a-title a-title--primary">ProGamer Search</h1>
<nav class="m-filter">
<input id="js-search-query" class="a-input a-input--primary" type="search" placeholder="Search for anything...">
<p class="a-paragraph a-paragraph--secondary">
Limit results by:
</p>
<div class="m-filter__checkbox-container">
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--games">
<label class="a-label a-label--primary" for="limit-results--games">Games</label>
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--franchises">
<label class="a-label a-label--primary" for="limit-results--franchises">Franchises</label>
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--characters">
<label class="a-label a-label--primary" for="limit-results--characters">Characters</label>
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--concepts">
<label class="a-label a-label--primary" for="limit-results--concepts">Concepts</label>
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--objects">
<label class="a-label a-label--primary" for="limit-results--objects">Objects</label>
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--locations">
<label class="a-label a-label--primary" for="limit-results--locations">Locations</label>
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--persons">
<label class="a-label a-label--primary" for="limit-results--persons">Persons</label>
<input type="checkbox" class="a-checkbox a-checkbox--primary" id="limit-results--companies">
<label class="a-label a-label--primary" for="limit-results--companies">Companies</label>
</div>
<div class="m-filter__btn-container">
<a href="#" id="js-make-an-ajax-call" class="a-btn a-btn--secondary a-btn--sm">Search</a>
</div>
</nav>
<div class="m-items-container">
<div id="js-loader" class="a-loader" style="display: none;"></div>
<div id="js-search-results" class="u-columns">
<p class="a-paragraph a-paragraph--watermark">Type something into search bar...</p>
</div>
</div>
</section>
<section id="contact" class="u-jump-target">
<h1 class="a-title a-title--primary">Contact</h1>
<form class="m-form" action="" method="post">
<fieldset class="m-form__fieldset">
<input class="a-input a-input--secondary" placeholder="Your e-mail" type="email" tabindex="1" required>
</fieldset>
<fieldset class="m-form__fieldset">
<textarea class="a-textarea a-textarea--primary" placeholder="Type your message here..." tabindex="2" required></textarea>
</fieldset>
<fieldset class="m-form__fieldset m-form__fieldset--align-right">
<button class="a-btn a-btn--secondary a-btn--sm" name="submit" type="submit" id="submit" data-submit="...Sending">Send</button>
</fieldset>
</form>
</section>
</main>
<footer class="o-footer">
<p class="a-paragraph a-paragraph--blend">
Copyright © 2016
</p>
</footer>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/animejs/anime.min.js"></script>
<script src="bower_components/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/ajax.js"></script>
<script src="js/tilt.js"></script>
</body>
</html>