-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 785 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 785 Bytes
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/Lascaux.png">
<p class="caption">Lascaux IV, photo: K. Fendt</p>
</div>
<ul class="home-links">
<li>
<a href="/assets/cms-636-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://learning-modules.mit.edu/materials/index.html?uuid=/course/CMS/sp22/CMS.636">Course Site on Stellar</a>
</li>
<li>
<a href="http://annotation.studio/">Annotation Studio</a>
</li>
</ul>
<!--<p class="rss-subscribe">see new posts <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> -->
</div>