-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharleston.html
97 lines (83 loc) · 2.36 KB
/
charleston.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
<!DOCTYPE html>
<html>
<head>
<title>Charleston Community Center Project</title>
<link href="charleston.css" type="text/css" rel="stylesheet" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:700&display=swap" rel="stylesheet">
</head>
<body>
<div id="footer">
<a href="#landing" onclick="closeNav()">return to top</a>
</div>
<div class="wrapper">
<div class="section clearfix" id="landing">
<div class="wide">
<div id="navbar">
<ul>
<li><a href="index.html">Return to Home</a></li>
<li><a href="https://esargen.github.io/Charleston-project/">Process Blog</a></li>
<li><a href="sketchbank.html">Sketchbank</a></li>
</ul>
</div>
<div>
<span id="title">Charleston Community Center</span>
</div>
<div class="indent">
<span id="subtitle">Emma Sargent</span>
</div>
</div>
</div>
<div id="wrapper2">
<br>
<div class="post" style="height:auto">
<div class="row2">
<div style="overflow:hidden; height:500px;">
<img style="height:100%; vertical-align:middle;" src="charlestonloop.gif">
</div>
</div>
</div>
<div class="post" style="height:auto" id="0323">
<div class="row">
<div class="column">
<h2>Plans</h2>
</div>
</div>
<div class="row2">
<div class="column2">
<img src="floorplan with section cuts-01.jpg">
</div>
<div class="column2">
<img src="roof plan-01.jpg">
</div>
</div>
<div class="row2">
<img src="section 01-01.jpg">
</div>
<div class="row2">
<img src="elevations-01.jpg">
</div>
<div class="row2">
<div class="column2">
<img src="topomap.jpg">
</div>
</div>
</div>
<div class="post" id="boards" style="height:auto">
<div class="row2">
<img src="experi01.png">
</div>
<div class="row2">
<img src="experi02.png">
</div><div class="row2">
<img src="experi03.png">
</div>
<div class="row2">
<img src="experi04.png">
</div><div class="row2">
<img src="experi07.png">
</div>
</div>
</div>
<script src="charlestonscript.js" type="text/javascript"></script>
</body>
</html>