Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Updated header images, made our mission margins full page #37

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% assign randomNumber = "now" | date: "%N" | modulo: 4 | plus: 1 %}
{% assign randomNumber = "now" | date: "%N" | modulo: 5 | plus: 1 %}
<div >
<img class="page-header" src="{{ site.baseurl }}/assets/images/headers/1.png">
<img class="page-header" src="{{ site.baseurl }}/assets/images/headers/{{ randomNumber }}.png">
</div>
30 changes: 30 additions & 0 deletions _layouts/our-mission.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: default
---
<!-- Post Featured Image -->
{% if page.image %}
<div class="text-center mx-auto mb-5">
<img class="featured-image text-center mx-auto rounded" src="{{ site.baseurl }}/{{ page.image }}" alt="{{ page.title }}">
</div>
{% endif %}
<!-- End Featured Image -->

{% include header.html %}

<div class="col-lg-auto mx-auto">

<div class="mainheading">
<h1 class="posttitle">{{ page.title }}</h1>
</div>

<div class="article-post serif-font">
{{content}}
</div>

{% if page.comments == true %}
<div id="comments">
{% include disqus.html %}
</div>
{% endif %}

</div>
Binary file modified assets/images/headers/1.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 modified assets/images/headers/2.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 modified assets/images/headers/3.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 modified assets/images/headers/4.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 assets/images/headers/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/our-mission.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: our-mission
title: Our Mission
permalink: "/our-mission/"
comments: false
Expand Down