Skip to content

Commit

Permalink
make site title more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
plmrry committed Nov 30, 2023
1 parent d7f5f14 commit 41dc544
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
title: NeuroRSE
description: >- # this means to ignore newlines until "baseurl:"
baseurl: ""
url: "https://flatironinstitute.github.io" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://neurorse.flatironinstitute.org/" # the base hostname & protocol for your site, e.g. http://example.com

# Build settings
plugins:
Expand Down
5 changes: 4 additions & 1 deletion site/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<header class="site-header" role="banner">
<div class="wrapper">
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
<div>Center for Computational Neuroscience</div>
<div>NeuroRSE Group</div>
</a>
<a href="https://www.simonsfoundation.org/flatiron/center-for-computational-neuroscience/">
<img src="{{ '/assets/flatiron-logo.svg' | relative_url }}" />
</a>
Expand Down
10 changes: 4 additions & 6 deletions site/assets/main2.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,9 @@ table {
* Site header
*/
.site-header {
padding-top: 10px;
padding-bottom: 10px;
border-top: 5px solid white;
min-height: calc(var(--spacing-unit) * 1.865);
background-color: var(--sf-ccn-theme);

display: flex;
Expand All @@ -298,14 +299,11 @@ table {
}

.site-title {
font-size: calc(var(--base-font-size) * 1.625);
font-size: 1.6rem;
font-weight: 300;
line-height: calc(var(--base-line-height) * var(--base-font-size) * 2.25);
line-height: 1.3;
letter-spacing: -1px;
margin-bottom: 0;
float: left;
color: white;

&:visited {
color: white;
}
Expand Down

0 comments on commit 41dc544

Please sign in to comment.