Skip to content

Commit 2fba65c

Browse files
committed
Move discription to website
1 parent 4c3bdfc commit 2fba65c

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

_quarto.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ execute:
1313
website:
1414
draft-mode: unlinked
1515
title: "Forwards"
16+
description: "R Foundation taskforce on women and other under-represented groups"
1617
site-url: https://forwards.github.io/
1718
favicon: "favicon-32x32.png"
1819
twitter-card:
@@ -86,4 +87,4 @@ format:
8687
toc: true
8788
email-obfuscation: references
8889
include-in-header: analytics.html
89-
description: "R Foundation taskforce on women and other under-represented groups."
90+

about.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "About"
3-
description: Background and structure of the R Foundation taskforce on women and other under-represented groups
43
---
54

65
## Background

forwards-light.scss

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ $callout-color-important: $red;
6060
color: $primary;
6161
}
6262

63-
.description {
64-
font-style: italic;
65-
font-size: 120%;
66-
padding-top: 10px;
67-
padding-bottom: 5px;
68-
}
69-
7063
// code
7164
pre.sourceCode {
7265
border-radius: 0;
@@ -160,3 +153,15 @@ iframe.slide-deck {
160153
.dropdown-toggle.show:focus {
161154
color: $orange !important;
162155
}
156+
157+
.description {
158+
font-style: italic;
159+
font-size: 120%;
160+
margin-top: 10px;
161+
margin-bottom: 5px;
162+
}
163+
164+
.tagline {
165+
font-size: 120%;
166+
font-style: italic;
167+
}

index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Forwards"
33
---
44

5+
[The R Foundation taskforce on women and other under-represented groups.]{.tagline}
6+
57
## Mission
68

79
Leading the R community forwards in widening the participation of women and other under-represented groups.

0 commit comments

Comments
 (0)