Moar stuph
7
public/assets/.meta/evreux_logo.png.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data: { }
|
||||
size: 26584
|
||||
last_modified: 1768579703
|
||||
width: 292
|
||||
height: 292
|
||||
mime_type: image/png
|
||||
duration: null
|
||||
7
public/assets/.meta/kl-small.png.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data: { }
|
||||
size: 393543
|
||||
last_modified: 1768579869
|
||||
width: 1951
|
||||
height: 1771
|
||||
mime_type: image/png
|
||||
duration: null
|
||||
7
public/assets/.meta/logo_black.png.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data: { }
|
||||
size: 25967
|
||||
last_modified: 1768579948
|
||||
width: 425
|
||||
height: 426
|
||||
mime_type: image/png
|
||||
duration: null
|
||||
7
public/assets/.meta/normandie.png.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data: { }
|
||||
size: 16761
|
||||
last_modified: 1768579773
|
||||
width: 200
|
||||
height: 168
|
||||
mime_type: image/png
|
||||
duration: null
|
||||
7
public/assets/.meta/pixnlove.png.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data: { }
|
||||
size: 31447
|
||||
last_modified: 1768579849
|
||||
width: 400
|
||||
height: 400
|
||||
mime_type: image/png
|
||||
duration: null
|
||||
7
public/assets/.meta/smallcab2.png.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data: { }
|
||||
size: 4405
|
||||
last_modified: 1768579792
|
||||
width: 220
|
||||
height: 74
|
||||
mime_type: image/png
|
||||
duration: null
|
||||
7
public/assets/.meta/tenzenarcade2b.png.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data: { }
|
||||
size: 1368607
|
||||
last_modified: 1768579817
|
||||
width: 1024
|
||||
height: 1024
|
||||
mime_type: image/png
|
||||
duration: null
|
||||
BIN
public/assets/evreux_logo.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/assets/kl-small.png
Normal file
|
After Width: | Height: | Size: 384 KiB |
BIN
public/assets/logo_black.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/assets/normandie.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/pixnlove.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
public/assets/smallcab2.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/assets/tenzenarcade2b.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
21564
public/css/bulma.css
vendored
Normal file
1
public/css/bulma.css.map
Normal file
3
public/css/bulma.min.css
vendored
Normal file
36
public/css/site.css
Normal 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;
|
||||
}
|
||||