Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node experiences to Technical and Operational page of website. Fixes #21. #77

Merged
merged 42 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5f0f720
Added Node experience section
malloryfreeberg Dec 12, 2023
37e2b8b
Testing expandable content
malloryfreeberg Dec 12, 2023
b561bdb
Testing expandable content
malloryfreeberg Dec 12, 2023
73e0364
Testing expandable content
malloryfreeberg Dec 12, 2023
2122d4a
Testing expandable content
malloryfreeberg Dec 13, 2023
dc98489
Testing expandable content
malloryfreeberg Dec 13, 2023
8344c4b
Testing expandable content
malloryfreeberg Dec 13, 2023
384c76e
Testing expandable content
malloryfreeberg Dec 13, 2023
4770820
Testing expandable content
malloryfreeberg Dec 13, 2023
fa48a96
Testing expandable content
malloryfreeberg Dec 13, 2023
1ef3673
Testing expandable content
malloryfreeberg Dec 13, 2023
1da0ee6
Testing expandable content
malloryfreeberg Dec 13, 2023
84e4ddb
Testing expandable content
malloryfreeberg Dec 13, 2023
eaa4a1b
Testing expandable content
malloryfreeberg Dec 13, 2023
bb6da48
Testing expandable content
malloryfreeberg Dec 13, 2023
2def034
Testing expandable content
malloryfreeberg Dec 13, 2023
0bdd596
Testing expandable content
malloryfreeberg Dec 13, 2023
d443aef
Testing expandable content
malloryfreeberg Dec 13, 2023
9ec4fe3
Testing expandable content
malloryfreeberg Dec 13, 2023
4227899
Testing expandable content
malloryfreeberg Dec 13, 2023
c19c4f8
Testing expandable content
malloryfreeberg Dec 13, 2023
54b3588
Testing expandable content
malloryfreeberg Dec 13, 2023
0de3943
Testing expandable content
malloryfreeberg Dec 13, 2023
0e8ece5
Added Finish experience
malloryfreeberg Dec 13, 2023
449950d
Added Swedish experience
malloryfreeberg Dec 13, 2023
c2f0094
Added Finnish experience
malloryfreeberg Dec 13, 2023
4edc122
Added demo experiences
malloryfreeberg Dec 13, 2023
0110e8a
Fixed formatting of lists
malloryfreeberg Dec 13, 2023
2a3c6a3
Reorganised experiences
malloryfreeberg Dec 13, 2023
dba83a9
Added Swedish experience
malloryfreeberg Dec 13, 2023
cb5f2d6
Added Norway experience
malloryfreeberg Dec 13, 2023
e34dd37
Fixed title
malloryfreeberg Dec 13, 2023
8673c8c
Testing new organisation
malloryfreeberg Dec 13, 2023
ff9b52c
Reorganised sections
malloryfreeberg Dec 13, 2023
f944c99
Testing expandable content
malloryfreeberg Dec 13, 2023
3469250
Formatting fixes
malloryfreeberg Dec 13, 2023
ba78b6c
Testing adding authors
malloryfreeberg Dec 13, 2023
b9ea4dd
Testing formatting
malloryfreeberg Dec 13, 2023
284bbba
Added all authors
malloryfreeberg Dec 13, 2023
9aaac24
Minor copyediting updates
malloryfreeberg Dec 14, 2023
a10664f
Added FEGA Finland authors
malloryfreeberg Jan 8, 2024
bf896da
mf-add-node-experiences - Modify style of "details" in custom-css
M-casado Jan 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
/* Custom sidebar */

details {
border: 1px solid #ddd;
border-radius: 4px;
padding: 0.5em 1em;
margin: 1em 0;
background-color: #f9f9f9;
}

details > summary {
list-style: none;
cursor: pointer;
}

details > summary::-webkit-details-marker {
display: none;
}

.fega-header {
margin: 0;
font-size: 1.2em;
color: #0056b3; /* Adjust the color to match your theme */
font-weight: normal;
}

.fega-content {
margin-top: 1em;
border-top: 1px solid #eee;
padding-top: 1em;
}

.authors {
font-style: italic;
color: #666;
}

.wy-side-nav-search {
background-color: #fcfcfc;
}
Expand Down
Loading