-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10-if-i-never-get-home.html
75 lines (51 loc) · 2.47 KB
/
10-if-i-never-get-home.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
<!doctype html>
<!--
this is the ferriday.zone
created by reed o'beirne
https://reedoco.io
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="reed o'beirne">
<meta name="description" content="The Ferriday.Zone Page Ten. Now go for a walk!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Everything is Something</title>
<!-- CSS -->
<link href="./assets/css/09_summary-style.css" rel="stylesheet" type="text/css">
<link href="./assets/css/responsive.css" rel="stylesheet" type="text/css">
<!-- Font Detailz -->
<link href="https://fonts.googleapis.com/css?family=Fjalla+One&display=swap" rel="stylesheet">
<!-- Icons from Font Awesome -->
<script src="https://kit.fontawesome.com/0b28572a53.js" crossorigin="anonymous"></script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon/site.webmanifest">
</head>
<body>
<div class="container-a"> <!-- main container to center the page -->
<div class="container-b"> <!-- reedoco white container box -->
<!-- <div class="pagetitle">projects</div> Old Title from Reedoco -->
<div id="section_intro" class="container-c">
<div class="container-d">
<!-- <span class="details-title">Non-Reality:</span><br /> -->
<p>You've reached the end, for now.</p>
<p>As a parting gesture, for those of you who use Instagram, you can cast your own world into the Ferriday.Zone with this:</p>
<p><a href="https://www.instagram.com/ar/297946489052944/" target="new-c">AR Filter</a> (mobile only)</p>
<img class="responsive-image" src="./assets/imagez/qr_code_ferriday-scope.png">
<p>Thanks for visiting. Now go for a walk!</p>
</div> <!-- close container-d -->
</div> <!-- close container-c -->
</div> <!-- close container-b -->
<div id="iconstyle"> <!-- Icons -->
<i class="fa-solid fa-masks-theater"></i>
<i class="fa-solid fa-puzzle-piece"></i>
<i class="fa-solid fa-key"></i>
<i class="fa-solid fa-shuttle-space"></i>
</div>
</div> <!-- close container-a -->
</body>
</html>