-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
259 lines (230 loc) · 11.3 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
<!DOCTYPE html>
<html><meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/png"/>
<title>Beers & Boomerangs</title>
<meta name="description"
content="VR game - You're having a barbecue but kangaroos are trying to steal your beer! Use your trustworthy boomerang to shoo them away!">
<meta name="keywords"
content="beers and boomerangs, beers, boomerangs, VR, game, barbecue, beer, boomerang, kangaroo, australia, aussie, bears, bear, hamburgers, rangs, roos">
<script type="application/ld+json">
{"@type": "Product",
"image": "https://beersandboomerangs.com/img/logo.png",
"url": "http://beersboomerangs.com",
"name": "Beers & Boomerangs (VR Game)"
}
</script>
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3LS0ZDQWWL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-3LS0ZDQWWL');
</script>
<link rel="stylesheet" href="css/screen.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/fonts.css" type="text/css" />
<link
rel="stylesheet"
href="fork-awesome/css/fork-awesome.min.css"
type="text/css"
/>
<meta property="og:title" content="Beers & Boomerangs VR">
<meta property="og:image" content="https://beersandboomerangs.com/images/capsule.jpg"/>
<meta property="og:type" content="website">
<meta property="og:description" content="VR game - You're having a barbecue but kangaroos are trying to steal your beer! Use your trustworthy boomerang to shoo them away!">
<meta property="og:url" content="https://beersandboomerangs.com/">
<meta property="og:site_name" content="Beers and Boomerangs" />
<meta name="twitter:card" content="summary_large_image">
<meta itemprop="name" content="">
<meta itemprop="description" content="Beers and Boomerangs">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Londrina+Solid&family=Roboto&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/7d2e3fc036.js" crossorigin="anonymous"></script>
<body>
<header id="site-head" style="background-image: url(images/hero4.png)">
<div class="vertical">
<div id="site-head-content" class="inner">
<h1><img class="header-logo" src="images/logo.png"></h1>
<a class='btn site-menu site-menu-main' data-title-anchor='play-the-game'>Play the game!</a>
<br>
<a class='btn site-menu' data-title-anchor='watch-trailer'>Watch Trailer</a>
<a class='btn site-menu' data-title-anchor='contact-us'>Contact us</a>
<i id='header-arrow' class="fa fa-angle-down"></i>
</div>
</div>
</header>
<div class="social-media-wrapper">
<ul class="social-media-list">
<li class="social-media-item">
<a href="./steam" target="_blank">
<i class="fab fa-steam" title="Steam Page" aria-label="Steam Page"></i>
</a>
</li>
<li class="social-media-item">
<a href="./oculus" target="_blank">
<i class="fab fa-brands fa-meta" title="AppLab" aria-label="AppLab"></i>
</a>
</li>
<li class="social-media-item">
<a href="./discord" target="_blank">
<i class="fab fa-discord" title="Discord" aria-label="Join Discord"></i>
</a>
</li>
<li class="social-media-item">
<a href="./twitter" target="_blank">
<i class="fab fa-twitter" title="Twitter" aria-label="Follow us on Twitter"></i>
</a>
</li>
<li class="social-media-item">
<a href="./reddit" target="_blank">
<i class="fab fa-reddit" title="Reddit" aria-label="Join our sub-reddit"></i>
</a>
</li>
</ul>
</div>
<main class="content" role="main">
<div class='fixed-nav'>
</div>
<div class='post-holder'>
<article id='play-the-game' class='post first '>
<header class="post-header">
<h2 class="post-title">Play the Game!</h2>
</header>
<section class="post-content">
<div id="countdown" class="countdown_timer_wrapper">
<p id="pre-countdown" class="pre_countdown_timer"></p>
<p id="countdown_timer" class="countdown_timer"></p>
</div>
<div class="buy-game-btn-wrapper">
<a class='btn buy-game-btn big' href='./steam' target="_blank" title="Steam">
<img class='icon' src="./images/icons/steam.png"></span>
</a>
<a class='btn buy-game-btn big' href='./oculus' target="_blank" title="Oculus">
<img class='icon' src="./images/icons/oculus_quest.png"></span>
</a>
<a class='btn buy-game-btn' href='./htc_vive' target="_blank">
<img class='icon' src="./images/icons/htc_vive.png"></span>
</a>
<!--
<a class='btn buy-game-btn' href='./oculus_rift' target="_blank" title="Oculus Rift">
<img class='icon' src="./images/icons/oculus_rift.png"></span>
</a>
-->
<a class='btn buy-game-btn disabled' href='#' target="_blank" title="iQIYI">
<img class='icon' src="./images/icons/iqiyi.png"></span>
</a>
<a class='btn buy-game-btn disabled' href='#' target="_blank" title="Pico">
<img class='icon' src="./images/icons/pico.png"></span>
</a>
</div>
<div class="buy-game">
<div class="buy-game-column">
<img src="images/kangaroo.png" alt="Kangaroo stealing a beer">
</div>
<div class="buy-game-column">
<div class="pre-release">
<p class="pitch-text">IT'S A LOVELY DAY FOR A BBQ, BUT KANGAROOS KEEP TRYING TO STEAL YOUR BEER!</p>
<p class="pitch-text">A chaotic Australian VR experience</p>
</div>
</div>
</div>
</section>
</article>
<div class='post-after'></div>
</div>
<div class='post-holder'>
<article id='watch-trailer' class='post '>
<header class="post-header">
<h2 class="post-title">Watch Trailer</h2>
</header>
<section class="post-content">
<div class="trailer-container">
<iframe class="trailer" src="https://www.youtube.com/embed/cKB2etPoT_I?controls=0"
title="Beers And Boomerangs Release Date Trailer" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</section>
</article>
<div class='post-after'></div>
</div>
<div class='post-holder'>
<article id='' class='post '>
<header class="post-header">
</header>
<section class="post-content">
<div class="awards">
<img src="images/award1.png">
<img src="images/award2.png">
<img src="images/award3.png">
<img src="images/award4.png">
</div>
</section>
</article>
<div class='post-after'></div>
</div>
<div class='post-holder'>
<article id='contact-us' class='post last'>
<header class="post-header">
<h2 class="post-title">Contact us</h2>
</header>
<section class="post-content">
<h3>Get in touch!</h3>
<p>We will keep improving this game and we would love to know your thoughts!<br>
If you found any bug or just want to say 'Hi' the best ways to do so is through email or discord.</p>
<p>For support or press enquiries contact: <u>[email protected]</u></p>
<ul class="contact-us">
<li class="big">
<a href="./discord" target="_blank">
<i class="fab fa-discord" title="Discord" aria-label="Join Discord"></i>
<span>Join our Discord server</span>
</a>
</li>
<li class="big">
<a href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope" title="Email" aria-label="Email"></i>
<span>Email us at [email protected]</span>
</a>
</li>
<li>
<a href="./press_kit">
<i class="fas fa-download" title="Press Kit" aria-label="Press Kit"></i>
<span>Press Kit</span>
</a>
</li>
<li>
<a href="./about_us">
<i class="fas fa-user" title="About Us" aria-label="About Us"></i>
<span>About Us</span>
</a>
</li>
<li>
<a href="./policy">
<i class="fas fa-book" title="Policy" aria-label="Policy"></i>
<span>Policy</span>
</a>
</li>
</ul>
</section>
</article>
<div class='post-after'></div>
</div>
</main>
<footer class="site-footer">
<div class="inner">
<section class="copyright">© Witty Platypus</section>
</div>
</footer>
<script type="text/javascript" src='js/jquery-3.6.0.min.js'></script>
<script type="text/javascript" src='js/icons.js'></script>
<script type="text/javascript" src='js/index.js'></script>
<script type="text/javascript" src='js/countdown.js'></script>
</body>
</html>