This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 371
/
index.html
630 lines (595 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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<!DOCTYPE html>
<html lang="en">
<!-- ******* HEAD ******** -->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="icon" href="./assets/images/keiko-icon.ico" />
<title>Keiko Corp</title>
<!-- Open graph -->
<meta
property="og:image"
content="https://keiko-corp.netlify.app/assets/images/keiko-logo-og.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:title" content="The best tech startup" />
<meta
property="og:description"
content="The fastest growing tech start up in Silicon Valley."
/>
<meta property="og:url" content="https://keiko-corp.netlify.app/" />
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<!-- STYLES -->
<link rel="stylesheet" href="./assets/global.css" />
<link rel="stylesheet" href="./assets/css/nav-styles.css" />
<link rel="stylesheet" href="./assets/css/footer.css" />
<link rel="stylesheet" href="./assets/css/contact.css" />
<link rel="stylesheet" href="./assets/css/companies-banner.css" />
<link rel="stylesheet" href="./assets/css/neverMissAnUpdate.css" />
<link rel="stylesheet" href="./assets/css/scroll-bar.css" />
<link rel="stylesheet" href="./assets/css/testimonials.css" />
<link rel="stylesheet" href="./assets/css/media-queries.css" />
<link rel="stylesheet" href="./assets/css/animations.css" />
<link rel="stylesheet" href="./assets/css/styles.css" />
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/6e73d2f258.js"
crossorigin="anonymous"
></script>
</head>
<!-- ******* BODY ******** -->
<body>
<div class="main" id="main">
<!-- HEADER -->
<header class="no-user-select">
<!-- sticky header -->
<div class="container-nav">
<img
src="./assets/images/keiko-logo.png"
class="logo"
alt="Keiko Corp"
/>
<nav class="navbar">
<label class="toggle-bar-mobile" id="toggle-bar">
<input
type="checkbox"
id="toggle-checkbox"
aria-label="Toggle Switch"
/>
<span class="slider round" id="slider-round"></span>
</label>
<div class="nav-button">
<span></span>
<span></span>
<span></span>
</div>
<ul class="menu">
<li>
<!-- <img src="./assets/images/keiko-logo.png" class="logo" alt="Keiko Corp" /> -->
</li>
<li>
<a href="#">
<button id="home">Home</button>
</a>
</li>
<li>
<a href="#feature">
<button id="contact-btn" role="button" aria-label="Features">
Features
</button>
</a>
</li>
<li>
<a href="#testimonials">
<button
id="contact-btn"
role="button"
aria-label="Testimonials"
>
Testimonials
</button>
</a>
</li>
<li class="menu-team">
<a href="./meet-the-team.html">
<button id="contact-btn" role="button" aria-label="Team">
Team
</button>
</a>
</li>
<li class="menu-price">
<a href="#pricing">
<button id="contact-btn" role="button" aria-label="Pricing">
Pricing
</button>
</a>
</li>
<!-- dropdown btn -->
<div
class="dropdown"
role="navigation"
aria-label="More Menu Items"
>
<button class="dropbtn">
More<i class="fas fa-caret-down" id="caret-down"></i>
</button>
<div class="dropdown-content">
<a class="drop-team" href="./meet-the-team.html">Team</a>
<a class="drop-price" href="#pricing">Pricing</a>
<a href="about.html">About</a>
<a href="blog.html">Blog</a>
<a href="job-listing.html">Job Listings</a>
<a href="support.html">Support</a>
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="faq.html">FAQ</a>
</div>
</div>
<!-- end of dropdown btn -->
<!-----------------Toggle Button for Dark Mode---------------- -->
<label class="toggle-bar" id="toggle-bar">
<input
type="checkbox"
id="toggle-checkbox"
aria-label="Toggle Switch"
/>
<span class="slider round" id="slider-round"></span>
</label>
<!-- --------------------------------------- -->
<div class="user-forms">
<a href="./contact.html">
<button
class="red-btn"
id="contact-btn"
role="button"
aria-label="Contact"
>
Contact
</button>
</a>
<a href="./login.html">
<button
class="red-btn"
id="contact-btn"
role="button"
aria-label="Login"
>
Login
</button>
</a>
</div>
</ul>
</nav>
</div>
</header>
<!-- ******** Hero ******** -->
<section class="hero">
<div class="hero_image">
<img
src="./assets/images/hero.svg"
class="hero_image"
alt="Hero Image"
/>
</div>
<div class="hero_content">
<h1>The Best Tech StartUp</h1>
<p>
Even the all-powerful Pointing has no control about the blind
texts.It is an almost unorthographic life.One day however, a small
line of blind text by the name of Lorem Ipsum decided to leave for
the far world of Grammar.
</p>
<a href="#pricing">
<button class="CTA" role="button" aria-label="Get Started">
Get Started
</button>
</a>
</div>
</section>
<!-- ****** SUBSCRIBE ****** -->
<div class="neverMissUpdate">
<div class="neverMissUpdateContainer">
<img
alt="image"
class="svg-icon"
height="40"
src="./assets/images/subscribe-icon.svg"
/>
<h1 class="update-heading">Never miss an update</h1>
<h2>
Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts.
</h2>
<div class="input-group mb-3">
<div class="input-group-append">
<input
type="email"
class="form-control col-sm-12"
placeholder="Type your email"
aria-label="Email Address"
/>
<button
type="submit"
id="button-addon2"
role="button"
aria-label="Submit"
>
Submit
</button>
</div>
</div>
<h5 id="neverMissUpdateemail">
*Your email address is safe with us. We never share your email
address
</h5>
</div>
</div>
<!-- ****** FEATURES ****** -->
<!-- feature one -->
<section id="feature">
<div class="features-heading">
<h1>OUR CLIENTS LOVE US BECAUSE</h1>
</div>
<div class="feature">
<div class="feature_one left-part">
<img
src="assets/images/feature-one.svg"
class="feature_image"
alt="feature_one_image"
/>
</div>
<div class="feature_content right-part">
<h1>FEATURE ONE</h1>
<p>
The best Lorem Ipsum Generator in all the sea! Heave this scurvy
copyfiller fer yar next adventure and cajol yar clients into
walking the plank with ev'ry layout! Configure above, then get yer
pirate ipsum...own the high seas, arg!
</p>
<br />
<a href="#" class="feature-link my-10"><span>Learn More</span></a>
</div>
<div class="feature_two right-part">
<img
src="assets/images/feature-two.svg"
class="feature_image"
alt="feature_two_image"
/>
</div>
<div class="feature_content left-part" id="feature_two_content">
<h1>FEATURE TWO</h1>
<p>
The best Lorem Ipsum Generator in all the sea! Heave this scurvy
copyfiller fer yar next adventure and cajol yar clients into
walking the plank with ev'ry layout! Configure above, then get yer
pirate ipsum...own the high seas, arg!
</p>
<br />
<a href="#" class="feature-link"><span>Learn More</span></a>
</div>
<div class="feature_three left-part">
<img
src="assets/images/feature-three.svg"
class="feature_image"
alt="feature_three_image"
/>
</div>
<div class="feature_content right-part" id="feature_three_content">
<h1>FEATURE THREE</h1>
<p>
The best Lorem Ipsum Generator in all the sea! Heave this scurvy
copyfiller fer yar next adventure and cajol yar clients into
walking the plank with ev'ry layout! Configure above, then get yer
pirate ipsum...own the high seas, arg!
</p>
<br />
<a href="#" class="feature-link"><span>Learn More</span></a>
</div>
</div>
</section>
<!-- ******** COMPANIES ******** -->
<section class="companies-banner-container">
<div class="companies-title-section">
<h2 class="company-title">You are in good company</h2>
<p class="company-title-description">
We are funded with the world's trusted brands
</p>
</div>
<div class="company-logo-section">
<img
class="company-logo .animate_logo"
data-delay="0.15s"
alt="Adobe Logo"
src="assets/images/logos/Adobe_logo.svg"
/>
<img
class="company-logo .animate_logo"
data-delay="0.30s"
alt="Amazon Logo"
src="assets/images/logos/Amazon_logo.svg"
/>
<img
class="company-logo .animate_logo"
data-delay="0.45s"
alt="Facebook Logo"
src="assets/images/logos/Facebook_Logo.svg"
/>
<img
class="company-logo .animate_logo"
data-delay="0.60s"
alt="Google Logo"
src="assets/images/logos/Google_logo.svg"
/>
<img
class="company-logo .animate_logo"
data-delay="0.75s"
alt="Intel Logo"
src="assets/images/logos/intel.svg"
/>
<img
class="company-logo .animate_logo"
data-delay="0.90s"
alt="Samsung Logo"
src="assets/images/logos/samsung.svg"
/>
</div>
</section>
<!-- ******** TESTIMONIALS ******** -->
<section class="testimonial-section container-fluid">
<div id="testimonials" class="testimonial_heading">
<h1>Testimonials</h1>
<p>
A small river named Duden flows by their place and supplies it with
the necessary regelialia. Separated they live in Bookmarksgrove
right at the coast of Semantics.
</p>
</div>
<div id="testimonial-carousel" class="carousel slide" data-ride="false">
<div class="carousel-inner">
<div
class="carousel-item active container-fluid testimonial_item"
data-delay="0.0s"
>
<div class="quote-box">
<p class="testimonial-text">
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Doloribus nesciunt odit corporis cumque expedita!
Reprehenderit autem quam earum expedita hic vero.
</p>
</div>
<div class="test-per">
<img
src="./assets/images/team1.jpg"
alt="team-member1"
class="testimonial-image"
/>
<em class="testimonial-text"
><span>Jenifer Ray</span><br />"Wild Question Marks, but the
Little Blind"</em
>
</div>
</div>
<div
class="carousel-item container-fluid testimonial_item"
data-delay="0.2s"
>
<div class="quote-box">
<p class="testimonial-text">
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Doloribus nesciunt odit corporis cumque expedita!
Reprehenderit autem quam earum expedita hic vero.
</p>
</div>
<div class="test-per">
<img
src="./assets/images/team2.jpg"
alt="team-member2"
class="testimonial-image"
/>
<em class="testimonial-text"
><span>Nick Smith</span><br />"Wild Question Marks, but the
Little Blind"</em
>
</div>
</div>
<div
class="carousel-item container-fluid testimonial_item"
data-delay="0.4s"
>
<div class="quote-box">
<p class="testimonial-text">
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Doloribus nesciunt odit corporis cumque expedita!
Reprehenderit autem quam earum expedita hic vero.
</p>
</div>
<div class="test-per">
<img
src="./assets/images/team3.jpg"
alt="team-member3"
class="testimonial-image"
/>
<em class="testimonial-text"
><span>Daniel Frost</span><br />"Wild Question Marks, but the
Little Blind"</em
>
</div>
</div>
<a
class="carousel-control-prev"
href="#testimonial-carousel"
role="button"
data-slide="prev"
aria-label="Client Testimonials"
>
<span class="carousel-control-prev-icon btn-primary"></span>
</a>
<a
class="carousel-control-next"
href="#testimonial-carousel"
role="button"
data-slide="next"
aria-label="Client Testimonials"
>
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</section>
<!-- ******** PRICING SECTION ******** -->
<section class="pricing" id="pricing">
<div class="pricing-header">
<h2>Pricing</h2>
<p>Honest pricing, no surprises</p>
</div>
<div class="price-cards">
<div class="price-card" data-delay="0s">
<h3>Personal</h3>
<div class="price">
<span>$</span><span>10</span><span> /MO</span>
</div>
<p>5 recommendations per day</p>
<p>2 discounts per month</p>
<p>Unlimited surfing</p>
<br />
<a href="./login.html">
<button
class="red-btn"
type="button"
role="button"
aria-label="Sign Up"
>
Sign Up
</button>
</a>
</div>
<div class="price-card" data-delay="0.2s">
<h3>Agency</h3>
<div class="price">
<span>$</span><span>20</span><span> /MO</span>
</div>
<p>10 recommendations</p>
<p>5 discounts per month</p>
<p>Unlimited surfing</p>
<br />
<a href="./login.html">
<button
class="red-btn"
type="button"
role="button"
aria-label="Sign Up"
>
Sign Up
</button>
</a>
</div>
<div class="price-card" data-delay="0.4s">
<h3>Enterprise</h3>
<div class="price">
<span>$</span><span>49</span><span> /MO</span>
</div>
<p>20 discounts per month</p>
<p>Free tickets</p>
<p>New specials for free</p>
<br />
<a href="./login.html">
<button
class="red-btn"
type="button"
role="button"
aria-label="Sign Up"
>
Sign Up
</button>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-row pl-5 pr-5">
<section class="footer-column">
<h2>Group 1</h2>
<div class="sub-footer-link footer-column-content">
<a href="index.html">Home</a>
<a href="index.html#feature">Features</a>
<a href="index.html#pricing">Pricing</a>
<a href="meet-the-team.html">Team</a>
<a href="contact.html">Contact Us</a>
</div>
</section>
<section class="footer-column">
<h2>Group 2</h2>
<div class="sub-footer-link footer-column-content">
<a href="privacy">Privacy Policy</a>
<a href="terms">Terms</a>
<a href="./faq.html">FAQ</a>
<a href="./support.html">Support</a>
</div>
</section>
<section class="footer-column">
<h2>About Us</h2>
<div class="footer-column-content">
Keiko Corp. The greatest start up of all time. Bruno, the CEO of
Keiko Corp, has built the currently fastest growing tech start up
in Silicon Valley.
</div>
</section>
<section class="footer-column">
<h2>Follow Us</h2>
<div class="sub-footer">
<div class="sub-footer-link socials footer-column-content">
<a href="/"><i class="fab fa-twitter"></i></a>
<a href="/"><i class="fab fa-facebook"></i></a>
<a href="/"><i class="fab fa-instagram"></i></a>
<a href="/"><i class="fab fa-youtube"></i></a>
<a href="/"><i class="fab fa-google"></i></a>
</div>
</div>
</section>
<!-- Scroller -->
</div>
<a href="#top"
><i
class="fa fa-2x fa-arrow-up"
style="
position: fixed;
bottom: 30px;
right: 30px;
color: #fd6565;
box-shadow: 0 2px 10px 0 #0e0e0e;
border: 1px solid #242424;
border-radius: 50%;
background-color: #242424;
height: 50px;
width: 50px;
padding: 10px;
"
aria-hidden="true"
></i
></a>
<section id="sub-footer">
<p style="text-align: center">
©
<script>
document.write(new Date().getFullYear());
</script>
Keiko Corp . All Rights Reserved
</p>
</section>
</footer>
</div>
<!-- JAVASCRIPT FILES -->
<!--NO BOOTSTRAP OR JQUERY -->
<script src="./assets/js/navbar.js"></script>
<script src="./assets/js/dark-mode.js"></script>
<script src="./assets/js/progressbar.js"></script>
<script src="./assets/js/script.js"></script>
<script src="./assets/js/animate.js"></script>
</body>
</html>