Skip to content

Commit

Permalink
banner + better people
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Feb 13, 2024
1 parent 7daa565 commit 8cdc30e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: > # the ">" symbol means to ignore newlines until "footer_text:"
The Nolan x Surmelli Lab website.
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: favicon.ico # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
icon: 🧠 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://MattNolanLab.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
Expand Down Expand Up @@ -44,7 +44,7 @@ rss_icon: false

navbar_fixed: true
footer_fixed: false
banner: false
banner: assets/img/banner.jpg # path to the banner image

# Dimensions
max_width: 800px
Expand Down
10 changes: 6 additions & 4 deletions _layouts/profiles.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ layout: page
<article>
{% if page.profiles_pi %}
<a>
<h2 class="category">PI</h2>
<h2 class="category">PIs</h2>
</a>
<hr>
{% for profile in page.profiles_pi %}
<div class="profile float-{% if profile.align == 'left' %}left{% else %}right{% endif %}">
{% if profile.image %}
Expand All @@ -23,6 +22,8 @@ layout: page
{% if profile.more_info %}
<div class="more-info">{{ profile.more_info }}</div>
{% endif %}
<br>
<br>
</div>

<div class="clearfix">
Expand All @@ -38,9 +39,8 @@ layout: page

{% if page.profiles_postdoc %}
<a>
<h2 class="category">Postdoc</h2>
<h2 class="category">Postdocs</h2>
</a>
<hr>
{% for profile in page.profiles_postdoc %}
<div class="profile float-{% if profile.align == 'left' %}left{% else %}right{% endif %}">
{% if profile.image %}
Expand All @@ -56,6 +56,8 @@ layout: page
{% if profile.more_info %}
<div class="more-info">{{ profile.more_info }}</div>
{% endif %}
<br>
<br>
</div>

<div class="clearfix">
Expand Down
6 changes: 3 additions & 3 deletions _pages/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ profiles_pi:
content: people/template.md
image_circular: false # crops the image to make it circular
more_info: >
<p>Matt Nolan, PI</p>
<p>Matt Nolan</p>
- align: left
image: prof_pic.jpg
content: people/template.md
image_circular: false # crops the image to make it circular
more_info: >
<p>Gulsen Surmeli, PI</p>
<p>Gulsen Surmeli</p>
profiles_postdoc:
- align: left
image: prof_pic.jpg
content: people/harry.md
image_circular: false # crops the image to make it circular
more_info: >
<p>Harry Clark, Postdoc</p>
<p>Harry Clark</p>
---
Binary file added assets/img/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/favicon.ico
Binary file not shown.

0 comments on commit 8cdc30e

Please sign in to comment.