Advertisement
Guest User

htmlfinal

a guest
Apr 26th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <link rel="stylesheet" type="text/css" href="Vendors/CSS/normalize.css">
  5.         <link rel="stylesheet" type="text/css" href="Vendors/CSS/Grid.css">
  6.         <link rel="stylesheet" type="text/css" href="Resources/CSS/style.css">
  7.         <link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,300italic' rel='stylesheet' type='text/css'>
  8.         <title>Omnifood</title>
  9.     </head>
  10.     <body>  
  11.         <header>
  12.         <nav>
  13.             <div class="row">  
  14.                 <img src="Resources/Images/logo-white.png" alt="Omnifood logo" class="logo">
  15.                 <ul class="main-nav">
  16.                     <li><a href="#">Food Delivery</a></li>
  17.                     <li><a href="#">How it works</a></li>
  18.                     <li><a href="#">Our cities</a></li>
  19.                     <li><a href="#">Sign up</a></li>
  20.                 </ul>
  21.             </div>
  22.         </nav>
  23.        
  24.             <div class="hero-text-box">
  25.              <h1>Goodbye junk food.<br>Hello super healthy meals.</h1>
  26.                 <a class="btn btn-full" href="#">I'm hungry</a>
  27.                 <a class="btn btn-ghost" href="#">Show me more</a>
  28.            
  29.             </div>
  30.            
  31.         </header>
  32.    
  33.     <section class="section-features">
  34.         <div class="row">
  35.             <h2>Get food fast &mdash; not fast food</h2>
  36.             <p class="long-copy">Hello, we’re Omnifood, your new premium food delivery service. We know you’re always busy. No time for cooking. So let us take care of that, we’re really good at it, we promise!</p>
  37.         </div>
  38.        
  39.             <div class="col span-1-of-4">
  40.                 <h3>Up to 365 days/year</h3>
  41.                 <p>Never cook again! We really mean that. Our subscription plans include up to 365 days/year coverage. You can also choose to order more flexibly if that's your style.</p>
  42.             </div>
  43.             <div class="col span-1-of-4">
  44.                 <h3>Ready in 20 minutes</h3>
  45.                 <p>You're only twenty minutes away from your delicious and super healthy meals delivered right to your home. We work with the best chefs in each town to ensure that you're 100% happy.</p>
  46.             </div>
  47.             <div class="col span-1-of-4">
  48.                 <h3>100% organic</h3>
  49.                 <p>All our vegetables are fresh, organic and local. Animals are raised without added hormones or antibiotics. Good for your health, the environment, and it also tastes better!</p>
  50.             </div>
  51.             <div class="col span-1-of-4">
  52.                 <h3>Order anything</h3>
  53.                 <p>We don't limit your creativity, which means you can order whatever you feel like. You can also choose from our menu containing over 100 delicious meals. It's up to you!</p>
  54.             </div>
  55.     </section>
  56.    
  57.     </body>
  58.  
  59.    
  60.    
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement