-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
459 lines (435 loc) · 20.9 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
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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Business Design.">
<meta name="keywords" content="design, solutions, figma, mobile">
<link rel="apple-touch-icon" sizes="180x180" href="./img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon/favicon-16x16.png">
<link rel="icon" href="./img/favicon/favicon.ico" type="image/x-icon">
<link rel="manifest" href="./img/favicon/site.webmanifest">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="./css/style.css" as="style" onload="this.rel='stylesheet'">
<!-- Fallback caso o preload falhe (opcional, mas recomendado para compatibilidade) -->
<noscript>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
</noscript>
<!-- SEO: Open Graph tags para redes sociais -->
<meta property="og:title" content="Design Agency">
<meta property="og:description" content="Business Design Solutions for modern companies.">
<meta property="og:image" content="./img/landing-page.jpg">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jeffersonsouuza.github.io/design-agency/">
<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Design Agency">
<meta name="twitter:description" content="Business Design Solutions for modern companies.">
<meta name="twitter:image" content="./img/landing-page.jpg">
<meta name="theme-color" content="#20b15a">
<title>Design Agency</title>
</head>
<body>
<section class="section-hero" id="hero" data-anime="100" class="fadeInDown">
<div class="container">
<header>
<nav class="nav">
<div class="logo" onclick="window.location.reload(true)">design<span>agency</span></div>
<ul class="menu" id="myLinks">
<li class="dropdown">
<div class="dropbtn nav-link">services <i class="bi bi-chevron-down"></i></div>
<div class="dropdown-content">
<a href="#services">Link 1</a>
<a href="#services">Link 2</a>
<a href="#services">Link 3</a>
</div>
</li>
<li><a class="about" href="#about">about us</a></li>
<li><a class="contact" href="#contact">contact us</a></li>
<li>
<div class="button-outline openLoginModal nav-link">login</div>
</li>
<li>
<div class="button-main register openRegisterModal nav-link">register</div>
</li>
<li>
<div id="navMobile" class="overlay">
<span class="closebtn" onclick="closeNav()">×</span>
<div class="overlay-content">
<a class="logo nav-link" href="#hero">design<span>agency</span></a>
<a class="nav-link" href="#services">Services</a>
<a class="nav-link" href="#about">About</a>
<a class="nav-link" href="#contact">Contact</a>
<div class="openLoginModalMobile nav-link">Login</div>
<div class="openRegisterModalMobile nav-link">Register</div>
</div>
</div>
<span class="icon-menu-hamburguer" onclick="openNav()">
<i class="bi-list"></i>
</span>
</li>
</ul>
</nav>
</header>
<div class="banner-hero">
<article class="text-hero fadeInDown" data-anime="100">
<h1>Increase Your Customers Loyalty and Satisfaction</h1>
<p>We help businesses like yours earn more customers, standout from competitors, make more money</p>
<button class="button-main">get started</button>
</article>
<img data-anime="100" class="fadeInDown" src="./img/banner-hero.png" alt="Banner" width="692" height="572" loading="lazy">
</div>
</div>
<div class="tools">
<div class="tools-group">
<div class="tools-image">
<a href="https://www.google.com/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/google.png" width="89" height="30" alt="icon google" class="tools-items tools-item__google" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://trello.com/pt-BR" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/trello.png" width="143" height="30" alt="icon trello" class="tools-items tools-item__trello" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://monday.com/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/monday.png" width="158" height="30" alt="icon monday" class="tools-items tools-item__monday" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://www.notion.so/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/notion.png" width="81" height="30" alt="icon notion" class="tools-items tools-item__notion" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://slack.com/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/slack.png" width="115" height="30" alt="icon slack" class="tools-items tools-item__slack" loading="lazy">
</a>
</div>
</div>
<div aria-hidden class="tools-group">
<div class="tools-image">
<a href="https://www.google.com/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/google.png" width="89" height="30" alt="icon google" class="tools-items tools-item__google" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://trello.com/pt-BR" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/trello.png" width="143" height="30" alt="icon trello" class="tools-items tools-item__trello" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://monday.com/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/monday.png" width="158" height="30" alt="icon monday" class="tools-items tools-item__monday" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://www.notion.so/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/notion.png" width="81" height="30" alt="icon notion" class="tools-items tools-item__notion" loading="lazy">
</a>
</div>
<div class="tools-image">
<a href="https://slack.com/" target="_blank" rel=”noopener noreferer”>
<img src="./img/business-tools/slack.png" width="115" height="30" alt="icon slack" class="tools-items tools-item__slack" loading="lazy">
</a>
</div>
</div>
</div>
<div class="divider-tools"></div>
</section>
<main class="section-services" id="about">
<div class="container">
<header data-anime="100" class="fadeInLeft">
<h1>What we do</h1>
<h2>We provide the Perfect Solution to your business growth</h2>
</header>
<div class="services">
<div class="services-card">
<div data-anime="100" class="fadeInDown">
<div class="services-icon">
<img src="./img/icon/activity.png" alt="imagem do portfolio" loading="lazy" width="34" height="34">
</div>
<h3>Grow Your Business</h3>
<p>We help identify the best ways to improve your business</p>
</div>
<div class="learn-more">
<a href="#" data-anime="100" class="fadeInLeft">learn more <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="services-card">
<div data-anime="100" class="fadeInDown">
<div class="services-icon">
<img src="./img/icon/heart.png" alt="icone de coração" loading="lazy" width="34" height="32">
</div>
<h3>Improve brand loyalty</h3>
<p>We help identify the best ways to improve your business</p>
</div>
<div class="learn-more">
<a href="#" data-anime="100" class="fadeInLeft">learn more <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="services-card">
<div data-anime="100" class="fadeInDown">
<div class="services-icon">
<img src="./img/icon/work.png" alt="icone de mala de trabalho" loading="lazy" width="34" height="33">
</div>
<h3>Improve Business Model</h3>
<p>We help identify the best ways to improve your business</p>
</div>
<div class="learn-more">
<a href="#" data-anime="100" class="fadeInLeft">learn more <i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</main>
<section class="section-numbers" id="numbers">
<div class="container">
<div class="numbers fadeInDown" data-anime="100">
<figure>
<img src="./img/icon/project-plan.png" alt="icone de projetos" loading="lazy" width="70" height="71">
<figcaption>Completed Projects</figcaption>
</figure>
<div><span class="number">100</span> +</div>
</div>
<div class="numbers fadeInDown" data-anime="100">
<figure>
<img src="./img/icon/rating.png" alt="icone de avaliação" loading="lazy" width="70" height="71">
<figcaption>Customer Satisfaction</figcaption>
</figure>
<div><span class="number">80</span> %</div>
</div>
<div class="numbers fadeInDown" data-anime="100">
<figure>
<img src="./img/icon/raise.png" alt="icone de aumento" loading="lazy" width="71" height="71">
<figcaption>Raised by Clients</figcaption>
</figure>
<div>$ <span class="number">10</span>M</div>
</div>
<div class="numbers fadeInDown" data-anime="100">
<figure>
<img src="./img/icon/timeline.png" alt="icone de tempo" loading="lazy" width="71" height="71">
<figcaption>Years in Business</figcaption>
</figure>
<div><span class="number">14 </span> yrs</div>
</div>
</div>
</section>
<article class="section-portfolio" id="services">
<div class="container">
<header data-anime="100" class="fadeInLeft">
<h1>Our Portfolio</h1>
<h2>We provide the Perfect Solution <br> to your business growth</h2>
</header>
<div class="portfolio">
<div class="portfolio-column-1">
<div class="portfolio-item fadeInDown" data-anime="100">
<figure>
<img src="./img/portfolio/portfolio-1.jpg" class="portfolio-img-1" alt="imagem do portfolio" loading="lazy" width="561" height="343">
<figcaption>
<h3>Digital Marketing Agency Website</h3>
<p>This is a website for a client who want to achieve their goals and meet their users needs while also increasing their reach. Accross all platforms. This is a website rebrand</p>
</figcaption>
</figure>
</div>
<div class="portfolio-item fadeInDown" data-anime="100">
<figure>
<img src="./img/portfolio/portfolio-3.png" class="portfolio-img-3" alt="imagem do portfolio" loading="lazy" width="561" height="523">
<figcaption>
<h3>Digital Marketing Agency Website</h3>
<p>This is a website for a client who want to achieve their goals and meet their users needs while also increasing their reach. Accross all platforms. This is a website rebrand</p>
</figcaption>
</figure>
</div>
</div>
<div class="portfolio-column-2">
<div class="portfolio-item fadeInDown" data-anime="100">
<figure>
<img src="./img/portfolio/portfolio-2.jpg" class="portfolio-img-2" alt="imagem do portfolio" loading="lazy" width="562" height="522">
<figcaption>
<h3>Digital Marketing Agency Website</h3>
<p>This is a website for a client who want to achieve their goals and meet their users needs while also increasing their reach. Accross all platforms. This is a website rebrand</p>
</figcaption>
</figure>
</div>
<div class="portfolio-item fadeInDown" data-anime="100">
<figure>
<img src="./img/portfolio/portfolio-4.png" class="portfolio-img-4" alt="imagem do portfolio" loading="lazy" width="554" height="339">
<figcaption>
<h3>Digital Marketing Agency Website</h3>
<p>This is a website for a client who want to achieve their goals and meet their users needs while also increasing their reach. Accross all platforms. This is a website rebrand</p>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</article>
<section class="section-testimonial">
<div class="container">
<header>
<div data-anime="100" class="fadeInLeft">
<h1>testimonials</h1>
<h2>See what our customer <br> say about us</h2>
</div>
<div class="slider-control fadeInRight" data-anime="100">
<button id="prevButton" class="return"><img src="./img/icon/arrow-left-bold.png" alt="icone controle esquerda" loading="lazy"></button>
<button id="nextButton" class="advance"><img src="./img/icon/arrow-right-bold.png" alt="icone controle direita" loading="lazy"></button>
</div>
</header>
<div class="testimonial fadeInRight" data-anime="300">
<div class="testimonial-card">
<p>Thank You for your service. I am very pleased with the result. I have seen exponencial growth in my business and its all thanks to your amazing service</p>
<div class="avatar">
<img src="./img/avatar/avatar-woman.png" alt="avatar" loading="lazy">
<div>
<h3>Emily Stones</h3>
<p>CEO, Marketing Guru</p>
</div>
</div>
</div>
<div class="testimonial-card">
<p>Thank You for your service. I am very pleased with the result. I have seen exponencial growth in my business and its all thanks to your amazing service</p>
<div class="avatar">
<img src="./img/avatar/avatar-woman.png" alt="avatar" loading="lazy">
<div>
<h3>Emily Stones</h3>
<p>CEO, Marketing Guru</p>
</div>
</div>
</div>
<div class="testimonial-card">
<p>Thank You for your service. I am very pleased with the result. I have seen exponencial growth in my business and its all thanks to your amazing service</p>
<div class="avatar">
<img src="./img/avatar/avatar-woman.png" alt="avatar" loading="lazy">
<div>
<h3>Emily Stones</h3>
<p>CEO, Marketing Guru</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-subscribe">
<div class="container">
<div data-anime="200" class="fadeInDown">
<h1>SUBSCRIBE</h1>
<h2>Subscribe to get the latest <br> news about us</h2>
<p>Please drop your email below to get daily update about what we do</p>
</div>
<form action="" data-anime="200" class="fadeInUp">
<label for=""></label>
<div class="input-container">
<input type="email" placeholder="Enter Your Email Address">
<button class="button-subscribe" type="button">Subscribe</button>
</div>
</form>
</div>
</section>
<footer id="contact">
<div class="container">
<div class="footer">
<div class="footer-column-1">
<h1 data-anime="200" class="fadeInLeft">web logo</h1>
<div data-anime="100" class="fadeInDown">
<p>Some footer text about the <br> Agency. Just a little description to <br> help people understand you better</p>
<div class="social-media">
<a href="https://www.facebook.com/" class="facebook" target="_blank" rel=”noopener noreferer”>
<img src="./img/icon/social media/facebook.png" alt="icone facebook" loading="lazy">
</a>
<a href="https://twitter.com/" class="twitter" target="_blank" rel=”noopener noreferer”>
<img src="./img/icon/social media/twitter.png" alt="icone twitter" loading="lazy">
</a>
<a href="https://www.linkedin.com/" class="linkedin" target="_blank" rel=”noopener noreferer>
<img src="./img/icon/social media/linkedin.png" alt="icone linkedin" loading="lazy">
</a>
<a href="https://www.instagram.com/" class="instagram" target="_blank" rel=”noopener noreferer”>
<img src="./img/icon/social media/instagram.png" alt="icone instagram" loading="lazy">
</a>
</div>
</div>
</div>
<div class="footer-column-2">
<h2 data-anime="200" class="fadeInLeft">Quick Links</h2>
<ul data-anime="100" class="fadeInDown nav">
<li>
<a href="#numbers">services</a>
</li>
<li>
<a href="#services">portfolio</a>
</li>
<li>
<a href="#about">about us</a>
</li>
<li>
<a href="#contact">contact us</a>
</li>
</ul>
</div>
<div class="footer-column-3">
<h2 data-anime="200" class="fadeInLeft">address</h2>
<address data-anime="100" class="fadeInDown">Design Agency Head Office. <br> Airport Road <br> United Arab Emirate</address>
</div>
</div>
<div class="copyright nav">
<p>Copyright Design Agency 2022</p>
<a href="#hero" class="back-button nav-link">back to top </a>
</div>
</div>
</footer>
<!-- Modal Login -->
<div class="modal" id="loginModal">
<div class="modal-content">
<span class="close">×</span>
<div class="logo" href="/">design<span>agency</span></div>
<p>Welcome back !!!</p>
<h1>Sing in</h1>
<form>
<label for="email">
<span>Email</span>
</label>
<input type="email" id="email" name="email" placeholder="[email protected]" required>
<label class="password" for="password">
<span>Password</span>
<span><a href="">Forgot Password ?</a></span>
</label>
<input type="password" id="password" name="password" placeholder="**************" required>
<div class="button-login">
<button type="submit">Sing in</button>
</div>
</form>
<p class="signUp">I don’t have an account ? <a href="/" class="openRegisterModal">Sign up</a></p>
</div>
</div>
<!-- Modal Register -->
<div class="modal registerModal" id="registerModal">
<div class="modal-content">
<span class="close">×</span>
<div class="logo" href="/">design<span>agency</span></div>
<p>Welcome back !!!</p>
<h1>Sing up</h1>
<form>
<label for="register-email">
<span>Email</span>
</label>
<input type="email" id="register-email" name="register-email" placeholder="[email protected]" required>
<label class="password" for="register-password">
<span>Password</span>
</label>
<input type="password" id="register-password" name="register-password" placeholder="**************" required>
<div class="button-login">
<button type="submit">Sing up</button>
</div>
</form>
<p class="signUp">If you have an account ? <a href="/" class="openLoginModal">Sign in</a></p>
</div>
</div>
<script type="module" src="./js/script.js" defer></script>
</body>
</html>