-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (292 loc) · 12.5 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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>From Homeland to Homeland</title>
<link rel="stylesheet" href="./pages/index.css" />
</head>
<body class="page">
<header class="header">
<img src="./images/__logo.svg" class="header__logo" alt="logo" />
</header>
<main>
<section class="lead">
<h1 class="lead__title">From Homeland to Homeland</h1>
<p class="lead__subtitle">
An epic journey from Kentucky to Burundi through Wales and Ukraine
</p>
<img
class="lead__image"
src="./images/kalegin-michail-179870-unsplash.jpg"
alt="landscape by the shore"
/>
</section>
<section class="intro">
<h2 class="intro__title">
Know the places your online pals come from a little better
</h2>
<p class="intro__quote">
Every human being is an artist, a freedom being, called to participate
in transforming and reshaping the conditions, thinking, and structures
that shape and inform our lives.
</p>
<p class="intro__author">— Joseph Beuys</p>
<p class="intro__description">
The town of Practicum has brought together professionals from
different corners of the world. Today, Practicum Art Gallery is proud
to present stories and pictures from some of the people who dedicate
their time and effort to making the future tech professionals of this
town feel at home. Each of us has a unique story about the place we
come from. Feel free to add your own story and a piece of visual art
dedicated to your hometown to our collection. No matter where you're
from, we're glad that you're our neighbor.
</p>
</section>
<section class="photo-grid">
<img
class="photo-grid__item"
src="./images/item1.jpg"
alt="stormy view of shore community"
/>
<img
class="photo-grid__item"
src="./images/item2.jpg"
alt="aerial view of houses along a waterfront"
/>
<img
class="photo-grid__item"
src="./images/item3.jpg"
alt="view of a domed house of worship at sunrise or sunset"
/>
<img
class="photo-grid__item"
src="./images/item4.jpg"
alt="city skyline with bridges"
/>
<img
class="photo-grid__item"
src="./images/item5.jpg"
alt="field of grass with trees and a building with blue skies"
/>
<img
class="photo-grid__item"
src="./images/item6.jpg"
alt="close-up of two parking spot signs"
/>
<img
class="photo-grid__item"
src="./images/item7.jpg"
alt="man pointing to sign next to large cone structure"
/>
<img
class="photo-grid__item"
src="./images/item8.jpg"
alt="grassy hills with houses"
/>
</section>
<section class="places section">
<article class="place">
<h2 class="place__title">Kyiv, Ukraine</h2>
<div class="place__artist">
<p class="place__artist-label">Artist</p>
<p class="place__artist-name">
Natalia Dolgushina, content producer
</p>
</div>
<img
src="./images/kyiv.jpg"
alt="hazy cityscape with a bridge over water"
class="place__image"
/>
<div class="place__text">
<p class="place__paragraph">
Kyiv (or Kiev), Ukraine's capital, is a large city located on the
shores of the Dnipro river. Of course, no one in their right mind
would swim in the river, unless they grew up here, in which case
they've probably tried it at some point. Summers are hot here, and
the winters are drafty, but the fall and the spring are absolutely
amazing.
</p>
<p class="place__paragraph">
The city itself is a mix of pre-revolution, post-war and soviet
architecture, all of it sprinkled with modified balconies. If
you're on the right bank of the Dnipro, the landscape is difficult
to traverse for people on bikes and those wearing heels. The left
bank is considered far less interesting and prestigious though,
even by people who live on the far outskirts of the right one.
</p>
</div>
<a
href="https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq"
class="button place__button"
>Buy this artwork as NFT</a
>
</article>
<article class="place">
<h2 class="place__title">Cricieth, Wales</h2>
<div class="place__artist">
<p class="place__artist-label">Artist</p>
<ul class="place__artist-name">
<li>Steffan Warren, lead editor,</li>
<li>Kseniya Glagoleva, project manager</li>
</ul>
</div>
<img
src="./images/cricieth.jpg"
alt="a community of houses by the waterfront"
class="place__image"
/>
<div class="place__text">
<p class="place__paragraph">
The medieval ruin of Cricieth Castle overlooks the town below from
a rock that juts out into the sea. It is thought to have been
built by Llewelyn the Great in the 13th century. Some 900 years
later, the self-styled Pearl of Wales on the Shores of Snowdonia
has become a popular tourist destination during the summer months.
</p>
<p class="place__paragraph">
A short walk down the road from the castle, you can enjoy the
world's best ice cream at Cadwalader's, whose secret ingredient is
rumored to be locally sourced seaweed. Another claim to fame is
the fact that Cricieth won the Wales in Bloom award for five years
in a row for its spectacular floral displays around town. It was
also home to David Lloyd George, the only Welshman ever to hold
the office of Prime Minister of the UK.
</p>
</div>
<a
href="https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq"
class="button place__button"
>Buy this artwork as NFT</a
>
</article>
<article class="place">
<h2 class="place__title">Berea, USA</h2>
<div class="place__artist">
<p class="place__artist-label">Artist</p>
<p class="place__artist-name">Travis Turner, author and editor</p>
</div>
<img
src="./images/berea.jpg"
alt="two houses and leafy trees along a road"
class="place__image"
/>
<div class="place__text">
<p class="place__paragraph" style="font-size: 18px">
Berea is a small town located in the central part of Kentucky. The
town is surrounded by beautiful forests and countryside. It's
known as the arts and crafts capital of the state, and visitors
will find plenty of shopping opportunities: shops with handmade
jewelry, candles, wood items, galleries, glass studios, and more.
The town holds a yearly festival celebrating "spoonbread", a local
dish made with cornbread and served with a wooden spoon.
</p>
<p class="place__paragraph" style="font-size: 18px">
However, it's probably known best for the local college. Berea
College was founded in 1855 and was the first college in the south
to be racially integrated, as well as the first to be
coeducational. Somewhat uniquely, it charges no tuition — every
student receives a full-tuition scholarship.
</p>
</div>
<a
href="https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq"
class="button place__button"
>Buy this artwork as NFT</a
>
</article>
<article class="place">
<h2 class="place__title">Muramvya, Burundi</h2>
<div class="place__artist">
<p class="place__artist-label">Artist</p>
<p class="place__artist-name">Grevisse Kenguruka, tech editor</p>
</div>
<img
src="./images/muramvya.jpg"
alt="white, red, and green one-story building and sculpture"
class="place__image"
/>
<div class="place__text">
<p class="place__paragraph">
Muramvya is one of the 18 provinces of Burundi. In the kingdom
era, Muramvya was the royal capital and in 2007, because of its
cultural and natural landscape, it was added to the UNESCO World
Heritage Tentative List. It is located in the center of Burundi,
between the country's political and economic capitals.
</p>
<p class="place__paragraph">
The weather is rather chilly at night, but during the day, you
would think you're in heaven. At 2,665 meters (8,743 ft) above sea
level, Mount Teza is one of the coldest places in the province.
But that cool breeze allows for one of the largest plantations of
tea and coffee in the country, which make up the bulk of Burundi's
exports.
</p>
<p class="place__paragraph">
The Kibira National Park, one of the largest wildlife reserves for
apes, overlaps four provinces, including Muramvya. This National
Park lies at the apex of the beautiful mountains of the Congo-Nile
Divide, ranging between 1550 and 2660 meters of altitude. It is
filled with beautiful vegetation, and a source for the various
rivers and streams which provide water around the country.
</p>
</div>
<a
href="https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq"
class="button place__button"
>Buy this artwork as NFT</a
>
</article>
<article class="place">
<h2 class="place__title">Brooklyn, NY</h2>
<div class="place__artist">
<p class="place__artist-label">Artist</p>
<p class="place__artist-name">Ariel Rivera, student</p>
</div>
<img
src="./images/dumbo.jpeg"
alt="Manhattan Bridge view from Brooklyn"
class="place__image"
/>
<div class="place__text">
<p class="place__paragraph">
Brooklyn is one of the five boroughs of New York City, with a rich
history going back to its own time as an independent city through
January of 1898.
</p>
<p class="place__paragraph">
A favorite walk is along Brooklyn's waterfront, from the North in
Greenpoint down past the Brooklyn Navy Yard with its industrial
history on to tourist-friendly sites in DUMBO and Brooklyn
Heights. A favorite photo is by Jane's Carousel by the Manhattan
Bridge and Brooklyn Bridge. Adventure on down for a day trip
further South along the water to Industry City in Sunset Park and
beyond.
</p>
</div>
<a
href="https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq"
class="button place__button"
>Buy this artwork as NFT</a
>
</article>
</section>
<section class="cover">
<h2 class="cover__title">Visit us</h2>
<ul class="cover__subtitle">
<li>Year-round</li>
<li>Practicum Art Gallery</li>
<li>404 Tim Berners-Lee Avenue</li>
</ul>
<a href="https://www.recessart.org/" class="button cover__button"
>Buy tickets</a
>
</section>
</main>
<footer class="footer">
<p class="footer__copyright">©2022. Ariel Rivera</p>
</footer>
</body>
</html>