index.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7 ]> <html lang="en-us" class="no-js ie6"> <![endif]-->
  3. <!--[if IE 7 ]> <html lang="en-us" class="no-js ie7"> <![endif]-->
  4. <!--[if IE 8 ]> <html lang="en-us" class="no-js ie8"> <![endif]-->
  5. <!--[if IE 9 ]> <html lang="en-us" class="no-js ie9"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!-->
  6. <html lang="en-us" class="no-js">
  7. <!--<![endif]-->
  8. <head>
  9. <meta name="generator" content=
  10. "HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org">
  11. <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1">
  12. <meta charset="utf-8">
  13. <title>Columnal Demo Page</title>
  14. <meta name="viewport" content=
  15. "width=device-width, initial-scale=1.0">
  16. <!-- The Columnal Grid (1140px wide base, load first), Type and image presets, and mobile stylesheet -->
  17. <link rel="stylesheet" href="css/columnal.css" type="text/css"
  18. media="screen"><!-- Fixes for IE -->
  19. <!--[if lt IE 9]>
  20. <link rel="stylesheet" href="css/ie.css" type="text/css" media="screen" />
  21. <![endif]-->
  22. <!-- use "fixed-984px-ie.css" or "fixed-960px-ie.css for a 984px or 960px fixed width for IE6 and 7 -->
  23. <!--[if lte IE 7]>
  24. <link rel="stylesheet" href="css/fixed-984px-ie.css" type="text/css" media="screen" />
  25. <![endif]-->
  26. <!-- Fixes for IE6, only needed if IE 6 will be supported - width must match 984px or 960px of css file used above -->
  27. <!-- Use .imagescale to fix IE6 issues with full-column width images (class must be added to any image wider than the column it is placed into) -->
  28. <!--[if lte IE 6]>
  29. <link rel="stylesheet" href="css/ie6-984px.css" type="text/css" media="screen" />
  30. <![endif]-->
  31. <!-- End fixes for IE -->
  32. <!-- Customizations here -->
  33. <link rel="stylesheet" href="css/custom.css" type="text/css"
  34. media="screen">
  35. <!-- Page build tools - only needed while creating a site, remove when launching - Gray box colors and page debugging tools -->
  36. <link rel="stylesheet" href="css/build.css" type="text/css"
  37. media="screen">
  38. <style type="text/css">
  39. <!--
  40. /* These are just styles for the demo, you do not need them for your project */
  41. body {padding-bottom: 40px;}
  42. .col_12.title {background-color: white !important; border-bottom: none;}
  43. -->
  44. </style>
  45. </head>
  46. <body>
  47. <div class="container test">
  48. <div class="row">
  49. <div class="col_12">
  50. <h1>onCrash="Reboot()"</h1>
  51. <p>You can, you should, and if you're brave enough to
  52. start, you will.</p>
  53. </div>
  54. <div class="col_12 hmenu">
  55. <div class="col_1">
  56. <span>Home 1</span>
  57. </div>
  58. <div class="col_1">
  59. <span>Categories 2</span>
  60. </div>
  61. <div class="col_1">
  62. <span>Who is this Talha anyway? 3</span>
  63. </div>
  64. <div class="col_1">
  65. <span>About me and contact 4</span>
  66. </div>
  67. <div class="col_1">
  68. <span>Who is this 131 anyway? 5</span>
  69. </div>
  70. <div class="col_1">
  71. <span>About me and contact 6</span>
  72. </div>
  73. <div class="col_1">
  74. <span>About me and contact 7</span>
  75. </div>
  76. <div class="col_1">
  77. <span>About me and contact 8</span>
  78. </div>
  79. <div class="col_1">
  80. <span>About me and contact 9</span>
  81. </div>
  82. <div class="col_1">
  83. <span>About me and contact 10</span>
  84. </div>
  85. <div class="col_1">
  86. <span>About me and contact 11</span>
  87. </div>
  88. <div class="col_1 omega">
  89. <span>About me and contact 12</span>
  90. </div>
  91. </div>
  92. <div class="col_12">
  93. <h1>Name of the artcile</h1>
  94. </div>
  95. <div class="col_3">
  96. <p>April 27, 2012</p>
  97. </div>
  98. <div class="col_7 post">
  99. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing
  100. elit. Nam cursus. Morbi ut mi. Nullam enim leo, egestas id,
  101. condimentum at, laoreet mattis, massa. Sed eleifend nonummy
  102. diam. Praesent mauris ante, elementum et, bibendum at,
  103. posuere sit amet, nibh. Duis tincidunt lectus quis dui
  104. viverra vestibulum. Suspendisse vulputate aliquam dui.
  105. Nulla elementum dui ut augue. Aliquam vehicula mi at
  106. mauris. Maecenas placerat, nisl at consequat rhoncus, sem
  107. nunc gravida justo, quis eleifend arcu velit quis lacus.
  108. Morbi magna magna, tincidunt a, mattis non, imperdiet
  109. vitae, tellus. Sed odio est, auctor ac, sollicitudin in,
  110. consequat vitae, orci. Fusce id felis. Vivamus sollicitudin
  111. metus eget eros. Pellentesque habitant morbi tristique
  112. senectus et netus et malesuada fames ac turpis egestas. In
  113. posuere felis nec tortor. Pellentesque faucibus. Ut
  114. accumsan ultricies elit.</p>
  115. </div>
  116. <div class="col_2 last">
  117. <p>Tags</p>
  118. </div>
  119. </div>
  120. </div>
  121. </body>
  122. </html>