-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (265 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@800;900&family=Outfit:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png" />
<!-- Stylesheet -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/css/splide.min.css"
/>
<link rel="stylesheet" href="./css/style.css" />
<title>Modern Art Gallery</title>
</head>
<body>
<div class="container">
<!-- HEADER and NAVIGATION -->
<header class="header">
<!-- 1. Burger Toggle Menu -->
<input type="checkbox" class="nav-checkbox" id="toggle-menu" />
<label for="toggle-menu" class="nav-button">
<div class="nav-icon"></div>
</label>
<nav class="nav">
<ul class="nav-menu">
<li class="nav-item"><a href="#" class="nav-link">about</a></li>
<li class="nav-item"><a href="#" class="nav-link">gallery</a></li>
<li class="nav-item"><a href="#" class="nav-link">events</a></li>
<li class="nav-item"><a href="#" class="nav-link">location</a></li>
<li class="nav-item"><a href="#" class="nav-link">contact</a></li>
</ul>
</nav>
</header>
<!-- HERO SECTION -->
<section class="hero">
<!-- Max-width also because of full-width bg -->
<div class="hero__bg"> </div>
<!-- Max width: 1110px inner-container to hold content center -->
<div class="hero__content">
<h1 class="hero__title"
>Modern
<!--prettier white-space bug-->Art Gallery</h1
>
<div class="hero__caption">
<p>
The arts in the collection of the Modern Art Gallery all started from a spark of
inspiration. Will these pieces inspire you? Visit us and find out...
</p>
<a class="btn btn--primary" href="#location">
<span>our location</span>
<svg class="btn--icon" width="10" height="24" xmlns="http://www.w3.org/2000/svg">
<path stroke="#FFF" fill="none" d="m1 0 8 12-8 12" />
</svg>
</a>
</div>
</div>
</section>
<main>
<!-- GALLERY SECTION -->
<section class="gallery">
<div class="gallery__item gallery__item--1">
<h2>Your Day at the Gallery</h2>
<p>
Wander through our distinct collections and find new insights about our artists. Dive
into the details of their creative process.
</p>
</div>
<div class="gallery__item gallery__item--2">
<img alt="a view of art gallery" src="./images/desktop/image-grid-1.jpg" />
</div>
<div class="gallery__item gallery__item--3">
<img alt="a view of art gallery" src="./images/desktop/image-grid-2.jpg" />
</div>
<div class="gallery__item gallery__item--4">
<img alt="a view of art gallery" src="./images/desktop/image-grid-3.jpg" />
</div>
<div class="gallery__item gallery__item--5">
<h2 class="heading-md">Come & Be Inspired</h2>
<p>
We’re excited to welcome you to our gallery and see how our collections influence you.
</p>
</div>
</section>
<!-- EVENTS SLIDER SECTION -->
<section class="events">
<!-- Left Block -->
<div class="events-left">
<h3 class="heading-md">upcoming events</h3>
<ul class="events-list">
<li class="events-item">Richard Wollheim</li>
<li class="events-item">Sculpture Master</li>
<li class="events-item">The Work of Art</li>
<li class="events-item">Commercial Art</li>
</ul>
</div>
<!-- Slider Block -->
<div class="splide">
<div class="splide__track">
<ul class="splide__list">
<li class="splide__slide">
<div class="slide">
<div class="slide__image">
<img src="./images/desktop/slide-1.jpg" alt="Slide 1" />
</div>
<div class="slide__content">
<h2>Richard Wollheim</h2>
<p>
<span>
<img src="./images/icon-calendar.svg" alt="date" />
17th JULY
</span>
</p>
<p>
Richard Wollheim distinguishes three approaches to assessing the aesthetic
value of art: the Realist, whereby aesthetic quality is an absolute value
independent of any human view.
</p>
<button class="btn btn--sm">visit</button>
</div>
</div>
</li>
<li class="splide__slide">
<div class="slide">
<div class="slide__image">
<img src="./images/desktop/slide-2.jpg" alt="Slide 2" />
</div>
<div class="slide__content">
<h2>Sculpture Master</h2>
<p>
<span>
<img src="./images/icon-calendar.svg" alt="date" />
21th JULY
</span>
</p>
<p>
Gallery proudly announces its first exhibition devoted entirely to
sculpture. This carefully curated exhibition, Masters of Sculpture.
</p>
<button class="btn btn--sm">visit</button>
</div>
</div>
</li>
<li class="splide__slide">
<div class="slide">
<div class="slide__image">
<img src="./images/desktop/slide-3.jpg" alt="Slide 3" />
</div>
<div class="slide__content">
<h2>the Work of Art</h2>
<p>
<span>
<img src="./images/icon-calendar.svg" alt="date" />
3rd AUGUST
</span>
</p>
<p>
In The Origin of the Work of Art, Martin Heidegger, a German philosopher and
a seminal thinker, describes the essence of art in terms of the concepts of
being and truth.
</p>
<button class="btn btn--sm">visit</button>
</div>
</div>
</li>
<li class="splide__slide">
<div class="slide">
<div class="slide__image">
<img src="./images/desktop/slide-4.jpg" alt="Slide 4" />
</div>
<div class="slide__content">
<h2>Commerce Arts</h2>
<p>
<span>
<img src="./images/icon-calendar.svg" alt="date" />
28th FEBRUARY
</span>
</p>
<p>
Since ancient times, much of the finest art has represented a deliberate
display of wealth or power, often achieved by using massive scale and
expensive materials.
</p>
<button class="btn btn--sm">visit</button>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- SUBSCRIBE SECTION -->
<!-- <section class="subscribe">
<h3 class="subscribe-title heading-md">subscribe our list</h3>
<p class="subscribe-text">Never miss an event!</p>
<form name="subscribe" id="formSubscribe" action="#">
<div class="subscribe-form">
<input
type="email"
placeholder="your mail"
name="email"
class="subscribe-input"
required
/>
<input id="submit" type="submit" value="Join" class="btn btn--submit" />
</div>
</form>
<p class="subscribe-text-sm"> We will not spam, you can unsubscribe any time. </p>
</section> -->
<!-- LOCATION SECTION -->
<section class="location">
<img
class="location-map"
alt="our location on map"
srcset="
images/mobile/image-map.png 480w,
images/tablet/image-map.png 720w,
images/desktop/image-map.png 1280w
"
src="./images/desktop/image-map.png"
/>
<div class="location-block">
<h2 class="location-title heading-md">our location</h2>
<div class="location-adress">
<h4 class="location-adress-street heading-sm">99 King Street</h4>
<p class="location-address-city">
Newport
<br />
RI 02840
<br />
United States of America
</p>
<p class="location-address-info">
Our newly opened gallery is located near the Edward King House on 99 King Street,
the Modern Art Gallery is free to all visitors and open seven days a week from 8am
to 9pm.
</p>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer>
<img src="./images/logo.svg" alt="Modern Art Gallery" class="footer-logo" />
<p class="footer-info text-sm">
The Modern Art Gallery is free to all visitors and open seven days a week from 8am to 9pm.
Find us at 99 King Street, Newport, USA.
</p>
<div class="footer-social">
<img src="./images/icon-facebook.svg" alt="Facebook" class="footer-social-link" />
<img src="./images/icon-instagram.svg" alt="Instagram" class="footer-social-link" />
<img src="./images/icon-twitter.svg" alt="Twitter" class="footer-social-link" />
</div>
</footer>
</div>
<!-- JS for mobile toggle menu -->
<script src="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/js/splide.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>