-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
275 lines (237 loc) · 11.8 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Artspace Oban">
<meta name="generator" content="Hugo 0.104.2">
<title>Artspace Oban</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/carousel/">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
/* Local changes */
/* text colours */
h1,p,a {
color: rgb(58,54,54);
}
</style>
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="images/ArtspaceObanHeader.png" alt="Logo" width="150" height="30" class="d-inline-block align-text-top">
Artspace Oban</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:artspaceoban@gmail.com?Subject=Contact%20from%20artspace%20Oban&Body=Hello Artspace Oban">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href=workshops.html>Workshops</a>
</li>
<li class="nav-item">
<a class="nav-link" href=residencies.html>Residencies</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="3" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="4" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="4" aria-label="Slide 5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/ArtspaceObanHeader.png" class="d-block w-100" width="100%" height="100%" alt="Artspace Oban Logo">
<div class="container">
<div class="carousel-caption text-start">
<h1 class="display-1">Artspace Oban</h1>
<h1 class="display-6">studios for artists and makers</p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/Blonduos skies flat right.jpg" class="d-block w-100" width="100%" height="100%" alt="Artspace Oban Logo">
<div class="container">
<div class="carousel-caption text-start">
<h1 class="text-light">Deborah Gray</h1>
<p class="text-light">Textile artist and tutor</p>
<p><a class="btn btn-lg btn-light" href="https://www.deborahgraytextiles.co.uk" target="_blank">Visit my website</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/flightoftheoystercatchers.png" class="d-block w-100" height="100%" alt="Artspace Oban Logo">
<div class="container">
<div class="carousel-caption text-end">
<h1>Ira Theobold</h1>
<p>Artist and illustrator</p>
<p><a class="btn btn-lg btn-light" href="http://iratheobold.art" target="_blank">Visit my website</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/susan_header.png" class="d-block w-100" height="100%" alt="Artspace Oban Logo">
<div class="container">
<div class="carousel-caption text-end">
<h1 class="text-light">Susan MacCallum</h1>
<p class="text-light">Kilt maker and tailor</p>
<p><a class="btn btn-lg btn-light" href="https://www.instagram.com/stitch_lane_" target="_blank">Follow me on Instagram</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/GwenFlemingafterthestorm.jpg" class="d-block w-100" height="100%" alt="Artspace Oban Logo">
<div class="container">
<div class="carousel-caption text-end">
<h1 class="text-light">Gwen Fleming</h1>
<p class="text-light">Contemporary Scottish painter</p>
<p><a class="btn btn-lg btn-light" href="https://www.instagram.com/gwenflemingartist/" target="_blank">Follow me on Instagram</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/Nada_1.png" class="d-block w-100" height="100%" alt="Nada Sabbagh">
<div class="container">
<div class="carousel-caption text-end">
<h1 class="text-light">Nada Sabbagh</h1>
<p class="text-light"></p>
<p><a class="btn btn-lg btn-light" href="https://www.instagram.com/nadassabbagh/" target="_blank">Follow me on Instagram</a></p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div>
<p class="lead mx-5">NEWS: 2024 workshop schedule now available. <a href=workshops.html>Follow this link to book your place</a></p>
</div>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1 ms-3">Deborah Gray</h2>
<p class="lead ms-3">I am a textile artist based in Oban, on the beautiful West coast of Scotland. Working mainly in wool and upcycled natural textiles, a major theme of my recent work has been an exploration of the links between the work itself and the place in which the materials were grown and the work was created. In 2018, 2019 and 2021 I was Artist in Residence at the Icelandic Textile Centre in Blonduos. An exhibition 'Of the land: Icelandic Wool' was shown in three venues in 2019. In 2020 further works on this theme, and works in Shibori and Ecoprinting techniques were exhibited, alongside a collection of 30 knitted 'postcards'. In 2021 I co-created a community dye garden and exhibited on natural dyeing and botanical printing.
I have been teaching spinning, natural dyeing and knitting in workshops and one-to-one in Scotland for over 30 years, as well as at textile festivals abroad.</p>
</div>
<div class="col-md-5">
<img src="images/After the rain progress 5.JPG" alt="After the rain" width="500" height="375" class="d-inline-block align-text-top">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading fw-normal lh-1 ms-3">Ira Theobold</h2>
<p class="lead ms-3">I am an artist based in Oban on the West coast of Scotland working mainly in pen and ink, watercolour, pastels, charcoal and recently producing digital art on an iPad. I love to draw and paint birds, animals and plants from the wonderful scenery that is all around us. Looking forward to sharing the Artspace Oban studios with other artists and collaborating with the art community in Oban an the surrounding area.</p>
</div>
<div class="col-md-5 order-md-1">
<img src="images/RannochStation.png" alt="Rannoch Station" width="500" height="375" class="d-inline-block align-text-top">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading fw-normal lh-1 ms-3">Nada Sabbagh</h2>
<p class="lead ms-3">I am an artist based in Oban. My fine line drawings have a focus on architecture (both modern and historic) as well as city, street and townscapes. I particulaly enjoy the challenge of drawing small scale pieces and packing detail. For my work I mainly use Micron Pigma fineliners, Faber Castell and Tombow brush pens. I look forward to showcasing my work here at Artspace, I will be accepting commision in the near future.</p>
</div>
<div class="col-md-5 order-md-1">
<img src="images/Nada_2.png" alt="Japan Station" width="500" height="375" class="d-inline-block align-text-top">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 offset-md-2">
<h2 class="featurette-heading fw-normal lh-1 ms-3">Studio Refurbishment</h2>
<p class="lead ms-3">A quick look around the studio after the refurbishment</p>
</div>
<div class="col-md-5 order-md-1">
<div class="embed-responsive embed-responsive-16by9">
<video controls autoplay width="250">
<source src="images/IMG_2206.mp4" type="video/mp4" />
</video>
</div>
</div>
</div>
<hr class="featurette-divider">
</div><!-- /.container -->
<!-- FOOTER -->
<footer class="container">
<p class="float-end"><a href="#">Back to top</a></p>
<p>© <script>document.write(new Date().getFullYear())</script> Artspace Oban, all rights reserved</p>
</footer>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>