Moar stuph

This commit is contained in:
2026-01-16 19:07:27 +01:00
parent 76a27dd920
commit e07200e424
38 changed files with 22023 additions and 35 deletions

View File

@ -0,0 +1,7 @@
data: { }
size: 26584
last_modified: 1768579703
width: 292
height: 292
mime_type: image/png
duration: null

View File

@ -0,0 +1,7 @@
data: { }
size: 393543
last_modified: 1768579869
width: 1951
height: 1771
mime_type: image/png
duration: null

View File

@ -0,0 +1,7 @@
data: { }
size: 25967
last_modified: 1768579948
width: 425
height: 426
mime_type: image/png
duration: null

View File

@ -0,0 +1,7 @@
data: { }
size: 16761
last_modified: 1768579773
width: 200
height: 168
mime_type: image/png
duration: null

View File

@ -0,0 +1,7 @@
data: { }
size: 31447
last_modified: 1768579849
width: 400
height: 400
mime_type: image/png
duration: null

View File

@ -0,0 +1,7 @@
data: { }
size: 4405
last_modified: 1768579792
width: 220
height: 74
mime_type: image/png
duration: null

View File

@ -0,0 +1,7 @@
data: { }
size: 1368607
last_modified: 1768579817
width: 1024
height: 1024
mime_type: image/png
duration: null

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
public/assets/kl-small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/assets/normandie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
public/assets/pixnlove.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
public/assets/smallcab2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

21564
public/css/bulma.css vendored Normal file

File diff suppressed because it is too large Load Diff

1
public/css/bulma.css.map Normal file

File diff suppressed because one or more lines are too long

3
public/css/bulma.min.css vendored Normal file

File diff suppressed because one or more lines are too long

36
public/css/site.css Normal file
View File

@ -0,0 +1,36 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*Bulma variables override*/
:root{
--bulma-primary-h: 50deg;
--bulma-primary-l: 50%;
}
/*Custom classes*/
video{
width:100%;
}
/*View transition experiments*/
@view-transition {
navigation: auto;
}
@keyframes slide-from-right {
from {
/* Arrive from the right */
transform: translateX(100vw);
}
to {
/* Come into view */
transform: translateX(0);
}
}
::view-transition-old(root) {
animation: none;
}
::view-transition-new(root) {
/* Apply animation to hobbies.html */
animation: slide-from-right 0.3s;
}