PageRenderTime 46ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/round-about.php

https://github.com/sdashboard/startbootstrap
PHP | 66 lines | 57 code | 9 blank | 0 comment | 3 complexity | 55c5b2aed559f2fb62a56adf125fcbd4 MD5 | raw file
Possible License(s): Apache-2.0
  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.0">
  6. <meta name="description" content="A free about page HTML starter template for Bootstrap - Up to date for Bootstrap 3!">
  7. <title>Start Bootstrap - Round About Template for Bootstrap 3</title>
  8. <?php include_once('includes/meta.php'); ?>
  9. </head>
  10. <body>
  11. <?php include_once('includes/nav.php'); ?>
  12. <!-- Page content -->
  13. <div class="container">
  14. <div class="row">
  15. <div class="col-lg-12">
  16. <h1 class="page-header">Round About</h1>
  17. <ol class="breadcrumb">
  18. <li><a href="index.php">Start Bootstrap</a></li>
  19. <li><a href="all-templates.php">Templates</a></li>
  20. <li class="active">Round About</li>
  21. </ol>
  22. </div>
  23. <div class="col-lg-7 col-md-7">
  24. <p><a class="thumbnail" href="templates/round-about.html" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/round-about.jpg"></a></p>
  25. <ul class="list-inline download-links">
  26. <li><a class="btn btn-default" href="templates/round-about.html" target="_blank"><i class="fa fa-eye"></i> Live Preview</a></li>
  27. <li><a class="btn btn-default" href="downloads/round-about.zip"><i class="fa fa-download"></i> Download</a></li>
  28. <li><a class="btn btn-default" href="https://github.com/IronSummitMedia/startbootstrap/blob/master/templates/round-about.html"><i class="fa fa-github"></i> Raw HTML</a></li>
  29. <li><a class="btn btn-default" href="https://github.com/IronSummitMedia/startbootstrap/blob/master/templates/css/round-about.css"><i class="fa fa-github"></i> Raw CSS</a></li>
  30. </ul>
  31. </div>
  32. <div class="col-lg-5 col-md-5">
  33. <div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51625/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
  34. </div>
  35. <div class="clearfix"></div>
  36. <div class="col-lg-12">
  37. <h3>Design Recommendations:</h3>
  38. <ul>
  39. <li>Some custom colors and fonts will really bring this template to life.</li>
  40. </ul>
  41. </div>
  42. <div class="col-lg-12">
  43. <h3>Similar Templates:</h3>
  44. </div>
  45. <div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
  46. <a class="thumbnail" href="thumbnail-gallery.php" title="Thumbnail Gallery Template"><img src="img/thumbnail-gallery.jpg"></a>
  47. </div>
  48. <div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
  49. <a class="thumbnail" href="bare.php" title="Bare Template"><img src="img/bare.jpg"></a>
  50. </div>
  51. </div>
  52. </div>
  53. <hr>
  54. <?php include_once('includes/footer.php'); ?>
  55. <?php include_once('includes/js.php'); ?>
  56. </body>
  57. </html>