-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·33 lines (32 loc) · 1.19 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
---
layout: index
title: Home
permalink:
---
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-info-circle" aria-hidden="true"></i>
<span class="sr-only">An image of a book</span>
<h4>About the Project</h4>
<p></p>
<p><br><a href="education" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true"></i>
<span class="sr-only">An image of a laboratory flask</span>
<h4>Explore the Data</h4>
<p></p>
<p><br><a href="research" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-comments" aria-hidden="true"></i>
<span class="sr-only">An image of an exchange</span>
<h4>Join the Conversation</h4>
<p></p>
<p><br><a href="partners" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->