Guest User

Untitled

a guest
Nov 19th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  8. <link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
  9. <title>FOODTOUR</title>
  10. <link rel="stylesheet" href="../css/homepage.css">
  11. <link href="https://fonts.googleapis.com/css?family=Playball&display=swap" rel="stylesheet">
  12. <link href="https://fonts.googleapis.com/css?family=Devonshire|Ma+Shan+Zheng|Zhi+Mang+Xing&display=swap" rel="stylesheet">
  13. </head>
  14. <body>
  15. <div id="header11">
  16. <div class="header1">
  17. <nav>
  18. <div>
  19. <a href="#" class="fa fa-facebook"></a>
  20. <a href="#" class="fa fa-instagram"></a>
  21. <a href="#" class="fa fa-twitter"></a>
  22. <!-- <input id="inputBMI" class="fa fa-search" aria-hidden="true" placeholder="Enter BMI"> -->
  23. </div>
  24. </nav>
  25. </div>
  26. <div class="header">
  27. <div class="inner_header">
  28. <div class="logo_container">
  29. <h1>Food<span>tour</span></h1>
  30. </div>
  31. <ul class="navigation">
  32. <a href="">
  33. <li>Our story</li>
  34. </a>
  35. <a href="">
  36. <li>Menus</li>
  37. </a>
  38. <a href="">
  39. <li>Order online</li>
  40. </a>
  41. <a href="">
  42. <li>Catering</li>
  43. </a>
  44. <a href="">
  45. <li>Events</li>
  46. </a>
  47. <a href="">
  48. <li>Contact & Reservations</li>
  49. </a>
  50. </ul>
  51. </div>
  52. </div>
  53.  
  54. </div>
  55.  
  56. <div id="wrapper">
  57. <div id="container">
  58. <div class="omgfoodtour">
  59. <div class="omg">OMG !!!</div>
  60. <div class="describ">Enter your height and your weight to help you build a suitable eating plans in 7 days to get better health.</div>
  61. </div>
  62. <div class="enter">
  63. <input id="ip1" type="text" placeholder="Enter your weight">
  64. <input id="ip2" type="text" placeholder="Enter your height">
  65. </div>
  66. <button id="calcu">Calculate</button>
  67.  
  68. </div>
  69. </div>
  70. <div class="footer">
  71. <div class="inner_footer">
  72.  
  73. <div class="footer_third">
  74. <h1>Need Help?</h1>
  75. <a href="">Terms &amp; Conditions</a>
  76. <a href="">Privacy Policy</a>
  77. </div>
  78.  
  79. <div class="footer_third">
  80. <h1>More</h1>
  81. <a href="">Brouchures</a>
  82. <a href="">Donate</a>
  83. <a href="">Governance</a>
  84. <a href="">Impact Reports</a>
  85. </div>
  86.  
  87. <div class="footer_third">
  88. <h1>Follow Us</h1>
  89. <span>22 TranDuyHung Street <br> <br>
  90. BaDinh District <br><br>
  91. HaNoi VietNam <br> <br>
  92. L1 4DFJDW
  93. </span>
  94. </div>
  95. </div>
  96. </div>
  97. <script src="../js/index.js"></script>
  98.  
  99. </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment