-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (45 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./resources/css/styles.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran|Lato:400i" rel="stylesheet">
<link rel="shortcut icon" href="./resources/images/favicon.png" type="image/x-icon">
<link rel="icon" href="./resources/images/favicon.png" type="image/x-icon">
<title>Cryptids Near Me</title>
</head>
<body>
<div class="wrapper">
<header>
<nav>
<ul>
<li><a target="_blank" href="https://apps.apple.com/us/app/cryptids-near-me/id6480533199"><img src="./resources/images/App-Store-Badge.png" alt="Apple App Store Button"></a></li>
<li><a target="_blank" href="https://play.google.com/store/apps/details?id=com.adaptablestack.cryptids"><img src="./resources/images/google-play-badge.png" alt="Google Play Store Button"></a></li>
</ul>
</nav>
</header>
<div class="main-content">
<img class="hero" src="./resources/images/Logo.png" alt="Logo of a green swirl wih the words CRYPTIDS NEAR ME">
<h1>Download the app to view what cryptids are historically reported to lurk near you!</h1>
<h3>Available for iPhone and Android.*</h3>
<h4>*Currently only available in the US.</h4>
<div class="pin">
<img src="./resources/images/icon_location.png" alt="Red map pin with a red swirl">
<h3>Check out our Podcast and follow us on our socials!</h3>
</div>
</div>
</div>
</body>
<footer>
<nav>
<ul>
<li><a target="_blank" href="https://apps.apple.com/us/app/cryptids-near-me/id6480533199"><img src="./resources/images/app-store-ios.png" alt="Apple App store"></a></li>
<li><a target="_blank" href="https://play.google.com/store/apps/details?id=com.adaptablestack.cryptids"><img src="./resources/images/google-play.png" alt="Google Play Store"></a></li>
<li><a target="_blank" href="https://cryptidsnearme.buzzsprout.com/"><img src="./resources/images/PodcastLight.png" alt="Cryptids Near Me Podcast"></a></li>
<li><a target="_blank" href="https://www.facebook.com/profile.php?id=61557881511720"><img src="./resources/images/facebook.png" alt="Facebook"></a></li>
<li><a target="_blank" href="https://www.instagram.com/cryptidsnearme"><img src="./resources/images/instagram.png" alt="Instagram"></a></li>
</ul>
</nav>
</footer>
</html>