-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
324 lines (304 loc) · 10 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
<!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 -->
<!-- FAVICON -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<!-- FONTAWESOME -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- GOOGLE FONTS -->
<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&family=Fraunces&display=swap"
rel="stylesheet"
/>
<!-- TITLE -->
<title>Frontend Mentor | Sunnyside agency landing page</title>
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="./css/style.min.css" />
</head>
<body>
<!-- ############ -->
<!-- NAVBAR START -->
<!-- ############ -->
<nav class="navbar">
<div class="container">
<h1 class="navbar-logo">
<a href="#" class="navbar-logo-link">
<img
src="./images/logo.svg"
alt="Sunnyside"
class="img navbar-logo-img"
/>
</a>
</h1>
<button class="navbar-toggler">
<i class="fas fa-bars" aria-hidden="true"></i>
</button>
<div class="navbar-nav-wrapper">
<ul class="navbar-nav">
<li class="nav-item"><a href="#" class="nav-link">About</a></li>
<li class="nav-item"><a href="#" class="nav-link">Services</a></li>
<li class="nav-item"><a href="#" class="nav-link">Projects</a></li>
<li class="nav-item"><a href="#" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- ############ -->
<!-- NAVBAR END -->
<!-- ############ -->
<!-- ############ -->
<!-- HEADER START -->
<!-- ############ -->
<header class="header" id="header">
<div class="container">
<h2 class="title">We are creatives</h2>
<a href="#" class="scroller-link">
<img
src="./images/icon-arrow-down.svg"
alt="Scroll Down"
class="scroller-img"
/>
</a>
</div>
</header>
<!-- ############ -->
<!-- HEADER END -->
<!-- ############ -->
<!-- ############ -->
<!-- ABOUT START -->
<!-- ############ -->
<article class="about" id="about">
<div class="card card-hr reverse">
<img
src="./images/desktop/image-transform.jpg"
alt="Transform your brand"
class="card-img"
/>
<section class="card-body">
<h2 class="card-title">Transform your brand</h2>
<p class="card-text">
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="card-btn">Learn More</a>
</section>
</div>
<div class="card card-hr">
<img
src="./images/desktop/image-stand-out.jpg"
alt="Stand out to the right audience"
class="card-img"
/>
<section class="card-body">
<h2 class="card-title">Stand out to the right audience</h2>
<p class="card-text">
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="card-btn">Learn More</a>
</section>
</div>
<div class="card card-img-top graphics">
<img
src="./images/desktop/image-graphic-design.jpg"
alt="Graphic design"
class="card-img"
/>
<section class="card-body">
<h2 class="card-title">Graphic design</h2>
<p class="card-text">
Great design makes you memorable. We deliver artwork that
underscores your brand message and captures potential clients’
attention.
</p>
</section>
</div>
<div class="card card-img-top photography">
<img
src="./images/desktop/image-photography.jpg"
alt="Photography"
class="card-img"
/>
<section class="card-body">
<h2 class="card-title">Photography</h2>
<p class="card-text">
Increase your credibility by getting the most stunning, high-quality
photos that improve your business image.
</p>
</section>
</div>
</article>
<!-- ############ -->
<!-- ABOUT END -->
<!-- ############ -->
<!-- ############ -->
<!-- TESTIMONIAL START -->
<!-- ############ -->
<section class="testimonial block" id="testimonial">
<div class="container">
<h2 class="block-title">Client testimonials</h2>
<div class="grid x3">
<!-- TESTIMONIAL SINGLE ITEM START -->
<section class="testimonial-item">
<img
src="./images/image-emily.jpg"
alt="Emily R."
class="testimonial-img"
/>
<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>
<h2 class="testimonial-author">Emily R.</h2>
<h3 class="testimonial-author-profession">Marketing Director</h3>
</section>
<!-- TESTIMONIAL SINGLE ITEM END -->
<!-- TESTIMONIAL SINGLE ITEM START -->
<section class="testimonial-item">
<img
src="./images/image-thomas.jpg"
alt="Thomas S."
class="testimonial-img"
/>
<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>
<h2 class="testimonial-author">Thomas S.</h2>
<h3 class="testimonial-author-profession">
Chief Operating Officer
</h3>
</section>
<!-- TESTIMONIAL SINGLE ITEM END -->
<!-- TESTIMONIAL SINGLE ITEM START -->
<section class="testimonial-item">
<img
src="./images/image-jennie.jpg"
alt="Jennie F."
class="testimonial-img"
/>
<p class="testimonial-text">
Incredible end result! Our sales increased over 400% when we
worked with Sunnyside. Highly recommended!
</p>
<h2 class="testimonial-author">Jennie F.</h2>
<h3 class="testimonial-author-profession">Business Owner</h3>
</section>
<!-- TESTIMONIAL SINGLE ITEM END -->
</div>
</div>
</section>
<!-- ############ -->
<!-- TESTIMONIAL END -->
<!-- ############ -->
<!-- ############ -->
<!-- GALLARY START -->
<!-- ############ -->
<div class="gallary" id="gallary">
<div class="grid x4">
<img
src="./images/desktop/image-gallery-milkbottles.jpg"
alt="Milk Bottles"
class="gallary-item"
/>
<img
src="./images/desktop/image-gallery-orange.jpg"
alt="Orange"
class="gallary-item"
/>
<img
src="./images/desktop/image-gallery-cone.jpg"
alt="Cone"
class="gallary-item"
/>
<img
src="./images/desktop/image-gallery-sugarcubes.jpg"
alt="Sugarcube"
class="gallary-item"
/>
</div>
</div>
<!-- ############ -->
<!-- GALLARY END -->
<!-- ############ -->
<!-- ############ -->
<!-- FOOTER START -->
<!-- ############ -->
<div class="footer" id="footer">
<div class="container">
<h2 class="footer-logo">
<img
src="./images/logo.svg"
alt="Sunnyside"
class="footer-logo-img"
/>
</h2>
<ul class="footer-nav navbar-nav">
<li class="nav-item">
<a href="#" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Contact</a>
</li>
</ul>
<ul class="social navbar-nav">
<li class="social-item nav-item">
<a href="#" class="social-link nav-link"
><i class="fab fa-facebook-square"></i
></a>
</li>
<li class="social-item nav-item">
<a href="#" class="social-link nav-link"
><i class="fab fa-instagram-square"></i
></a>
</li>
<li class="social-item nav-item">
<a href="#" class="social-link nav-link"
><i class="fab fa-twitter"></i
></a>
</li>
<li class="social-item nav-item">
<a href="#" class="social-link nav-link"
><i class="fab fa-pinterest"></i
></a>
</li>
</ul>
</div>
</div>
<!-- ############ -->
<!-- FOOTER END -->
<!-- ############ -->
<div class="attribution">
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank"
>Frontend Mentor</a
>. Coded by
<a target="blank" href="https://tonmoydeb.blogspot.com">Tonmoy Deb</a>.
</div>
<script src="./js/app.js"></script>
</body>
</html>