forked from cms633/cms633.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 761 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
29
---
layout: default
---
<div class="home">
<div class="home-image">
<img src="/assets/talmud.jpg">
<p class="caption">© David Small, Talmud Project</p>
</div>
<ul class="home-links">
<li>
<a href="/assets/cms-633-syllabus.pdf">Course Syllabus (PDF)</a>
</li>
<li>
<a href="{% post_url 2015-02-02-contributing-to-this-site %}">Contributing to This Site</a>
</li>
<li>
<a href="https://stellar.mit.edu/S/course/CMS/fa120/CMS.633">Course Site on Stellar</a>
</li>
<li>
<a href="http://mit.annotationstudio.org/">Annotation Studio</a>
</li>
</ul>
<!--<p class="rss-subscribe">see new posts <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> -->
</div>