Skip to content

Commit

Permalink
update the logos
Browse files Browse the repository at this point in the history
  • Loading branch information
squell committed Aug 7, 2024
1 parent 46f62a3 commit 6d73c45
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
16 changes: 11 additions & 5 deletions slides/1_1-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<br/><br/>
<p></p>

<center>
<img class="logo-small" src="https://tweedegolf.nl/assets/client-ferrous-Ykf5Lz41.png" alt="Ferrous">
<img class="logo-small" src="https://tweedegolf.nl/assets/client-dutch-iot-0SWpC6-d.jpg" alt="DIS">
<img class="logo-small" src="https://tweedegolf.nl/assets/client-nlnetlabs-gnLA7KUl.png" alt="NLNet">
<img class="logo-small" src="https://tweedegolf.nl/assets/client-technolution-s3BzJUDL.png" alt="Technolution">
<img class="logo" width="150%" src="https://tweedegolf.nl/images/client-bluebird-v2.png" alt="Bluebird">
<img class="logo-smaller" src="https://tweedegolf.nl/images/kelvin-logo.png" alt="Kelvin">
<img class="logo-small" src="https://tweedegolf.nl/images/client-dutch-iot.jpg" alt="DIS">
<img class="logo-small" src="https://tweedegolf.nl/images/client-technolution.png" alt="Technolution">
<img class="logo-small" src="https://www.nxp.com/assets/images/en/logos-internal/NXP_logo_RGB_web.jpg" alt="NXP">
<br>
<img class="logo-small" src="https://tweedegolf.nl/assets/client-ferrous-BiR_kvPj.png" alt="Ferrous">
<img class="logo-small" src="https://tweedegolf.nl/images/client-isrg.jpg" alt="ISRG">
<img class="logo-small" src="https://tweedegolf.nl/assets/client-nlnetlabs-CCcsDspS.png" alt="NLNet">
<img class="logo-small" src="https://tweedegolf.nl/images/gama-logo2.png" alt="GAMA">
</center>

---
Expand Down
14 changes: 13 additions & 1 deletion slides/styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -29,4 +41,4 @@ img.face {

span.light {
font-weight: lighter;
}
}

0 comments on commit 6d73c45

Please sign in to comment.