-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (31 loc) · 1.26 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
---
layout: base
name: home
---
<section class="content">
<figure class="figure"><img src="/images/eid100.png"></figure>
<div class="content__box aligncenter">
<h1>Welcome to EID100 on Github</h1>
<p><a class="button button--big" href="https://github.com/EID100/2013-winter/">Head to our Github repo →</a></p>
<p><a class="button button--secondary" href="http://eid100.github.com/2013-winter/">View all student webpages</a></p>
<p><a class="button button--secondary" href="http://eid100-w2013.wikispaces.com/Tutorial+-+March+26/">Explore our Wikispaces activity</a></p>
<p><a class="button button--secondary" href="https://github.com/EID100/2013-winter/issues?state=open/">Check out FAQs</a></p>
<br><br><br><br>
</div> <!-- content__box -->
</section> <!-- .content -->
{% comment %}
<section class="content content--main">
<div class="content__box">
<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
</section> <!-- .content--main -->
{% endcomment %}
{% comment %}
<footer class="content content--footer">
<p>footer here</p>
</footer> <!-- .content--footer -->
{% endcomment %}