Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Aug 5, 2024
1 parent b0d42d2 commit e5bbff2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
11 changes: 8 additions & 3 deletions _data/agenda.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
saturday1:
- title: "Introducing NeuroLibre"
time: 10h-12h
time: 9h30m-12h
place: Amphithéâtre Le Groupe Maurice du CRIUGM
image: intro_neuro.png
text: 🟢 Strategic Roadmap - Past and present <br> 🟢 NeuroLibre Federation <br> 🟢 Governance and partnerships
text: 🟢 <b class="title-random">Welcome 9:30-9:45 </b> <br> <i class="speaker-random">Pierre Lune Bellec and Patrick Bermudez</i> <br> 🟢 <b class="title-random">Creating NeuroLibre 9:45-10:30</b> Agah Karakuzu, Elizabeth DuPre, and Samir Das <br> 🟠 <b class="break-random">Coffee Break 9:45-10:30</b>
- title: "Break"
time: 12h-13h
place: Amphithéâtre Le Groupe Maurice du CRIUGM
image: food_neuro.png
image: coffee_break.png
text: ""
- title: "Reproducible Publishing"
time: 13h-15h
Expand All @@ -23,4 +23,9 @@ saturday1:
time: 16h-17h
place: Amphithéâtre Le Groupe Maurice du CRIUGM
image: meet_neuro.png
text: 🟢 Open floor
- title: "Reception"
time: 16h-17h
place: Amphithéâtre Le Groupe Maurice du CRIUGM
image: reception.png
text: 🟢 Open floor
Binary file added img/coffee_break.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/reception.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion stylesheets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,20 @@ span.lineno {

@media only screen and (min-width: 768px) and (max-width: 950px) {
#intro {background-size: contain; height: 600px;}
}
}

.speaker-random {
font-size: medium;
font-style: italic;
color: aliceblue;
}

.title-random {
font-style: bold;
color: limegreen;
}

.break-random {
font-style: bold;
color: orange;
}

0 comments on commit e5bbff2

Please sign in to comment.