-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
346 lines (235 loc) · 9.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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | Sunnyside agency landing page</title>
<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=Barlow:wght@600&family=Fraunces:wght@700;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
<!--
- HEADER
-->
<header>
<div class="container">
<a href="#" class="logo">
<img src="images/logo.svg" alt="sunnyside agency logo">
</a>
<ul class="navbar-list">
<li>
<a href="#about" class="nav-link">About</a>
</li>
<li>
<a href="#services" class="nav-link">Services</a>
</li>
<li>
<a href="#projects" class="nav-link">Projects</a>
</li>
<li>
<button class="nav-btn">Contact</button>
</li>
</ul>
<button class="nav-toggle-btn">
<span class="line one"></span>
<span class="line two"></span>
<span class="line three"></span>
</button>
</div>
</header>
<main>
<!--
- HOME
-->
<section class="home">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-header.jpg">
<img src="./images/mobile/image-header.jpg" alt="home image" class="w-100">
</picture>
<div class="home-absolute-content">
<h1>We are creatives</h1>
<img src="./images/icon-arrow-down.svg" alt="arrow icon" class="arrow-down">
</div>
</section>
<!--
- ABOUT
-->
<section class="about" id="about">
<div class="about-img-box">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-transform.jpg">
<img src="./images/mobile/image-transform.jpg" alt="transform image" class="w-100">
</picture>
</div>
<div class="about-content">
<h2 class="about-title" data-reveal>Transform your brand</h2>
<p class="about-text" data-reveal>
We are a full-service creative agency specializing in helping brands grow fast.
Engage your clients through compelling visuals that do most of the marketing for you.
</p>
<a href="#" class="about-link" data-reveal>Learn more</a>
</div>
<div class="about-img-box" data-reveal="image">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-stand-out.jpg">
<img src="./images/mobile/image-stand-out.jpg" alt="transform image" class="w-100">
</picture>
</div>
<div class="about-content">
<h2 class="about-title" data-reveal>Stand out to the right audience</h2>
<p class="about-text" data-reveal>
Using a collaborative formula of designers, researchers, photographers, videographers, and copywriters,
we’ll build and
extend your brand in digital places.
</p>
<a href="#" class="about-link pink" data-reveal>Learn more</a>
</div>
</section>
<!--
- SERVICES
-->
<section class="services" id="services">
<div class="services-box">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-graphic-design.jpg">
<img src="./images/mobile/image-graphic-design.jpg" alt="Graphic design" class="w-100" data-reveal="image">
</picture>
<div class="service-absolute-content">
<h3 class="services-title" data-reveal>Graphic design</h3>
<p class="services-text" data-reveal>
Great design makes you memorable. We deliver artwork that underscores your brand message and captures
potential clients’
attention.
</p>
</div>
</div>
<div class="services-box">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-photography.jpg">
<img src="./images/mobile/image-photography.jpg" alt="Photography" class="w-100" data-reveal="image">
</picture>
<div class="service-absolute-content">
<h3 class="services-title blue" data-reveal>Photography</h3>
<p class="services-text blue" data-reveal>
Increase your credibility by getting the most stunning, high-quality photos that improve your business
image.
</p>
</div>
</div>
</section>
<!--
- TESTIMONIALS
-->
<section class="testimonials">
<h4 class="testimonials-title" data-reveal>Client testimonials</h4>
<ul class="testimonials-list">
<li class="testimonials-client" data-reveal>
<div class="client-img-box">
<img src="./images/image-emily.jpg" alt="client emily image" class="w-100" >
</div>
<p class="client-text" data-reveal>
We put our trust in Sunnyside and they delivered, making sure our needs were met and deadlines were always
hit.
</p>
<h4 class="client-name">Emily R.</h4>
<p class="client-title">Marketing Director</p>
</li>
<li class="testimonials-client" data-reveal>
<div class="client-img-box">
<img src="./images/image-thomas.jpg" alt="client thomas image" class="w-100" >
</div>
<p class="client-text" data-reveal>
Sunnyside’s enthusiasm coupled with their keen interest in our brand’s success made it a satisfying and
enjoyable experience.
</p>
<h4 class="client-name">Thomas S.</h4>
<p class="client-title">Chief Operating Officer</p>
</li>
<li class="testimonials-client" data-reveal>
<div class="client-img-box">
<img src="./images/image-jennie.jpg" alt="client jennie image" class="w-100" >
</div>
<p class="client-text" data-reveal>
Incredible end result! Our sales increased over 400% when we worked with Sunnyside. Highly recommended!
</p>
<h4 class="client-name">Jennie F.</h4>
<p class="client-title">Business Owner</p>
</li>
</ul>
</section>
<!--
- PROJECTS
-->
<section class="projects" id="projects" data-reveal="image">
<a href="#" class="project-img-box">
<source media="(min-width: 768px)" srcset="./images/desktop/image-gallery-milkbottles.jpg">
<img src="./images/mobile/image-gallery-milkbottles.jpg" alt="milk bottles" class="w-100">
</a>
<a href="#" class="project-img-box">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-gallery-orange.jpg">
<img src="./images/mobile/image-gallery-orange.jpg" alt="orange fruit" class="w-100">
</picture>
</a>
<a href="#" class="project-img-box">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-gallery-cone.jpg">
<img src="./images/mobile/image-gallery-cone.jpg" alt="cone ice-cream" class="w-100">
</picture>
</a>
<a href="#" class="project-img-box">
<picture>
<source media="(min-width: 768px)" srcset="./images/desktop/image-gallery-sugarcubes.jpg">
<img src="./images/mobile/image-gallery-sugar-cubes.jpg" alt="sugar cubes" class="w-100">
</picture>
</a>
</section>
</main>
<footer>
<div class="container" data-reveal>
<div class="footer-logo">
<img src="images/logo.svg" alt="Sunnyside agency logo">
</div>
<ul class="footer-list">
<li>
<a href="#" class="footer-link">About</a>
</li>
<li>
<a href="#" class="footer-link">Services</a>
</li>
<li>
<a href="#" class="footer-link">Projects</a>
</li>
</ul>
<ul class="social-list">
<li>
<a href="#" class="social-link">
<img src="images/icon-facebook.svg" alt="icon">
</a>
</li>
<li>
<a href="#" class="social-link">
<img src="images/icon-instagram.svg" alt="icon">
</a>
</li>
<li>
<a href="#" class="social-link">
<img src="images/icon-twitter.svg" alt="icon">
</a>
</li>
<li>
<a href="#" class="social-link">
<img src="images/icon-pinterest.svg" alt="icon">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>