forked from rishialexander/soa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
inner-1.html
294 lines (272 loc) · 10.6 KB
/
inner-1.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SoA</title>
<link href="assets/style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header>
<a href='http://www.washington.edu/'><img class='uw-logo' src='assets/images/uw-logo-l.png' /></a>
<ul class='header-nav'>
<li><a href='#'>UW Home</a> /</li>
<li><a href='#'>College of Arts & Sciences</a> /</li>
<li><a href='#'>ArtsUW</a> /</li>
<li><a href='#'>Directories</a> /</li>
<li><a href='#'>Maps</a> /</li>
<li><a href='#'>MyUW</a> /</li>
<li><a href='#'>Search</a></li>
</ul>
<div class='hamburger'></div>
</header>
<a href='home.html'><img class='soa-logo' src='assets/images/soa-logo.png' /></a>
<nav class='soa-nav-mobile'>
<ul class='nav-level-1'>
<li><a href='home.html'>HOME</a></li>
<li>
<a class='nav-parent'>ART</a>
<ul class='nav-child nav-level-2'>
<li>
<a>Undergraduate Programs</a>
<ul class='nav-level-3'>
<li><a>Interdisciplinary Visual Arts</a></li>
<li><a>Photomedia</a></li>
<li><a>Painting + Drawing</a></li>
<li><a>3D4M</a></li>
</ul>
</li>
<li>
<a>Graduate Programs</a>
<ul class='nav-level-3'>
<li><a>Photomedia</a></li>
<li><a>Painting + Drawing</a></li>
<li><a>3D4M</a></li>
</ul>
</li>
<li><a>Student Work</a></li>
<li><a>Faculty</a></li>
<li><a>Resources</a></li>
<li><a>Study Abroad</a></li>
<li><a>Alumni</a></li>
</ul>
</li>
<li>
<a class='nav-parent'>ART HISTORY</a>
<ul class='nav-child nav-level-2'>
<li><a>Undergraduate Program</a></li>
<li>
<a>Graduate Program</a>
<ul class='nav-level-3'>
<li><a>Masters of Art History</a></li>
<li><a>Doctorate of Art History</a></li>
</ul>
</li>
<li><a href='#'>Student Research</a></li>
<li><a href='#'>Faculty</a></li>
<li><a href='#'>Resources</a></li>
<li><a href='#'>Study Abroad</a></li>
<li><a href='#'>Alumni</a></li>
</ul>
</li>
<li>
<a class='nav-parent'>DESIGN</a>
<ul class='nav-child nav-level-2'>
<li>
<a>Undergraduate Programs</a>
<ul class='nav-level-3'>
<li><a>Industrial Design</a></li>
<li><a>Interaction Design</a></li>
<li><a>Visual Communication Design</a></li>
</ul>
</li>
<li>
<a>Graduate Program</a>
<ul class='nav-level-3'>
<li><a>Masters of Design</a></li>
</ul>
</li>
<li><a href='#'>Student Work</a></li>
<li><a href='#'>Faculty</a></li>
<li><a href='#'>Shows + Events</a></li>
<li><a href='#'>Resources</a></li>
<li><a href='#'>Study Abroad</a></li>
<li><a href='#'>Alumni</a></li>
</ul>
</li>
<li>
<a class='nav-parent'>THE SCHOOL</a>
<ul class='nav-child nav-level-2'>
<li><a href='#'>People</a></li>
<li><a href='#'>Advising</a></li>
<li><a href='#'>News + Events</a></li>
<li><a href='#'>Spaces</a></li>
<li><a href='#'>Research</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Contact Us</a></li>
</ul>
</li>
</ul>
</nav>
<nav class='soa-nav'>
<ul>
<span class='nav-item'>
<li class='first'>
<a href='#'>ART</a>
<ul class='second'>
<li><a href='#'>Undergraduate Programs</a></li>
<ul class='third'>
<li><a href='#'>Interdisciplinary Visual Arts</a></li>
<li><a href='#'>Photomedia</a></li>
<li><a href='#'>Painting + Drawing</a></li>
<li><a href='#'>3D4M</a></li>
</ul>
<li><a href='#'>Graduate Programs</a></li>
<ul class='third'>
<li><a href='#'>Photomedia</a></li>
<li><a href='#'>Painting + Drawing</a></li>
<li><a href='#'>3D4M</a></li>
</ul>
<li><a href='#'>Student Work</a></li>
<li><a href='#'>Faculty</a></li>
<li><a href='#'>Resources</a></li>
<li><a href='#'>Study Abroad</a></li>
<li><a href='#'>Alumni</a></li>
</ul>
</li>
</span>
<span class='nav-item'>
<li class='first'>
<a href='#'>ART HISTORY</a>
<ul class='second'>
<li><a href='#'>Undergraduate Program</a></li>
<li><a href='#'>Graduate Program</a></li>
<ul class='third'>
<li><a href='#'>Masters of Art History</a></li>
<li><a href='#'>Doctorate of Art History</a></li>
</ul>
<li><a href='#'>Student Research</a></li>
<li><a href='#'>Faculty</a></li>
<li><a href='#'>Resources</a></li>
<li><a href='#'>Study Abroad</a></li>
<li><a href='#'>Alumni</a></li>
</ul>
</li>
</span>
<span class='nav-item'>
<li class='first'>
<a href='#'>DESIGN</a>
<ul class='second'>
<li><a href='#'>Undergraduate Programs</a></li>
<ul class='third'>
<li><a href='#'>Industrial Design</a></li>
<li><a href='#'>Interaction Design</a></li>
<li><a href='#'>Visual Communication Design</a></li>
</ul>
<li><a href='#'>Graduate Program</a></li>
<ul class='third'>
<li><a href='#'>Masters of Design</a></li>
</ul>
<li><a href='#'>Student Work</a></li>
<li><a href='#'>Faculty</a></li>
<li><a href='#'>Shows + Events</a></li>
<li><a href='#'>Resources</a></li>
<li><a href='#'>Study Abroad</a></li>
<li><a href='#'>Alumni</a></li>
</ul>
</li>
</span>
<span class='nav-item'>
<li class='first'>
<a href='#'>THE SCHOOL</a>
<ul class='second'>
<li><a href='#'>People</a></li>
<li><a href='#'>Advising</a></li>
<li><a href='#'>News + Events</a></li>
<li><a href='#'>Spaces</a></li>
<li><a href='#'>Research</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Contact Us</a></li>
</ul>
</li>
</span>
</ul>
</nav>
<!-- positioned absolute, width=100%, height=full-ish -->
<section class='hero-image' id='hero-image-sandpoint'></section>
<!-- margin-top=full-ish -->
<section class='inner-content'>
<div class='inner-content-main'>
<div class='breadcrumbs'><a href='#'>FACILITIES</a> / <a href='#'>GALLERIES</a> / <a href='#' class='breadcrumb-active'>SAND POINT GALLERY</a></div>
<h1>Sand Point Gallery</h1>
<h2>SAND POINT GALLERY MISSION</h2>
<p>Sand Point Gallery is an exhibition space for activities that contribute to the vitality of the School of Art by providing a venue for exhibitions, installations, performances, forums, lectures, and media presentations that are curated, organized, and presented by the faculty, graduate students or undergraduate students of the School of Art.</p>
<h2>EXHIBITION PROPOSALS</h2>
<h3>Time Frame</h3>
<p>Standard time frame for exhibitions is approximately 3 weeks, although other periods of time may be assigned due to high demand or will be considered upon request. Single night or weekend uses for performances, events, etc., will also be considered.</p>
<h3>Terms of Use</h3>
<p>Approval notice will be sent via email. Please read approval notice carefully for further information on the terms of use. SoA Sand Point doors are locked at all times and have combination lockboxes installed on them. Approved users will receive the current combination to doors that are necessary for access in the approval notice. Keys are not to be removed from the lockboxes. Entrance to the gallery will be from the east end of the building. Audience members are not allowed to walk freely around the studio building. Please refer to house rules on studio safety and security. All studios are meant to be quiet spaces. Use of sound equipment is only allowed on low volume or with the use of headphones. Artwork is not insured by the School of Art or the university. While the gallery is locked when not being attended and the outside doors are kept locked, each artist exhibiting must be aware that their work is not insured for loss or damage.</p>
<h3>Maintenance</h3>
<p>Users are responsible for maintaining the space and restoring it (walls, floor, lights, and furniture) to its original condition before moving out. Programs will be charged damage and clean up fees if necessary. A faculty signature is required on the application form to guarantee financial responsibility for any damage charges occurred as a result of negligent use. Please allow extra time for clean-up and moving out before your assigned time period ends. Condition of the room will be checked upon your departure and you will be held responsible for damages or cleaning fees if not returned to the proper condition. If you are planning to serve alcohol at the opening, you will need a permit application from Risa Morgan Lewellyn in the Art Administration office.</p>
</div>
<div class='inner-content-sidebar'>
<div class='inner-content-nav'>
<h3>Galleries:</h3>
<ul>
<li><a href='#'>CMA</a></li>
<li><a href='#'>Jake</a></li>
<li><a href='#'>Room 9 + Skinny</a></li>
<li class='inner-nav-active'>Sand Point</li>
</ul>
</div>
<div class='inner-content-info'>
<h3>SoA+AH+D Sand Point</h3>
<p>Building 5, Bay C, 2nd Floor (<a href='#'>map</a>) 7527 63rd Avenue NE, Seattle</p>
<h3>Schedule</h3>
<p>Check the <a href='#'>Calendar</a> page.</p>
<h3>Hours</h3>
<p>Sand Point Gallery is open for use during both the academic and the interim periods. It is closed during the summer.</p>
</div>
</div>
</section>
<footer>
<div>
<a href='#'>School of Art + Art History + Design</a><br>
<a href='#'>University of Washington</a><br>
104 Stevens Way, 353440<br>
Seattle, WA 98195<br>
Telephone: (206) 000-0000<br>
Fax: (206) 000-0000<br>
<br>
<a href='#'>Campus Map</a>
</div>
<div>
<a href='#'>People</a><br>
<a href='#'>Advising</a><br>
<a href='#'>News + Events</a><br>
<a href='#'>Spaces</a><br>
<a href='#'>Research</a><br>
<a href='#'>About</a><br>
<a href='#'>Support Us</a><br>
<a href='#'>Contact Us</a>
</div>
<div>
<a href='#'><img src='assets/images/social-facebook-white.png' /></a>
<a href='#'><img src='assets/images/social-twitter-white.png' /></a>
<a href='#'><img src='assets/images/social-linkedin-white.png' /></a>
<a href='#'><img src='assets/images/social-google-plus-white.png' /></a>
</div>
<div>
Copyright 2016<br>
University of Washington<br>
<a href='#'>Privacy</a><br>
<a href='#'>Terms</a><br>
<a href='#'>Site Map</a><br>
<br>
<a href='#'>For Faculty + Staff Only</a>
</div>
</footer>
<script src="assets/scripts/jquery.js"></script>
<script src="assets/scripts/modernizr.js"></script>
<script src="assets/scripts/site.js"></script>
</body>