mirror of
https://github.com/isledecomp/isle.pizza.git
synced 2026-01-11 18:51:15 +00:00
Update free stuff page
This commit is contained in:
parent
4444ed09dc
commit
41e555ae17
10
index.html
10
index.html
@ -714,14 +714,16 @@
|
|||||||
<span class="page-back-button" role="button" aria-label="Go back to main menu">← Back</span>
|
<span class="page-back-button" role="button" aria-label="Go back to main menu">← Back</span>
|
||||||
<div class="page-inner-content">
|
<div class="page-inner-content">
|
||||||
<div class="resource-list">
|
<div class="resource-list">
|
||||||
<div class="quote-with-image">
|
<div class="quote-panel">
|
||||||
<blockquote class="voice-card">
|
<div class="quote-panel-art">
|
||||||
|
<img src="congrats.webp" alt="LEGO Island characters celebrating">
|
||||||
|
</div>
|
||||||
|
<blockquote class="quote-panel-content">
|
||||||
<p>"In November of 2010, after all was said and done, I started getting emails from a few kids
|
<p>"In November of 2010, after all was said and done, I started getting emails from a few kids
|
||||||
and some adults telling me how cool they thought LEGO Island was. Some people actually still
|
and some adults telling me how cool they thought LEGO Island was. Some people actually still
|
||||||
play it. I was quite thrilled by these emails and actually quite honored."</p>
|
play it. I was quite thrilled by these emails and actually quite honored."</p>
|
||||||
<footer>Wes Jenkins, Creative Director</footer>
|
<footer>Wes Jenkins, Creative Director</footer>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<img src="congrats.webp" alt="LEGO Island characters celebrating" class="quote-companion-img">
|
|
||||||
</div>
|
</div>
|
||||||
<a href="https://www.youtube.com/watch?v=bG55COe_f8I" target="_blank" rel="noopener noreferrer"
|
<a href="https://www.youtube.com/watch?v=bG55COe_f8I" target="_blank" rel="noopener noreferrer"
|
||||||
class="resource-item">
|
class="resource-item">
|
||||||
@ -822,7 +824,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="app-footer">
|
<div class="app-footer">
|
||||||
<p>Last updated: <span id="app-version">2026-01-04 17:45:17 UTC</span></p>
|
<p>Last updated: <span id="app-version">2026-01-04 17:48:49 UTC</span></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
65
style.css
65
style.css
@ -850,24 +850,58 @@ select {
|
|||||||
content: '— ';
|
content: '— ';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Quote with companion image */
|
/* Quote panel with side art */
|
||||||
.quote-with-image {
|
.quote-panel {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
background-color: #1c1c1c;
|
||||||
gap: 20px;
|
border: 1px solid #333;
|
||||||
|
border-radius: 8px;
|
||||||
|
overflow: hidden;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-with-image .voice-card {
|
.quote-panel-art {
|
||||||
flex: 1;
|
flex: 0 0 auto;
|
||||||
margin: 0;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 15px;
|
||||||
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-companion-img {
|
.quote-panel-art img {
|
||||||
width: 140px;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 8px;
|
max-width: 180px;
|
||||||
flex-shrink: 0;
|
border-radius: 4px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quote-panel-content {
|
||||||
|
flex: 1;
|
||||||
|
padding: 20px;
|
||||||
|
margin: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quote-panel-content p {
|
||||||
|
color: #c0c0c0;
|
||||||
|
font-size: 0.95em;
|
||||||
|
line-height: 1.6;
|
||||||
|
margin: 0 0 12px 0;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quote-panel-content footer {
|
||||||
|
color: #FFD700;
|
||||||
|
font-size: 0.9em;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quote-panel-content footer::before {
|
||||||
|
content: '— ';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive adjustments */
|
/* Responsive adjustments */
|
||||||
@ -952,13 +986,8 @@ select {
|
|||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-with-image {
|
.quote-panel-art {
|
||||||
flex-direction: column;
|
display: none;
|
||||||
}
|
|
||||||
|
|
||||||
.quote-companion-img {
|
|
||||||
width: 160px;
|
|
||||||
order: -1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
sw.js
2
sw.js
@ -10,7 +10,7 @@ const { Strategy } = workbox.strategies;
|
|||||||
const { CacheableResponsePlugin } = workbox.cacheableResponse;
|
const { CacheableResponsePlugin } = workbox.cacheableResponse;
|
||||||
const { RangeRequestsPlugin } = workbox.rangeRequests;
|
const { RangeRequestsPlugin } = workbox.rangeRequests;
|
||||||
|
|
||||||
precacheAndRoute([{"revision":"65c1bd8a2a07256e1d3755fad1327ea1","url":"index.html"},{"revision":"013ceb7d67293d532e979dde0347f3af","url":"cancel_off.webp"},{"revision":"bfc1563be018d82685716c6130529129","url":"cancel_on.webp"},{"revision":"d282c260fd35522036936bb6faf8ad21","url":"cdspin.gif"},{"revision":"3d820bf72b19bd4e437a61e75f317b83","url":"configure_off.webp"},{"revision":"e2c0c5e6aa1f7703c385a433a2d2a519","url":"configure_on.webp"},{"revision":"88e1e81c930d8e6c24dfdc7af274e812","url":"favicon.png"},{"revision":"d16b293eca457e2fb1e7ef2caca8c904","url":"favicon.svg"},{"revision":"d2b9c2e128ef1e5e4265c603b0bc3305","url":"free_stuff_off.webp"},{"revision":"cbc6a6779897f932c3a3c8dceb329804","url":"free_stuff_on.webp"},{"revision":"05fba4ef1884cbbd6afe09ea3325efc0","url":"install_off.webp"},{"revision":"11247e92082ba3d978a2e3785b0acf51","url":"install_on.webp"},{"revision":"d23ea8243c18eb217ef08fe607097824","url":"island.webp"},{"revision":"c97d78e159b8bff44d41e56d0aa20220","url":"isle.js"},{"revision":"5f174d45de1e3c5e0abdbccfd64567b6","url":"isle.wasm"},{"revision":"6d4248f1a08c218943e582673179b7be","url":"poster.pdf"},{"revision":"a6fcac24a24996545c039a1755af33ea","url":"read_me_off.webp"},{"revision":"aae783d064996b4322e23b092d97ea4a","url":"read_me_on.webp"},{"revision":"766a9e6e6d890f24cef252e81753b29d","url":"run_game_off.webp"},{"revision":"70208e00e9ea641e4c98699f74100db3","url":"run_game_on.webp"},{"revision":"0a65c71d9983c9bb1bc6a5f405fd6fd9","url":"shark.webp"},{"revision":"88c1fd032e6fc16814690712a26c1ede","url":"uninstall_off.webp"},{"revision":"0118a4aca04c5fb0a525bf00b001844e","url":"uninstall_on.webp"},{"revision":"5c265d887349dca70d05a7a698cbc904","url":"app.js"},{"revision":"d62cd5f7e4d7324465bf93933d97ac25","url":"style.css"},{"revision":"060210979e13e305510de6285e085db1","url":"manifest.json"},{"revision":"4f0172bc7007d34cebf681cc233ab57f","url":"install.webp"},{"revision":"6a70d35dadf51d2ec6e38a6202d7fb0b","url":"install.mp3"},{"revision":"eac041a0b8835bfea706d997b0b7b224","url":"downloader.js"},{"revision":"6899f72755d4e84c707b93ac54a8fb06","url":"debug.js"},{"revision":"7817b36ddda9f07797c05a0ff6cacb21","url":"debug.html"},{"revision":"4ea2aac9446188b8a588811bc593919e","url":"ogel.webp"},{"revision":"c57d24598537443c5b8276c8dd5dbdc9","url":"bonus.webp"},{"revision":"d11c8c893d5525c8842555dc2861c393","url":"callfail.webp"},{"revision":"be9a89fb567b632cf8d4661cbf8afd9e","url":"getinfo.webp"},{"revision":"fe986681f41e96631f39f3288b23e538","url":"sysinfo.webp"},{"revision":"4ec902e0b0ce60ffd9dd565c9ddf40a1","url":"send.webp"},{"revision":"81f3c8fc38b876dc2fcfeefaadad1d1b","url":"congrats.webp"}]);
|
precacheAndRoute([{"revision":"2bc83daa01ac3c127224a3fbf6ffed2f","url":"index.html"},{"revision":"013ceb7d67293d532e979dde0347f3af","url":"cancel_off.webp"},{"revision":"bfc1563be018d82685716c6130529129","url":"cancel_on.webp"},{"revision":"d282c260fd35522036936bb6faf8ad21","url":"cdspin.gif"},{"revision":"3d820bf72b19bd4e437a61e75f317b83","url":"configure_off.webp"},{"revision":"e2c0c5e6aa1f7703c385a433a2d2a519","url":"configure_on.webp"},{"revision":"88e1e81c930d8e6c24dfdc7af274e812","url":"favicon.png"},{"revision":"d16b293eca457e2fb1e7ef2caca8c904","url":"favicon.svg"},{"revision":"d2b9c2e128ef1e5e4265c603b0bc3305","url":"free_stuff_off.webp"},{"revision":"cbc6a6779897f932c3a3c8dceb329804","url":"free_stuff_on.webp"},{"revision":"05fba4ef1884cbbd6afe09ea3325efc0","url":"install_off.webp"},{"revision":"11247e92082ba3d978a2e3785b0acf51","url":"install_on.webp"},{"revision":"d23ea8243c18eb217ef08fe607097824","url":"island.webp"},{"revision":"c97d78e159b8bff44d41e56d0aa20220","url":"isle.js"},{"revision":"5f174d45de1e3c5e0abdbccfd64567b6","url":"isle.wasm"},{"revision":"6d4248f1a08c218943e582673179b7be","url":"poster.pdf"},{"revision":"a6fcac24a24996545c039a1755af33ea","url":"read_me_off.webp"},{"revision":"aae783d064996b4322e23b092d97ea4a","url":"read_me_on.webp"},{"revision":"766a9e6e6d890f24cef252e81753b29d","url":"run_game_off.webp"},{"revision":"70208e00e9ea641e4c98699f74100db3","url":"run_game_on.webp"},{"revision":"0a65c71d9983c9bb1bc6a5f405fd6fd9","url":"shark.webp"},{"revision":"88c1fd032e6fc16814690712a26c1ede","url":"uninstall_off.webp"},{"revision":"0118a4aca04c5fb0a525bf00b001844e","url":"uninstall_on.webp"},{"revision":"5c265d887349dca70d05a7a698cbc904","url":"app.js"},{"revision":"dc87e515dce9fd2b13af03cd7ea3db88","url":"style.css"},{"revision":"060210979e13e305510de6285e085db1","url":"manifest.json"},{"revision":"4f0172bc7007d34cebf681cc233ab57f","url":"install.webp"},{"revision":"6a70d35dadf51d2ec6e38a6202d7fb0b","url":"install.mp3"},{"revision":"eac041a0b8835bfea706d997b0b7b224","url":"downloader.js"},{"revision":"6899f72755d4e84c707b93ac54a8fb06","url":"debug.js"},{"revision":"7817b36ddda9f07797c05a0ff6cacb21","url":"debug.html"},{"revision":"4ea2aac9446188b8a588811bc593919e","url":"ogel.webp"},{"revision":"c57d24598537443c5b8276c8dd5dbdc9","url":"bonus.webp"},{"revision":"d11c8c893d5525c8842555dc2861c393","url":"callfail.webp"},{"revision":"be9a89fb567b632cf8d4661cbf8afd9e","url":"getinfo.webp"},{"revision":"fe986681f41e96631f39f3288b23e538","url":"sysinfo.webp"},{"revision":"4ec902e0b0ce60ffd9dd565c9ddf40a1","url":"send.webp"},{"revision":"81f3c8fc38b876dc2fcfeefaadad1d1b","url":"congrats.webp"}]);
|
||||||
|
|
||||||
const gameFiles = [
|
const gameFiles = [
|
||||||
"/LEGO/Scripts/CREDITS.SI", "/LEGO/Scripts/INTRO.SI", "/LEGO/Scripts/NOCD.SI", "/LEGO/Scripts/SNDANIM.SI",
|
"/LEGO/Scripts/CREDITS.SI", "/LEGO/Scripts/INTRO.SI", "/LEGO/Scripts/NOCD.SI", "/LEGO/Scripts/SNDANIM.SI",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user