From 6d73c45a5c211d837a35614a84679bc86c0b67d1 Mon Sep 17 00:00:00 2001 From: Marc Schoolderman Date: Wed, 7 Aug 2024 17:48:18 +0200 Subject: [PATCH] update the logos --- slides/1_1-introduction.md | 16 +++++++++++----- slides/styles/code.css | 14 +++++++++++++- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/slides/1_1-introduction.md b/slides/1_1-introduction.md index cb8b8f1..fcd65da 100644 --- a/slides/1_1-introduction.md +++ b/slides/1_1-introduction.md @@ -107,13 +107,19 @@ layout: with-footer - **Working on Rust projects** Like Rust implementations of PTP, NTP, sudo and su - **Active community member** Organizing RustNL 2023 and active in various Rust meetups -

+

- Ferrous - DIS - NLNet - Technolution + + Kelvin + DIS + Technolution + NXP +
+ Ferrous + ISRG + NLNet + GAMA
--- diff --git a/slides/styles/code.css b/slides/styles/code.css index c4fe677..a54389d 100644 --- a/slides/styles/code.css +++ b/slides/styles/code.css @@ -15,6 +15,18 @@ div[layout="two-cols"] div.col-right { padding-top: 53px; } +img.logo { + width: 175px; + margin: 20px 5px; + display: inline-block; +} + +img.logo-smaller { + width: 100px; + margin: 20px 5px; + display: inline-block; +} + img.logo-small { width: 125px; margin: 20px 5px; @@ -29,4 +41,4 @@ img.face { span.light { font-weight: lighter; -} \ No newline at end of file +}