Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name= "viewport" content="width=device-width">
  6. <meta name="description" content = "Got Extra Food! Find the nearby homwless shelter or food bank to donate your food.">
  7. <meta name="keywords" content = "donate, food, homeless, grateful">
  8. <title> DonATE | Welcome </title>
  9. <link rel = "stylesheet" href = "./css/css/style.css">
  10. </head>
  11. <body>
  12. <header>
  13. <div class="container">
  14. <div id="branding">
  15. <h1><span class = "highlight">Don</span>ATE </h1>
  16. </div>
  17. <nav>
  18. <ul>
  19. <li class="current"><a href="donATE.html">Home</a></li>
  20. <li><a href="donate1.html">Donate</a></li>
  21. <li><a href="about.html">About</a></li>
  22. </ul>
  23. </nav>
  24. </header>
  25.  
  26. <section id= "showcase">
  27. <div class="container">
  28. <h1> Donate Food for the Benefit of Others <h2>
  29. </div>
  30. </section>
  31.  
  32. <section id="donate">
  33. <div class="container">
  34. <h1> Sign Up </h1>
  35. <form>
  36. <input type="username" placeholder="Enter Username:">
  37. <input type="email" placeholder="Enter email:">
  38. <input type="password" placeholder="Enter password:">
  39. <button type="submit" class= "button_1"> Sign Up </button>
  40. </form>
  41. </div>
  42. </section>
  43.  
  44.  
  45.  
  46.  
  47.  
  48. <section id="boxes">
  49. <div class="container">
  50. <div class="box">
  51. <img src="./img/img .jpg" alt="Cooked Food" height="55" width="55">
  52. <h3> Cooked Food </h3>
  53. <p> You can donate unspoiled cooked food like pizza, burgers etc which are leftover after parties, events and even hackathons</p>
  54. </div>
  55. <div class="box">
  56. <img src="./img/img1.jpg" alt="Fresh Food" height="55" width="55">
  57. <h3> Fresh food </h3>
  58. <p> You can donate food like fruits, vegetables etc. </p>
  59. </div>
  60. <div class="box">
  61. <img src= "./img/pack.jpg" alt="Packaged Food" height="55" width="55">
  62. <h3> Packaged Food </h3>
  63. <p> You can donate packaged food which are not expired</p>
  64. </div>
  65. </div>
  66. </section>
  67.  
  68. <footer>
  69. <p> Done Eating? Don(e) ATE your food for a good cause</p>
  70. </footer>
  71. </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement