Skip to content

Commit

Permalink
Theme DevFest Toulouse
Browse files Browse the repository at this point in the history
  • Loading branch information
dlucasd committed Nov 5, 2024
1 parent 0553fa6 commit 1ac34ec
Show file tree
Hide file tree
Showing 6 changed files with 1,171 additions and 360 deletions.
5 changes: 5 additions & 0 deletions slides/01_intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ icon:github[] ibethus
image::images/ibethus.png[]
--

[.game]
--
image::images/sauver_giga_ram.svg[]
--

[.notes]
--
* *3 démos* :
Expand Down
37 changes: 29 additions & 8 deletions slides/css/meetup.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
}

body::after {
content: url("../images/logo_event.svg");
content: url("../images/logo_event.png");
position: fixed;
left: -120px;
bottom: -20px;
transform: scale(0.5);
left: -350px;
bottom: -50px;
transform: scale(0.25);
}

.title > .slide-background-content {
Expand All @@ -55,13 +55,28 @@ body::after {
opacity: 0.20;
}

.reveal .progress span{
background-image: linear-gradient(90deg, rgba(52,109,240,1) 0%, rgba(226,43,41,1) 25%, rgba(23,143,71,1) 50%, rgba(248,176,12,1) 100%);
}

.reveal .progress {
height: 9px;
color: #1bc1e4;
height: 10px;
}

.reveal .controls {
color: #1bc1e4;
.reveal .controls .navigate-left {
color: rgba(52,109,240,1);
}

.reveal .controls .navigate-up {
color: rgba(226,43,41,1);
}

.reveal .controls .navigate-down {
color: rgba(23,143,71,1);
}

.reveal .controls .navigate-right {
color: rgba(248,176,12,1);
}

img {
Expand All @@ -73,3 +88,9 @@ img {
margin: -50px;
}

.game {
position: absolute;
right: -150px;
bottom: 450px;
transform: rotate(45deg);
}
Binary file added slides/images/logo_event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1ac34ec

Please sign in to comment.