-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
33 lines (32 loc) · 1.89 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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8"/>
<title>Seeing Lost Enclaves</title>
<link rel="stylesheet" href="https://jywarren.github.io/markdown-pages/node_modules/spectre-markdown.css/dist/markdown.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lora">
<link rel="stylesheet" href="../style.css">
<script src="https://jywarren.github.io/markdown-pages/node_modules/marked/marked.min.js"></script>
</head>
<body>
<header>
<a href="#">home</a>
<a href="#faq">FAQ</a>
<a href="#research/">1. Research</a>
<a href="#modeling/">2. Modeling</a>
<a href="#atmosphere/">3. Atmosphere</a>
<a href="#soundscapes/">4. Soundscapes</a>
<a href="#contact">contact</a>
</header>
<div class="md-pages markdown-css responsive"></div>
<footer>
<p><em>This is a draft. The final version will be published in September 2023.</em></p>
<p><em>Seeing Lost Enclaves is a <a href="https://github.com/jywarren/seeing-lost-enclaves">project</a> by Jeffrey Yoo Warren as part of the 2023 <a href="https://labs.loc.gov/about/opportunities/innovator-in-residence-program">Innovator in Residence Program</a> at the <a href="https://www.loc.gov/">Library of Congress</a>.</em></p>
<p><em>You are viewing this guide on the web. It is also available for download at <a href="https://github.com/jywarren/seeing-lost-enclaves/">https://github.com/jywarren/seeing-lost-enclaves/</a>. This document uses <a href="https://github.com/jywarren/markdown-pages">markdown-pages</a> for layout and web publication.</em></p>
<p><em>This guide is released under the <a href="LICENSE">Creative Commons Zero 1.0 license</a>.</em></p>
</footer>
<script src="https://jywarren.github.io/markdown-pages/src/md-pages.js"></script>
</body>
</html>