diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 00e91f4..a0a5d25 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -121,7 +121,8 @@ const { title } = Astro.props; } .reveal img.diagram { - height: 70dvh; + height: 65dvh; + max-height: none; width: auto; // There is an unwanted white border at the top of all images but I don't want to edit them all clip-path: polygon(0% 2%, 100% 2%, 100% 100%, 0% 100%); diff --git a/src/slides/0-intro/Title.astro b/src/slides/0-intro/Title.astro index bcbe7b1..7b6ed05 100644 --- a/src/slides/0-intro/Title.astro +++ b/src/slides/0-intro/Title.astro @@ -1,14 +1,14 @@ --- import Slide from "../../components/Slide.astro"; import introBackground from "./assets/intro-background.jpg"; -import devoxxLogo from "./assets/devoxx-logo.webp"; +import riviera from "./assets/riviera.svg"; ---
- Devoxx Logo - 17/04/2025 + RivieraDev Logo + 08/07/2025

@@ -64,7 +64,7 @@ import devoxxLogo from "./assets/devoxx-logo.webp"; font-size: 0.9em; img { - height: 12svh; + height: 10svh; width: auto; } } diff --git a/src/slides/0-intro/assets/riviera.svg b/src/slides/0-intro/assets/riviera.svg new file mode 100644 index 0000000..7356d94 --- /dev/null +++ b/src/slides/0-intro/assets/riviera.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + diff --git a/src/slides/4-outro/TheEnd.svelte b/src/slides/4-outro/TheEnd.svelte index 74b86ac..8618783 100644 --- a/src/slides/4-outro/TheEnd.svelte +++ b/src/slides/4-outro/TheEnd.svelte @@ -10,7 +10,6 @@ import fragmentRgb from "../2-representation-of-colors/srgb/rgb-3d.frag"; import fragmentHsl from "../2-representation-of-colors/srgb/hsl-3d.frag"; import fragmentHsv from "../2-representation-of-colors/srgb/hsv-3d.frag"; - import zenikaLogo from "./assets/zenika-logo.png"; import srgb from "../3-color-space-for-humans/assets/srgb.mov"; import { useGlslCanvas } from "../../webgl/renderer"; @@ -49,9 +48,6 @@ shadertoy

- - Zenika Logo -
@@ -87,6 +83,7 @@ .me { text-align: center; padding-top: 5%; + transform: scale(1.2); h1 { font-size: 3.5rem; @@ -108,8 +105,9 @@ } } img.zenika { - height: 2em; - margin-top: 1em; + height: 1.5em; + margin-top: 2em; + margin-bottom: -1em; } .qr { width: min(40dvh, 100%);