Skip to content

Commit

Permalink
New Corp design?
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed May 23, 2024
1 parent 940f204 commit f4601ee
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _extensions/fakegesis/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ contributes:
highlight-style: github
theme: fakegesis.scss
footer: "[www.gesis.org](http://www.gesis.org)"
logo: gesis.png
logo: logo_gesis.svg
16 changes: 8 additions & 8 deletions _extensions/fakegesis/fakegesis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ $font-family-sans-serif: 'Helvetica' !default;
// colors
$body-bg: #ffffff !default;
$body-color: #000000 !default;
$link-color: #58748f !default;
$link-color: #003c78 !default;

$code-block-bg: #ffffdc !default;
$code-block-bg: #dee2e6 !default;
$code-block-border-color: $body-color !default;

$code-bg: #c6d1dc !default;
$code-color: $link-color !default;
$code-bg: #d63384 !default;
$code-color: $body-bg !default;
$code-block-bg-alpha: -.1 !default;

$presentation-heading-color: $link-color !default;
Expand All @@ -30,6 +30,7 @@ $presentation-heading-color: $link-color !default;
}

#title-slide {

text-align: left;

.institute,
Expand Down Expand Up @@ -76,14 +77,14 @@ $presentation-heading-color: $link-color !default;
}

.reveal .progress {
top: 0 !important;
top: 3px !important;
height: 2% !important;
}

.slide-logo {
display: block !important;
position: fixed !important;
top: 2% !important;
top: 3% !important;
left: 1.5% !important;
max-height: 10% !important;
height: 3.5% !important;
Expand Down Expand Up @@ -111,8 +112,7 @@ $presentation-heading-color: $link-color !default;

.center-x {
text-align: center;
background-color: $code-bg;
// color: #58748f ;
background-color: $code-block-bg;
}

.center-xy {
Expand Down
Binary file removed _extensions/fakegesis/gesis.png
Binary file not shown.
1 change: 1 addition & 0 deletions _extensions/fakegesis/logo_gesis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fig <- ggplot(mtcars, aes(wt, mpg)) + geom_point()
ggplotly(fig, height = 600, width = 1000)
```

## Katze!
## Miau!

![](https://upload.wikimedia.org/wikipedia/commons/2/25/Siam_lilacpoint.jpg)

Expand Down Expand Up @@ -183,4 +183,4 @@ This is a good place to put your references.
Surprise!
:::

# Au revoir ! {.center-x background-image="https://www.nasa.gov/sites/default/files/styles/full_width_feature/public/thumbnails/image/main_image_star-forming_region_carina_nircam_final-5mb.jpg" background-size="100%"}
# Tschüsseldorf! {.center-x}

0 comments on commit f4601ee

Please sign in to comment.