-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
58 lines (52 loc) · 2.81 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
57
58
<!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>
<img style="float:right;" src="images/loc.png" width="120px" />
<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>You are viewing this guide on the web. It is also available for download at <a href="https://github.com/libraryofcongress/seeing-lost-enclaves/">https://github.com/libraryofcongress/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>
</footer>
<script src="https://jywarren.github.io/markdown-pages/src/md-pages.js"></script>
<!--
<script src="md-pages.js"></script>
-->
<link rel="stylesheet" href="https://beefoo.github.io/loc-jekyll-template/css/style.css">
<!-- LoC footer starts here -->
<footer class="loc-footer" style="background:#eeefef;border-top:none;">
<p><em>Seeing Lost Enclaves was a <a href="https://labs.loc.gov/work/experiments/lost-enclaves">project</a> by Jeffrey Yoo Warren as part of the 2023-24 <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>
<ul class="loc-footer-nav-list" role="navigation">
<li><a href="https://github.com/libraryofcongress/seeing-lost-enclaves">Source code</a></li>
<li><a href="https://www.loc.gov/">The Library of Congress</a></li>
<li><a href="https://loc.gov/legal">Privacy Policy</a>.</li>
<li><a href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement">Github Privacy Statement</a>.</li>
<li><a href="https://creativecommons.org/publicdomain/zero/1.0/">License</a></li>
<li><a href="mailto:[email protected]">LC Labs Contact</a></li>
</ul>
</footer>
<!-- /LoC footer end here -->
<style>
footer a:hover {
color: white;
}
</style>
</body>
</html>