Skip to content

Commit c215d32

Browse files
committed
change theme & add new tabs
1 parent 7e1c129 commit c215d32

File tree

4 files changed

+35
-16
lines changed

4 files changed

+35
-16
lines changed

_quarto.yml

+13-9
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ project:
33
output-dir: _site
44

55
website:
6-
title: "FRB-CESAB"
6+
# title: "FRB-CESAB"
77
site-url: https://frbcesab.github.io/
88
repo-url: https://github.com/frbcesab/frbcesab.github.io/
99
favicon: images/logo-cesab-square.png
1010
search: false
1111

12-
sidebar:
13-
logo: images/logo-cesab.png
12+
# sidebar:
13+
# logo: images/logo-cesab.png
1414

1515
page-footer:
1616
left: "© CC-By [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
@@ -19,23 +19,27 @@ website:
1919
border: true
2020

2121
navbar:
22+
logo: images/logo-cesab.png
2223
href: https://frbcesab.github.io/
2324
right:
2425
- text: "{{< fa database >}} <span class='menu-item'>Databases</span>"
2526
href: content/databases.qmd
2627
- text: "{{< fa code >}} <span class='menu-item'>Softwares</span>"
2728
href: content/softwares.qmd
28-
- text: "{{< fa book >}} <span class='menu-item'>Publications</span>"
29-
href: content/publications.qmd
3029
- text: "{{< fa graduation-cap >}} <span class='menu-item'>Courses</span>"
3130
href: content/courses.qmd
32-
- text: "{{< fa laptop-code >}} <span class='menu-item'>Tutorials</span>"
33-
href: content/tutorials.qmd
34-
31+
- text: "{{< fa users-rectangle >}} <span class='menu-item'>Webinars</span>"
32+
href: content/webinars.qmd
33+
- text: "{{< fa book >}} <span class='menu-item'>Publications</span>"
34+
href: content/publications.qmd
35+
- text: "{{< fa laptop-code >}} <span class='menu-item'>Resources</span>"
36+
href: content/resources.qmd
37+
- text: "{{< fa comment >}} <span class='menu-item'>Blog</span>"
38+
href: https://frbcesab.github.io/tips-and-tricks/
3539

3640
format:
3741
html:
38-
theme: darkly
42+
theme: sandstone
3943
css: css/styles.css
4044
toc: false
4145
header-includes: |

content/tutorials.qmd content/resources.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## {{< fa laptop-code >}} &nbsp;Tutorials
1+
## {{< fa laptop-code >}} &nbsp;Resources
22

33
::: {.callout-note collapse="true" icon=true appearance="simple"}
44
## A gentle introduction to git for R users

content/webinars.qmd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## {{< fa users-rectangle >}} &nbsp;Webinars
2+
3+
Work in progress

css/styles.css

+18-6
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,35 @@ h1, h2, h3 {
1313
}
1414

1515
.navbar {
16-
border-bottom: 1px solid #434343;
16+
border-bottom: 1px solid #ddd;
1717
}
1818

1919
.navbar, .nav-footer {
20-
background-color: #1b1b1b;
20+
background-color: #fff;
2121
}
2222

2323
.navbar-logo {
2424
}
2525

2626

2727
a {
28-
color: #375a7f;
28+
color: #375a7f !important;
2929
font-weight: 400;
3030
text-decoration: none;
3131
}
3232

33+
a.nav-link, a.nav-link span span {
34+
color: #343a40 !important;
35+
font-weight: 500;
36+
text-decoration: none;
37+
}
38+
39+
a.nav-link span span:hover {
40+
color: #2b2e32 !important;
41+
font-weight: 500;
42+
text-decoration: underline dotted !important;
43+
}
44+
3345
a:hover {
3446
color: #375A7F;
3547
font-weight: 400;
@@ -57,12 +69,12 @@ a.bouton {
5769
}
5870

5971
a.bouton:hover {
60-
color: white;
72+
color: #343a40;
6173
text-decoration: none;
6274
}
6375

6476
.navbar-title {
65-
color: white;
77+
color: #343a40;
6678
font-weight: 600;
6779
}
6880

@@ -79,7 +91,7 @@ a.nav-link:hover {
7991
}
8092

8193
.picture {
82-
border: 1px solid #222222;
94+
border: 1px solid #fff;
8395
border-radius: 10px;
8496
margin-top: 1em;
8597
margin-bottom: 2em;

0 commit comments

Comments
 (0)