Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
  3. <!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
  4. <!--[if (gte IE 9)|!(IE)]><!-->
  5. <html class="no-js" lang="en">
  6. <!--<![endif]-->
  7.  
  8. <head>
  9.  
  10. <!--- basic page needs
  11. ================================================== -->
  12. <meta charset="utf-8">
  13. <title>Strenxt - Physical Training</title>
  14. <meta name="description" content="">
  15. <meta name="author" content="">
  16.  
  17. <!-- mobile specific metas
  18. ================================================== -->
  19. <meta name="viewport" content="width=device-width, initial-scale=1">
  20.  
  21. <!-- CSS
  22. ================================================== -->
  23. <link rel="stylesheet" href="css/base.css">
  24. <link rel="stylesheet" href="css/vendor.css">
  25. <link rel="stylesheet" href="css/main.css">
  26.  
  27. <!-- script
  28. ================================================== -->
  29. <script src="js/modernizr.js"></script>
  30. <script src="js/pace.min.js"></script>
  31.  
  32. <!-- favicons
  33. ================================================== -->
  34. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
  35. <link rel="icon" href="favicon.ico" type="image/x-icon">
  36.  
  37. </head>
  38.  
  39. <body id="top">
  40.  
  41. <!-- header
  42. ================================================== -->
  43. <header class="s-header">
  44.  
  45. <div class="header-logo">
  46. <a class="site-logo" href="index.html">
  47. <img src="images/logo.png" alt="Homepage">
  48. </a>
  49. </div>
  50.  
  51. <nav class="header-nav">
  52.  
  53. <a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
  54.  
  55. <div class="header-nav__content">
  56. <h3>Navigation</h3>
  57.  
  58. <ul class="header-nav__list">
  59. <li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
  60. <li class="current"><a class="smoothscroll" href="#footer" title="contact">Contact</a></li>
  61. </ul>
  62.  
  63. <p>Why not trained by the finest sport masters? <a href='#footer'>Subscribe!</a></p>
  64.  
  65. <ul class="header-nav__social">
  66. <li>
  67. <a href="http://wwww.facebook.com/strenxt"><i class="fa fa-facebook"></i></a>
  68. </li>
  69. <li>
  70. <a href="http://twitter.com/strenxt"><i class="fa fa-twitter"></i></a>
  71. </li>
  72. <li>
  73. <a href="http://www.instagram.com/strenxt/"><i class="fa fa-instagram"></i></a>
  74. </li>
  75. </ul>
  76.  
  77. </div> <!-- end header-nav__content -->
  78.  
  79. </nav> <!-- end header-nav -->
  80.  
  81. <a class="header-menu-toggle" href="#0">
  82. <span class="header-menu-text">Menu</span>
  83. <span class="header-menu-icon"></span>
  84. </a>
  85.  
  86. </header> <!-- end s-header -->
  87.  
  88.  
  89. <!-- home
  90. ================================================== -->
  91. <section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/burmesedance.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
  92.  
  93. <div class="overlay"></div>
  94. <div class="shadow-overlay"></div>
  95.  
  96. <div class="home-content">
  97.  
  98. <div class="row home-content__main">
  99.  
  100. <h3>Welcome to Strenxt</h3>
  101.  
  102. <h1>
  103. <br>The Coursera of Physical Training <br>
  104. </h1>
  105.  
  106. <div class="home-content__buttons">
  107. <a href="#footer" class="smoothscroll btn btn--stroke">
  108. More About Us
  109. </a>
  110. </div>
  111.  
  112. </div>
  113.  
  114. <div class="home-content__scroll">
  115. <a href="#footer" class="scroll-link smoothscroll">
  116. <span>Scroll Down</span>
  117. </a>
  118. </div>
  119.  
  120. <div class="home-content__line"></div>
  121.  
  122. </div> <!-- end home-content -->
  123.  
  124.  
  125. <ul class="home-social">
  126. <li>
  127. <a href="http://wwww.facebook.com/strenxt"><i class="fa fa-facebook"></i><span>Facebook</span></a>
  128. </li>
  129. <li>
  130. <a href="http://twitter.com/strenxt"><i class="fa fa-twitter"></i><span>Twitter</span></a>
  131. </li>
  132. <li>
  133. <a href="http://www.instagram.com/strenxt/"><i class="fa fa-instagram"></i><span>Instagram</span></a>
  134. </li>
  135. </ul>
  136. <!-- end home-social -->
  137.  
  138. </section> <!-- end s-home -->
  139.  
  140.  
  141. <!-- footer
  142. ================================================== -->
  143. <section id="footer">
  144. <footer>
  145.  
  146. <div class="row footer-main">
  147.  
  148. <div class="col-six tab-full left footer-desc">
  149.  
  150. <div class="footer-logo"></div>
  151. We enable sport mastership to spread widely with our technology.
  152. </div>
  153.  
  154. <div class="col-six tab-full right footer-subscribe">
  155.  
  156. <h4>Get Notified</h4>
  157. <p>Our product is ready to launch in the coming month. Get notify now!</p>
  158.  
  159. <div class="subscribe-form">
  160. <form id="mc-form" class="group" novalidate="true">
  161. <input type="email" value="" name="EMAIL" class="email" id="mc-email" placeholder="Email Address" required="">
  162. <input type="submit" name="subscribe" value="Subscribe">
  163. <label for="mc-email" class="subscribe-message"></label>
  164. </form>
  165. </div>
  166.  
  167. </div>
  168.  
  169. </div> <!-- end footer-main -->
  170.  
  171. <div class="row footer-bottom">
  172.  
  173. <div class="col-twelve">
  174. <div class="copyright">
  175. <span>© Copyright Strenxt 2017</span>
  176. </div>
  177.  
  178. <div class="go-top">
  179. <a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
  180. </div>
  181. </div>
  182.  
  183. </div> <!-- end footer-bottom -->
  184.  
  185. </footer> <!-- end footer -->
  186. </section>
  187.  
  188. <!-- photoswipe background
  189. ================================================== -->
  190. <div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
  191.  
  192. <div class="pswp__bg"></div>
  193. <div class="pswp__scroll-wrap">
  194.  
  195. <div class="pswp__container">
  196. <div class="pswp__item"></div>
  197. <div class="pswp__item"></div>
  198. <div class="pswp__item"></div>
  199. </div>
  200.  
  201. <div class="pswp__ui pswp__ui--hidden">
  202. <div class="pswp__top-bar">
  203. <div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
  204. "Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
  205. "Zoom in/out"></button>
  206. <div class="pswp__preloader">
  207. <div class="pswp__preloader__icn">
  208. <div class="pswp__preloader__cut">
  209. <div class="pswp__preloader__donut"></div>
  210. </div>
  211. </div>
  212. </div>
  213. </div>
  214. <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
  215. <div class="pswp__share-tooltip"></div>
  216. </div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
  217. "Next (arrow right)"></button>
  218. <div class="pswp__caption">
  219. <div class="pswp__caption__center"></div>
  220. </div>
  221. </div>
  222.  
  223. </div>
  224.  
  225. </div> <!-- end photoSwipe background -->
  226.  
  227.  
  228. <!-- preloader
  229. ================================================== -->
  230. <div id="preloader">
  231. <div id="loader">
  232. <div class="line-scale-pulse-out">
  233. <div></div>
  234. <div></div>
  235. <div></div>
  236. <div></div>
  237. <div></div>
  238. </div>
  239. </div>
  240. </div>
  241.  
  242.  
  243. <!-- Java Script
  244. ================================================== -->
  245. <script src="js/jquery-3.2.1.min.js"></script>
  246. <script src="js/plugins.js"></script>
  247. <script src="js/main.js"></script>
  248.  
  249. </body>
  250.  
  251. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement