forked from state-hiu/mapoff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (46 loc) · 1.38 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default
title: ''
---
<section class='hide-mobile contain'>
<div class='liner clearfix center fill-gw-blue dark pin-top col12'>
<h2 class='pad2 fill-gw-gold'>
{{ site.title }}: March 27<sup>th</sup>, George Mason University and George Washington University.
</h2>
</div>
<!--
<ul class='slider clearfix pin-top col12'>
<li><img src='img/splash/1024x500.png' title='Slide 1' /></li>
<li><img src='img/splash/1024x500.png' title='Slide 2' /></li>
</ul>
-->
</section>
<br><br><br>
<section class='show-mobile fill-light center pad2 space-bottom2'>
<h2 class='space-bottom1'><a href='{{site.baseurl}}' target='_blank'>{{ site.title }}</a>!</h2>
<h3 class='quiet'>Jekyll Event Subtitle</h3>
</section>
<!--
<section class='hide-mobile clearfix limiter col12'>
<div class='pad4y'>
<h2>Jekyll Event Description</h2>
</div>
<div class='col6 margin3 space-bottom4'>
<div class='col12 pad4 center keyline-all space-bottom4 clearfix'>
<h3>Sign up for updates</h3>
<p class='quiet prose'>Keep up to date on the {{site.title}}</p>
<div><h2><a href="http://mailinglistlink.org/" target='_blank'>{{site.title}} mailing list</a></h2></div>
-->
</div>
</div>
</section>
<script>
$(function(){
$('.slider').bxSlider({
pager: false,
controls: true,
auto: true,
captions: true
});
});
</script>