-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (145 loc) · 5.81 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
<!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>Agency landing page</title>
<link rel="stylesheet" type="text/css" href="normalise.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="script.js" defer></script>
<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@300;600&family=Fraunces:opsz,wght@9..144,700;9..144,900&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="bold600">sunnyside</div>
<ul class="menu">
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact</a></li>
</ul>
<button id="hamburger"><img src="images/icon-hamburger.svg"></button>
<div id="drop-down" class="hamburger-pop-up on">
<div class="speech-bubble">
<ul class="menu-drop-down">
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="heading-container">
<h1 class="hero heading">WE ARE CREATIVES</h1>
<div class="arrow">
<div class="down"></div>
<div class="point"></div>
</div>
</div>
</header>
<section class="grid-container">
<div class="grid-child before-image">
<img src="images/desktop/image-transform.jpg">
</div>
<div class="grid-child">
<div class="text">
<h2 class="heading">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>
<p class="learn-more yellow">LEARN MORE<span class="line"></span></p>
</div>
</div>
<div class="grid-child after-image">
<img src="images/desktop/image-transform.jpg">
</div>
<div class="grid-child">
<img src="images/desktop/image-stand-out.jpg">
</div>
<div class="grid-child">
<div class="text">
<h2 class="heading">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>
<P class="learn-more red">LEARN MORE</P>
</div>
</div>
<div class="graphic-design grid-child background">
<img src="images/desktop/image-graphic-design.jpg">
<div class="text bottom">
<h2 class="heading">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>
<div class="photography grid-child background">
<img src="/images/desktop/image-photography.jpg">
<div class="text bottom">
<h2 class="heading">Photography</h2>
<p>Increase your credibility by getting the most stunning, high-quality photos that improve your business image.</p>
</div>
</div>
</div>
</section>
<section class="testimonials center-container">
<div>
<h3 class="grey heading">Client testimonials</h3>
<div class="profile-container">
<div class="profile">
<img src="images/image-emily.jpg">
<p>We put our trust in Sunnyside and they delivered, making sure our needs were met and deadlines were always hit.</p>
<div>
<div class="heading">Emily R.</div>
<span class="grey">Marketing Director</span>
</div>
</div>
<div class="profile">
<img src="images/image-thomas.jpg">
<p>Sunnyside’s enthusiasm coupled with their keen interest in our brand’s success made it a satisfying and enjoyable experience.</p>
<div>
<div class="heading">Thomas S.</div>
<span class="grey">Chief Operating Officer</span>
</div>
</div>
<div class="profile">
<img src="images/image-jennie.jpg">
<p>Incredible end result! Our sales increased over 400% when we worked with Sunnyside. Highly recommended!</p>
<div>
<div class="heading">Jennie F.</div>
<span class="grey">Business Owner</span>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="images">
<img src="images/mobile/image-gallery-milkbottles.jpg">
<img src="images/mobile/image-gallery-orange.jpg">
<img src="images/mobile/image-gallery-cone.jpg">
<img src="images/mobile/image-gallery-sugar-cubes.jpg">
</div>
</section>
<footer class="center-container">
<div class="contact-container">
<div class="bold600 logo">sunnyside</div>
<ul class="links">
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Projects</a></li>
</ul>
<div class="links socials">
<img src="images/icon-facebook.svg">
<img src="images/icon-instagram.svg">
<img src="images/icon-twitter.svg">
<img src="images/icon-pinterest.svg">
</div>
</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/Traceydh/agency-landing-page">Traceydh</a>.
</div>
</body>
</html>