-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·40 lines (37 loc) · 1017 Bytes
/
Copy pathindex.html
File metadata and controls
executable file
·40 lines (37 loc) · 1017 Bytes
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
---
layout: landing-page
---
<!-- Main -->
<article id="main">
<!-- Bio -->
<header class="special container">
{% capture bio %}{% include bio.markdown %}{% endcapture %}
{{ bio | markdownify }}
</header>
<!-- Events -->
<section id="events" class="wrapper style2 container special-alt">
<div id="centered">
<header>
<h2> Events </h2>
</header>
<p>
{% capture events %}{% include events.markdown %}{% endcapture %}
{{ events | markdownify }}
</p>
</div>
</section>
<!-- CTA -->
<section id="cta">
<header>
<h2><strong>Ready join the fun(k)?</strong></h2>
<p>Check out KcEMA, the Kansas City Electronic Music and Arts Alliance</p>
</header>
<footer>
<ul class="buttons">
<li><a href="http://www.kcema.net" class="button special">To the fun(k)</a></li>
</ul>
</br>
</br>
</br>
</footer>
</section>