This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
356 lines (356 loc) · 15.3 KB
/
contact.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
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<title>Contact - Designo</title>
<script>
document.documentElement.className = "js";
</script>
<link rel="stylesheet" href="/css/style.min.css" />
<script src="/js/app.min.js" defer></script>
<script src="/js/suppliers/inert-polyfill.min.js" defer></script>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicons/favicon-16x16.png"
/>
<link
rel="mask-icon"
href="/favicons/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#1c1d1e" />
<meta name="msapplication-config" content="/favicons/browserconfig.xml" />
<meta name="theme-color" content="#e7816b" />
<link rel="manifest" href="/manifest.json" />
<meta
name="description"
content="Let’s talk about your project! Contact us today to learn how our experience can help your company grow."
/>
<meta name="url" content="https://officialdesigno.netlify.app/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Contact - Designo" />
<meta property="og:site_name" content="Designo" />
<meta
property="og:description"
content="Let’s talk about your project! Contact us today to learn how our experience can help your company grow."
/>
<meta property="og:url" content="https://officialdesigno.netlify.app/" />
<meta
property="og:image"
content="https://officialdesigno.netlify.app/design/designo-banner.jpg"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="google" content="nositelinkssearchbox" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<link rel="author" href="https://officialdesigno.netlify.app/humans.txt" />
</head>
<body dir="ltr">
<header class="header">
<a href="#main">Skip to main content</a>
<div class="container container--padding header__container">
<a href="/">
<img
src="/images/logo/logo-dark.png"
alt="Designo - Home"
width="202"
height="27"
/>
</a>
<nav aria-labelledby="primary-navigation">
<p id="primary-navigation" hidden>primary</p>
<button
type="button"
class="header__menu-button js-menu-button"
aria-expanded="false"
aria-controls="menu-list"
>
<span class="sr-only">Menu</span>
<img
src="/svg/icon-hamburger.svg"
alt=""
class="header__icon js-menu-button-icon"
width="24"
height="20"
aria-hidden="true"
/>
</button>
<ul id="menu-list" class="header__list">
<li class="header__item">
<a href="/about.html" class="header__link">Our Company</a>
</li>
<li class="header__item">
<a href="/locations.html" class="header__link">Locations</a>
</li>
<li class="header__item">
<a href="/contact.html" class="header__link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="js-landmark" tabindex="-1">
<div class="wrapper wrapper--contact flow">
<div class="container container--padding@tiny contact">
<div class="card card--rounded@tiny card--peach contact__card">
<div class="contact__container">
<h1>Contact us</h1>
<p class="contact__description">
Ready to take it to the next level? Let’s talk about your
project or idea and find out how we can help your business grow.
If you are looking for unique digital experiences that’s
relatable to your users, drop us a line.
</p>
</div>
<form
class="contact__form flow js-form"
name="contact"
method="POST"
data-netlify="true"
>
<div>
<label>
<span class="sr-only">Name</span>
<input
type="text"
name="name"
class="contact__input js-required-input"
placeholder="Name"
required
aria-describedby="name-alert"
data-id="name"
/>
</label>
<p
id="name-alert"
class="contact__alert js-alert"
aria-live="polite"
data-id="name"
></p>
</div>
<div class="contact__form-control">
<label>
<span class="sr-only">Email</span>
<input
type="email"
name="email"
class="contact__input js-required-input"
placeholder="Email"
required
aria-describedby="email-alert"
data-id="email"
/>
</label>
<p
id="email-alert"
class="contact__alert js-alert"
aria-live="polite"
data-id="email"
></p>
</div>
<div>
<label>
<span class="sr-only">Phone</span>
<input
type="tel"
name="phone"
class="contact__input"
placeholder="Phone"
/>
</label>
</div>
<div>
<label>
<span class="sr-only">Your Message</span>
<textarea
name="message"
cols="30"
rows="4"
class="contact__input js-required-input"
placeholder="Your Message"
required
aria-describedby="message-alert"
data-id="message"
></textarea>
</label>
<p
id="message-alert"
class="contact__alert js-alert"
aria-live="polite"
data-id="message"
></p>
</div>
<button
type="submit"
class="button button--white contact__button"
>
Submit
</button>
</form>
</div>
</div>
<div class="container container--padding@tiny area">
<div class="area__item">
<div class="circle circle--rotate-90deg">
<img
src="/svg/illustration-canada.svg"
alt=""
width="202"
height="202"
aria-hidden="true"
/>
</div>
<p class="heading heading--three area__title">Canada</p>
<a href="/locations.html" class="button button--peach">
See location
</a>
</div>
<div class="area__item">
<div class="circle">
<img
src="/svg/illustration-australia.svg"
alt=""
width="202"
height="202"
aria-hidden="true"
/>
</div>
<p class="heading heading--three area__title">Australia</p>
<a href="/locations.html" class="button button--peach">
See location
</a>
</div>
<div class="area__item">
<div class="circle circle--rotate-275deg">
<img
src="/svg/illustration-united-kingdom.svg"
alt=""
width="202"
height="202"
aria-hidden="true"
/>
</div>
<p class="heading heading--three area__title">United Kingdom</p>
<a href="/locations.html" class="button button--peach">
See location
</a>
</div>
</div>
</div>
</main>
<footer
class="footer footer--no-call-to-action js-landmark"
aria-labelledby="footer-site"
role="contentinfo"
>
<p id="footer-site" hidden>Site</p>
<div class="container container--padding">
<div class="footer__container footer__line">
<a href="/" class="footer__home">
<img
src="/images/logo/logo-light.png"
alt="Designo - Home"
width="202"
height="27"
/>
</a>
<nav
class="footer__navigation"
aria-labelledby="secondary-navigation"
>
<p id="secondary-navigation" hidden>secondary</p>
<ul class="footer__list">
<li class="footer__item">
<a href="/about.html" class="footer__link">Our company</a>
</li>
<li class="footer__item">
<a href="/locations.html" class="footer__link">Locations</a>
</li>
<li class="footer__item">
<a href="/contact.html" class="footer__link">Contact</a>
</li>
</ul>
</nav>
<p class="footer__address">
<span class="font-weight-700">Designo Central Office</span>
<span>3886 Wellington Street</span>
<span>Toronto, Ontario M9C 3J5</span>
</p>
<p class="footer__contact font-weight-700">
<span>Contact Us (Central Office)</span>
<span>P : +1 253-863-8967</span>
<span>M : [email protected]</span>
</p>
<div class="footer__social-media">
<a href="/" class="footer__external-link" aria-label="Facebook">
<!-- prettier-ignore -->
<svg width="24" height="24" aria-hidden="true" focusable="false"><path d="M22.675 0H1.325C.593 0 0 .593 0 1.325v21.351C0 23.407.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116c.73 0 1.323-.593 1.323-1.325V1.325C24 .593 23.407 0 22.675 0z" fill="currentColor" fill-rule="nonzero"/></svg>
</a>
<a href="/" class="footer__external-link" aria-label="YouTube">
<!-- prettier-ignore -->
<svg width="24" height="24" aria-hidden="true" focusable="false"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm4.441 16.892c-2.102.144-6.784.144-8.883 0C5.282 16.736 5.017 15.622 5 12c.017-3.629.285-4.736 2.558-4.892 2.099-.144 6.782-.144 8.883 0C18.718 7.264 18.982 8.378 19 12c-.018 3.629-.285 4.736-2.559 4.892zM10 9.658l4.917 2.338L10 14.342V9.658z" fill="currentColor" fill-rule="nonzero"/></svg>
</a>
<a href="/" class="footer__external-link" aria-label="Twitter">
<!-- prettier-ignore -->
<svg width="24" height="20" aria-hidden="true" focusable="false"><path d="M24 2.557a9.83 9.83 0 01-2.828.775A4.932 4.932 0 0023.337.608a9.864 9.864 0 01-3.127 1.195A4.916 4.916 0 0016.616.248c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 011.671 1.149a4.93 4.93 0 001.523 6.574 4.903 4.903 0 01-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 01-2.224.084 4.928 4.928 0 004.6 3.419A9.9 9.9 0 010 17.54a13.94 13.94 0 007.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0024 2.557z" fill="currentColor" fill-rule="nonzero"/></svg>
</a>
<a href="/" class="footer__external-link" aria-label="Pinterest">
<!-- prettier-ignore -->
<svg width="24" height="24" aria-hidden="true" focusable="false"><path d="M12 0C5.373 0 0 5.372 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738a.36.36 0 01.083.345l-.333 1.36c-.053.22-.174.267-.402.161-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.262 7.929-7.262 4.163 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.464-6.227 7.464-1.216 0-2.359-.631-2.75-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12z" fill="currentColor" fill-rule="nonzero"/></svg>
</a>
<a href="/" class="footer__external-link" aria-label="Instagram">
<!-- prettier-ignore -->
<svg width="24" height="24" aria-hidden="true" focusable="false"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z" fill="currentColor" fill-rule="nonzero"/></svg>
</a>
</div>
</div>
</div>
</footer>
<footer
class="attribution"
aria-labelledby="attribution"
role="contentinfo"
>
<p id="attribution" hidden>Frontend Mentor attribution</p>
<div class="container container--padding">
<p class="attribution__description">
Challenge by
<a class="attribution__link" href="https://www.frontendmentor.io"
>Frontend Mentor</a
>. Coded by
<a class="attribution__link" href="https://github.com/vanzasetia"
>Vanza Setia</a
>.
</p>
</div>
</footer>
<script src="/js/suppliers/instant-page.min.js" type="module"></script>
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register("/sw.min.js");
});
}
</script>
</body>
</html>