-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (94 loc) · 4.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Viper Dawn - an Arma 3 modification, coming soon!">
<meta name="keywords" content="arma 3, mod, retro, viper, dawn, modification, arma 3 mod" />
<meta name="author" content="tomaytotomato">
<title>Viper Dawn - coming to VHS soon!</title>
<link rel="canonical" href="https://tomaytotomato.github.io/viper-dawn/">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vapor/bootstrap.min.css" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="src/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="src/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="src/img/favicon/favicon-16x16.png">
<link rel="manifest" href="src/img/favicon/site.webmanifest">
<link rel="mask-icon" href="src/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Social !-->
<!-- For Facebook -->
<meta property="og:title" content="Viper Dawn - coming to VHS soon!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://tomaytotomato.github.io/viper-dawn/src/img/viper_dawn_logo.png" />
<meta property="og:url" content="https://tomaytotomato.github.io/viper-dawn/" />
<meta property="og:description" content="An Arma 3 modification, bringing some retro 80s nostalgia. Coming soon!" />
<!-- For Twitter -->
<meta name="twitter:card" content="An Arma 3 modification, bringing some retro 80s nostalgia. Coming soon!" />
<meta name="twitter:title" content="Viper Dawn - coming to VHS soon!" />
<meta name="twitter:description" content="An Arma 3 modification bringing a retro gaming experience." />
<meta name="twitter:image" content="https://tomaytotomato.github.io/viper-dawn/src/img/viper_dawn_logo.png" />
<style>
html, body {
overflow: scroll;
overflow-x: hidden;
}
.canvas-container {
display: block;
margin: auto;
height: auto;
}
canvas {
position: absolute;
width: 100%;
height: 1920px;
z-index: -1;
}
.vd-logo {
margin-top: -100px;
width: 100%;
height: auto;
}
</style>
</head>
<body>
<main id="main">
<div class="canvas-container">
</div>
<div class="px-4 py-5 text-center">
<img class="vd-logo d-block mx-auto mb-4" src="src/img/viper_dawn_logo_transparent.png"
alt="Arma 3 Viper Dawn Mod Logo">
<h1 class="display-5 m-5 fw-bold">Coming Soon!</h1>
<div class="col-lg-6 mx-auto">
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a href="https://www.youtube.com/playlist?list=PLKLMRoF6Be0WoIGtFEpjAcdNMChqwzuOv" target="_blank">
<button type="button" class="btn btn-secondary btn-lg px-4 gap-3">Get Hyped</button>
</a>
</div>
</div>
<embed src="src/audio/dark-ambient.mp3" loop="true" autostart="true" width="0" height="0">
</div>
</main>
<section>
</section>
<footer>
<div class="px-4 py-5 text-center">
<p>Arma 3 and Armed Assault are trademarks and copyright of <a href="https://www.bohemia.net/" target="_blank">
Bohemia Interactive.</a></p>
<p>This is modification of the original Arma 3 game and has no affiliation with Bohemia Interactive.</p>
<p>Background music "Dark Ambient", credits to <a href="https://pixabay.com/users/sharvarian-31360109/" target="_blank">Sharvarian</a>
<p class="">
<a class="text-success" href="https://github.com/tomaytotomato/viper-dawn" target="_blank">
Github</a> |
<a class="text-secondary" href="https://tomaytotomato.com" target="_blank">Personal Site</a>
</p>
</div>
</footer>
<script src="https://getbootstrap.com/docs/5.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/95/three.min.js"></script>
<script type="application/javascript" src="src/js/retro-grid.js"></script>
</body>
</html>