-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
313 lines (298 loc) · 11.4 KB
/
Copy pathabout.html
File metadata and controls
313 lines (298 loc) · 11.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<title>Designo About Page</title>
<link rel="stylesheet" href="./styles/reset.css" />
<link rel="stylesheet" href="./styles/reuse.css" />
<link rel="stylesheet" href="./styles/about.css" />
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<a href="./index.html" class="logo">
<img
src="./assets/shared/desktop/logo-dark.png"
alt="logo"
class="logo_img"
/>
</a>
<ul class="nav_menu">
<li class="nav_item">
<a href="./about.html" class="nav_link">Our Company</a>
</li>
<li class="nav_item">
<a href="./locations.html" class="nav_link">locations</a>
</li>
<li class="nav_item">
<a href="./contact.html" class="nav_link">contact</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="overlay"></div>
</nav>
</header>
<main>
<section class="about-us">
<div class="about-us_img-container">
<picture>
<source
srcset="./assets/about/desktop/image-about-hero.jpg"
media="(min-width:1024px)"
/>
<source
srcset="./assets/about/tablet/image-about-hero.jpg"
media="(min-width:768px)"
/>
<img
src="./assets/about/mobile/image-about-hero.jpg"
alt="about us image"
class="about-us_img"
/>
</picture>
</div>
<div class="about-us_text-container bg-container">
<h1 class="about-us_heading">About Us</h1>
<p class="about-us_desc">
Founded in 2010, we are a creative agency that produces lasting
results for our clients. We’ve partnered with many startups,
corporations, and nonprofits alike to craft designs that make real
impact. We’re always looking forward to creating brands, products,
and digital experiences that connect with our clients’ audiences.
</p>
</div>
</section>
<section class="world-class">
<div class="world-class_img-container">
<picture>
<source
srcset="./assets/about/desktop/image-world-class-talent.jpg"
media="(min-width:1024px)"
/>
<source
srcset="./assets/about/tablet/image-world-class-talent.jpg"
media="(min-width:768px)"
/>
<img
src="./assets/about/mobile/image-world-class-talent.jpg"
alt="world class talent image"
class="world-class_img"
/>
</picture>
</div>
<div class="world-class_text-container bg-container">
<h1 class="world-class_heading">World-class talent</h1>
<div class="world-class_desc">
<p class="world-class_desc-paragraph">
We are a crew of strategists, problem-solvers, and
technologists. Every design is thoughtfully crafted from concept
to launch, ensuring success in its given market. We are
constantly updating our skills in a myriad of platforms.
</p>
<p class="world-class_desc-paragraph">
Our team is multi-disciplinary and we are not merely interested
in form — content and meaning are just as important. We give
great importance to craftsmanship, service, and prompt delivery.
Clients have always been impressed with our high-quality
outcomes that encapsulates their brand’s story and mission
</p>
</div>
</div>
</section>
<section class="locations">
<div class="location">
<div class="location_img-bg-container">
<img
src="./assets/shared/desktop/illustration-canada.svg"
alt="canada"
/>
</div>
<div>
<h3 class="location_title">Canada</h3>
<button class="btn-light location-btn">See location</button>
</div>
</div>
<div class="location">
<div class="location_img-bg-container">
<img
src="./assets/shared/desktop/illustration-australia.svg"
alt="Australia"
/>
</div>
<div>
<h3 class="location_title">Australia</h3>
<button class="btn-light location-btn">See location</button>
</div>
</div>
<div class="location">
<div class="location_img-bg-container">
<img
src="./assets/shared/desktop/illustration-united-kingdom.svg"
alt="united kingdom"
/>
</div>
<div>
<h3 class="location_title">united kingdom</h3>
<button class="btn-light location-btn">See location</button>
</div>
</div>
</section>
<section class="real-deal">
<div class="real-deal_img-container">
<picture>
<source
srcset="./assets/about/desktop/image-real-deal.jpg"
media="(min-width:1024px)"
/>
<source
srcset="./assets/about/tablet/image-real-deal.jpg"
media="(min-width:768px)"
/>
<img
src="./assets/about/mobile/image-real-deal.jpg"
alt="real-deal image"
class="real-deal_img"
/>
</picture>
</div>
<div class="real-deal_text-container bg-container">
<h1 class="real-deal_heading">The real deal</h1>
<div class="real-deal_desc">
<p class="real-deal_desc-paragraph">
As strategic partners in our clients’ businesses, we are ready
to take on any challenge as our own. Solving real problems
require empathy and collaboration, and we strive to bring a
fresh perspective to every opportunity. We make design and
technology more accessible and give you tools to measure
success.
</p>
<p class="real-deal_desc-paragraph">
We are visual storytellers in appealing and captivating ways. By
combining business and marketing strategies, we inspire
audiences to take action and drive real results.
</p>
</div>
</div>
</section>
<section class="cta">
<div class="cta_text-container">
<h2 class="cta_text-heading">Let’s talk about your project</h2>
<p class="cta_text-paragraph">
Ready to take it to the next level? Contact us today and find out
how our expertise can help your business grow.
</p>
</div>
<div class="cta_btn-container">
<button class="btn-dark">Get in touch</button>
</div>
</section>
</main>
</div>
<footer class="footer">
<div class="footer_wrapper">
<div class="footer_upper-container">
<div class="footer_logo-container">
<img
src="./assets/shared/desktop/logo-light.png"
alt="logo"
class="logo_img"
/>
</div>
<nav class="footer_nav">
<a href="./about.html" class="footer_nav-link">Our company</a>
<a href="./locations.html" class="footer_nav-link">Locations</a>
<a href="./contact.html" class="footer_nav-link">Contact</a>
</nav>
</div>
<div class="footer_lower-container">
<div class="footer_address">
<strong>Design Central Office</strong>
<p>3886 Wellington Street</p>
<p>Toronto, Ontario M9C 3J5</p>
</div>
<div class="footer_contact">
<strong>Contact Us (Central Office)</strong>
<p>P : +1 253-863-8967</p>
<p>M : contact@designo.co</p>
</div>
<div class="footer_social-media-links">
<img
src="./assets/shared/desktop/icon-facebook.svg"
alt="facebook page"
/>
<img
src="./assets/shared/desktop/icon-youtube.svg"
alt="youtube page"
/>
<img
src="./assets/shared/desktop/icon-twitter.svg"
alt="twitter page"
/>
<img
src="./assets/shared/desktop/icon-pinterest.svg"
alt="pinterest page"
/>
<img
src="./assets/shared/desktop/icon-instagram.svg"
alt="instagram page"
/>
</div>
</div>
</div>
</footer>
<script src="./scripts/index.js"></script>
</body>
</html>
<!-- Our Company
Locations
Contact
About us
Founded in 2010, we are a creative agency that produces lasting results for our clients.
We’ve partnered with many startups, corporations, and nonprofits alike to craft designs
that make real impact. We’re always looking forward to creating brands, products, and
digital experiences that connect with our clients' audiences.
World-class talent
We are a crew of strategists, problem-solvers, and technologists. Every design is thoughtfully
crafted from concept to launch, ensuring success in its given market. We are constantly updating
our skills in a myriad of platforms.
Our team is multi-disciplinary and we are not merely interested in form — content and meaning
are just as important. We give great importance to craftsmanship, service, and prompt delivery.
Clients have always been impressed with our high-quality outcomes that encapsulates their
brand’s story and mission.
The real deal
As strategic partners in our clients’ businesses, we are ready to take on any challenge as our own.
Solving real problems require empathy and collaboration, and we strive to bring a fresh perspective to every
opportunity. We make design and technology more accessible and give you tools to measure success.
We are visual storytellers in appealing and captivating ways. By combining business and marketing strategies,
we inspire audiences to take action and drive real results.
Canada
See location
Australia
See location
United Kingdom
See location
Let’s talk about your project
Ready to take it to the next level? Contact us today and find out how our expertise can
help your business grow.
Get in touch
Our company
Locations
Contact
Designo Central Office
3886 Wellington Street
Toronto, Ontario M9C 3J5
Contact Us (Central Office)
P : +1 253-863-8967
M : contact@designo.co -->