forked from joshspicer/CoSMO-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
past_eboard.html
38 lines (35 loc) · 1.03 KB
/
past_eboard.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: base
permalink: eboard/past
---
<div class="wrapper">
<header>
{% if site.compass.logo %}
<div class="logo-container">
<a class="logo" href="{{ page.baseurl }}"
style="background-image: url('{{ site.baseurl }}{{ site.compass.logo }}')"></a>
</div>
{% endif %}
{% if site.compass.author %}
<div class="author-container">
<h1>{{ site.compass.author }}</h1>
</div>
{% endif %}
{% if site.compass.tagline %}
<div class="tagline-container">
<p>{{ site.compass.tagline }}</p>
</div>
{% endif %}
</header>
<main>
{% if site.compass.include_content %}
<div class="content">
{% include nav.html%}
<a class="prev-button" href="/eboard">Current E-Boards ></a>
<h2>Fall 2019 Eboard</h2>
{% include eboard-template.html people="f19" %}
{% include socials.html %}
</div>
{% endif %}
</main>
</div>