forked from joshspicer/CoSMO-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mentors.html
45 lines (40 loc) · 1.13 KB
/
mentors.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
39
40
41
42
43
44
45
---
layout: base
---
<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%}
<h4 id="mentors-title">Come back in Fall 2020 for the next round of mentors!</h4>
<p id="mentors-details">Need help in the meantime? Feel free to reach out to these spring mentors over
the
summer.
</p>
</div>
{% endif %}
</main>
<div class=" centered-content">
{% include mentors-template.html people="current" %}
<a class="prev-button" href="./past"> < Previous Mentors</a>
{% include socials.html %}
</div>
</div>