Skip to content

Commit

Permalink
add logo to bottom right of slides
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jul 31, 2024
1 parent 1c94f7e commit a6c5f7e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
5 changes: 3 additions & 2 deletions _extensions/aagi/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ contributes:
revealjs:
theme: [default, aagi.scss]
date-format: long
slide-number: true
footer: " "
background-image: aagi-logo.svg
logo: ../assets/aagi-logo.svg
title-slide-attributes:
data-background-image: title-slide-main.png
data-background-image: ../assets/title-slide-main.png
data-background-size: 1050px auto
data-background-position: 50% 85%
7 changes: 0 additions & 7 deletions _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,3 @@ $font-family-monospace: "Fira Code";
bottom: 5% !important; // Makes footer div flush with bottom of slide
z-index: -99 !important; // Sets the footer div further down the z-index
}
/* --
.reveal .slides {
background-image: url(../../../../../aagi-logo.svg);
background-repeat: no-repeat;
background-size: 150px;
position: 150%
} --*/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit a6c5f7e

Please sign in to comment.