-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
194 lines (184 loc) · 7.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
<!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>Frontend Mentor | Sunnyside agency landing page</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<!-- header starts here -->
<header class="main-header">
<div class="main-header-container">
<div class="logo">
<label class="hamburger">
<span><img id="hamburger" src="./images/icon-hamburger.svg" alt=""></span>
</label>
<img src="./images/logo.svg" alt="sunnyside logo" />
</div>
<ul id="header-nav" class="nav header-nav">
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Projects</a></li>
<li><a id="contact" href="#">CONTACT</a></li>
</ul>
</div>
<div class="arrow-container">
<p>We are creatives</p>
<img src="./images/icon-arrow-down.svg" alt="arrow-down" />
</div>
</header>
<!-- header ends here -->
<!-- main section starts here -->
<main>
<!-- transform part starts -->
<section class="column transform-column">
<section class="content transform-content">
<h1>Transform your brand</h1>
<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>
<span></span>
</section>
<div class="eggies">
<img class="img-box egg-img" src="./images/desktop/image-transform.jpg"
alt="Egg with yellow background" />
</div>
</section>
<!-- transform part ends -->
<!-- cup area starts here -->
<section class="column cup-column">
<div>
<img class="img-box cup-img" src="images/desktop/image-stand-out.jpg"
alt="pink cup with pink background" />
</div>
<section class="content audience-content">
<h1>Stand out to the right audience</h1>
<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>
<span></span>
</section>
</section>
<!-- cup area ends here -->
<!-- graphic and photography starts here -->
<div class="column text-image-column">
<section class="container graphic-content">
<div class="text-area">
<h1>Graphic Design</h1>
<p>
Great design makes you memorable. We deliver <br />artwork that
underscores your brand message <br />and captures potential
clients’ attention.
</p>
</div>
</section>
<section class="container photography-content">
<div class="text-area">
<h1>Photography</h1>
<p>
Increase your credibility by getting the most <br />stunning,
high-quality photos that improve your <br />business image.
</p>
</div>
</section>
</div>
<!-- graphic and photography ends here -->
<!-- testimonials starts here -->
</main>
<section class="testimonials">
<h1>Client testimonials</h1>
<div class="clients">
<div>
<img src="./images/image-emily.jpg" alt="Emily's picture" />
<p>
We put our trust in Sunnyside and they delivered, making sure our
needs were met and deadlines were always hit.
</p>
<div>
<strong>Emily R.</strong>
<span>Marketing Director</span>
</div>
</div>
<div>
<img src="./images/image-thomas.jpg" alt="Thomas's picture" />
<p>
Sunnyside’s enthusiasm coupled with their keen interest in our
brand’s success made it a satisfying and enjoyable experience.
</p>
<div>
<strong>Thomas S.</strong>
<span>Chief Operating Officer</span>
</div>
</div>
<div>
<img src="./images/image-jennie.jpg" alt="Jennie's picture" />
<p>
Incredible end result! Our sales increased over 400% when we worked
with Sunnyside. Highly recommended!
</p>
<div>
<strong>Jennie F.</strong>
<span>Business Owner</span>
</div>
</div>
</div>
</section>
<!-- testimonials ends here -->
<div class="gallery-images">
<img src="./images/desktop/image-gallery-milkbottles.jpg" alt="milk bottles" />
<img src="./images/desktop/image-gallery-orange.jpg" alt="orange" />
<img src="./images/desktop/image-gallery-cone.jpg" alt="cone" />
<img src="./images/desktop/image-gallery-sugarcubes.jpg" alt="sugar cubes" />
</div>
<footer>
<div class="footer">
<div class="container company-name-container">
<h1 class="company-name">sunnyside</h1>
</div>
<div class="container 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="container socials">
<ul class="footer-nav">
<li>
<a href="#">
<img class="facebook" src="./images/icon-facebook.svg" alt="Facebook" />
</a>
</li>
<li>
<a href="#">
<img class="instagram" src="./images/icon-instagram.svg" alt="instagram" />
</a>
</li>
<li>
<a href="#">
<img class="twitter" src="./images/icon-twitter.svg" alt="twitter" />
</a>
</li>
<li>
<a href="#">
<img class="pinterest" src="./images/icon-pinterest.svg" alt="pinterest" />
</a>
</li>
</ul>
</div>
</div>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="script.js"></script>
</body>
</html>