This commit is contained in:
nick 2026-04-02 23:33:37 +01:00
parent f0028c2b55
commit 7de098db2a
27 changed files with 35 additions and 7 deletions

11
.gitignore vendored
View File

@ -360,4 +360,13 @@ MigrationBackup/
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
/CatherineLynwood/wwwroot/videos/
/CatherineLynwood/wwwroot/audio/
*.mp4
*.mov
*.avi
*.mp3
*.wav
*.m4a

View File

@ -192,7 +192,7 @@
openTimer = setTimeout(() => {
openCaseFile();
}, 5000);
}, 3000);
}
function onAssetLoaded() {

View File

@ -24,21 +24,23 @@
class="img-polaroid"
alt="The Alpha Flame: Reckoning book cover"
display-width-percentage="50"></responsive-image>
<span class="photo-caption">The Alpha Flame: Reckoning - Book Cover</span>
</div>
<div class="reckoning-mobile-polaroid polaroid-tilt-right">
<responsive-image src="sophie-jones-nightclub.png"
class="img-polaroid"
alt="Sophie Jones"
display-width-percentage="50"></responsive-image>
<span class="photo-caption">Jones, Sophie - Person of Interest</span>
</div>
<div class="reckoning-mobile-polaroid polaroid-tilt-slight">
<responsive-image src="flyover-at-night.png"
<responsive-image src="mrs-pattersons-front-room.png"
class="img-polaroid"
alt="The Rubery flyover at night time"
alt="Mrs Patterson's Front Room'"
display-width-percentage="50"></responsive-image>
<span class="photo-caption">Mrs Patterson's Front Room</span>
</div>
</div>
</section>

View File

@ -37,7 +37,7 @@
</div>
</div>
<div class="row g-2 align-items-stretch">
@foreach (var link in group.Links.OrderBy(x => x.Text))
@foreach (var link in group.Links.OrderBy(x => x.Price))
{
<div class="col-12 col-sm d-flex">
<a class="btn btn-dark w-100 h-100 d-flex justify-content-center align-items-center text-center"

View File

@ -32,7 +32,7 @@
}
<div class="buybox-casefile-links">
@foreach (var link in group.Links.OrderBy(x => x.Text))
@foreach (var link in group.Links.OrderBy(x => x.Price))
{
<a class="buybox-casefile-link"
href="@link.Target"

View File

@ -94,6 +94,23 @@
transform: rotate(-2deg);
}
.photo-caption {
display: block;
font-family: 'Permanent Marker', cursive;
/* swap to 'Shadows Into Light' if you want softer */
font-size: 1.25rem;
text-align: center;
line-height: 1.3;
font-weight: normal; /* handwritten fonts don't need bold */
letter-spacing: 0.5px;
word-spacing: 2px;
color: #2e2614;
padding-top: 10px;
text-shadow: 0.5px 0.5px 0 rgba(0,0,0,0.15); /* subtle ink bleed */
}
.polaroid-tilt-left {
transform: rotate(-4deg);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB