-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
520 lines (516 loc) · 21 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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="./build/output.css" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link
href="https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Fraunces:opsz,wght@9..144,700;9..144,900&display=swap"
rel="stylesheet"
/>
<title>Sunnyside</title>
</head>
<body>
<!-- header -->
<header class="relative" id="hero">
<!-- mobile header -->
<img
src="./images/mobile/image-header.jpg"
alt="hero"
class="w-full h-screen bg-cover bg-no-repeat lg:hidden"
/>
<!-- desktop header -->
<img
src="./images/desktop/image-header.jpg"
alt="hero"
class="w-full h-screen bg-cover bg-no-repeat hidden lg:block"
/>
<nav class="absolute left-0 right-0 top-0 container mx-auto p-6">
<div class="flex items-center mx-auto justify-between px-0 lg:px-3">
<div class="pt-2">
<img
src="./images/logo.svg"
alt="logo"
class="scale-110 md:scale-125"
/>
</div>
<div>
<ul class="hidden lg:flex space-x-12 items-center">
<li class="text-white font-barlow">
<a href="#">About</a>
</li>
<li class="text-white font-barlow"><a href="#">Services</a></li>
<li class="text-white font-barlow"><a href="#">Projects</a></li>
<li>
<a
href="#"
class="inline-block text-base align-middle hover:bg-white2 hover:text-white3 transition ease-in duration-150 font-fra bg-white px-5 py-3 rounded-full"
>CONTACT</a
>
</li>
</ul>
</div>
<!-- Mobile menu -->
<button id="burger-menu" class="block lg:hidden focus-outline-none">
<img src="./images/icon-hamburger.svg" alt="burger-menu" />
</button>
</div>
<div class="lg:hidden mt-5">
<div
id="menu"
class="absolute hidden z-50 flex-col items-center self-end w-auto drop-shadow-md left-6 right-6 py-8 space-y-6 bg-white mt-10"
>
<div
class="w-0 h-0 border-t-[50px] border-t-transparent border-r-[40px] border-r-white absolute right-0 -top-11 border-b-transparent"
></div>
<a href="#" class="text-[#5a636c] font-barlow">About</a>
<a href="#" class="text-[#5a636c] font-barlow">Services</a>
<a href="#" class="text-[#5a636c] font-barlow">Projects</a>
<a
href="#"
class="inline-block text-base font-fra bg-yellow px-5 py-3 rounded-full"
>CONTACT</a
>
</div>
</div>
</nav>
<divs>
<h1
class="absolute text-center px-4 mx-auto top-64 left-0 right-0 tracking-widest font-extrabold text-white text-5xl lg:text-6xl font-fra"
>
WE ARE CREATIVES
</h1>
</divs>
<div>
<img
src="./images/icon-arrow-down.svg"
alt="icon-arrow-down"
class="absolute mx-auto left-0 right-0 top-[28rem] animate-bounce"
/>
</div>
</header>
<!-- Section 2 -->
<section class="pb-28">
<!-- Mobile section -->
<div class="flex flex-wrap items-center lg:hidden justify-center">
<div class="w-full md:w-1/2 md:order-2">
<img
src="./images/mobile/image-transform.jpg"
alt="image-transform"
class="w-full h-full mb-10 md:mb-0"
/>
</div>
<div class="w-full bg-white md:w-1/2 md:order-1 p-8">
<div
class="max-w-lg md:max-w-xl mx-auto text-center md:text-left mb-10 md:mb-0"
>
<h1
class="font-fra text-lBlack font-extrabold text-4xl md:text-3xl mb-7 md:mb-4"
>
Transform your brand
</h1>
<p
class="text-lg md:text-base text-lBlack font-barlow mb-7 md:mb-5"
>
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="font-fra text-lBlack relative font-extrabold"
>LEARN MORE
<div
class="absolute h-[5px] opacity-75 rounded-full w-full left-0 right-0 top-5 bg-yellow"
></div>
</a>
</div>
</div>
<div class="w-full md:-mt-1 md:w-1/2 md:order-3">
<img
src="./images/mobile/image-stand-out.jpg"
alt="image-stand-out"
class="w-full h-full mb-10 md:mb-0"
/>
</div>
<div class="w-full bg-white md:w-1/2 md:order-4 p-8">
<div
class="max-w-lg md:max-w-xl mx-auto text-center md:text-left mb-10 md:mb-0"
>
<h1
class="font-fra font-extrabold text-lBlack text-4xl md:text-3xl mb-7 md:mb-4"
>
Stand out to the right audience
</h1>
<p
class="text-lg md:text-base text-lBlack font-barlow mb-7 md:mb-5"
>
Using a collaborative formula of designers, researchers,
photographers, videographers, and copywriters, well build and
extend your brand in digital places.
</p>
<a href="#" class="font-fra text-lBlack relative font-extrabold"
>LEARN MORE
<div
class="absolute h-[5px] opacity-75 w-full left-0 right-0 top-5 bg-sRed"
></div>
</a>
</div>
</div>
<div class="w-full md:w-1/2 md:order-5">
<div class="relative">
<img
src="./images/mobile/image-graphic-design.jpg"
alt="image-graphic-design"
class="w-full"
/>
<div class="absolute bottom-5 max-w-md mx-auto right-0 left-0">
<h1
class="text-center font-extrabold font-fra text-4xl mb-6 text-dSCyan"
>
Graphic Design
</h1>
<p class="text-center text-lg font-barlow mb-10 text-dSCyan px-5">
Great design makes you memorable. We deliver artwork that
underscores your brand message and captures potential clients'
attention.
</p>
</div>
</div>
</div>
<div class="w-full md:w-1/2 md:order-5">
<div class="relative">
<img
src="./images/mobile/image-photography.jpg"
alt="image-photography"
class="w-full"
/>
<div class="absolute bottom-5 max-w-md mx-auto right-0 left-0">
<h1
class="text-center font-extrabold font-fra text-4xl mb-6 text-dBlue"
>
Photography
</h1>
<p class="text-center text-lg font-barlow mb-10 text-dBlue px-5">
Increase your credibility by getting the most stunning,
high-quality photos that improve your business image.
</p>
</div>
</div>
</div>
</div>
<!-- desktop section -->
<div class="flex-wrap items-center hidden lg:flex">
<div class="w-1/2 order-2 mb-10">
<img
src="./images/desktop/image-transform.jpg"
alt="image-transform"
class="w-full h-full"
/>
</div>
<div class="bg-white w-1/2 order-1 p-8 mb-10">
<div class="max-w-xl mx-auto">
<h1 class="text-lBlack font-fra text-4xl xl:text-5xl mb-11">
Transform your brand
</h1>
<p class="text-graySecondary text-xl font-barlow mb-16">
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="font-fra relative font-extrabold"
>LEARN MORE
<div
class="absolute h-[5px] opacity-75 w-full left-0 right-0 top-5 bg-yellow"
></div>
</a>
</div>
</div>
<div class="-mt-10 w-1/2 order-3 mb-10">
<img
src="./images/desktop/image-stand-out.jpg"
alt="image-stand-out"
class="w-full h-full"
/>
</div>
<div class="-mt-10 bg-white w-1/2 order-4 p-8 mb-10">
<div class="max-w-xl mx-auto">
<h1 class="text-[#23303e] font-fra text-4xl xl:text-5xl mb-11">
Stand out to the right audience
</h1>
<p class="text-graySecondary text-xl font-barlow mb-16">
Using a collaborative formula of designers, researchers,
photographers, videographers, and copywriters, well build and
extend your brand in digital places.
</p>
<a href="#" class="font-fra relative font-extrabold"
>LEARN MORE
<div
class="absolute h-[5px] opacity-75 w-full left-0 right-0 top-5 bg-sRed"
></div>
</a>
</div>
</div>
<div class="w-1/2 order-5 -mt-10">
<div class="relative">
<img
src="./images/desktop/image-graphic-design.jpg"
alt="image-graphic-design"
class="w-full"
/>
<div class="absolute bottom-5 max-w-md mx-auto right-0 left-0">
<h1
class="text-center font-extrabold font-fra text-4xl mb-6 text-dSCyan"
>
Graphic Design
</h1>
<p class="text-center text-lg font-barlow mb-10 text-dSCyan px-5">
Great design makes you memorable. We deliver artwork that
underscores your brand message and captures potential clients'
attention.
</p>
</div>
</div>
</div>
<div class="w-1/2 order-6 -mt-10">
<div class="relative">
<img
src="./images/desktop/image-photography.jpg"
alt="image-photography"
class="w-full"
/>
<div class="absolute bottom-5 max-w-md mx-auto right-0 left-0">
<h1
class="text-center font-extrabold font-fra text-4xl mb-6 text-dBlue"
>
Photography
</h1>
<p class="text-center text-lg font-barlow mb-10 text-dBlue px-5">
Increase your credibility by getting the most stunning,
high-quality photos that improve your business image.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- testimonial -->
<section class="pb-20">
<div class="container mx-auto">
<div>
<h1
class="text-center text-xl font-fra tracking-widest text-[#a7abae] mb-16"
>
CLIENT TESTIMONIALS
</h1>
</div>
<div class="flex flex-col md:flex-row justify-center">
<div class="w-full lg:w-1/3">
<img
src="./images/image-emily.jpg"
alt="user 1"
class="rounded-full w-14 mx-auto mb-7"
/>
<div class="max-w-sm mx-auto text-center">
<p class="px-4 font-barlow lg:text-lg text-[#6D757D] mb-14">
We put our trust in Sunnyside and they delivered, making sure
our needs were met and deadlines were always hit.
</p>
<p class="font-fra font-extrabold text-md lg:text-xl mb-2">
Emily R.
</p>
<p class="text-center font-barlow text-[#a7abae] mb-16">
Marketing Director
</p>
</div>
</div>
<div class="w-full lg:w-1/3">
<img
src="./images/image-thomas.jpg"
alt="user 2"
class="rounded-full w-14 mx-auto mb-7"
/>
<div class="max-w-sm mx-auto text-center">
<p class="px-4 font-barlow lg:text-lg text-[#6D757D] mb-14">
Sunnyside's enthusiasm coupled with their keen interest in our
brand's success made it a satisfying and enjoyable experience.
</p>
<p class="font-fra font-extrabold text-md lg:text-xl mb-2">
Thomas S.
</p>
<p class="font-barlow text-[#a7abae] mb-16">
Chief Operating Officer
</p>
</div>
</div>
<div class="w-full lg:w-1/3">
<img
src="./images/image-jennie.jpg"
alt="user 3"
class="rounded-full w-14 mx-auto mb-7"
/>
<div class="max-w-sm mx-auto text-center">
<p class="px-4 font-barlow lg:text-lg text-[#6D757D] mb-14">
Incredible end result! Our sales increased over 400% when we
worked with Sunnyside. Highly recommended!
</p>
<p class="font-fra font-extrabold text-md lg:text-xl mb-2">
Jennie F.
</p>
<p class="font-barlow text-[#a7abae] mb-16">Business Owner</p>
</div>
</div>
</div>
</div>
</section>
<!-- gallery -->
<section>
<!-- mobile gallery -->
<div class="flex flex-wrap lg:hidden">
<div class="w-1/2">
<img
src="./images/mobile/image-gallery-milkbottles.jpg"
alt="image-gallery-milkbottles"
class="w-full"
/>
</div>
<div class="w-1/2">
<img
src="./images/mobile/image-gallery-orange.jpg"
alt="image-gallery-orange"
class="w-full"
/>
</div>
<div class="w-1/2">
<img
src="./images/mobile/image-gallery-cone.jpg"
alt="image-gallery-cone"
class="w-full"
/>
</div>
<div class="w-1/2">
<img
src="./images/mobile/image-gallery-sugar-cubes.jpg"
alt="image-gallery-sugar-cubes"
class="w-full"
/>
</div>
</div>
<!-- dekstop gallery -->
<div class="hidden flex-wrap lg:flex">
<div class="w-1/4">
<img
src="./images/desktop/image-gallery-milkbottles.jpg"
alt="image-gallery-milkbottles"
class="w-full"
/>
</div>
<div class="w-1/4">
<img
src="./images/desktop/image-gallery-orange.jpg"
alt="image-gallery-orange"
class="w-full"
/>
</div>
<div class="w-1/4">
<img
src="./images/desktop/image-gallery-cone.jpg"
alt="image-gallery-cone"
class="w-full"
/>
</div>
<div class="w-1/4">
<img
src="./images/desktop/image-gallery-sugarcubes.jpg"
alt="image-gallery-sugar-cubes"
class="w-full"
/>
</div>
</div>
</section>
<footer class="bg-[#95CBC0] pb-10 pt-20">
<div class="flex flex-col">
<div class="mb-4">
<svg
width="140"
class="scale-150 mx-auto"
height="60"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
>
<path
d="M5.857 18.708c1.638 0 2.995-.36 4.07-1.08 1.075-.721 1.613-1.769 1.613-3.144-.083-1.855-1.464-3.246-4.144-4.173l-1.44-.597c-.314-.1-.538-.198-.67-.298a.45.45 0 01-.198-.373c0-.414.273-.62.819-.62.678 0 1.182.347 1.513 1.043l3.698-1.044c-.893-2.22-2.614-3.329-5.162-3.329-1.522 0-2.788.398-3.797 1.193C1.15 7.08.645 8.116.645 9.39c0 .398.058.766.174 1.106.116.34.29.638.521.894.232.257.455.48.67.671.215.19.488.369.82.534.33.166.582.286.756.36.174.075.41.162.707.261l.422.15 1.49.546c.363.133.6.244.707.335a.449.449 0 01.16.36c0 .431-.404.647-1.215.647-1.191 0-1.903-.53-2.134-1.59L0 14.509c.463 2.8 2.416 4.2 5.857 4.2zm11.636 0c1.638 0 2.845-.63 3.623-1.888v1.615h5.112V5.366h-5.112v7.156c0 1.474-.505 2.21-1.514 2.21-1.026 0-1.539-.736-1.539-2.21V5.366h-5.112v7.653c0 3.793 1.514 5.69 4.542 5.69zm16.103-.273V11.28c0-1.475.504-2.212 1.513-2.212 1.026 0 1.54.737 1.54 2.212v7.155h5.111v-7.652c0-3.793-1.513-5.69-4.541-5.69-1.638 0-2.846.63-3.623 1.888V5.366h-5.113v13.069h5.113zm15.383 0V11.28c0-1.475.504-2.212 1.514-2.212 1.025 0 1.538.737 1.538 2.212v7.155h5.113v-7.652c0-3.793-1.514-5.69-4.542-5.69-1.638 0-2.846.63-3.623 1.888V5.366h-5.113v13.069h5.113zM64.958 24l8.289-18.634H67.91l-2.532 6.684-2.258-6.684h-5.584l5.435 11.802L59.944 24h5.014zm13.67-5.292c1.638 0 2.995-.36 4.07-1.08 1.076-.721 1.614-1.769 1.614-3.144-.083-1.855-1.465-3.246-4.145-4.173l-1.44-.597c-.314-.1-.537-.198-.67-.298a.45.45 0 01-.198-.373c0-.414.273-.62.819-.62.678 0 1.183.347 1.514 1.043l3.698-1.044c-.894-2.22-2.614-3.329-5.162-3.329-1.522 0-2.788.398-3.797 1.193-1.01.795-1.514 1.83-1.514 3.105 0 .398.058.766.173 1.106.116.34.29.638.522.894.231.257.455.48.67.671.215.19.488.369.819.534.33.166.583.286.757.36.173.075.41.162.707.261l.422.15 1.489.546c.364.133.6.244.707.335a.449.449 0 01.161.36c0 .431-.405.647-1.216.647-1.19 0-1.902-.53-2.134-1.59l-3.723.844c.464 2.8 2.416 4.2 5.857 4.2zm9.8-14.137c.91 0 1.613-.215 2.11-.646.495-.43.744-.977.744-1.64 0-.678-.24-1.23-.72-1.651C90.082.21 89.371 0 88.428 0c-.943 0-1.655.211-2.135.634-.48.422-.72.973-.72 1.652 0 .662.249 1.209.745 1.64.497.43 1.2.645 2.11.645zm2.556 13.864V5.366H85.87v13.069h5.113zm7.74.273c1.737 0 2.977-.63 3.722-1.888v1.615h5.112V.472h-5.112v6.534c-.745-1.275-1.985-1.913-3.723-1.913-1.753 0-3.214.642-4.38 1.926-1.166 1.283-1.75 2.91-1.75 4.882 0 1.97.584 3.598 1.75 4.882 1.166 1.283 2.627 1.925 4.38 1.925zm1.39-3.9c-.729 0-1.312-.274-1.75-.82-.439-.547-.658-1.243-.658-2.087 0-.845.215-1.54.645-2.087.447-.547 1.034-.82 1.762-.82s1.311.273 1.75.82c.438.546.657 1.242.657 2.087 0 .844-.219 1.54-.657 2.087-.439.546-1.022.82-1.75.82zm16.698 3.9c2.597 0 4.624-.754 6.08-2.26l-2.11-2.833c-1.042.845-2.217 1.267-3.524 1.267-.992 0-1.799-.224-2.42-.67-.62-.448-.93-.879-.93-1.293h9.604c.083-.298.124-.687.124-1.167 0-2.054-.674-3.677-2.022-4.87-1.349-1.193-3.073-1.789-5.175-1.789-2.25 0-4.028.671-5.335 2.013-1.307 1.341-1.961 2.956-1.961 4.844 0 1.938.69 3.549 2.072 4.833 1.382 1.283 3.247 1.925 5.597 1.925zm2.208-8.149h-5.112c.033-.613.298-1.08.794-1.404.496-.323 1.084-.484 1.762-.484.678 0 1.266.165 1.762.497.497.331.761.795.794 1.391z"
fill="#2C7564"
fill-rule="nonzero"
/>
</svg>
</div>
<ul class="flex justify-center gap-10 md:gap-20">
<li>
<a
href="#"
class="font-barlow text-[#2c7566] hover:text-white duration-150 ease-in text-xl"
>About</a
>
</li>
<li>
<a
href="#"
class="font-barlow text-[#2c7566] hover:text-white duration-150 ease-in text-xl"
>Services</a
>
</li>
<li>
<a
href="#"
class="font-barlow text-[#2c7566] hover:text-white duration-150 ease-in text-xl"
>Projects</a
>
</li>
</ul>
</div>
<div class="flex justify-center mt-16 gap-7">
<div>
<a
href="#"
class="text-[#2C7566] text-2xl hover:text-white transition duration-100 ease-in"
><i class="fa-brands fa-square-facebook"></i
></a>
</div>
<div>
<a
href="#"
class="text-[#2C7566] text-2xl hover:text-white transition duration-100 ease-in"
><i class="fa-brands fa-instagram"></i
></a>
</div>
<div>
<a
href="#"
class="text-[#2C7566] text-2xl hover:text-white transition duration-100 ease-in"
><i class="fa-brands fa-twitter"></i
></a>
</div>
<div>
<a
href="#"
class="text-[#2C7566] text-2xl hover:text-white transition duration-100 ease-in"
><i class="fa-brands fa-pinterest"></i
></a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>