index.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Bootstrap Contact Form Templates</title>
  8. <!-- CSS -->
  9. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,100,300,500">
  10. <link rel="stylesheet" href="form-1/assets/bootstrap/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="choose-layout-assets/style.css">
  12. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  13. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  14. <!--[if lt IE 9]>
  15. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  16. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  17. <![endif]-->
  18. <!-- Favicon and touch icons -->
  19. <link rel="shortcut icon" href="form-1/assets/ico/favicon.png">
  20. </head>
  21. <body>
  22. <div class="top">
  23. <h1>Bootstrap Contact Form Templates</h1>
  24. <p>
  25. These are 2 free responsive contact form templates made with Bootstrap.
  26. Download them on <a href="http://azmind.com"><strong>AZMIND</strong></a>, customize and use them as you like!
  27. </p>
  28. </div>
  29. <div class="section-container">
  30. <div class="container layouts">
  31. <div class="row">
  32. <div class="col-sm-12 section-description">
  33. <h3>Choose Template</h3>
  34. </div>
  35. </div>
  36. <div class="row">
  37. <div class="col-sm-10 col-sm-offset-1">
  38. <div class="row">
  39. <div class="col-sm-6 layout-box">
  40. <a href="form-1/index.html">
  41. <img src="choose-layout-assets/1.jpg" alt="">
  42. </a>
  43. <p>Form 1</p>
  44. </div>
  45. <div class="col-sm-6 layout-box">
  46. <a href="form-2/index.html">
  47. <img src="choose-layout-assets/2.jpg" alt="">
  48. </a>
  49. <p>Form 2</p>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. <div class="container footer">
  57. <div class="row">
  58. <div class="col-sm-12">
  59. &copy; Bootstrap Contact Form Templates by <a href="http://azmind.com" target="_blank">Azmind</a>.
  60. </div>
  61. </div>
  62. </div>
  63. </body>
  64. </html>