-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (126 loc) · 4.05 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8' />
<title>The NYC Space/Time Directory: Explore & Contribute</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/fitty.min.js"></script>
</head>
<body>
<header>
<h1>
<div>
<span id="header-first-line">The NYC Space/Time Directory:</span>
</div>
<div>
<span id="header-last-line">Explore & Contribute</span>
</div>
</h1>
</header>
<section>
<h2><span>Explore</span></h2>
<p>
You can explore the history of New York City and our collections of maps, photos and other digitized materials with the following websites and tools:
</p>
<ul>
<li>
<div>
<h3>Digital Collections</h3>
<p>Tens of thousands of maps, photos and other items from our collections, available in high resolution.</p>
<a href="https://digitalcollections.nypl.org">digitalcollections.nypl.org</a>
</div>
<div>
<a href="https://digitalcollections.nypl.org">
<img src="tiles/digital-collections.png" />
</a>
</div>
</li>
<li>
<div>
<h3>Maps by Decade</h3>
<p>Explore 10,000 historical maps of New York City in an easy, visual way.</p>
<a href="http://spacetime.nypl.org/maps-by-decade">spacetime.nypl.org/maps-by-decade</a>
</div>
<div>
<a href="http://spacetime.nypl.org/maps-by-decade">
<img src="tiles/maps-by-decade.png" />
</a>
</div>
</li>
<li>
<div>
<h3>OldNYC</h3>
<p>Almost 40,000 photos from our collections of street photography, on a map.</p>
<a href="https://oldnyc.org">oldnyc.org</a>
</div>
<div>
<a href="https://oldnyc.org">
<img src="tiles/oldnyc.png" />
</a>
</div>
</li>
<li>
<div>
<h3>NYC Space/Time Directory</h3>
<p>Learn more about the project, and find out how you can use our historical geospatial data.</p>
<a href="http://spacetime.nypl.org">spacetime.nypl.org</a>
</div>
<div>
<a href="http://spacetime.nypl.org">
<img src="tiles/spacetime.png" />
</a>
</div>
</li>
</ul>
</section>
<section>
<h2><span>Contribute</span></h2>
<p>
There are various ways to contribute to the NYC Space/Time Directory, and help us making the history of New York City more accessible.
</p>
<ul>
<li>
<div>
<h3>Surveyor</h3>
<p>Help us put New York City’s history on the map by geotagging our collections of street photos.</p>
<a href="http://spacetime.nypl.org/surveyor">spacetime.nypl.org/surveyor</a>
</div>
<div>
<a href="http://spacetime.nypl.org/surveyor">
<img src="tiles/surveyor.png" />
</a>
</div>
</li>
<li>
<div>
<h3>Building Inspector</h3>
<p>Identify historical buildings and transcribe addresses from fire insurance atlases of New York City.</p>
<a href="http://buildinginspector.nypl.org">buildinginspector.nypl.org</a>
</div>
<div>
<a href="http://buildinginspector.nypl.org">
<img src="tiles/building-inspector.png" />
</a>
</div>
</li>
<li>
<div>
<h3>Map Warper</h3>
<p>With Map Warper, you can help us georectify our historical maps; stretch them, rotate them, and position them.</p>
<a href="http://maps.nypl.org/warper">maps.nypl.org/warper</a>
</div>
<div>
<a href="http://maps.nypl.org/warper">
<img src="tiles/mapwarper.png" />
</a>
</div>
</li>
</ul>
</section>
<footer></footer>
<script src="js/script.js"></script>
</body>
</html>