Skip to content

Commit

Permalink
banner and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Mar 29, 2024
1 parent e20ee9c commit 67b4fc5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ rss_icon: false
navbar_fixed: false
footer_fixed: false
banner: assets/img/banner.png # path to the banner image
banner_title_left: "Systems and Circuits lab"
banner_title_right: "Nolan & Sürmeli groups"
banner_title_left: "Nolan & Sürmeli labs"
banner_title_right: ""

# Dimensions
max_width: 800px
Expand Down
4 changes: 2 additions & 2 deletions _data/venues.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"NOLAN":
color: "#d63230"
url: /nolan-group
url: /nolan-lab

"SÜRMELI":
color: "#f39237"
url: /surmeli-group
url: /surmeli-lab

"NOLAN<br>x<br>SÜRMELI":
color: "#1c77c3"
Expand Down
12 changes: 10 additions & 2 deletions _layouts/profiles.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ layout: page
<br>
</div>

<div class="clearfix">
<div class="clearfix" style="padding-bottom: 20px;">
{% if profile.content %}
{% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
{{ profile_content | markdownify }}
Expand Down Expand Up @@ -128,7 +128,7 @@ layout: page
<br>
</div>

<div class="clearfix">
<div class="clearfix mobile-padding" style="padding-bottom: 40px;">
{% if profile.content %}
{% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
{{ profile_content | markdownify }}
Expand All @@ -140,3 +140,11 @@ layout: page
{% endif %}
</article>
</div>

<style>
@media screen and (max-width: 600px) {
.mobile-padding {
padding-bottom: 40px;
}
}
</style>
4 changes: 2 additions & 2 deletions _pages/people_nolan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: profiles
permalink: /nolan-group/
title: Nolan group
permalink: /nolan-lab/
title: Nolan lab
nav: true
nav_order: 6

Expand Down
4 changes: 2 additions & 2 deletions _pages/people_surmeli.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: profiles
permalink: /surmeli-group/
title: Sürmeli group
permalink: /surmeli-lab/
title: Sürmeli lab
nav: true
nav_order: 7

Expand Down

0 comments on commit 67b4fc5

Please sign in to comment.