-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (69 loc) · 4.69 KB
/
index.html
File metadata and controls
79 lines (69 loc) · 4.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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Curated collection of word riddles using U.S. state abbreviations. Created by puzzle author David Millar.">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="microtip" content="39FwFjyN5rHpBrksDWjjJkBdEXVmHp5S4d" data-currency="btc">
<meta name="monetization" content="$ilp.uphold.com/qxWadfDZGRpQ">
<title>Interst8</title>
<link rel="manifest" href="manifest.json">
<meta name="msapplication-config" content="browserconfig.xml">
<link rel="stylesheet" href="https://overpass-30e2.kxcdn.com/overpass.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/overpass.css" type="text/css">
<link rel="icon" sizes="192x192" href="assets/images/logo-with-bg-192.png">
<link rel="icon" sizes="128x128" href="assets/images/logo-with-bg-128.png">
<link rel="apple-touch-icon" sizes="512x512" href="assets/images/logo-with-bg-512.png">
<link rel="apple-touch-icon-precomposed" sizes="512x512" href="assets/images/logo-with-bg-512.png">
<link href="assets/images/splash-2048.png" sizes="2048x2692" rel="apple-touch-startup-image">
<link href="assets/images/splash-1668.png" sizes="1668x2184" rel="apple-touch-startup-image">
<link href="assets/images/splash-1536.png" sizes="1536x2008" rel="apple-touch-startup-image">
<link href="assets/images/splash-1125.png" sizes="1125x2436" rel="apple-touch-startup-image">
<link href="assets/images/splash-1242.png" sizes="1242x2148" rel="apple-touch-startup-image">
<link href="assets/images/splash-750.png" sizes="750x1294" rel="apple-touch-startup-image">
<link href="assets/images/splash-640.png" sizes="640x1096" rel="apple-touch-startup-image">
<link rel="mask-icon" href="assets/images/safari-pinned-tab.svg" color="#006E54">
<meta name="msapplication-TileColor" content="#006E54">
<meta name="theme-color" content="#006E54">
</head>
<body>
<header>
<button id="backBtn" class="button-hidden">Back</button>
<h1>Interst8</h1>
<button id="shareBtn">Share</button>
</header>
<ul id="levelList" class="panel sign-list"></ul>
<div id="levelViewWrapper" class="panel">
<ul id="levelView" class="sign-list"></ul>
</div>
<div id="aboutView" class="panel panel--blue center">
<img src="assets/images/logo.svg" id="logo" alt="Shield logo for Interst8." />
<p>© 2018-2023 David Millar</p>
<h3>Thanks and gratitude to:</h3>
<ul>
<li>Red Hat and Delve Fonts for the font <a href="http://overpassfont.org/">Overpass</a>.</li>
<li>Various folks from the <a href="https://www.aaroads.com/forum/">AARoads Forum</a> for feedback, reference images, and inspriation.</li>
<li>Mozilla's <a href="https://serviceworke.rs/">Service Worker Cookbook</a> for helping me go offline.</li>
<li>Joseph Howard for contributions to the M-37 and FM 1938 levels.</li>
<li>Kid Beyond/Murdoch for contributions to Colorado State Highway 7.</li>
<li><a href="https://commons.wikimedia.org/wiki/User:Jeff02">Jeff02</a>,
<a href="https://en.wikipedia.org/wiki/User:Holderca1?rdfrom=commons:User:Holderca1~commonswiki">Holderca1</a>,
<a href="https://commons.wikimedia.org/wiki/User:SPUI~commonswiki">SPUI</a>,
<a href="https://commons.wikimedia.org/wiki/User:Rschen7754">Rschen7754</a>,
<a href="https://commons.wikimedia.org/wiki/User:Fredddie">Fredddie</a>,
<a href="https://commons.wikimedia.org/wiki/User:Atanamir">Atanamir</a>,
<a href="https://commons.wikimedia.org/wiki/User:TwinsMetsFan">TwinsMetsFan</a>,
<a href="https://commons.wikimedia.org/wiki/User:Pzoxicuvybtnrm">Pzoxicuvybtnrm</a>,
and Wikimedia Commons for SVG recreations of signage used in some of the level icons.</li>
</ul>
</div>
<noscript class="sign">
This game requires JavaScript to play.
</noscript>
<script type="text/javascript" src="js/game.js"></script>
<script type="text/javascript" src="js/service-worker-handler.js" defer></script>
</body>
</html>