-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (176 loc) · 6.49 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
<!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"
/>
<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:wght@700;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
<script src="./app.js" defer></script>
<title>Frontend Mentor | Sunnyside agency landing page</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
background-color: #91d4c6;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body class="container">
<header class="primary-header">
<nav class="navbar flex jc-sb ai-c">
<div class="navbar-logo">
<a href="/"><img src="./images/logo.svg" alt="navbar-logo" /></a>
</div>
<div class="hamburger">
<img src="./images/icon-hamburger.svg" alt="mobile-menu-toggle" />
</div>
<ul class="navbar-items ta-c hide-mobile-menu">
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Projects</a></li>
<li><a class="btn ff-heading uppercase" href="#">Contact</a></li>
</ul>
</nav>
<section class="header-content">
<h1 class="ff-heading uppercase text-white">we are creatives</h1>
<img src="./images/icon-arrow-down.svg" alt="header-arrow-svg" />
</section>
</header>
<!-- !MAIN -->
<main>
<!-- !SECTION-1-->
<section class="section-1">
<!-- !Part-1 -->
<div class="section-content">
<!-- <div class="bh"> -->
<h1 class="ff-heading text-heading width-1">Transform your brand</h1>
<p class="h">
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 class="uppercase ff-heading text-heading" href="#">Learn More</a>
<!-- </div> -->
</div>
<!-- !Part-2 -->
<div class="section-bg-img-1"></div>
</section>
<!-- !SECTION-2-->
<section class="section-2">
<!-- !Part1 -->
<div class="section-bg-img-2"></div>
<!-- !Part2 -->
<div class="section-content">
<h1 class="ff-heading text-heading width-2">
Stand out to the right audience
</h1>
<p class="h">
Using a collaborative formula of designers, researchers,
photographers, videographers, and copywriters, we’ll build and
extend your brand in digital places.
</p>
<a class="uppercase ff-heading text-heading" href="#">Learn More</a>
</div>
</section>
<!-- !SECTION-3-->
<section class="section-3">
<!-- !Part1 -->
<div class="part-1">
<h1 class="text-graphic ff-heading">Graphic Design</h1>
<p class="text-graphic">
Great design makes you memorable. We deliver artwork that
underscores your brand message and captures potential clients’
attention.
</p>
</div>
<!-- !Part2 -->
<div class="part-2">
<h1 class="text-photography ff-heading">Photography</h1>
<p class="text-photography">
Increase your credibility by getting the most stunning, high-quality
photos that improve your business image.
</p>
</div>
</section>
<!-- !SECTION-4-->
<section class="section-4">
<h3 class="uppercase text-designation ff-heading">
client testimonials
</h3>
<div class="testimonials">
<div class="client-1 client">
<img src="./images/image-emily.jpg" alt="emily" />
<p class="width">
We put our trust in Sunnyside and they delivered, making sure our
needs were met and deadlines were always hit.
</p>
<p class="name ff-heading text-heading">Emily R.</p>
<h5 class="text-designation">Marketing Director</h5>
</div>
<div class="client-2 client">
<img src="./images/image-thomas.jpg" alt="thomas" />
<p class="width">
Sunnyside’s enthusiasm coupled with their keen interest in our
brand’s success made it a satisfying and enjoyable experience.
</p>
<p class="name ff-heading text-heading">Thomas S.</p>
<h5 class="text-designation">Chief Operating Officer</h5>
</div>
<div class="client-3 client">
<img src="./images/image-jennie.jpg" alt="thomas" />
<p class="width">
Incredible end result! Our sales increased over 400% when we
worked with Sunnyside. Highly recommended!
</p>
<p class="name ff-heading text-heading">Jennie F.</p>
<h5 class="text-designation">Business Owner</h5>
</div>
</div>
</section>
<!-- !SECTION-5-->
<section class="section-5">
<div class="image-1"></div>
<div class="image-2"></div>
<div class="image-3"></div>
<div class="image-4"></div>
</section>
</main>
<!-- !FOOTER -->
<footer>
<img src="./images/footer-logo.svg" alt="" />
<div class="flex-item footer-a">
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Projects</a>
</div>
<div id="icon" class="flex-item">
<img src="./images/icon-facebook.svg" alt="" />
<img src="./images/icon-instagram.svg" alt="" />
<img src="./images/icon-twitter.svg" alt="" />
<img src="./images/icon-pinterest.svg" alt="" />
</div>
</footer>
<div class="attribution">
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank"
>Frontend Mentor</a
>. Coded by <a href="https://github.com/codername-123">codername-123</a>.
</div>
</body>
</html>