/index.html

https://gitlab.com/corehook/zerosap-landing · HTML · 742 lines · 654 code · 40 blank · 48 comment · 0 complexity · b2d90e2683f250903252173e19523e40 MD5 · raw file

  1. <!DOCTYPE html>
  2. <html lang='en'>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta content='IE=edge' http-equiv='X-UA-Compatible'>
  6. <meta content='width=device-width, initial-scale=1' name='viewport'>
  7. <meta content='' name='description'>
  8. <meta content='' name='author'>
  9. <title>ZERO SAP - Cloud food and products delivery system</title>
  10. <!-- Bootstrap Core CSS -->
  11. <link href='css/bootstrap.min.css' rel='stylesheet'>
  12. <!-- Custom CSS -->
  13. <link href='css/agency.css' rel='stylesheet'>
  14. <!-- Custom Fonts -->
  15. <link href='font-awesome/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
  16. <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  18. <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  19. <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
  21. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  22. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  23. <!--[if lt IE 9]> <![endif]-->
  24. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  25. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  26. </head>
  27. <body class='index' id='page-top'>
  28. <!-- Navigation -->
  29. <nav class='navbar navbar-default navbar-fixed-top'>
  30. <div class='container'>
  31. <!-- Brand and toggle get grouped for better mobile display -->
  32. <div class='navbar-header page-scroll'>
  33. <button class='navbar-toggle' data-target='#bs-example-navbar-collapse-1' data-toggle='collapse' type='button'>
  34. <span class='sr-only'>Toggle navigation</span>
  35. <span class='icon-bar'></span>
  36. <span class='icon-bar'></span>
  37. <span class='icon-bar'></span>
  38. </button>
  39. <a class='navbar-brand page-scroll' href='#page-top'>ZERO SAP</a>
  40. </div>
  41. <!-- Collect the nav links, forms, and other content for toggling -->
  42. <div class='collapse navbar-collapse' id='bs-example-navbar-collapse-1'>
  43. <ul class='nav navbar-nav navbar-right'>
  44. <li class='hidden'>
  45. <a href='#page-top'></a>
  46. </li>
  47. <li>
  48. <a class='page-scroll' href='#features'>Возможности</a>
  49. </li>
  50. <li>
  51. <a class='page-scroll' href='#tour'>Инструменты</a>
  52. </li>
  53. <li>
  54. <a class='page-scroll' href='#team'>Подключение</a>
  55. </li>
  56. <li>
  57. <a class='page-scroll' href='#yeah'>Подключиться</a>
  58. </li>
  59. </ul>
  60. </div>
  61. <!-- /.navbar-collapse -->
  62. </div>
  63. <!-- /.container-fluid -->
  64. </nav>
  65. <!-- Portfolio Grid Section -->
  66. <section class='bg-light-gray' id='tour'>
  67. <div class='container'>
  68. <div class='row'>
  69. <div class='col-lg-12 text-center'>
  70. <h2 class='section-heading'>Возможности</h2>
  71. <h3 class='section-subheading text-muted'>Привлекайте новых и удерживайте старых клиентов.</h3>
  72. </div>
  73. </div>
  74. <div class='row'>
  75. <!-- Управление клиентами -->
  76. <div class='col-md-4 col-sm-6 portfolio-item'>
  77. <a class='portfolio-link' data-toggle='modal' href='#portfolioModal1'>
  78. <img alt='' class='img-circle img-responsive' src='img/portfolio/roundicons.png'>
  79. </a>
  80. <div class='portfolio-caption'>
  81. <h4>Обработка заказов</h4>
  82. <p class='text-muted'>Реагируйте на заказ через 1 секунду</p>
  83. </div>
  84. </div>
  85. <!-- Обработка заказов -->
  86. <div class='col-md-4 col-sm-6 portfolio-item'>
  87. <a class='portfolio-link' data-toggle='modal' href='#portfolioModal2'>
  88. <img alt='' class='img-responsive' src='img/portfolio/startup-framework.png'>
  89. </a>
  90. <div class='portfolio-caption'>
  91. <h4>Работа с клиентами</h4>
  92. <p class='text-muted'>Клиент как никогда ближе к вам</p>
  93. </div>
  94. </div>
  95. <!-- Бонусная система -->
  96. <div class='col-md-4 col-sm-6 portfolio-item'>
  97. <a class='portfolio-link' data-toggle='modal' href='#portfolioModal3'>
  98. <img alt='' class='img-responsive' src='img/portfolio/treehouse.png'>
  99. </a>
  100. <div class='portfolio-caption'>
  101. <h4>Бонусная система</h4>
  102. <p class='text-muted'>Радуйте своих клиентов</p>
  103. </div>
  104. </div>
  105. <!-- Социальные сети -->
  106. <div class='col-md-4 col-sm-6 portfolio-item'>
  107. <a class='portfolio-link' data-toggle='modal' href='#portfolioModal4'>
  108. <img alt='' class='img-responsive' src='img/portfolio/golden.png'>
  109. </a>
  110. <div class='portfolio-caption'>
  111. <h4>Вещайте в мир</h4>
  112. <p class='text-muted'>Поддержка постинга в Facebook, Twitter, Vkontakte, Mail.ru, Odnoklassniki</p>
  113. </div>
  114. </div>
  115. <!-- Анализируйте -->
  116. <div class='col-md-4 col-sm-6 portfolio-item'>
  117. <a class='portfolio-link' data-toggle='modal' href='#portfolioModal5'>
  118. <img alt='' class='img-responsive' src='img/portfolio/escape.png'>
  119. </a>
  120. <div class='portfolio-caption'>
  121. <h4>Анализируйте</h4>
  122. <p class='text-muted'>Гибкие инструменты анализа бизнеса</p>
  123. </div>
  124. </div>
  125. <div class='col-md-4 col-sm-6 portfolio-item'>
  126. <a class='portfolio-link' data-toggle='modal' href='#portfolioModal6'>
  127. <img alt='' class='img-responsive' src='img/portfolio/dreams.png'>
  128. </a>
  129. <div class='portfolio-caption'>
  130. <h4>Экономьте расходы</h4>
  131. <p class='text-muted'>Нет больше головной боли с серверами и системными администраторами</p>
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136. </section>
  137. <!-- Services Section -->
  138. <section id='services'>
  139. <div class='container'>
  140. <div class='row'>
  141. <div class='col-lg-12 text-center'>
  142. <h2 class='section-heading'>Управление</h2>
  143. <h3 class='section-subheading text-muted'>Удобные инструменты вести бизнес.</h3>
  144. </div>
  145. </div>
  146. <div class='row text-center'>
  147. <div class='col-md-4'>
  148. <span class='fa-stack fa-4x'>
  149. <i class='fa fa-circle fa-stack-2x text-primary'></i>
  150. <i class='fa fa-shopping-cart fa-stack-1x fa-inverse'></i>
  151. </span>
  152. <h4 class='service-heading'>Браузер</h4>
  153. <p class='text-muted'>Вы можете полностью управлять системой через браузер.</p>
  154. </div>
  155. <div class='col-md-4'>
  156. <span class='fa-stack fa-4x'>
  157. <i class='fa fa-circle fa-stack-2x text-primary'></i>
  158. <i class='fa fa-laptop fa-stack-1x fa-inverse'></i>
  159. </span>
  160. <h4 class='service-heading'>Приложение для планшетов</h4>
  161. <p class='text-muted'>Установите планшет перед вашим оператором по приему заказов. Вы можете заказать в аренду наши преднастроенные планшеты</p>
  162. </div>
  163. <div class='col-md-4'>
  164. <span class='fa-stack fa-4x'>
  165. <i class='fa fa-circle fa-stack-2x text-primary'></i>
  166. <i class='fa fa-lock fa-stack-1x fa-inverse'></i>
  167. </span>
  168. <h4 class='service-heading'>Мобильное приложение</h4>
  169. <p class='text-muted'>Аналитика для руководства, чтобы держать руку на пульсе. Приложение для курьера для оперативной работы.</p>
  170. </div>
  171. </div>
  172. </div>
  173. </section>
  174. <!-- About Section -->
  175. <section id='about'>
  176. <div class='container'>
  177. <div class='row'>
  178. <div class='col-lg-12 text-center'>
  179. <h2 class='section-heading'>Connect</h2>
  180. <h3 class='section-subheading text-muted'>Всего несколько шагов до мобильной доставки!</h3>
  181. </div>
  182. </div>
  183. <div class='row'>
  184. <div class='col-lg-12'>
  185. <ul class='timeline'>
  186. <!-- Выбор шаблона -->
  187. <li>
  188. <div class='timeline-image'>
  189. <img alt='' class='img-circle img-responsive' src='img/about/1.jpg'>
  190. </div>
  191. <div class='timeline-panel'>
  192. <div class='timeline-heading'>
  193. <h3 class='subheading lead'>Выбор шаблона приложения</h3>
  194. </div>
  195. <div class='timeline-body'>
  196. <p class='text-muted'>В вашем распоряжении 12 стилей подготовленных "болванок" для мобильного приложения</p>
  197. </div>
  198. </div>
  199. </li>
  200. <!-- Стилизация под брэнд -->
  201. <li class='timeline-inverted'>
  202. <div class='timeline-image'>
  203. <img alt='' class='img-circle img-responsive' src='img/about/2.jpg'>
  204. </div>
  205. <div class='timeline-panel'>
  206. <div class='timeline-heading'>
  207. <h3 class='subheading lead'>Стилизация под брэнд</h3>
  208. </div>
  209. <div class='timeline-body'>
  210. <p class='text-muted'>Мы стилизуем шаблон приложения под ваш бренд! </p>
  211. </div>
  212. </div>
  213. </li>
  214. <!-- Проверка -->
  215. <li>
  216. <div class='timeline-image'>
  217. <img alt='' class='img-circle img-responsive' src='img/about/3.jpg'>
  218. </div>
  219. <div class='timeline-panel'>
  220. <div class='timeline-heading'>
  221. <h3 class='subheading lead'>Проверка на устройствах</h1>
  222. </div>
  223. <div class='timeline-body'>
  224. <p class='text-muted'>Посмотрите наш список гарантированно <a href='#'>поддерживаемых устройств</a> семейства iOS и Android.</p>
  225. </div>
  226. </div>
  227. </li>
  228. <!-- Отправка в стор -->
  229. <li class='timeline-inverted'>
  230. <div class='timeline-image'>
  231. <img alt='' class='img-circle img-responsive' src='img/about/4.jpg'>
  232. </div>
  233. <div class='timeline-panel'>
  234. <div class='timeline-heading'>
  235. <h3 class='subheading lead'>Публикация</h3>
  236. </div>
  237. <div class='timeline-body'>
  238. <p class='text-muted'>После окончательной проверки работоспособности приложения приложения мы отправляем его в AppStore и PlayMarket</p>
  239. </div>
  240. </div>
  241. </li>
  242. <li class='timeline-inverted'>
  243. <div class='timeline-image'>
  244. <br><h4 class='lead'>Подключить!</h4>
  245. </div>
  246. </li>
  247. </ul>
  248. </div>
  249. </div>
  250. </div>
  251. </section>
  252. <!-- Team Section -->
  253. <section class='bg-light-gray' id='team'>
  254. <div class='container'>
  255. <div class='row'>
  256. <div class='col-lg-12 text-center'>
  257. <h2 class='section-heading'>Our Amazing Team</h2>
  258. <h3 class='section-subheading text-muted'>Lorem ipsum dolor sit amet consectetur.</h3>
  259. </div>
  260. </div>
  261. <div class='row'>
  262. <div class='col-sm-4'>
  263. <div class='team-member'>
  264. <img alt='' class='img-responsive img-circle' src='img/team/1.jpg'>
  265. <h4>Kay Garland</h4>
  266. <p class='text-muted'>Lead Designer</p>
  267. <ul class='list-inline social-buttons'>
  268. <li>
  269. <a href='#'>
  270. <i class='fa fa-twitter'></i>
  271. </a>
  272. </li>
  273. <li>
  274. <a href='#'>
  275. <i class='fa fa-facebook'></i>
  276. </a>
  277. </li>
  278. <li>
  279. <a href='#'>
  280. <i class='fa fa-linkedin'></i>
  281. </a>
  282. </li>
  283. </ul>
  284. </img>
  285. </div>
  286. </div>
  287. <div class='col-sm-4'>
  288. <div class='team-member'>
  289. <img alt='' class='img-responsive img-circle' src='img/team/2.jpg'>
  290. <h4>Larry Parker</h4>
  291. <p class='text-muted'>Lead Marketer</p>
  292. <ul class='list-inline social-buttons'>
  293. <li>
  294. <a href='#'>
  295. <i class='fa fa-twitter'></i>
  296. </a>
  297. </li>
  298. <li>
  299. <a href='#'>
  300. <i class='fa fa-facebook'></i>
  301. </a>
  302. </li>
  303. <li>
  304. <a href='#'>
  305. <i class='fa fa-linkedin'></i>
  306. </a>
  307. </li>
  308. </ul>
  309. </img>
  310. </div>
  311. </div>
  312. <div class='col-sm-4'>
  313. <div class='team-member'>
  314. <img alt='' class='img-responsive img-circle' src='img/team/3.jpg'>
  315. <h4>Diana Pertersen</h4>
  316. <p class='text-muted'>Lead Developer</p>
  317. <ul class='list-inline social-buttons'>
  318. <li>
  319. <a href='#'>
  320. <i class='fa fa-twitter'></i>
  321. </a>
  322. </li>
  323. <li>
  324. <a href='#'>
  325. <i class='fa fa-facebook'></i>
  326. </a>
  327. </li>
  328. <li>
  329. <a href='#'>
  330. <i class='fa fa-linkedin'></i>
  331. </a>
  332. </li>
  333. </ul>
  334. </img>
  335. </div>
  336. </div>
  337. </div>
  338. <div class='row'>
  339. <div class='col-lg-8 col-lg-offset-2 text-center'>
  340. <p class='large text-muted'>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
  341. </div>
  342. </div>
  343. </div>
  344. </section>
  345. <!-- Clients Aside -->
  346. <aside class='clients'>
  347. <div class='container'>
  348. <div class='col-md-3 col-sm-6'>
  349. <a href='#'>
  350. <img alt='' class='img-responsive img-centered' src='img/logos/envato.jpg'>
  351. </a>
  352. </div>
  353. <div class='col-md-3 col-sm-6'>
  354. <a href='#'>
  355. <img alt='' class='img-responsive img-centered' src='img/logos/designmodo.jpg'>
  356. </a>
  357. </div>
  358. <div class='col-md-3 col-sm-6'>
  359. <a href='#'>
  360. <img alt='' class='img-responsive img-centered' src='img/logos/themeforest.jpg'>
  361. </a>
  362. </div>
  363. <div class='col-md-3 col-sm-6'>
  364. <a href='#'>
  365. <img alt='' class='img-responsive img-centered' src='img/logos/creative-market.jpg'>
  366. </a>
  367. </div>
  368. </div>
  369. </div>
  370. </aside>
  371. <!-- Contact Section -->
  372. <section id='contact'>
  373. <div class='container'>
  374. <div class='row'>
  375. <div class='col-lg-12 text-center'>
  376. <h2 class='section-heading'>Contact Us</h2>
  377. <h3 class='section-subheading text-muted'>Lorem ipsum dolor sit amet consectetur.</h3>
  378. </div>
  379. </div>
  380. <div class='row'>
  381. <div class='col-lg-12'>
  382. <form id='contactForm' name='sentMessage' novalidate=''>
  383. <div class='row'>
  384. <div class='col-md-6'>
  385. <div class='form-group'>
  386. <input class='form-control' data-validation-required-message='Please enter your name.' id='name' placeholder='Your Name *' required='' type='text'>
  387. <p class='help-block text-danger'></p>
  388. </input>
  389. </div>
  390. <div class='form-group'>
  391. <input class='form-control' data-validation-required-message='Please enter your email address.' id='email' placeholder='Your Email *' required='' type='email'>
  392. <p class='help-block text-danger'></p>
  393. </input>
  394. </div>
  395. <div class='form-group'>
  396. <input class='form-control' data-validation-required-message='Please enter your phone number.' id='phone' placeholder='Your Phone *' required='' type='tel'>
  397. <p class='help-block text-danger'></p>
  398. </input>
  399. </div>
  400. </div>
  401. <div class='col-md-6'>
  402. <div class='form-group'>
  403. <textarea class='form-control' data-validation-required-message='Please enter a message.' id='message' placeholder='Your Message *' required=''></textarea>
  404. <p class='help-block text-danger'></p>
  405. </div>
  406. </div>
  407. <div class='clearfix'></div>
  408. <div class='col-lg-12 text-center'>
  409. <div id='success'></div>
  410. <button class='btn btn-xl' type='submit'>Send Message</button>
  411. </div>
  412. </div>
  413. </form>
  414. </div>
  415. </div>
  416. </div>
  417. </section>
  418. <footer>
  419. <div class='container'>
  420. <div class='row'>
  421. <div class='col-md-4'>
  422. <span class='copyright'>Copyright &copy; 0day.kz 2015</span>
  423. </div>
  424. <div class='col-md-4'>
  425. <ul class='list-inline social-buttons'>
  426. <li>
  427. <a href='#'>
  428. <i class='fa fa-twitter'></i>
  429. </a>
  430. </li>
  431. <!-- Facebook -->
  432. <li>
  433. <a href='#'>
  434. <i class='fa fa-facebook'></i>
  435. </a>
  436. </li>
  437. <!-- youtube -->
  438. <li>
  439. <a href='#'>
  440. <i class='fa fa-youtube'></i>
  441. </a>
  442. </li>
  443. <!-- Vkontatke -->
  444. <li>
  445. <a href='#'>
  446. <i class='fa fa-vk'></i>
  447. </a>
  448. </li>
  449. <!-- Instagram -->
  450. <li>
  451. <a href='#'>
  452. <i class='fa fa-instagram'></i>
  453. </a>
  454. </li>
  455. </ul>
  456. </div>
  457. <div class='col-md-4'>
  458. <ul class='list-inline quicklinks'>
  459. <li>
  460. <a href='#'>Политика конфеденциальности</a>
  461. </li>
  462. <li>
  463. <a href='#'>Правила сервиса</a>
  464. </li>
  465. </ul>
  466. </div>
  467. </div>
  468. </div>
  469. </footer>
  470. <!-- Portfolio Modals -->
  471. <!-- Use the modals below to showcase details about your portfolio projects! -->
  472. <!-- Portfolio Modal 1 -->
  473. <div aria-hidden='true' class='portfolio-modal modal fade' id='portfolioModal1' role='dialog' tabindex='-1'>
  474. <div class='modal-content'>
  475. <div class='close-modal' data-dismiss='modal'>
  476. <div class='lr'>
  477. <div class='rl'></div>
  478. </div>
  479. </div>
  480. <div class='container'>
  481. <div class='row'>
  482. <div class='col-lg-8 col-lg-offset-2'>
  483. <div class='modal-body'>
  484. <!-- Project Details Go Here -->
  485. <h2>Project Name</h2>
  486. <p class='item-intro text-muted'>Lorem ipsum dolor sit amet consectetur.</p>
  487. <img alt='' class='img-responsive img-centered' src='img/portfolio/roundicons-free.png'>
  488. <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
  489. <p><strong>Want these icons in this portfolio item sample?</strong>You can download 60 of them for free, courtesy of
  490. <a href='https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc'>RoundIcons.com</a>,
  491. or you can purchase the 1500 icon set
  492. <a href='https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc'>here</a>.
  493. </p>
  494. <ul class='list-inline'>
  495. <li>Date: July 2014</li>
  496. <li>Client: Round Icons</li>
  497. <li>Category: Graphic Design</li>
  498. </ul>
  499. <button class='btn btn-primary' data-dismiss='modal' type='button'>
  500. <i class='fa fa-times'></i>
  501. Close Project
  502. </button>
  503. </img>
  504. </div>
  505. </div>
  506. </div>
  507. </div>
  508. </div>
  509. </div>
  510. <!-- Portfolio Modal 2 -->
  511. <div aria-hidden='true' class='portfolio-modal modal fade' id='portfolioModal2' role='dialog' tabindex='-1'>
  512. <div class='modal-content'>
  513. <div class='close-modal' data-dismiss='modal'>
  514. <div class='lr'>
  515. <div class='rl'></div>
  516. </div>
  517. </div>
  518. <div class='container'>
  519. <div class='row'>
  520. <div class='col-lg-8 col-lg-offset-2'>
  521. <div class='modal-body'>
  522. <h2>Project Heading</h2>
  523. <p class='item-intro text-muted'>Lorem ipsum dolor sit amet consectetur.</p>
  524. <img alt='' class='img-responsive img-centered' src='img/portfolio/startup-framework-preview.png'>
  525. <p>
  526. <a href='http://designmodo.com/startup/?u=787'>Startup Framework</a>
  527. is a website builder for professionals. Startup Framework contains components and complex blocks (PSD+HTML Bootstrap themes and templates) which can easily be integrated into almost any design. All of these components are made in the same style, and can easily be integrated into projects, allowing you to create hundreds of solutions for your future projects.
  528. </p>
  529. <p>
  530. You can preview Startup Framework
  531. <a href='http://designmodo.com/startup/?u=787'>here</a>.
  532. </p>
  533. <button class='btn btn-primary' data-dismiss='modal' type='button'>
  534. <i class='fa fa-times'></i>
  535. Close Project
  536. </button>
  537. </img>
  538. </div>
  539. </div>
  540. </div>
  541. </div>
  542. </div>
  543. </div>
  544. <!-- Portfolio Modal 3 -->
  545. <div aria-hidden='true' class='portfolio-modal modal fade' id='portfolioModal3' role='dialog' tabindex='-1'>
  546. <div class='modal-content'>
  547. <div class='close-modal' data-dismiss='modal'>
  548. <div class='lr'>
  549. <div class='rl'></div>
  550. </div>
  551. </div>
  552. <div class='container'>
  553. <div class='row'>
  554. <div class='col-lg-8 col-lg-offset-2'>
  555. <div class='modal-body'>
  556. <!-- Project Details Go Here -->
  557. <h2>Project Name</h2>
  558. <p class='item-intro text-muted'>Lorem ipsum dolor sit amet consectetur.</p>
  559. <img alt='' class='img-responsive img-centered' src='img/portfolio/treehouse-preview.png'>
  560. <p>
  561. Treehouse is a free PSD web template built by
  562. <a href='https://www.behance.net/MathavanJaya'>Mathavan Jaya</a>.
  563. This is bright and spacious design perfect for people or startup companies looking to showcase their apps or other projects.
  564. </p>
  565. <p>
  566. You can download the PSD template in this portfolio sample item at
  567. <a href='http://freebiesxpress.com/gallery/treehouse-free-psd-web-template/'>FreebiesXpress.com</a>.
  568. </p>
  569. <button class='btn btn-primary' data-dismiss='modal' type='button'>
  570. <i class='fa fa-times'></i>
  571. Close Project
  572. </button>
  573. </img>
  574. </div>
  575. </div>
  576. </div>
  577. </div>
  578. </div>
  579. </div>
  580. <!-- Portfolio Modal 4 -->
  581. <div aria-hidden='true' class='portfolio-modal modal fade' id='portfolioModal4' role='dialog' tabindex='-1'>
  582. <div class='modal-content'>
  583. <div class='close-modal' data-dismiss='modal'>
  584. <div class='lr'>
  585. <div class='rl'></div>
  586. </div>
  587. </div>
  588. <div class='container'>
  589. <div class='row'>
  590. <div class='col-lg-8 col-lg-offset-2'>
  591. <div class='modal-body'>
  592. <!-- Project Details Go Here -->
  593. <h2>Project Name</h2>
  594. <p class='item-intro text-muted'>Lorem ipsum dolor sit amet consectetur.</p>
  595. <img alt='' class='img-responsive img-centered' src='img/portfolio/golden-preview.png'>
  596. <p>
  597. Start Bootstrap's Agency theme is based on Golden, a free PSD website template built by
  598. <a href='https://www.behance.net/MathavanJaya'>Mathavan Jaya</a>.
  599. Golden is a modern and clean one page web template that was made exclusively for Best PSD Freebies. This template has a great portfolio, timeline, and meet your team sections that can be easily modified to fit your needs.
  600. </p>
  601. <p>
  602. You can download the PSD template in this portfolio sample item at
  603. <a href='http://freebiesxpress.com/gallery/golden-free-one-page-web-template/'>FreebiesXpress.com</a>.
  604. </p>
  605. <button class='btn btn-primary' data-dismiss='modal' type='button'>
  606. <i class='fa fa-times'></i>
  607. Close Project
  608. </button>
  609. </img>
  610. </div>
  611. </div>
  612. </div>
  613. </div>
  614. </div>
  615. </div>
  616. <!-- Portfolio Modal 5 -->
  617. <div aria-hidden='true' class='portfolio-modal modal fade' id='portfolioModal5' role='dialog' tabindex='-1'>
  618. <div class='modal-content'>
  619. <div class='close-modal' data-dismiss='modal'>
  620. <div class='lr'>
  621. <div class='rl'></div>
  622. </div>
  623. </div>
  624. <div class='container'>
  625. <div class='row'>
  626. <div class='col-lg-8 col-lg-offset-2'>
  627. <div class='modal-body'>
  628. <!-- Project Details Go Here -->
  629. <h2>Project Name</h2>
  630. <p class='item-intro text-muted'>Lorem ipsum dolor sit amet consectetur.</p>
  631. <img alt='' class='img-responsive img-centered' src='img/portfolio/escape-preview.png'>
  632. <p>
  633. Escape is a free PSD web template built by
  634. <a href='https://www.behance.net/MathavanJaya'>Mathavan Jaya</a>.
  635. Escape is a one page web template that was designed with agencies in mind. This template is ideal for those looking for a simple one page solution to describe your business and offer your services.
  636. </p>
  637. <p>
  638. You can download the PSD template in this portfolio sample item at
  639. <a href='http://freebiesxpress.com/gallery/escape-one-page-psd-web-template/'>FreebiesXpress.com</a>.
  640. </p>
  641. <button class='btn btn-primary' data-dismiss='modal' type='button'>
  642. <i class='fa fa-times'></i>
  643. Close Project
  644. </button>
  645. </img>
  646. </div>
  647. </div>
  648. </div>
  649. </div>
  650. </div>
  651. </div>
  652. <!-- Portfolio Modal 6 -->
  653. <div aria-hidden='true' class='portfolio-modal modal fade' id='portfolioModal6' role='dialog' tabindex='-1'>
  654. <div class='modal-content'>
  655. <div class='close-modal' data-dismiss='modal'>
  656. <div class='lr'>
  657. <div class='rl'></div>
  658. </div>
  659. </div>
  660. <div class='container'>
  661. <div class='row'>
  662. <div class='col-lg-8 col-lg-offset-2'>
  663. <div class='modal-body'>
  664. <!-- Project Details Go Here -->
  665. <h2>Project Name</h2>
  666. <p class='item-intro text-muted'>Lorem ipsum dolor sit amet consectetur.</p>
  667. <img alt='' class='img-responsive img-centered' src='img/portfolio/dreams-preview.png'>
  668. <p>
  669. Dreams is a free PSD web template built by
  670. <a href='https://www.behance.net/MathavanJaya'>Mathavan Jaya</a>.
  671. Dreams is a modern one page web template designed for almost any purpose. Its a beautiful template thats designed with the Bootstrap framework in mind.
  672. </p>
  673. <p>
  674. You can download the PSD template in this portfolio sample item at
  675. <a href='http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/'>FreebiesXpress.com</a>.
  676. </p>
  677. <button class='btn btn-primary' data-dismiss='modal' type='button'>
  678. <i class='fa fa-times'></i>
  679. Close Project
  680. </button>
  681. </img>
  682. </div>
  683. </div>
  684. </div>
  685. </div>
  686. </div>
  687. </div>
  688. <!-- jQuery -->
  689. <script src='js/jquery.js'></script>
  690. <!-- Bootstrap Core JavaScript -->
  691. <script src='js/bootstrap.min.js'></script>
  692. <!-- Plugin JavaScript -->
  693. <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  694. <script src='js/classie.js'></script>
  695. <script src='js/cbpAnimatedHeader.js'></script>
  696. <!-- Contact Form JavaScript -->
  697. <script src='js/jqBootstrapValidation.js'></script>
  698. <script src='js/contact_me.js'></script>
  699. <!-- Custom Theme JavaScript -->
  700. <script src='js/agency.js'></script>
  701. </body>
  702. </html>