index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="description" content="">
  7. <meta name="author" content="">
  8. <title>Creative - Start Bootstrap Theme</title>
  9. <!-- Bootstrap core CSS -->
  10. <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  11. <!-- Custom fonts for this template -->
  12. <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
  13. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
  14. <link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
  15. <!-- Plugin CSS -->
  16. <link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
  17. <!-- Custom styles for this template -->
  18. <link href="css/creative.min.css" rel="stylesheet">
  19. </head>
  20. <body id="page-top">
  21. <!-- Navigation -->
  22. <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
  23. <div class="container">
  24. <a class="navbar-brand js-scroll-trigger" href="#page-top">Start Bootstrap</a>
  25. <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
  26. <span class="navbar-toggler-icon"></span>
  27. </button>
  28. <div class="collapse navbar-collapse" id="navbarResponsive">
  29. <ul class="navbar-nav ml-auto">
  30. <li class="nav-item">
  31. <a class="nav-link js-scroll-trigger" href="#about">About</a>
  32. </li>
  33. <li class="nav-item">
  34. <a class="nav-link js-scroll-trigger" href="#services">Services</a>
  35. </li>
  36. <li class="nav-item">
  37. <a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
  38. </li>
  39. <li class="nav-item">
  40. <a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
  41. </li>
  42. </ul>
  43. </div>
  44. </div>
  45. </nav>
  46. <header class="masthead text-center text-white d-flex">
  47. <div class="container my-auto">
  48. <div class="row">
  49. <div class="col-lg-10 mx-auto">
  50. <h1 class="text-uppercase">
  51. <strong>Your Favorite Source of Free Bootstrap Themes</strong>
  52. </h1>
  53. <hr>
  54. </div>
  55. <div class="col-lg-8 mx-auto">
  56. <p class="text-faded mb-5">Start Bootstrap can help you build better websites using the Bootstrap CSS framework! Just download your template and start going, no strings attached!</p>
  57. <a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
  58. </div>
  59. </div>
  60. </div>
  61. </header>
  62. <section class="bg-primary" id="about">
  63. <div class="container">
  64. <div class="row">
  65. <div class="col-lg-8 mx-auto text-center">
  66. <h2 class="section-heading text-white">We've got what you need!</h2>
  67. <hr class="light my-4">
  68. <p class="text-faded mb-4">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
  69. <a class="btn btn-light btn-xl js-scroll-trigger" href="#services">Get Started!</a>
  70. </div>
  71. </div>
  72. </div>
  73. </section>
  74. <section id="services">
  75. <div class="container">
  76. <div class="row">
  77. <div class="col-lg-12 text-center">
  78. <h2 class="section-heading">At Your Service</h2>
  79. <hr class="my-4">
  80. </div>
  81. </div>
  82. </div>
  83. <div class="container">
  84. <div class="row">
  85. <div class="col-lg-3 col-md-6 text-center">
  86. <div class="service-box mt-5 mx-auto">
  87. <i class="fas fa-4x fa-gem text-primary mb-3 sr-icon-1"></i>
  88. <h3 class="mb-3">Sturdy Templates</h3>
  89. <p class="text-muted mb-0">Our templates are updated regularly so they don't break.</p>
  90. </div>
  91. </div>
  92. <div class="col-lg-3 col-md-6 text-center">
  93. <div class="service-box mt-5 mx-auto">
  94. <i class="fas fa-4x fa-paper-plane text-primary mb-3 sr-icon-2"></i>
  95. <h3 class="mb-3">Ready to Ship</h3>
  96. <p class="text-muted mb-0">You can use this theme as is, or you can make changes!</p>
  97. </div>
  98. </div>
  99. <div class="col-lg-3 col-md-6 text-center">
  100. <div class="service-box mt-5 mx-auto">
  101. <i class="fas fa-4x fa-code text-primary mb-3 sr-icon-3"></i>
  102. <h3 class="mb-3">Up to Date</h3>
  103. <p class="text-muted mb-0">We update dependencies to keep things fresh.</p>
  104. </div>
  105. </div>
  106. <div class="col-lg-3 col-md-6 text-center">
  107. <div class="service-box mt-5 mx-auto">
  108. <i class="fas fa-4x fa-heart text-primary mb-3 sr-icon-4"></i>
  109. <h3 class="mb-3">Made with Love</h3>
  110. <p class="text-muted mb-0">You have to make your websites with love these days!</p>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. </section>
  116. <section class="p-0" id="portfolio">
  117. <div class="container-fluid p-0">
  118. <div class="row no-gutters popup-gallery">
  119. <div class="col-lg-4 col-sm-6">
  120. <a class="portfolio-box" href="img/portfolio/fullsize/1.jpg">
  121. <img class="img-fluid" src="img/portfolio/thumbnails/1.jpg" alt="">
  122. <div class="portfolio-box-caption">
  123. <div class="portfolio-box-caption-content">
  124. <div class="project-category text-faded">
  125. Category
  126. </div>
  127. <div class="project-name">
  128. Project Name
  129. </div>
  130. </div>
  131. </div>
  132. </a>
  133. </div>
  134. <div class="col-lg-4 col-sm-6">
  135. <a class="portfolio-box" href="img/portfolio/fullsize/2.jpg">
  136. <img class="img-fluid" src="img/portfolio/thumbnails/2.jpg" alt="">
  137. <div class="portfolio-box-caption">
  138. <div class="portfolio-box-caption-content">
  139. <div class="project-category text-faded">
  140. Category
  141. </div>
  142. <div class="project-name">
  143. Project Name
  144. </div>
  145. </div>
  146. </div>
  147. </a>
  148. </div>
  149. <div class="col-lg-4 col-sm-6">
  150. <a class="portfolio-box" href="img/portfolio/fullsize/3.jpg">
  151. <img class="img-fluid" src="img/portfolio/thumbnails/3.jpg" alt="">
  152. <div class="portfolio-box-caption">
  153. <div class="portfolio-box-caption-content">
  154. <div class="project-category text-faded">
  155. Category
  156. </div>
  157. <div class="project-name">
  158. Project Name
  159. </div>
  160. </div>
  161. </div>
  162. </a>
  163. </div>
  164. <div class="col-lg-4 col-sm-6">
  165. <a class="portfolio-box" href="img/portfolio/fullsize/4.jpg">
  166. <img class="img-fluid" src="img/portfolio/thumbnails/4.jpg" alt="">
  167. <div class="portfolio-box-caption">
  168. <div class="portfolio-box-caption-content">
  169. <div class="project-category text-faded">
  170. Category
  171. </div>
  172. <div class="project-name">
  173. Project Name
  174. </div>
  175. </div>
  176. </div>
  177. </a>
  178. </div>
  179. <div class="col-lg-4 col-sm-6">
  180. <a class="portfolio-box" href="img/portfolio/fullsize/5.jpg">
  181. <img class="img-fluid" src="img/portfolio/thumbnails/5.jpg" alt="">
  182. <div class="portfolio-box-caption">
  183. <div class="portfolio-box-caption-content">
  184. <div class="project-category text-faded">
  185. Category
  186. </div>
  187. <div class="project-name">
  188. Project Name
  189. </div>
  190. </div>
  191. </div>
  192. </a>
  193. </div>
  194. <div class="col-lg-4 col-sm-6">
  195. <a class="portfolio-box" href="img/portfolio/fullsize/6.jpg">
  196. <img class="img-fluid" src="img/portfolio/thumbnails/6.jpg" alt="">
  197. <div class="portfolio-box-caption">
  198. <div class="portfolio-box-caption-content">
  199. <div class="project-category text-faded">
  200. Category
  201. </div>
  202. <div class="project-name">
  203. Project Name
  204. </div>
  205. </div>
  206. </div>
  207. </a>
  208. </div>
  209. </div>
  210. </div>
  211. </section>
  212. <section class="bg-dark text-white">
  213. <div class="container text-center">
  214. <h2 class="mb-4">Free Download at Start Bootstrap!</h2>
  215. <a class="btn btn-light btn-xl sr-button" href="http://startbootstrap.com/template-overviews/creative/">Download Now!</a>
  216. </div>
  217. </section>
  218. <section id="contact">
  219. <div class="container">
  220. <div class="row">
  221. <div class="col-lg-8 mx-auto text-center">
  222. <h2 class="section-heading">Let's Get In Touch!</h2>
  223. <hr class="my-4">
  224. <p class="mb-5">Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p>
  225. </div>
  226. </div>
  227. <div class="row">
  228. <div class="col-lg-4 ml-auto text-center">
  229. <i class="fas fa-phone fa-3x mb-3 sr-contact-1"></i>
  230. <p>123-456-6789</p>
  231. </div>
  232. <div class="col-lg-4 mr-auto text-center">
  233. <i class="fas fa-envelope fa-3x mb-3 sr-contact-2"></i>
  234. <p>
  235. <a href="mailto:your-email@your-domain.com">feedback@startbootstrap.com</a>
  236. </p>
  237. </div>
  238. </div>
  239. </div>
  240. </section>
  241. <!-- Bootstrap core JavaScript -->
  242. <script src="vendor/jquery/jquery.min.js"></script>
  243. <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  244. <!-- Plugin JavaScript -->
  245. <script src="vendor/jquery-easing/jquery.easing.min.js"></script>
  246. <script src="vendor/scrollreveal/scrollreveal.min.js"></script>
  247. <script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
  248. <!-- Custom scripts for this template -->
  249. <script src="js/creative.min.js"></script>
  250. </body>
  251. </html>