|
15 | 15 | </head>
|
16 | 16 | <body>
|
17 | 17 | <header class="header">
|
18 |
| - <img class="logo" src="./content/img/omnifood-logo.png" alt="omnifood-logo "> |
| 18 | + <img |
| 19 | + class="logo" |
| 20 | + src="./content/img/omnifood-logo.png" |
| 21 | + alt="omnifood-logo " |
| 22 | + /> |
19 | 23 | <nav class="main-nav">
|
20 | 24 | <ul class="main-nav-list">
|
21 | 25 | <li><a class="main-nav-link" href="#">Section 1</a></li>
|
|
27 | 31 | </nav>
|
28 | 32 | </header>
|
29 | 33 | <main>
|
30 |
| - <section class="section-hero"> |
31 |
| - <div class="hero"> |
32 |
| - <div class="hero-text-box"> |
33 |
| - <h1 class="heading-primary"> |
34 |
| - A healthy meal delivered to your door, every single day |
35 |
| - </h1> |
36 |
| - <p class="hero-description"> |
37 |
| - The smart 365-days-per-year food subscription that will make you eat |
38 |
| - healthy again. Tailored to your personal tastes and nutritional |
39 |
| - needs. |
40 |
| - </p> |
41 |
| - <a href="#" class="btn btn--full margin-right-sm" |
42 |
| - >Start eating well</a |
43 |
| - > |
44 |
| - <a href="#" class="btn btn--outline">Learn more ↓</a> |
45 |
| - <div class="delivered-meals"> |
46 |
| - <div class="delivered-imgs"> |
47 |
| - <img src="./content/img/customers/customer-1.jpg" alt="Customer Image"> |
48 |
| - <img src="./content/img/customers/customer-2.jpg" alt="Customer Image"> |
49 |
| - <img src="./content/img/customers/customer-3.jpg" alt="Customer Image"> |
50 |
| - <img src="./content/img/customers/customer-4.jpg" alt="Customer Image"> |
51 |
| - <img src="./content/img/customers/customer-5.jpg" alt="Customer Image"> |
52 |
| - <img src="./content/img/customers/customer-6.jpg" alt="Customer Image"> |
| 34 | + <section class="section-hero"> |
| 35 | + <div class="hero"> |
| 36 | + <div class="hero-text-box"> |
| 37 | + <h1 class="heading-primary"> |
| 38 | + A healthy meal delivered to your door, every single day |
| 39 | + </h1> |
| 40 | + <p class="hero-description"> |
| 41 | + The smart 365-days-per-year food subscription that will make you |
| 42 | + eat healthy again. Tailored to your personal tastes and |
| 43 | + nutritional needs. |
| 44 | + </p> |
| 45 | + <a href="#" class="btn btn--full margin-right-sm" |
| 46 | + >Start eating well</a |
| 47 | + > |
| 48 | + <a href="#" class="btn btn--outline">Learn more ↓</a> |
| 49 | + <div class="delivered-meals"> |
| 50 | + <div class="delivered-imgs"> |
| 51 | + <img |
| 52 | + src="./content/img/customers/customer-1.jpg" |
| 53 | + alt="Customer Image" |
| 54 | + /> |
| 55 | + <img |
| 56 | + src="./content/img/customers/customer-2.jpg" |
| 57 | + alt="Customer Image" |
| 58 | + /> |
| 59 | + <img |
| 60 | + src="./content/img/customers/customer-3.jpg" |
| 61 | + alt="Customer Image" |
| 62 | + /> |
| 63 | + <img |
| 64 | + src="./content/img/customers/customer-4.jpg" |
| 65 | + alt="Customer Image" |
| 66 | + /> |
| 67 | + <img |
| 68 | + src="./content/img/customers/customer-5.jpg" |
| 69 | + alt="Customer Image" |
| 70 | + /> |
| 71 | + <img |
| 72 | + src="./content/img/customers/customer-6.jpg" |
| 73 | + alt="Customer Image" |
| 74 | + /> |
| 75 | + </div> |
| 76 | + <p class="delivered-text"> |
| 77 | + <span>250000+</span> meals delivered last year |
| 78 | + </p> |
53 | 79 | </div>
|
54 |
| - <p class="delivered-text"><span>250000+</span> meals delivered last year</p> |
55 | 80 | </div>
|
| 81 | + <div class="hero-img-box"> |
| 82 | + <img |
| 83 | + src="./content/img/hero.png" |
| 84 | + class="hero-img" |
| 85 | + alt="Woman enjoying food, meals in storage container, and food bowls on a table" |
| 86 | + /> |
| 87 | + </div> |
| 88 | + </div> |
| 89 | + </section> |
| 90 | + |
| 91 | + <section class="section-how"> |
| 92 | + <div class="container"> |
| 93 | + <span class="subheading">How it works</span> |
| 94 | + <h2 class="heading-secondary"> |
| 95 | + Your daily dose of health in 3 simple steps |
| 96 | + </h2> |
56 | 97 | </div>
|
57 |
| - <div class="hero-img-box"> |
58 |
| - <img |
59 |
| - src="./content/img/hero.png" |
60 |
| - class="hero-img" |
61 |
| - alt="Woman enjoying food, meals in storage container, and food bowls on a table" |
62 |
| - /> |
| 98 | + <div class="container grid grid--2-cols"> |
| 99 | + <!-- Step 01 --> |
| 100 | + <div class="step-text-box"> |
| 101 | + <p class="step-number">01</p> |
| 102 | + <div class="heading-tertiary"> |
| 103 | + Tell us what you like (and what not) |
| 104 | + </div> |
| 105 | + <div class="step-description"> |
| 106 | + Never again waste time |
| 107 | + thinking about what to eat! Omnifood AI will create a 100% |
| 108 | + personalized weekly meal plan just for you. It makes sure you get |
| 109 | + all the nutrients and vitamins you need, no matter what diet you |
| 110 | + follow! |
| 111 | + </div> |
| 112 | + </div> |
| 113 | + <div class="step-img-box"> |
| 114 | + <img |
| 115 | + src="./content/img/app/app-screen-1.png" |
| 116 | + class="step-img" |
| 117 | + alt="iPhone app |
| 118 | + preferences selection screen" |
| 119 | + /> |
| 120 | + </div> |
| 121 | + |
| 122 | + |
| 123 | + <!-- Step 02 --> |
| 124 | + <div class="step-img-box"> |
| 125 | + <img |
| 126 | + src="./content/img/app/app-screen-2.png" |
| 127 | + class="step-img" |
| 128 | + alt="iPhone app |
| 129 | + meal approving plan screen" |
| 130 | + /> |
| 131 | + </div> |
| 132 | + <div class="step-text-box"> |
| 133 | + <p class="step-number">02</p> |
| 134 | + <h3 class="heading-tertiary">Approve your weekly meal plan</h3> |
| 135 | + <p class="step-description"> |
| 136 | + Once per week, approve the meal plan generated for you by Omnifood |
| 137 | + AI. You can change ingredients, swap entire meals, or even add |
| 138 | + your own recipes. |
| 139 | + </p> |
| 140 | + </div> |
| 141 | + |
| 142 | + |
| 143 | + <!-- Step 03 --> |
| 144 | + <div class="step-text-box"> |
| 145 | + <p class="step-number">03</p> |
| 146 | + <h3 class="heading-tertiary">Receive meals at convenient time</h3> |
| 147 | + <p class="step-description"> |
| 148 | + Best chefs in town will cook your selected meal every day, and we |
| 149 | + will deliver it to your door whenever works best for you. You can |
| 150 | + change delivery schedule and address daily! |
| 151 | + </p> |
| 152 | + </div> |
| 153 | + <div class="step-img-box"> |
| 154 | + <img |
| 155 | + src="./content/img/app/app-screen-3.png" |
| 156 | + class="step-img" |
| 157 | + alt="iPhone app |
| 158 | + delivery screen" |
| 159 | + /> |
| 160 | + </div> |
63 | 161 | </div>
|
64 |
| - </div> |
65 |
| - </section> |
66 |
| - </main> |
| 162 | + </section> |
| 163 | + </main> |
67 | 164 | </body>
|
68 | 165 | </html>
|
0 commit comments