-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
338 lines (312 loc) · 15.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Sunnyside Agency</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
<link rel="stylesheet" href="./dist/styles.css" />
<script type="text/javascript" src="./dist/bundle.js" defer></script>
</head>
<!------------------- Start: Main Page Grid Layout ---------------------------->
<body class="main-grid-layout">
<!----------------- Start : Header Main ------------------------------------->
<header class="main-header">
<!-- Start : Header of the Main Header -->
<header class="main-header__header">
<!-- Start : Logo Container -->
<div class="main-header__logo-container">
<a class="main-header__logo-link" href="#" rel="home">
<h1 class="main-header__logo-text">
sunnyside!
<!-- <img src="./images/header/logo.svg" alt="header-logo" /> -->
</h1>
</a>
</div>
<!-- End : Logo Container -->
<!-- Start: Main Navigation -->
<div class="main-header__nav-container">
<nav class="main-header__navigation">
<!-- Start: Navigation Links -->
<ul class="main-header__navigation-list">
<li class="main-header__navigation-item">
<a class="main-header__navigation-link
main-header__navigation-link--about">
About
</a>
</li>
<li class="main-header__navigation-item">
<a class="main-header__navigation-link
main-header__navigation-link--services">
Services
</a>
</li>
<li class="main-header__navigation-item">
<a class="main-header__navigation-link
main-header__navigation-link--projects">
Projects
</a>
</li>
<li class="main-header__navigation-item">
<a class="main-header__navigation-link
main-header__navigation-link--contact">
Contact
</a>
</li>
</ul>
<!-- End: Navigation Links -->
</nav>
</div>
<!--End: Main Navigation-->
</header>
<!-- Start : Header of the Main Header -->
<!-- Start: Hero Banner -->
<div class="main-header__hero-banner">
<picture class="main-header__banner-image-container">
<source srcset="./images/header/png/image-header-320w.png" media="(min-width:20em)"></source>
<img class="main-header__banner-image" src="./images/header/png/image-header-240w.png" alt="banner">
</picture>
<h2 class="main-header__text-content" >WE ARE CREATIVES</h2>
</div>
<!-- End: Hero Banner Content-->
</header>
<!----------------- End : Header Main --------------------------------------->
<!----------------- Start : Main Content ------------------------------------>
<main class="main-content">
<!-- Start: About Section -->
<section class="main-grid__item-1 about">
<!-- Start: About list container / row (1) -->
<ul class="about__list-container-1 about-list-row-1">
<!-- Start: Row 1 > Item 1 -->
<li class="about-list-row-1__item-1">
<header>
<h3>Transform your brand</h3>
</header>
<p>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="">Learn More</a>
</li>
<!-- End: Row 1 > Item 1 -->
<!-- Start: Row 1 > Item 2 -->
<li class="about-list-row-1__item-2">
<img src="./images/about/image-transform.jpg" alt="image-traansform" />
</li>
<!-- End: Row 1 > Item 2 -->
</ul>
<!-- End: About list container / row (1) -->
<!-- Start: About list container / row (2) -->
<ul class="about__list-container-2 about-list-row-2">
<!-- Start: Row 2 > Item 1 -->
<li class="about-list-row-2__item-1">
<img src="./images/about/image-stand-out.jpg" alt="image-standout" />
</li>
<!-- End: Row 2 > Item 1 -->
<!-- Start: Row 2 > Item 2 -->
<li class="about-list-row-2__item-2">
<header>
<h3>Transform your brand</h3>
</header>
<p> Using a collaborative formula of designers, researchers, photographers, videographers,
and copywriters, we'll build and extend your brand in digital places.</p>
<a href="">Learn More</a>
</li>
<!-- End: Row 2 > Item 2 -->
</ul>
<!-- End : About list container / row (2) -->
</section>
<!-- End: About Section Container -->
<!-- Start: Services Section Container -->
<section class="main-grid__item-2 services">
<!-- Start: Service list container -->
<ul class="services__list-container services-list">
<!-- Start: Service Item 1 -->
<li class="services-list__item">
<header>
<h3>Transform your brand</h3>
</header>
<p>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="">Learn More</a>
<div class="about-grid-row-1__col-2">
<img src="./images/about/image-transform.jpg" alt="image-traansform" />
</div>
</li>
<!-- End: Service Item 1 -->
<!-- Start: Service Item 2 -->
<li class="services-list__item">
<header>
<h3>Transform your brand</h3>
</header>
<p>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="">Learn More</a>
<div class="about-grid-row-1__col-2">
<img src="./images/about/image-transform.jpg" alt="image-traansform" />
</div>
</li>
<!-- End: Service Item 2 -->
</ul>
<!-- End: Service list container -->
</section>
<!-- End: Services Section Container -->
</main>
<!----------------- End : Main Content -------------------------------------->
<!-- Start: Testimonials Section Container-->
<section class="testimonials">
<!-- Start: Testimonial Header -->
<header class="testimonials__header-container">
<h3>Client testimonials</h3>
</header>
<!-- End: Testimonial Header -->
<!-- Start: Testimonial Columns -->
<ul class="testimonials__list-container testimonials-list">
<!------------------------------------------------------------------------------------------>
<!-- Start : Testimonial Item 1 -->
<li class="testimonials-list__item">
<blockquote class="testimonial">
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Header -->
<header class="testimonial__header">
<img class="testimonial__image" src="./images/testimonials/image-emily.jpg" />
</header>
<!-- End: Testimonial Header -->
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Content -->
<section class="testimonial__content">
<p class="testimonial__text">We put our trust in Sunnyside and they delivered,
making sure our needs were met and deadlines were always hit.
</p>
</section>
<!-- End: Testimonial Content -->
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Footer -->
<footer class="testimonial__footer">
<cite class="testimonial__author">Emily R.</cite>
<p class="testimonial__designation">Marketing Director</p>
</footer>
<!-- End: Testimonial Footer -->
<!------------------------------------------------------------------------>
</blockquote>
</li>
<!-- End : Testimonial Item 1 -->
<!------------------------------------------------------------------------------------------>
<!------------------------------------------------------------------------------------------>
<!-- Start : Testimonial Item 2 -->
<li class="testimonials-list__item">
<blockquote class="testimonial">
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Header -->
<header class="testimonial__header">
<img class="testimonial__image" src="./images/testimonials/image-thomas.jpg" />
</header>
<!-- End: Testimonial Header -->
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Content -->
<section class="testimonial__content">
<p class="testimonial__text"> Sunnyside's enthusiasm coupled with their keen interest in our
brand's success made it a satisfying and enjoyable experience.
</p>
</section>
<!-- End: Testimonial Content -->
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Footer -->
<footer class="testimonial__footer">
<cite class="testimonial__author">Thomas S.</cite>
<p class="testimonial__designation">Chief Operating Officer</p>
</footer>
<!-- End: Testimonial Footer -->
<!------------------------------------------------------------------------>
</blockquote>
</li>
<!-- End : Testimonial Item 2 -->
<!------------------------------------------------------------------------------------------>
<!------------------------------------------------------------------------------------------>
<!-- Start : Testimonial Item 3 -->
<li class="testimonials-list__item">
<blockquote class="testimonial">
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Header -->
<header class="testimonial__header">
<img class="testimonial__image" src="./images/testimonials/image-jennie.jpg" />
</header>
<!-- End: Testimonial Header -->
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Content -->
<section class="testimonial__content">
<p class="testimonial__text"> Incredible end result! Our sales increased over 400% when we
worked with Sunnyside. Highly recommended!
</p>
</section>
<!-- End: Testimonial Content -->
<!------------------------------------------------------------------------>
<!-- Start: Testimonial Footer -->
<footer class="testimonial__footer">
<cite class="testimonial__author">Jennie F.</cite>
<p class="testimonial__designation">Business Owner</p>
</footer>
<!-- End: Testimonial Footer -->
<!------------------------------------------------------------------------>
</blockquote>
</li>
<!-- End : Testimonial Item 3 -->
<!------------------------------------------------------------------------------------------>
</ul>
<!-- End: Testimoials Columns -->
</section>
<!-- End: Testimonials Section -->
<!-- Start: Project(s) Image Gallery Section -->
<section class="image-gallery">
<ul class="image-gallery__list-container">
<!-- Project 1 -->
<li class="image-gallery__list-item">
<img src="./images/projects/mobile/jpg/image-gallery-milkbottles.jpg" alt="mil-bottles" />
</li>
<!-- Project 2 -->
<li class="image-gallery__list-item">
<img src="./images/projects/mobile/jpg/image-gallery-orange.jpg" alt="orange" />
</li>
<!-- Project 3 -->
<li class="image-gallery__list-item">
<img src="./images/projects//mobile/jpg/image-gallery-cone.jpg" alt="cone" />
</li>
<!-- Project 4 -->
<li class="image-gallery__list-item">
<img src="./images/projects/mobile/jpg/image-gallery-sugar-cubes.jpg" alt="sugar-cubes" />
</li>
</ul>
</section>
<!-- End: Project(s) Image Gallery Section -->
<!----------------- Start : Footer ------------------------------------------>
<footer class="footer">
<!-- Footer Header -->
<h6 class="footer__header">sunnyside</h6>
<!-- Start: Footer Link Container -->
<ul class="footer__links">
<li class="footer__about-link"><a href="#">About</a></li>
<li class="footer__services-link"><a href="#">Services</a></li>
<li class="footer__projects-link"><a href="#">Projects</a></li>
</ul>
<!-- End: Footer Link Container -->
<!-- Start: Footer Social Media Link Container -->
<ul class="footer__sm-links">
<li class="footer__fb"><img src="./images/social-media/icon-facebook.svg" alt="facebook"></li>
<li class="footer__ig"><img src="./images/social-media/icon-instagram.svg" alt="instagram"></li>
<li class="footer__tw"><img src="./images/social-media/icon-twitter.svg" alt="twitter"></li>
<li class="footer__pi"><img src="./images/social-media/icon-pinterest.svg" alt="pinterest"></li>
</ul>
<!-- Start: Attribution -->
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Eshwa Gadkar</a>.
</div>
<!-- End: Attribution -->
</footer>
<!----------------- End : Footer -------------------------------------------->
</body>
<!------------------- End: Main Page Grid Layout ------------------------------>
</html>