Skip to content

Commit

Permalink
Add LFESS WG Leads and fixed theming for all LFE/LFESS slidedecks
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <jmertic@linuxfoundation.org>
  • Loading branch information
jmertic committed Aug 9, 2023
1 parent 145e69d commit 538794b
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 4 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jekyll_get_json:
json: 'https://api-gw.platform.linuxfoundation.org/project-service/v2/public/projects/a094100001Cb6HaAAJ/committees/342ca6d8-4324-4593-9602-85abea86d059/members'
- data: lfess-steering-committee
json: 'https://api-gw.platform.linuxfoundation.org/project-service/v2/public/projects/a092M00001NVDPsQAP/committees/dbe83264-d7f1-4c33-8102-cec5b12206c3/members'
- data: lfess-wg-leads
json: 'https://api-gw.platform.linuxfoundation.org/project-service/v2/public/projects/a092M00001NVDPsQAP/committees/92ecf927-abf1-4d65-a070-7ac0d79e29d7/members'

plugins:
- jekyll-get-json
4 changes: 2 additions & 2 deletions lf-energy-foundation-governing-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

<link rel="stylesheet" id="redux-google-fonts-salient_redux-css" href="https://fonts.googleapis.com/css?family=Open+Sans%3A700%7CRoboto+Slab%3A500&amp;display=swap&amp;ver=1683165598" type="text/css" media="all">
<style>
.name, .role, .title {
.name, .role, .title, .company {
font-family: 'Roboto Slab' !important;
}
.role, .title {
.role, .title, .company {
font-size: smaller;
}
</style>
Expand Down
11 changes: 11 additions & 0 deletions lf-energy-foundation-mac.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
---
---

<link rel="stylesheet" id="redux-google-fonts-salient_redux-css" href="https://fonts.googleapis.com/css?family=Open+Sans%3A700%7CRoboto+Slab%3A500&amp;display=swap&amp;ver=1683165598" type="text/css" media="all">
<style>
.name, .role, .title, .company {
font-family: 'Roboto Slab' !important;
}
.role, .title, .company {
font-size: smaller;
}
</style>

4 changes: 2 additions & 2 deletions lf-energy-foundation-tac.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

<link rel="stylesheet" id="redux-google-fonts-salient_redux-css" href="https://fonts.googleapis.com/css?family=Open+Sans%3A700%7CRoboto+Slab%3A500&amp;display=swap&amp;ver=1683165598" type="text/css" media="all">
<style>
.name, .role, .title {
.name, .role, .title, .company {
font-family: 'Roboto Slab' !important;
}
.role, .title {
.role, .title, .company {
font-size: smaller;
}
</style>
11 changes: 11 additions & 0 deletions lfess-steering-committee.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
---
---

<link rel="stylesheet" id="redux-google-fonts-salient_redux-css" href="https://fonts.googleapis.com/css?family=Open+Sans%3A700%7CRoboto+Slab%3A500&amp;display=swap&amp;ver=1683165598" type="text/css" media="all">
<style>
.name, .role, .title, .company {
font-family: 'Roboto Slab' !important;
}
.role, .title, .company {
font-size: smaller;
}
</style>

13 changes: 13 additions & 0 deletions lfess-wg-leads_slidedeck_all.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
---

<link rel="stylesheet" id="redux-google-fonts-salient_redux-css" href="https://fonts.googleapis.com/css?family=Open+Sans%3A700%7CRoboto+Slab%3A500&amp;display=swap&amp;ver=1683165598" type="text/css" media="all">
<style>
.name, .role, .title, .company {
font-family: 'Roboto Slab' !important;
}
.role, .title, .company {
font-size: smaller;
}
</style>

0 comments on commit 538794b

Please sign in to comment.