|
15 | 15 | <title>Omnifood</title>
|
16 | 16 | </head>
|
17 | 17 | <body>
|
18 |
| - <section class="section-hero"> |
19 |
| - <div class="hero"> |
20 |
| - <div class="hero-text-box"> |
21 |
| - <h1 class="heading-primary"> |
22 |
| - A healthy meal delivered to your door, every single day |
23 |
| - </h1> |
24 |
| - <p class="hero-description"> |
25 |
| - The smart 365-days-per-year food subscription that will make you eat |
26 |
| - healthy again. Tailored to your personal tastes and nutritional |
27 |
| - needs. |
28 |
| - </p> |
| 18 | + <header class="header"> |
| 19 | + <img src="img/omnifood-logo.png" alt="Omnifood logo" class="logo" /> |
| 20 | + <nav class="main-nav">Navigation</nav> |
| 21 | + </header> |
29 | 22 |
|
30 |
| - <a href="#" class="btn btn--full margin-right-sm" |
31 |
| - >Start eating well</a |
32 |
| - > |
33 |
| - <a href="#" class="btn btn--outline">Learn more ↓</a> |
34 |
| - <div class="delivered-meals"> |
35 |
| - <div class="delivered-imgs"> |
36 |
| - <img src="img/customers/customer-1.jpg" alt="Customer" /> |
37 |
| - <img src="img/customers/customer-2.jpg" alt="Customer" /> |
38 |
| - <img src="img/customers/customer-3.jpg" alt="Customer" /> |
39 |
| - <img src="img/customers/customer-4.jpg" alt="Customer" /> |
40 |
| - <img src="img/customers/customer-5.jpg" alt="Customer" /> |
41 |
| - <img src="img/customers/customer-6.jpg" alt="Customer" /> |
| 23 | + <main> |
| 24 | + <section class="section-hero"> |
| 25 | + <div class="hero"> |
| 26 | + <div class="hero-text-box"> |
| 27 | + <h1 class="heading-primary"> |
| 28 | + A healthy meal delivered to your door, every single day |
| 29 | + </h1> |
| 30 | + <p class="hero-description"> |
| 31 | + The smart 365-days-per-year food subscription that will make you |
| 32 | + eat healthy again. Tailored to your personal tastes and |
| 33 | + nutritional needs. |
| 34 | + </p> |
| 35 | + |
| 36 | + <a href="#" class="btn btn--full margin-right-sm" |
| 37 | + >Start eating well</a |
| 38 | + > |
| 39 | + <a href="#" class="btn btn--outline">Learn more ↓</a> |
| 40 | + <div class="delivered-meals"> |
| 41 | + <div class="delivered-imgs"> |
| 42 | + <img src="img/customers/customer-1.jpg" alt="Customer" /> |
| 43 | + <img src="img/customers/customer-2.jpg" alt="Customer" /> |
| 44 | + <img src="img/customers/customer-3.jpg" alt="Customer" /> |
| 45 | + <img src="img/customers/customer-4.jpg" alt="Customer" /> |
| 46 | + <img src="img/customers/customer-5.jpg" alt="Customer" /> |
| 47 | + <img src="img/customers/customer-6.jpg" alt="Customer" /> |
| 48 | + </div> |
| 49 | + <p class="delivered-text"> |
| 50 | + <span>250,000+</span> meals last year! |
| 51 | + </p> |
42 | 52 | </div>
|
43 |
| - <p class="delivered-text"><span>250,000+</span> meals last year!</p> |
| 53 | + </div> |
| 54 | + <div class="hero-img-box"> |
| 55 | + <img |
| 56 | + src="img/hero.png" |
| 57 | + alt="Woman enjoying food, meals in storage container, and food bowls on a table." |
| 58 | + class="hero-img" |
| 59 | + /> |
44 | 60 | </div>
|
45 | 61 | </div>
|
46 |
| - <div class="hero-img-box"> |
47 |
| - <img |
48 |
| - src="img/hero.png" |
49 |
| - alt="Woman enjoying food, meals in storage container, and food bowls on a table." |
50 |
| - class="hero-img" |
51 |
| - /> |
52 |
| - </div> |
53 |
| - </div> |
54 |
| - </section> |
| 62 | + </section> |
| 63 | + </main> |
55 | 64 | </body>
|
56 | 65 | </html>
|
0 commit comments