Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 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. <script src='https://kit.fontawesome.com/a076d05399.js'></script>
  7. <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
  8. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  9. <link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
  10. <link href="https://fonts.googleapis.com/css?family=Playball&display=swap" rel="stylesheet">
  11. <link href="https://fonts.googleapis.com/css?family=Devonshire|Ma+Shan+Zheng|Zhi+Mang+Xing&display=swap" rel="stylesheet">
  12. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
  13. integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
  14. <link rel="stylesheet" href="../css/feedback.css">
  15. <title>Document</title>
  16. </head>
  17. <body>
  18. <div class="contaner-fluid">
  19. <div class="contaner-fluid group-icons">
  20. <div class="container abc">
  21. <i class="fa fa-facebook icon-groups"></i>
  22. <i class="fa fa-twitter icon-groups"></i>
  23. <i class="fa fa-instagram icon-groups"></i>
  24. </div>
  25. </div>
  26. <div class="contaner-fluid">
  27. <div class="container-fluid menu-navigation">
  28. <div class="container abc logo_container">
  29. <div class="row">
  30. <div class="col-sm-3">
  31. <button id="logoo" onclick="logoo()">
  32. <h1 id="logo">Foodtour</h1>
  33. </button>
  34. </div>
  35. <div class="col-sm-9">
  36.  
  37. <div class="menu-selection">
  38.  
  39.  
  40. <div class="selection">
  41. <a >
  42. <span id = 'searchBMI'class="autocomplete" style="width:300px;">
  43. <span id ='searchBMI'>
  44. <input id="myInput" type="text" name="Enter BMI" placeholder="Enter BMI">
  45. <button id = "search">Search</button>
  46. </span>
  47. </a>
  48. <a href="">
  49. <span>Our story</span>
  50. </a>
  51. <a href="../html/feedback.html">
  52. <span id='feedback'>Feedback</span>
  53. </a>
  54. <a href="../html/findBMI.html">
  55. <!-- <span>FindByBMI</li> -->
  56. </a>
  57. <a href="#">
  58. <span onclick="contact()">Contact & Reservations</span>
  59. </a>
  60. </div>
  61.  
  62. </div>
  63.  
  64. </div>
  65. </div>
  66.  
  67.  
  68.  
  69.  
  70. </div>
  71. </div>
  72. </div>
  73.  
  74. </div>
  75. <div>
  76. <h2 class="phanhoi">Phản hồi Trang web</h2>
  77. </div>
  78. <div class="phanhoi1">
  79. <p class="phanhoi1dong1">Chúng tôi đánh giá cao các bình luận và góp ý của bạn.</p>
  80. <br>
  81. <p><span class="foot-note">Mọi ý kiến đóng góp, bình luận sẽ được kiểm duyệt bởi nhân viên. Nếu cung cấp địa chỉ email, bạn sẽ nhận được phản hồi nhanh chóng từ chúng tôi<sup></sup>.</span></p>
  82. </div>
  83. <div>
  84. <input class="ip1" type="text" name="" id="ip1" placeholder="Email hoặc Tên của bạn">
  85. </div>
  86. <div>
  87. <input class="ip2" type="text" name="" id="ip2" placeholder="Phản Hồi">
  88. </div>
  89. <br>
  90. <br>
  91. <div id="camon">
  92.  
  93. </div>
  94. <div>
  95. <button id = 'send' class="btn btn1">Gửi</button>
  96. </div>
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. <div class="footer">
  107. <div class="inner_footer">
  108.  
  109. <div class="footer_third">
  110. <h1>Need Help?</h1>
  111. <a href="">Terms &amp; Conditions</a>
  112. <a href="">Privacy Policy</a>
  113. </div>
  114.  
  115. <div class="footer_third">
  116. <h1>More</h1>
  117. <!-- <a href="">Brouchures</a> -->
  118. <a href="">Donate</a>
  119. <!-- <a href="">Governance</a>
  120. <a href="">Impact Reports</a> -->
  121. </div>
  122.  
  123. <div class="footer_third">
  124. <h1>Follow Us</h1>
  125. <span><a href="https://www.facebook.com/trang.susu.520">Trang Phạm</a>
  126. <a href="https://www.facebook.com/profile.php?id=100004488644386">Anh Dũng</a>
  127. <a href="https://www.facebook.com/nqh3108">Quang Huy</a>
  128. <a href="https://www.facebook.com/minhzen01">Quang Minh</a>
  129. </span>
  130. </div>
  131. </div>
  132. </div>
  133. <script src="../js/feedback.js"></script>
  134. <script src="../js/header.js"></script>
  135.  
  136. </body>
  137. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement