-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (242 loc) · 7.94 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
<!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 landing page</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<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:opsz,wght@9..144,700;9..144,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<header class="header">
<nav class="menu">
<div class="logo">
<img src="images/logo.svg" alt="Logo" />
</div>
<button
id="menuBtn"
class="menu-logo"
aria-expanded="false"
aria-controls="menu"
type="button"
title="menu-button"
>
<img src="images/icon-hamburger.svg" alt="" />
</button>
<ul>
<li><a href="" class="navLink">About</a></li>
<li><a href="" class="navLink">Services</a></li>
<li><a href="" class="navLink">Projects</a></li>
<li><button class="button navLink">Contact</button></li>
</ul>
</nav>
<h1>We are creatives</h1>
<a class="down-icon">
<img src="images/icon-arrow-down.svg" alt="" />
</a>
</header>
<main>
<div class="content-section">
<div class="content-left">
<picture>
<source
srcset="images/mobile/image-transform.jpg"
media="(max-width: 740px)"
/>
<img src="images/desktop/image-transform.jpg" alt="Image" />
</picture>
</div>
<div class="content-right first">
<h2>Transform your brand</h2>
<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="#" class="show-more show-more-yellow">Learn more</a>
</div>
</div>
<div class="content-section">
<div class="content-left">
<picture>
<source
srcset="images/mobile/image-stand-out.jpg"
media="(max-width: 740px)"
/>
<img src="images/desktop/image-stand-out.jpg" alt="Image" />
</picture>
</div>
<div class="content-right">
<h2>Stand out to the right audience</h2>
<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="#" class="show-more show-more-red"> Learn more </a>
</div>
</div>
<div class="dual-content-section">
<div class="dual-content-block content-design">
<h2>Graphic design</h2>
<p>
Great design makes you memorable. We deliver artwork that
underscores your brand message and captures potential clients’
attention.
</p>
</div>
<div class="dual-content-block content-photography">
<h2>Photography</h2>
<p>
Increase your credibility by getting the most stunning, high-quality
photos that improve your business image.
</p>
</div>
</div>
<div class="testimonials-section">
<h2>Client testimonials</h2>
<div class="testimonials">
<div class="testimonial">
<img src="images/image-emily.jpg" alt="Profile 1" />
<p>
We put our trust in Sunnyside and they delivered, making sure our
needs were met and deadlines were always hit.
</p>
<h3>Emily R.</h3>
<p class="second-p">Marketing Director</p>
</div>
<div class="testimonial">
<img src="images/image-thomas.jpg" alt="Profile 2" />
<p>
Sunnyside’s enthusiasm coupled with their keen interest in our
brand’s success made it a satisfying and enjoyable experience.
</p>
<h3>Thomas S.</h3>
<p class="second-p">Chief Operating Officer</p>
</div>
<div class="testimonial">
<img src="images/image-jennie.jpg" alt="Profile 3" />
<p>
Incredible end result! Our sales increased over 400% when we
worked with Sunnyside. Highly recommended!
</p>
<h3>Jennie F.</h3>
<p class="second-p">Business Owner</p>
</div>
</div>
</div>
<div class="four-block-section">
<div class="four-block">
<picture>
<source
media="(max-width: 740px)"
srcset="images/mobile/image-gallery-milkbottles.jpg"
/>
<img
src="images/desktop/image-gallery-milkbottles.jpg"
alt="Block 1"
/>
</picture>
</div>
<div class="four-block">
<picture>
<source
media="(max-width: 740px)"
srcset="images/mobile/image-gallery-orange.jpg"
/>
<img src="images/desktop/image-gallery-orange.jpg" alt="Block 2" />
</picture>
</div>
<div class="four-block">
<picture>
<source
media="(max-width: 740px)"
srcset="images/mobile/image-gallery-cone.jpg"
/>
<img src="images/desktop/image-gallery-cone.jpg" alt="Block 3" />
</picture>
</div>
<div class="four-block">
<picture>
<source
media="(max-width: 740px)"
srcset="images/mobile/image-gallery-sugar-cubes.jpg"
/>
<img
src="images/desktop/image-gallery-sugarcubes.jpg"
alt="Block 4"
/>
</picture>
</div>
</div>
</main>
<footer class="footer-section">
<div class="footer-logo">
<img src="images/logo.svg" alt="Footer Logo" />
</div>
<div class="footer-nav">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Projects</a></li>
</ul>
</div>
<div class="footer-social">
<ul class="social-icons">
<li>
<a href="#" title="social-media-link"
><i class="fa-brands fa-square-facebook"></i
></a>
</li>
<li>
<a href="#" title="social-media-link"
><i class="fa-brands fa-twitter"></i
></a>
</li>
<li>
<a href="#" title="social-media-link"
><i class="fa-brands fa-instagram"></i
></a>
</li>
<li>
<a href="#" title="social-media-link"
><i class="fa-brands fa-pinterest"></i
></a>
</li>
</ul>
</div>
</footer>
<div>
<p class="attribution">
Coded by
<a
href="https://github.com/Sarthak-0-Sach"
target="_blank"
rel="noopener"
>Sarthak Sachdev</a
>.
</p>
</div>
<script src="script.js"></script>
</body>
</html>