-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
672 lines (652 loc) · 25.1 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
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/img/favicon-smaller-64.png" />
<!-- favicon for apple devices -->
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
<!-- favicon for android devices -->
<link rel="manifest" href="manifest.webmanifest" />
<meta
name="description"
contents="Rent a hero is your evryday solution to all your problems only a superhero can solve. Level up your life with our superheroes' superpowers."
/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Slab:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/general.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/queries.css" />
<script
type="module"
src="https://unpkg.com/ionicons@5.4.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.4.0/dist/ionicons/ionicons.js"
></script>
<script
defer
src="https://unpkg.com/smoothscroll-polyfill@0.4.4/dist/smoothscroll.min.js"
></script>
<script defer src="js/script.js"></script>
<title>Rent a Hero</title>
</head>
<body>
<header class="header">
<img
src="img/rent-a-hero-logo-new-6.png"
class="logo logo-yellow"
alt=""
/>
<img
src="img/rent-a-hero-logo-new-6-white.png"
class="logo logo-white"
alt=""
/>
<nav class="main-nav">
<ul class="main-nav-list">
<li>
<a class="main-nav-link" href="#how">How it works</a>
</li>
<li><a class="main-nav-link" href="#heroes">Our heroes</a></li>
<li>
<a class="main-nav-link" href="#testimonials">Testimonials</a>
</li>
<li><a class="main-nav-link" href="#pricing">Pricing</a></li>
<li>
<a class="main-nav-link nav-cta" href="#cta" cta>Try it out</a>
</li>
</ul>
</nav>
<button class="btn-mobile-nav">
<ion-icon class="icon-mobile-nav" name="menu-outline"></ion-icon>
<ion-icon class="icon-mobile-nav" name="close-outline"></ion-icon>
</button>
</header>
<main>
<section class="section-hero">
<div class="hero">
<div class="hero-text-box">
<h1 class="heading-primary">Rent a Hero</h1>
<p class="hero-description">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Corrupti
quos neque repellendus a nobis inventore necessitatibus laborum.
</p>
<a href="#cta" class="btn btn--full margin-right-sm">get it now</a>
<a href="#how" class="btn btn--outline">Learn more ↓</a>
</div>
<div class="hero-img-box">
<img
src="img/superman1.svg"
class="hero-img"
alt="illustration of superman"
/>
</div>
</div>
</section>
<section class="section-featured">
<div class="container">
<h2 class="heading-featured-in">AS featured in</h2>
<div class="logos">
<img src="img/logos/techcrunch.png" alt="Techcrunch logo" /><img
src="img/logos/business-insider.png"
alt="Business Insider logo"
/><img src="img/logos/forbes.png" alt="forbes logo " /><img
src="img/logos/the-new-york-times.png"
alt="New York times logo"
/><img src="img/logos/usa-today.png" alt="USA Today logo" />
</div>
</div>
</section>
<section class="section-how" id="how">
<div class="container">
<span class="subheading">How it works</span>
<h2 class="heading-secondary">Let our superheros save your day</h2>
</div>
<div class="container grid grid--2-cols grid--center-v">
<!-- STEP 01 -->
<div class="step-text-box">
<p class="step-number">01</p>
<h3 class="heading-tertiary">
Do you have a problem only a super hero can solve?
</h3>
<p class="step-description">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Labore
excepturi odit eaque dolore. Laudantium molestias, cum provident
excepturi architecto tempora dolores repellat distinctio
doloremque officiis, animi laboriosam accusamus eligendi ipsum?
Maiores, earum impedit dolores architecto maxime iure facere
laboriosam, aut nisi consequatur voluptates. A nemo commodi unde
expedita, voluptate voluptatum. Nihil, ut consequatur nostrum
totam veritatis nisi ipsa illo consectetur.
</p>
</div>
<div class="step-img-box">
<img
src="img/how-it-works/1.jpg"
alt="person worried"
class="step-img"
/>
<img
src="img/how-it-works/2.jpg"
alt="cat stucked on a tree"
class="step-img"
/>
</div>
<!-- STEP 02 -->
<div class="step-img-box">
<img
src="img/how-it-works/3.jpeg"
alt="person making a call"
class="step-img"
/>
<img
src="img/how-it-works/4.jpg"
alt="batman answering the call"
class="step-img"
/>
</div>
<div class="step-text-box">
<p class="step-number">02</p>
<h3 class="heading-tertiary">Call us or use our app</h3>
<p class="step-description">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ducimus
repellendus nesciunt est nobis. Nostrum quasi consequatur impedit
maiores esse incidunt natus voluptate, ut culpa repellat
temporibus soluta eius voluptates obcaecati.
</p>
</div>
<!-- STEP 03 -->
<div class="step-text-box">
<p class="step-number">03</p>
<h3 class="heading-tertiary">
One of our superheros will fix it in no time
</h3>
<p class="step-description">
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Exercitationem reiciendis assumenda quidem, quo, aperiam eaque
omnis, corporis fuga sunt nihil ea saepe aliquam ipsa inventore
quia sit asperiores molestias suscipit!
</p>
</div>
<div class="step-img-box">
<img
src="img/how-it-works/5.jpg"
alt="superman saving the cat"
class="step-img"
/>
<img
src="img/how-it-works/6.jpg"
alt="superman giving the cat to its owner"
class="step-img"
/>
</div>
</div>
</section>
<!-- HEROES -->
<section class="section-heroes" id="heroes">
<div class="container center-text">
<span class="subheading">Heroes</span>
<h2 class="heading-secondary">All our Heroes</h2>
</div>
<div class="container grid grid--3-cols margin-bottom-md">
<div class="heroine">
<img
src="img/heroes/superman.jpg"
alt="Superman"
class="heroine-img"
/>
<div class="heroine-content">
<div class="heroine-tags">
<span class="tag tag--fly">Can Fly</span>
</div>
<p class="heroine-title">Superman</p>
<ul class="heroine-attributes">
<li class="heroine-attribute">
<ion-icon class="heroine-icon" name="flame-outline"></ion-icon
><span><strong>650</strong> calories/hour</span>
</li>
<li class="heroine-attribute">
<ion-icon
class="heroine-icon"
name="hammer-outline"
></ion-icon>
<span> FixScore ®: <strong>74</strong> </span>
</li>
<li class="heroine-attribute">
<ion-icon class="heroine-icon" name="star-outline"></ion-icon>
<span> <strong>4.9</strong> rating (537) </span>
</li>
</ul>
</div>
</div>
<div class="heroine">
<img src="img/heroes/batman.jpg" alt="Batman" class="heroine-img" />
<div class="heroine-content">
<div class="heroine-tags">
<span class="tag tag--vegan">work at night</span>
<span class="tag tag--paleo">batmobile</span>
</div>
<p class="heroine-title">Batman</p>
<ul class="heroine-attributes">
<li class="heroine-attribute">
<ion-icon class="heroine-icon" name="flame-outline"></ion-icon
><span><strong>400</strong> calories/hour</span>
</li>
<li class="heroine-attribute">
<ion-icon
class="heroine-icon"
name="hammer-outline"
></ion-icon>
<span> FixScore ®: <strong>92</strong> </span>
</li>
<li class="heroine-attribute">
<ion-icon class="heroine-icon" name="star-outline"></ion-icon>
<span> <strong>4.8</strong> rating (441) </span>
</li>
</ul>
</div>
</div>
<div class="solutions">
<h3 class="heading-tertiary">They fix any kind of problem</h3>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Cats in trees</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Spiders in the bathroom</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Flats</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Dish washing</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Carry heavy grocery bags</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Dog walking</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Cooking</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Fires</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Robberies</span>
</li>
</ul>
</div>
</div>
<div class="container all-heroines">
<a href="#" class="link">Discover all our superheroes →</a>
</div>
</section>
<!-- TESTIMONIALS -->
<section class="section-testimonials" id="testimonials">
<div class="testimonials-container">
<span class="subheading">Testimonials</span>
<h2 class="heading-secondary">
The choice that will change your life
</h2>
<div class="testimonials">
<figure class="testimonial">
<img
class="testimonial-img"
src="img/customers/chuck.jpg"
alt="Photo of customer Chuck Norris"
/>
<blockquote class="testimonial-text">
When the going gets though, the tough get ready. They are
though. And how!
</blockquote>
<p class="testimonial-name">‐ Chuck Norris</p>
</figure>
<figure class="testimonial">
<img
class="testimonial-img"
src="img/customers/angela.jpg"
alt="Photo of customer Ben Hadley"
/>
<blockquote class="testimonial-text">
When the secret service and the army fail, then it's the time to
use rent a hero. Unmatched!
</blockquote>
<p class="testimonial-name">‐ Angela Merkel</p>
</figure>
<figure class="testimonial">
<img
class="testimonial-img"
src="img/customers/michael.jpg"
alt="Photo of customer Michael Jordan"
/>
<blockquote class="testimonial-text">
I kind of flied, yes. But they! They can really fly. At least
some of them.
</blockquote>
<p class="testimonial-name">‐ Michael Jordan</p>
</figure>
<figure class="testimonial">
<img
class="testimonial-img"
src="img/customers/madonna.jpg"
alt="Photo of customer Madonna"
/>
<blockquote class="testimonial-text">
I got rent a hero for the whole family, and it frees up so much
time!
</blockquote>
<p class="testimonial-name">‐ Madonna</p>
</figure>
</div>
</div>
<div class="gallery">
<figure class="gallery-item">
<img src="img/gallery/batman800.jpg" alt="Batman" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/bruce-lee800.jpg" alt="Bruce Lee" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/catwoman800.jpg" alt="Catwoman" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/highlander800.jpg" alt="Highlander" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/hulk800.jpg" alt="Hulk" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/incredibles.jpg" alt="The incredibles" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/neo800.jpg" alt="Neo" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/robin800.jpg" alt="Robin" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/spiderman800.jpg" alt="Spiderman" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/wolf800.jpg" alt="Mr. Wolf" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/wonderwoman800.jpg" alt="Wonderwoman" />
</figure>
<figure class="gallery-item">
<img src="img/gallery/zorro800.jpg" alt="Zorro" />
</figure>
</div>
</section>
<section class="section-pricing" id="pricing">
<div class="container">
<span class="subheading">Pricing</span>
<h2 class="heading-secondary">Super powers at a super price</h2>
</div>
<div class="container grid grid--2-cols margin-bottom-md">
<div class="pricing-plan pricing-plan--starter">
<header class="plan-header">
<p class="plan-name">Starter</p>
<p class="plan-price"><span>$</span>399</p>
<p class="plan-text"><em>/ month</em></p>
</header>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>1 hour per day</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Between 11am and 9pm</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Fortune cookie incl.</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="close-outline"></ion-icon>
<span> <del>Invoice</del></span>
</li>
</ul>
<div class="plan-sign-up">
<a href="#" class="btn btn--full">Get super powers</a>
</div>
</div>
<div class="pricing-plan pricing-plan--complete">
<header class="plan-header">
<p class="plan-name">Complete</p>
<p class="plan-price"><span>$</span>649</p>
<p class="plan-text"><em>/ month</em></p>
</header>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span> <strong>2 hours</strong> per day</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span><strong>24/7</strong> </span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Fortune cookie incl.</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark-outline"></ion-icon>
<span>Invoice</span>
</li>
</ul>
<div class="plan-sign-up">
<a href="#" class="btn btn--full">Get super powers</a>
</div>
</div>
</div>
<div class="container grid">
<aside class="plan-details">
Prices include all applicable taxes. You can cancel at any time.
Both plans include the following:
</aside>
</div>
<div class="container grid grid--4-cols">
<div class="feature">
<ion-icon class="feature-icon" name="ribbon-outline"></ion-icon>
<p class="feature-title">Only certified superheros</p>
<p class="feature-text">
All our superheros partners are certified and proofed.
</p>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="home-outline"></ion-icon>
<p class="feature-title">Local and fair</p>
<p class="feature-text">
Our superheroes partners are locals. They are fairly paid.
</p>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="flash-outline"></ion-icon>
<p class="feature-title">Super fast</p>
<p class="feature-text">On site in max. ten minutes</p>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="pause-outline"></ion-icon>
<p class="feature-title">Pause anytime</p>
<p class="feature-text">
Going on vacation? Just pause your subscription, and we refund
unused days.
</p>
</div>
</div>
</section>
<section class="section-cta" id="cta">
<div class="container">
<div class="cta">
<div class="cta-text-box">
<h2 class="heading-secondary">Try it out. For free.</h2>
<p class="cta-text">
The smartest and strongest superheros and superheroines are
waiting for you. Try them out today. You can cancel or pause
anytime. And the first booking is on us!
</p>
<form class="cta-form" name="sign-up" netlify>
<div>
<label for="full-name">Full Name</label>
<input
id="full-name"
type="text"
placeholder="John Smith"
name="full-name"
required
/>
</div>
<div>
<label for="email">Email address</label>
<input
id="email"
type="email"
placeholder="john-smith@me.com"
name="email"
required
/>
</div>
<div>
<label for="select-where">Where did you hear from us?</label>
<select name="select-where" id="select-where" required>
<option value="">Please choose one option</option>
<option value="friends">Friends of family</option>
<option value="youtube">YouTube video</option>
<option value="podcast">Podcast</option>
<option value="facebook">Facebook</option>
<option value="instagram">Instagram</option>
<option value="other">Other</option>
</select>
</div>
<button class="btn btn--form">Sign up now</button>
</form>
</div>
<div
class="cta-img-box"
role="img"
aria-label="woman enjoying food"
></div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container grid grid--footer">
<div class="logo-col">
<a class="footer-logo" href="#">
<img
src="img/rent-a-hero-logo-new-6-white.png"
alt="Omnifood logo"
class="logo"
/>
</a>
<ul class="social-links">
<li>
<a class="footer-link" href=""
><ion-icon class="social-icon" name="logo-instagram"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href=""
><ion-icon class="social-icon" name="logo-facebook"></ion-icon
></a>
</li>
<li>
<a class="footer-link" href=""
><ion-icon class="social-icon" name="logo-twitter"></ion-icon
></a>
</li>
</ul>
<p class="copyright">
Copyright © <span class="year">2027</span> by Rent a Hero, Inc.
All rights reserved.
</p>
</div>
<div class="address-col">
<p class="footer-heading">Contact us</p>
<address class="contacts">
<p class="address">
c/o Foto Kotti <br />
Skalitzer Straße 134, <br />
10999 Berlin
</p>
</address>
<p>
<a class="footer-link" href="tel:415-201-6370 ">123-654-7980</a>
</p>
<br />
<p>
<a class="footer-link" href="mailto:hello@omnifood.com"
>hello@rentahero.com</a
>
</p>
</div>
<nav class="nav-col">
<p class="footer-heading">Account</p>
<ul class="footer-nav">
<li>
<a class="footer-link" href="#">Create Account</a>
</li>
<li>
<a class="footer-link" href="#">Sign in</a>
</li>
<li>
<a class="footer-link" href="#">iOS app</a>
</li>
<li>
<a class="footer-link" href="#">Android app</a>
</li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Company</p>
<ul class="footer-nav">
<li>
<a class="footer-link" href="#">About Rent a hero</a>
</li>
<li>
<a class="footer-link" href="#">For Business</a>
</li>
<li><a class="footer-link" href="#">Superhero partners</a></li>
<li>
<a class="footer-link" href="#">Careers</a>
</li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Resources</p>
<ul class="footer-nav">
<li>
<a class="footer-link" href="#">Superheros directory</a>
</li>
<li>
<a class="footer-link" href="#">Help center</a>
</li>
<li>
<a class="footer-link" href="#">Privacy & Terms</a>
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>