-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
56 lines (49 loc) · 2.27 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
---
layout: index
title: Home
subtitle: Home
---
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-calendar"></i>
<h4>Events</h4>
<p>The Danforth Center host various events through out the year. Find an event and plan to attend! </p>
<p><br/><a href="{{site.baseurl}}/pages/events.html" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-cogs"></i>
<h4>Tutorials</h4>
<p>Looking for a project to work on? We document our maker projects so you can recreate, experiment, and build upon the idea!</p>
<p><br/><a href="{{site.baseurl}}/pages/tutorial.html" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-flask"></i>
<h4>DDPSC Projects</h4>
<p>View projects designed in creating low-cost hardware and custom software for high-throughput plant phenotyping. Science! </p>
<p><br/><a href="{{site.baseurl}}/pages/projects.html" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
{% include portfolio.html title="LATEST PROJECTS" limit=10 %}
<div class="container mtb">
<div class="row">
<div class="col-md-4">
<h4>Website created using Github!</h4>
<div class="hline"></div>
<a href="https://github.com/maliagehan/maker-site" target="_blank"><img src="assets/img/github_button.PNG" height="200" width="400"></a>
</div><! --/col-md-4 -->
<div class="col-md-4">
<a href="http://www.danforthcenter.org/" target="_blank"><img src="/assets/img/DanforthLogo.jpg"></a>
</div><! --/col-md-4 -->
<div class="col-md-4">
<h4>Latest Posts</h4>
<div class="hline"></div>
{% for post in site.categories['blog'] limit:5 %}
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}.</a></p>
{% endfor %}
</div>
</div><! --/row -->
</div><! --/container -->