Skip to content

Commit

Permalink
adds workshops page
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Jan 9, 2024
1 parent 6bff88f commit 8029a1a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions site/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<div>Center for Computational Neuroscience</div>
<div>NeuroRSE Group</div>
</a>
<a class="pages" href="{{ "workshops/" | relative_url }}">
<div>Workshops</div>
</a>
<a href="https://www.simonsfoundation.org/flatiron/center-for-computational-neuroscience/">
<img src="{{ '/assets/flatiron-logo.svg' | relative_url }}" />
</a>
Expand Down
13 changes: 12 additions & 1 deletion site/assets/main2.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,17 @@ table {
}
}

.site-header .pages {
font-size: 1.3rem;
font-weight: 300;
line-height: 1.3;
letter-spacing: -1px;
color: white;
&:visited {
color: white;
}
}

/**
* Site footer
*/
Expand Down Expand Up @@ -455,4 +466,4 @@ project-card {
.site-title {
font-size: 1.2rem;
}
}
}
6 changes: 6 additions & 0 deletions site/workshops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: page
---

- [nemos February 2024](https://flatironinstitute.github.io/nemos-workshop-feb-2024/)

0 comments on commit 8029a1a

Please sign in to comment.