Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
  8. <link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
  9. <link href="https://fonts.googleapis.com/css?family=Playball&display=swap" rel="stylesheet">
  10. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  11. <link rel="stylesheet" type="text/css" href="page2.css">
  12. <title>Page2</title>
  13.  
  14. </head>
  15. </head>
  16.  
  17. <body>
  18. <div class="header1">
  19. <nav>
  20. <div>
  21. <a href="https://www.facebook.com/profile.php?id=100004488644386" class="fa fa-facebook"></a>
  22. <a href="https://www.instagram.com/anhdungg21/" class="fa fa-instagram"></a>
  23. <a href="#" class="fa fa-twitter"></a>
  24. </div>
  25. </nav>
  26. </div>
  27. <div class="header">
  28. <div class="inner_header">
  29. <div class="logo_container">
  30. <a href=""><h1>Food<span>tour</span></h1></a>
  31. </div>
  32. <ul class="navigation">
  33. <a href="">
  34. <li>Our story</li>
  35. </a>
  36. <a href="">
  37. <li>Menus</li>
  38. </a>
  39. <a href="">
  40. <li>Order online</li>
  41. </a>
  42. <a href="">
  43. <li>Catering</li>
  44. </a>
  45. <a href="">
  46. <li>Events</li>
  47. </a>
  48. <a href="">
  49. <li>Contact & Reservations</li>
  50. </a>
  51. </ul>
  52. </div>
  53. </div>
  54. <div class="bg-image"></div>
  55. <div class="content">
  56.  
  57. <button id="get-plan">GET PLAN</button>
  58.  
  59. <div class="quotesau">
  60. <div class="topcontent">
  61. <span id="quotes"></span>
  62. <br>
  63. <span id="au"></span>
  64. </div>
  65. </div>
  66. <div class="bottom">
  67.  
  68. <div class="ex1 ex">
  69. <p class="banner">SQUATS</p>
  70. <iframe width="340" height="280" src="https://www.youtube.com/embed/xqvCmoLULNY" frameborder="0"
  71. allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
  72. alt="Squats tutorial" allowfullscreen></iframe>
  73. </div>
  74.  
  75.  
  76. <div class="ex2 ex">
  77. <p class="banner">LUNGES</p>
  78. <iframe width="340" height="280" src="https://www.youtube.com/embed/5k5bx2z5MQw" frameborder="0"
  79. allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
  80. alt="Lunges tutorial" allowfullscreen></iframe>
  81. </div>
  82.  
  83.  
  84. <div class="ex3 ex">
  85. <p class="banner">PULL-UPS</p>
  86. <iframe width="340" height="280" src="https://www.youtube.com/embed/eGo4IYlbE5g" frameborder="0"
  87. allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
  88. alt="Pull-ups tutorial" allowfullscreen></iframe>
  89. </div>
  90.  
  91.  
  92. <div class="ex4 ex">
  93. <p class="banner">PUSHUPS</p>
  94. <iframe width="340" height="280" src="https://www.youtube.com/embed/IODxDxX7oi4" frameborder="0"
  95. allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
  96. alt="Pushups tutorial" allowfullscreen></iframe>
  97. </div>
  98. </div>
  99. </div>
  100. <div class="footer">
  101. <div class="inner_footer">
  102.  
  103. <div class="footer_third">
  104. <h1>Need Help?</h1>
  105. <a href="">Terms &amp; Conditions</a>
  106. <a href="">Privacy Policy</a>
  107. </div>
  108.  
  109. <div class="footer_third">
  110. <h1>More</h1>
  111. <a href="">Brouchures</a>
  112. <a href="">Donate</a>
  113. <a href="">Governance</a>
  114. <a href="">Impact Reports</a>
  115. </div>
  116.  
  117. <div class="footer_third">
  118. <h1>Follow Us</h1>
  119. <span>22 TranDuyHung Street <br> <br>
  120. BaDinh District <br><br>
  121. HaNoi VietNam <br> <br>
  122. L1 4DFJDW
  123. </span>
  124. </div>
  125. </div>
  126. </div>
  127. <script src="page2.js"></script>
  128. </body>
  129.  
  130. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement