-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (22 loc) · 966 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
28
---
layout: default
---
<div class="content-wrap">
<header class="hero-area" id="home">
<div class="container">
<div class="contents text-right">
<h1 class="wow fadeInRight" data-wow-duration="1000ms" data-wow-delay="300ms">CRISP Project</h1>
<p class="wow fadeInRight" data-wow-duration="1000ms" data-wow-delay="400ms">University of South Florida</p>
<!--<a href="#why" class="btn btn-lg btn-primary wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Download</a>-->
<!--<a href="#features" class="btn btn-lg btn-border wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="500ms">Learn More</a>-->
</div>
</div>
</header>
</div>
<!-- Container for the main body -->
<div class="container">
{% for section in site.data.sections %}
{% include /section.html %}
<div class="divider"></div>
{% endfor %}
</div>