-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
27 lines (25 loc) · 841 Bytes
/
index.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
---
layout: fullpage
---
<div id="fullpage">
<div class="section">
{% include intro.html %}
</div>
<div class="section">
{% include indexlineup.html %}
</div>
{% for post in site.categories.suspect %}
<div class="section {{ post.slug }}" style="background: radial-gradient(
rgba(22, 22, 22, 0.90) 0%,
rgba(12, 12, 12, 1) 60%
), url('{{ site.baseurl }}/img/suspect/{{ post.slug }}/{{ post.background }}'); background-size:cover;">
{% include suspect.html %}
<!--
{% include transcript.html %}
{% include id.html %}
-->
</div>
{% endfor %}
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="js/intro.js"></script>