-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (160 loc) · 6.75 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover">
<meta name="description"
content="Explore calming games, thrilling quests, intriguing puzzles, and innovative prototypes on various platforms for a joyful and relaxing gaming experience.">
<title class="title">Housebird Games</title>
<base href="">
<link rel="preload" href="Birdhouse/fonts/MaterialIcons-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/Favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/Favicon-32x32.png">
<link rel="icon" type="image/png" sizes="64x64" href="img/favicons/Favicon-64x64.png">
<link rel="icon" type="image/png" sizes="128x128" href="img/favicons/Favicon-128x128.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/Favicon-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="img/favicons/Favicon-167x167.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/Favicon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicons/Favicon-192x192.png">
<link rel="icon" type="image/png" sizes="196x196" href="img/favicons/Favicon-196x196.png">
<meta name="theme-color" content="#242a3a">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src 'self'; connect-src 'self'; object-src 'none';">
<link rel="stylesheet" href="Birdhouse/default-style.css">
<link rel="stylesheet" href="style.css">
<link rel="manifest" href="manifest.json">
<script type="module" src="Birdhouse/service-worker-registration.js"></script>
</head>
<body>
<div id="adminBar"></div>
<div id="infoBar"></div>
<div id="preHeader" class="fade-in-fast">
</div>
<header id="header" class="noLogo">
<div class="buttonListHorizontal">
<a href="/" class="wideMenuButton underline headerButton">Projects</a>
<a href="/blog" class="wideMenuButton underline headerButton">Blog</a>
<a href="https://stubenvogel.com" class="wideMenuButton underline headerButton">Felix T. Vogel</a>
</div>
</header>
<noscript>
<div class="javascriptWarning">
<strong>Warning:</strong>
JavaScript is not enabled in your browser. This website requires JavaScript to
function properly. Please enable JavaScript and refresh the page.
</div>
<br>
</noscript>
<script type="module" src="Birdhouse/src/main.js" defer></script>
<div id="content">
<div class="entrySection fade-in-fast ">
<div class="entryBox">
<div class="entryImageBox skeleton pulsate"></div>
<div class="entryInfoBox">
<a href="">
<h2 class="entryTitle skeleton pulsate">Example Project</h2>
</a>
<p class="entryDescription skeleton pulsate">This is a skeleton loader. It is just an example of
what this element would look like.</p>
<div class="entryLinks">
<a href="" class="entryLink button skeleton pulsate">Example</a>
<a href="" class="entryLink button skeleton pulsate">Example</a>
</div>
</div>
</div>
</div>
<div class="entrySection fade-in-fast odd">
<div class="entryBox">
<div class="entryImageBox skeleton pulsate"></div>
<div class="entryInfoBox">
<a href="">
<h2 class="entryTitle skeleton pulsate">Example Project</h2>
</a>
<p class="entryDescription skeleton pulsate">This is a skeleton loader. It is just an example of
what this element would look like.</p>
<div class="entryLinks">
<a href="" class="entryLink button skeleton pulsate">Example</a>
<a href="" class="entryLink button skeleton pulsate">Example</a>
</div>
</div>
</div>
</div>
<div class="entrySection fade-in-fast ">
<div class="entryBox">
<div class="entryImageBox skeleton pulsate"></div>
<div class="entryInfoBox">
<a href="">
<h2 class="entryTitle skeleton pulsate">Example Project</h2>
</a>
<p class="entryDescription skeleton pulsate">This is a skeleton loader. It is just an example of
what this element would look like.</p>
<div class="entryLinks">
<a href="" class="entryLink button skeleton pulsate">Example</a>
<a href="" class="entryLink button skeleton pulsate">Example</a>
</div>
</div>
</div>
</div>
<div class="entrySection fade-in-fast odd">
<div class="entryBox">
<div class="entryImageBox skeleton pulsate"></div>
<div class="entryInfoBox">
<a href="">
<h2 class="entryTitle skeleton pulsate">Example Project</h2>
</a>
<p class="entryDescription skeleton pulsate">This is a skeleton loader. It is just an example of
what this element would look like.</p>
<div class="entryLinks">
<a href="" class="entryLink button skeleton pulsate">Example</a>
<a href="" class="entryLink button skeleton pulsate">Example</a>
</div>
</div>
</div>
</div>
<div class="entrySection fade-in-fast ">
<div class="entryBox">
<div class="entryImageBox skeleton pulsate"></div>
<div class="entryInfoBox">
<a href="">
<h2 class="entryTitle skeleton pulsate">Example Project</h2>
</a>
<p class="entryDescription skeleton pulsate">This is a skeleton loader. It is just an example of
what this element would look like.</p>
<div class="entryLinks">
<a href="" class="entryLink button skeleton pulsate">Example</a>
<a href="" class="entryLink button skeleton pulsate">Example</a>
</div>
</div>
</div>
</div>
</div>
<div id="newUpdatePopup" class="popup fade-in-fast dispayNone keepOpen">
<div id="newUpdatePopupContent" class="popup-content">
<h2 id="newUpdateAvailable">New Update available</h2>
<p class="versionInfo" id="versionInfo"></p>
<p class="">Click "Update Now" to immediately install the latest version. Alternatively, "Update Later" will
close this popup and schedule the automatic update
at a later time.</p>
<div class="linkRow">
<button id="update-version-btn" class="update-version-btn highlight">Update now</button>
<button id="update-version-close-btn" class="closePopup">Update later</button>
</div>
</div>
</div>
<div id="baseContent"></div>
</body>
<footer id="footer">
<p>©
<span id="currentYear"></span>housebird.games
</p>
<div class="linkRow">
<a href='#' class="openAcknowledgementButton underline">Cookies & Storage</a>
<a href='#' class="menu updateNotesButton underline">What's new?</a>
</div>
<div class="linkRow">
<a href="contact" class="underline">Contact</a>
<a href="https://stubenvogel.com/impressum/" class="underline">Imprint</a>
<a href="privacy-policy" class="underline">Privacy Policy</a>
</div>
</footer>
</html>