forked from giotsere/minimalist-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<title>The Tideflats_Test</title>
</head>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.center {
width: 100%;
max-width: 900px;
height: auto;
</style>
</head>
<html>
<head>
<style>
div
border: 1px solid black;
padding-top: 5px;
padding-right: 25px;
padding-bottom: 50px;
padding-left: 25px;
}
</style>
<body>
<div class="grid-2">
<div class="section-1">
<img src="Assets/images/tideflats_promo_2_copy.png" alt="The Tideflats Cover Image" class="center">
</div>
<div class="section-2">
<br>
<br>
<p>An audio project about distance, forgetting and the history of the Tacoma Tideflats.
<br>
Created by Andrew Weymouth for the University of Washington's Storytelling Fellows.</p>
<br>
<p>Thank you to the band Old Saw, composer Henry Birdsey and label Lobby Art Records for use of the album Country Tropics in this work.
<br>
<br>
<br> Thanks also to Anna Trammell and Spencer Bowman of the Tacoma Public Library for helping to inform and shape this work.</p>
<br>
<br>
<p>This work is an extension of the <a href="https://aweymo.github.io/losttacoma">Lost Tacoma Project</a>,
<br>
where I had first studied blueprints for the Carstens Packing facility and the Tideflats area.
</p>
<p>[email protected]</p>
</div>
</div>
</body>
</html>