-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
122 lines (115 loc) · 6.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SWXMZEH7DD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SWXMZEH7DD');
</script>
<!-- Normal Site Stuff -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="The Apollo Archive is a collection of all lore-related collectibles in the 'Horizon' video game franchise - in Horizon: Zero Dawn, and the DLC Horizon: The Frozen Wilds.">
<meta name="keywords" content="Horizon Zero Dawn, Horizon DLC The Frozen Wilds, Horizon 2 Forbidden West, Apollo Archive">
<meta name="author" content="Aryan Pingle">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- PWA -->
<link rel="shortcut icon" href="/assets/images/favicon-62.png" type="image/PNG">
<meta name="theme-color" content="#121212">
<link rel="apple-touch-icon" href="/assets/images/logos/favicon-opaque.png">
<link rel="manifest" href="manifest.json">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:creator" content="@aryan_pingle">
<meta property="twitter:title" content="The Apollo Archive | Homepage">
<meta property="twitter:description" content="A collection of all lore-related collectibles in the 'Horizon' video game franchise">
<meta property="twitter:image" content="https://apollo-archive.netlify.app/assets/images/favicon-opaque.png">
<meta property="twitter:image:src" content="https://apollo-archive.netlify.app/assets/images/favicon-opaque.png">
<meta property="twitter:image:alt" content="A symbol of the focus, which is an in-game object">
<!-- For The Page -->
<title>The Apollo Archive | Homepage</title>
<link rel="icon" href="/assets/images/favicon-16.png" sizes="16x16" type="image/png">
<link rel="icon" href="/assets/images/favicon-32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/assets/images/favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="/assets/images/favicon-62.png" sizes="62x62" type="image/png">
<!-- CSS -->
<link rel="stylesheet" href="index.css">
<!-- JS -->
<script>
if("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js")
}
window.onload = function() {
setInterval(() => {
document.querySelector("#section-about > header > span").textContent = `Conceived by Elisabet Sobeck of Project Zero Dawn, this reposit${new Array(15).fill(0).map(e => String.fromCharCode(parseInt(Math.random()*200 + 55))).join("")}`
}, 200)
}
</script>
</head>
<body>
<div id="page">
<nav>
<a class="nav__item" id="apollo-logo" href="/"></a>
<a class="nav__item" href="#section-about">About</a>
<a class="nav__item" href="#section-database">Database</a>
<a class="nav__item" href="#section-credits">Credits</a>
<a class="nav__item" href="#section-faq">FAQ</a>
</nav>
<section id="section-hero">
The<br>Apollo<br>Archive
</section>
<section id="section-about">
<header style="font-weight: 600;">
The largest and most comprehensive catalogue of humanity's achievements.
</header>
<header>
<span>Conceived by Elisabet Sobeck of Project Zero Dawn, this reposit</span><br>
<code>[data corrupted]</code>
</header>
</section>
<section id="section-database">
<a class="game" href="/zero-dawn/">
<header class="game__title" style="background-image: url(/assets/images/ZeroDawn-Logo.png);"></header>
<div class="game__showcase" style="background-image: url(/assets/images/ZeroDawn-Poster.jpg);"></div>
</a>
<a class="game" href="/zero-dawn/the-frozen-wilds/">
<header class="game__title" style="background-image: url(/assets/images/TheFrozenWilds-Logo.png);"></header>
<div class="game__showcase" style="background-image: url(/assets/images/TheFrozenWilds-Poster.jpg);"></div>
</a>
<a class="game" href="/forbidden-west/">
<header class="game__title" style="background-image: url(/assets/images/ForbiddenWest-Logo.png);"></header>
<div class="game__showcase" style="background-image: url(/assets/images/ForbiddenWest-Poster.jpg);"></div>
</a>
</section>
<section id="section-credits">
<div id="credits">
<div class="credit">
<span class="credit__role">Web Developer & Designer</span>
<a class="credit__name" href="https://github.com/aryanpingle">Aryan Pingle</a>
</div>
<div class="credit">
<span class="credit__role">Alpha Supervisor</span>
<span class="credit__name">Samina Ebadji</span>
</div>
<div class="credit">
<span class="credit__role">Zero Dawn Lead</span>
<span class="credit__name">Elisabet Sobeck</span>
</div>
</div>
</section>
<section id="section-faq">
<div class="faq__question">Question: What's all this... for exactly?</div>
<div class="faq__answer">To preserve knowledge and make it easily accessible for... those that will come after.</div>
<div class="faq__question">Question: What motivated <b>you</b> to make this site?</div>
<div class="faq__answer">The Horizon Franchise is one of my all time favourites, because you can actually feel the love and effort put into making it through the in-game lore.<br>I'd go so far as to say: narrative is one of the prime gameplay elements. Without the incredible story, this franchise would not be half as beloved as it is.<br>If this archive can remind even a single person why they love this series, I'll consider myself successful.</div>
<div class="faq__question">Question: How did you extract all this data?</div>
<div class="faq__answer">Most of the text can be found online. As for any audio you may encounter, it had to be manually (tediously) extracted through screen recordings.</div>
<br>
<div class="faq__disclaimer">I (Aryan Pingle) <b>do not own</b> any part of The Horizon Franchise, all rights go to Guerrilla Games.<br>I just made this website as a fun project to work on.<br>Shoutout to Guerrilla Games, they've been super chill about this - even offering to provide me with official Horizon assets. You guys rock.</div>
</section>
</div>
</body>
</html>