survivalkit 1.0.beta.8 → 1.0.beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. data/CHANGELOG.markdown +3 -0
  2. data/README.markdown +2 -2
  3. data/lib/survivalkit.rb +3 -2
  4. data/stylesheets/survivalkit/fonts/_font-awesome.scss +355 -0
  5. data/stylesheets/survivalkit/fonts/_league-gothic.scss +46 -0
  6. data/stylesheets/survivalkit/fonts/_ostrich-sans.scss +69 -0
  7. data/stylesheets/survivalkit/mixins/_ui.scss +22 -12
  8. data/stylesheets/survivalkit/survival-kit/_survival-kit.sass +157 -0
  9. data/templates/clean/manifest.rb +94 -0
  10. data/templates/drupal/script.js +2 -17
  11. data/templates/project/libs/jquery-1.8.2.min.js +2 -0
  12. data/templates/project/libs/modernizr-2.6.2.min.js +815 -0
  13. data/templates/project/manifest.rb +46 -27
  14. data/templates/project/script.js +2 -17
  15. data/templates/project/sources/FitText/README.md +52 -0
  16. data/templates/project/sources/FitText/example.html +60 -0
  17. data/templates/project/sources/FitText/jquery.fittext.js +43 -0
  18. data/templates/shared/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  19. data/templates/shared/fonts/font-awesome/fontawesome-webfont.svg +255 -0
  20. data/templates/shared/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  21. data/templates/shared/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  22. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.eot +0 -0
  23. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.svg +224 -0
  24. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.ttf +0 -0
  25. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-italic-webfont.woff +0 -0
  26. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.eot +0 -0
  27. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.svg +224 -0
  28. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.ttf +0 -0
  29. data/templates/shared/fonts/league-gothic/leaguegothic-condensed-regular-webfont.woff +0 -0
  30. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.eot +0 -0
  31. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.svg +224 -0
  32. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.ttf +0 -0
  33. data/templates/shared/fonts/league-gothic/leaguegothic-italic-webfont.woff +0 -0
  34. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.eot +0 -0
  35. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.svg +223 -0
  36. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.ttf +0 -0
  37. data/templates/shared/fonts/league-gothic/leaguegothic-regular-webfont.woff +0 -0
  38. data/templates/shared/fonts/ostrich/ostrich-black-webfont.eot +0 -0
  39. data/templates/shared/fonts/ostrich/ostrich-black-webfont.svg +141 -0
  40. data/templates/shared/fonts/ostrich/ostrich-black-webfont.ttf +0 -0
  41. data/templates/shared/fonts/ostrich/ostrich-black-webfont.woff +0 -0
  42. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.eot +0 -0
  43. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.svg +141 -0
  44. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.ttf +0 -0
  45. data/templates/shared/fonts/ostrich/ostrich-bold-webfont.woff +0 -0
  46. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.eot +0 -0
  47. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.svg +141 -0
  48. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.ttf +0 -0
  49. data/templates/shared/fonts/ostrich/ostrich-dashed-webfont.woff +0 -0
  50. data/templates/shared/fonts/ostrich/ostrich-light-webfont.eot +0 -0
  51. data/templates/shared/fonts/ostrich/ostrich-light-webfont.svg +140 -0
  52. data/templates/shared/fonts/ostrich/ostrich-light-webfont.ttf +0 -0
  53. data/templates/shared/fonts/ostrich/ostrich-light-webfont.woff +0 -0
  54. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.eot +0 -0
  55. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.svg +141 -0
  56. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.ttf +0 -0
  57. data/templates/shared/fonts/ostrich/ostrich-regular-webfont.woff +0 -0
  58. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.eot +0 -0
  59. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.svg +141 -0
  60. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.ttf +0 -0
  61. data/templates/shared/fonts/ostrich/ostrich-rounded-webfont.woff +0 -0
  62. data/templates/shared/partials/01-variables/_colors.scss +1 -1
  63. data/templates/shared/partials/01-variables/_fonts.scss +10 -0
  64. data/templates/shared/partials/06-ui-patterns/_drupal-patterns.scss +4 -5
  65. data/templates/shared/partials/07-styletile/_tile-design.scss +2 -2
  66. data/templates/shared/style.scss +2 -1
  67. metadata +73 -187
  68. data/stylesheets/survivalkit/survival_kit/_survival-kit.scss +0 -145
  69. data/templates/drupal/libs/320-up/helper.js +0 -146
  70. data/templates/drupal/libs/320-up/imgSizer.js +0 -61
  71. data/templates/drupal/libs/dd_belatedpng.js +0 -13
  72. data/templates/drupal/libs/formalize/README.txt +0 -11
  73. data/templates/drupal/libs/formalize/dojo.formalize.js +0 -174
  74. data/templates/drupal/libs/formalize/extjs.formalize.js +0 -168
  75. data/templates/drupal/libs/formalize/jquery.formalize.js +0 -158
  76. data/templates/drupal/libs/formalize/mootools.formalize.js +0 -163
  77. data/templates/drupal/libs/formalize/prototype.formalize.js +0 -171
  78. data/templates/drupal/libs/formalize/yui.formalize.js +0 -168
  79. data/templates/drupal/libs/jquery-1.6.js +0 -8865
  80. data/templates/drupal/libs/jquery-1.6.min.js +0 -16
  81. data/templates/drupal/libs/modernizr-2.0.min.js +0 -4
  82. data/templates/drupal/libs/mootools-core-1.3.1-full-compat-yc.js +0 -485
  83. data/templates/drupal/libs/plugins.js +0 -58
  84. data/templates/drupal/libs/respond.min.js +0 -7
  85. data/templates/drupal/libs/selectivizr-min.js +0 -5
  86. data/templates/drupal/libs/selectivizr.js +0 -5
  87. data/templates/project/files/apple-touch-icon-114x114-precomposed.png +0 -0
  88. data/templates/project/files/apple-touch-icon-72x72-precomposed.png +0 -0
  89. data/templates/project/files/apple-touch-icon.png +0 -0
  90. data/templates/project/files/crossdomain.xml +0 -25
  91. data/templates/project/files/favicon.ico +0 -0
  92. data/templates/project/files/favicon.png +0 -0
  93. data/templates/project/files/google.yml +0 -22
  94. data/templates/project/files/htaccess.htaccess +0 -478
  95. data/templates/project/files/html/404.html +0 -22
  96. data/templates/project/files/html/formalize_jquery_demo.html +0 -288
  97. data/templates/project/files/html/formalize_jquery_disabled.html +0 -288
  98. data/templates/project/files/html/formalize_jquery_errors.html +0 -288
  99. data/templates/project/files/html/index.html +0 -100
  100. data/templates/project/files/html/survivalkit/elements-common.html +0 -588
  101. data/templates/project/files/html/survivalkit/elements-html5.html +0 -2988
  102. data/templates/project/files/html/survivalkit/elements-typography.html +0 -240
  103. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal-css.html +0 -1883
  104. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal.html +0 -1882
  105. data/templates/project/files/html/survivalkit/elements-ui-patterns.html +0 -267
  106. data/templates/project/files/html/survivalkit/index.html +0 -132
  107. data/templates/project/files/html/survivalkit/styletile/index.html +0 -1
  108. data/templates/project/files/html/survivalkit/styletile/styletile.html +0 -215
  109. data/templates/project/files/humans.txt +0 -43
  110. data/templates/project/files/robots.txt +0 -5
  111. data/templates/project/libs/320-up/helper.js +0 -146
  112. data/templates/project/libs/320-up/imgSizer.js +0 -61
  113. data/templates/project/libs/jquery-1.6.js +0 -8865
  114. data/templates/project/libs/jquery-1.6.min.js +0 -16
  115. data/templates/project/libs/modernizr-2.0.min.js +0 -4
  116. data/templates/project/libs/plugins.js +0 -58
  117. data/templates/project/libs/selectivizr.js +0 -5
  118. data/templates/project/templates/_flashes.html.haml +0 -4
  119. data/templates/project/templates/_footer.html.haml +0 -2
  120. data/templates/project/templates/_head.html.haml +0 -26
  121. data/templates/project/templates/_header.html.haml +0 -1
  122. data/templates/project/templates/_javascripts.html.haml +0 -27
  123. data/templates/project/templates/_stylesheets.html.haml +0 -5
  124. data/templates/project/templates/application.html.haml +0 -28
  125. data/templates/project/templates/old/_layout.haml +0 -1
  126. data/templates/project/templates/old/home.html.haml +0 -14
  127. data/templates/project/templates/old/layouts/default.haml +0 -62
  128. data/templates/project/templates/old/layouts/survivalkit/default.haml +0 -64
  129. data/templates/project/templates/old/layouts/survivalkit/styletile.haml +0 -64
  130. data/templates/project/templates/old/survivalkit/_layout.haml +0 -1
  131. data/templates/project/templates/old/survivalkit/elements-common.haml +0 -33
  132. data/templates/project/templates/old/survivalkit/elements-html5.haml +0 -71
  133. data/templates/project/templates/old/survivalkit/elements-typography.haml +0 -100
  134. data/templates/project/templates/old/survivalkit/elements-ui-patterns-drupal.haml +0 -38
  135. data/templates/project/templates/old/survivalkit/elements-ui-patterns.haml +0 -23
  136. data/templates/project/templates/old/survivalkit/index.haml +0 -2
  137. data/templates/project/templates/old/survivalkit/partials/common/abbr.haml +0 -8
  138. data/templates/project/templates/old/survivalkit/partials/common/acronym.haml +0 -8
  139. data/templates/project/templates/old/survivalkit/partials/common/characters.haml +0 -11
  140. data/templates/project/templates/old/survivalkit/partials/common/cite.haml +0 -12
  141. data/templates/project/templates/old/survivalkit/partials/common/code.haml +0 -8
  142. data/templates/project/templates/old/survivalkit/partials/common/dfn.haml +0 -8
  143. data/templates/project/templates/old/survivalkit/partials/common/em.haml +0 -10
  144. data/templates/project/templates/old/survivalkit/partials/common/forms.haml +0 -27
  145. data/templates/project/templates/old/survivalkit/partials/common/headers.haml +0 -23
  146. data/templates/project/templates/old/survivalkit/partials/common/inline-images.haml +0 -9
  147. data/templates/project/templates/old/survivalkit/partials/common/kbd.haml +0 -10
  148. data/templates/project/templates/old/survivalkit/partials/common/links.haml +0 -10
  149. data/templates/project/templates/old/survivalkit/partials/common/lists.haml +0 -55
  150. data/templates/project/templates/old/survivalkit/partials/common/others.haml +0 -35
  151. data/templates/project/templates/old/survivalkit/partials/common/paragraphs.haml +0 -15
  152. data/templates/project/templates/old/survivalkit/partials/common/pre.haml +0 -27
  153. data/templates/project/templates/old/survivalkit/partials/common/q.haml +0 -8
  154. data/templates/project/templates/old/survivalkit/partials/common/samp.haml +0 -8
  155. data/templates/project/templates/old/survivalkit/partials/common/strong.haml +0 -8
  156. data/templates/project/templates/old/survivalkit/partials/common/tables.haml +0 -43
  157. data/templates/project/templates/old/survivalkit/partials/common/var.haml +0 -8
  158. data/templates/project/templates/old/survivalkit/partials/header-styletile.haml +0 -9
  159. data/templates/project/templates/old/survivalkit/partials/header.haml +0 -6
  160. data/templates/project/templates/old/survivalkit/partials/html5/a.haml +0 -36
  161. data/templates/project/templates/old/survivalkit/partials/html5/abbr.haml +0 -26
  162. data/templates/project/templates/old/survivalkit/partials/html5/address.haml +0 -27
  163. data/templates/project/templates/old/survivalkit/partials/html5/all-headings.haml +0 -31
  164. data/templates/project/templates/old/survivalkit/partials/html5/article.haml +0 -22
  165. data/templates/project/templates/old/survivalkit/partials/html5/aside.haml +0 -20
  166. data/templates/project/templates/old/survivalkit/partials/html5/b.haml +0 -21
  167. data/templates/project/templates/old/survivalkit/partials/html5/bdi.haml +0 -30
  168. data/templates/project/templates/old/survivalkit/partials/html5/blockquote.haml +0 -32
  169. data/templates/project/templates/old/survivalkit/partials/html5/cite.haml +0 -46
  170. data/templates/project/templates/old/survivalkit/partials/html5/code.haml +0 -70
  171. data/templates/project/templates/old/survivalkit/partials/html5/details.haml +0 -42
  172. data/templates/project/templates/old/survivalkit/partials/html5/dfn.haml +0 -52
  173. data/templates/project/templates/old/survivalkit/partials/html5/dl.haml +0 -69
  174. data/templates/project/templates/old/survivalkit/partials/html5/em.haml +0 -15
  175. data/templates/project/templates/old/survivalkit/partials/html5/fieldset.haml +0 -49
  176. data/templates/project/templates/old/survivalkit/partials/html5/figure.haml +0 -48
  177. data/templates/project/templates/old/survivalkit/partials/html5/footer.haml +0 -37
  178. data/templates/project/templates/old/survivalkit/partials/html5/header.haml +0 -44
  179. data/templates/project/templates/old/survivalkit/partials/html5/hgroup.haml +0 -20
  180. data/templates/project/templates/old/survivalkit/partials/html5/hr.haml +0 -52
  181. data/templates/project/templates/old/survivalkit/partials/html5/i.haml +0 -28
  182. data/templates/project/templates/old/survivalkit/partials/html5/kbd.haml +0 -19
  183. data/templates/project/templates/old/survivalkit/partials/html5/label.haml +0 -18
  184. data/templates/project/templates/old/survivalkit/partials/html5/li.haml +0 -91
  185. data/templates/project/templates/old/survivalkit/partials/html5/mark.haml +0 -30
  186. data/templates/project/templates/old/survivalkit/partials/html5/menu.haml +0 -39
  187. data/templates/project/templates/old/survivalkit/partials/html5/nav.haml +0 -68
  188. data/templates/project/templates/old/survivalkit/partials/html5/ol.haml +0 -23
  189. data/templates/project/templates/old/survivalkit/partials/html5/p.haml +0 -41
  190. data/templates/project/templates/old/survivalkit/partials/html5/pre.haml +0 -48
  191. data/templates/project/templates/old/survivalkit/partials/html5/q.haml +0 -34
  192. data/templates/project/templates/old/survivalkit/partials/html5/ruby.haml +0 -55
  193. data/templates/project/templates/old/survivalkit/partials/html5/s.haml +0 -17
  194. data/templates/project/templates/old/survivalkit/partials/html5/samp.haml +0 -27
  195. data/templates/project/templates/old/survivalkit/partials/html5/sample-forms.haml +0 -52
  196. data/templates/project/templates/old/survivalkit/partials/html5/sample-tables.haml +0 -152
  197. data/templates/project/templates/old/survivalkit/partials/html5/section.haml +0 -21
  198. data/templates/project/templates/old/survivalkit/partials/html5/small.haml +0 -33
  199. data/templates/project/templates/old/survivalkit/partials/html5/strong.haml +0 -25
  200. data/templates/project/templates/old/survivalkit/partials/html5/sub-sup.haml +0 -58
  201. data/templates/project/templates/old/survivalkit/partials/html5/table.haml +0 -196
  202. data/templates/project/templates/old/survivalkit/partials/html5/text-summary.haml +0 -305
  203. data/templates/project/templates/old/survivalkit/partials/html5/thead.haml +0 -67
  204. data/templates/project/templates/old/survivalkit/partials/html5/time.haml +0 -31
  205. data/templates/project/templates/old/survivalkit/partials/html5/ul.haml +0 -21
  206. data/templates/project/templates/old/survivalkit/partials/menu.haml +0 -14
  207. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/block.haml +0 -7
  208. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/breadcrumbs.haml +0 -7
  209. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/comments.haml +0 -69
  210. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/field-image.haml +0 -7
  211. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-comment.haml +0 -54
  212. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-login.haml +0 -23
  213. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-account.haml +0 -24
  214. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-password.haml +0 -16
  215. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/links.haml +0 -6
  216. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/menu.haml +0 -10
  217. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/messages.haml +0 -21
  218. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/node.haml +0 -28
  219. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/pager.haml +0 -17
  220. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/rss-link.haml +0 -5
  221. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/search.haml +0 -14
  222. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/site-name.haml +0 -6
  223. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/tabs.haml +0 -14
  224. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/taxonomy.haml +0 -10
  225. data/templates/project/templates/old/survivalkit/partials/patterns-general/block.haml +0 -7
  226. data/templates/project/templates/old/survivalkit/partials/patterns-general/breadcrumbs.haml +0 -7
  227. data/templates/project/templates/old/survivalkit/partials/patterns-general/comments.haml +0 -69
  228. data/templates/project/templates/old/survivalkit/partials/patterns-general/field-image.haml +0 -7
  229. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-comment.haml +0 -54
  230. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-login.haml +0 -23
  231. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-account.haml +0 -24
  232. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-password.haml +0 -16
  233. data/templates/project/templates/old/survivalkit/partials/patterns-general/links.haml +0 -6
  234. data/templates/project/templates/old/survivalkit/partials/patterns-general/menu.haml +0 -10
  235. data/templates/project/templates/old/survivalkit/partials/patterns-general/messages.haml +0 -21
  236. data/templates/project/templates/old/survivalkit/partials/patterns-general/node.haml +0 -28
  237. data/templates/project/templates/old/survivalkit/partials/patterns-general/pager.haml +0 -17
  238. data/templates/project/templates/old/survivalkit/partials/patterns-general/rss-link.haml +0 -5
  239. data/templates/project/templates/old/survivalkit/partials/patterns-general/search.haml +0 -14
  240. data/templates/project/templates/old/survivalkit/partials/patterns-general/site-name.haml +0 -6
  241. data/templates/project/templates/old/survivalkit/partials/patterns-general/tabs.haml +0 -14
  242. data/templates/project/templates/old/survivalkit/partials/patterns-general/taxonomy.haml +0 -10
  243. data/templates/project/templates/old/survivalkit/styletile/_layout.haml +0 -1
  244. data/templates/project/templates/old/survivalkit/styletile/index.redirect +0 -1
  245. data/templates/project/templates/old/survivalkit/styletile/styletile.haml +0 -60
  246. data/templates/project/templates/old/view_helpers.rb +0 -25
  247. data/templates/shared/survivalkit/drupal7.scss +0 -3224
  248. data/templates/shared/survivalkit/survivalkit.scss +0 -32
@@ -1,588 +0,0 @@
1
- <!DOCTYPE html>
2
- <!--[if lt IE 7]> <html lang="en" class="no-js ie6"> <![endif]-->
3
- <!--[if IE 7]> <html lang="en" class="no-js ie7"> <![endif]-->
4
- <!--[if IE 8]> <html lang="en" class="no-js ie8"> <![endif]-->
5
- <!--[if gt IE 8]><!-->
6
- <html class='no-js' lang='en'>
7
- <!--<![endif]-->
8
- <head>
9
- <meta charset='utf-8' />
10
- <title>Common Markup</title>
11
- <meta content='' name='description' />
12
- <meta content='' name='author' />
13
- <!-- Mobile viewport optimized: j.mp/bplateviewport -->
14
- <meta content='True' name='HandheldFriendly' />
15
- <meta content='320' name='MobileOptimized' />
16
- <meta content='width=device-width, target-densitydpi=160, initial-scale=1.0' name='viewport' />
17
- <!-- For iPhone 4 with high-resolution Retina display: -->
18
- <link href='/apple-touch-icon-114x114-precomposed.png' rel='apple-touch-icon-precomposed' sizes='114x114' />
19
- <!-- For first-generation iPad: -->
20
- <link href='/apple-touch-icon-72x72-precomposed.png' rel='apple-touch-icon-precomposed' sizes='72x72' />
21
- <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
22
- <link href='/apple-touch-icon-precomposed.png' rel='apple-touch-icon-precomposed' />
23
- <!-- For Nokia -->
24
- <link href='/apple-touch-icon.png' rel='shortcut icon' />
25
- <!-- For everything else -->
26
- <link href='/favicon.ico' rel='shortcut icon' />
27
- <!-- iOS. Delete if not required -->
28
- <meta content='yes' name='apple-mobile-web-app-capable' />
29
- <meta content='black-translucent' name='apple-mobile-web-app-status-bar-style' />
30
- <link href='splash.png' rel='apple-touch-startup-image' />
31
- <!-- Microsoft. Delete if not required -->
32
- <meta content='on' http-equiv='cleartype' />
33
- <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' />
34
- <!--[if lt IE 7 ]> <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script><script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script> <![endif]-->
35
- <!-- CSS -->
36
- <link href='/css/style.css?v=1' rel='stylesheet' />
37
- <link href='/css/survivalkit/survivalkit.css?v=1' rel='stylesheet' />
38
- <!-- All JavaScript at the bottom, except for Modernizr and Respond. -->
39
- <!--[if (lt IE 9) & (!IEMobile)]>
40
- <script src="/js/libs/selectivizr-min.js"></script>
41
- <![endif]-->
42
- <script src='/js/libs/modernizr-2.0.min.js'></script>
43
- <script src='/js/libs/respond.min.js'></script>
44
- <!-- Typekit -->
45
- <!--
46
- <script src='http://use.typekit.com/xxxxxxx.js' type='text/javascript'></script>
47
- <script type='text/javascript'>
48
- //<![CDATA[
49
- try{Typekit.load();}catch(e){}
50
- //]]>
51
- </script>
52
- -->
53
- </head>
54
- <body class='survival-kit'>
55
- <div id='page'>
56
- <header>
57
- <hgroup>
58
- <h1>
59
- <a href='/survivalkit/'>The Coding Designer's Survival Kit</a>
60
- </h1>
61
- <h2>Common Markup</h2>
62
- </hgroup>
63
-
64
- </header>
65
- <nav class='kit-nav'>
66
- <ul>
67
- <li>
68
- <a href='/survivalkit/elements-common.html'>Common Markup</a>
69
- </li>
70
- <li>
71
- <a href='/survivalkit/elements-html5.html'>Common HTML5</a>
72
- </li>
73
- <li>
74
- <a href='/survivalkit/elements-typography.html'>Typography</a>
75
- </li>
76
- <li>
77
- <a href='/survivalkit/elements-ui-patterns-drupal.html'>Drupal UI Patterns</a>
78
- </li>
79
- <li>
80
- <a href='/survivalkit/elements-ui-patterns.html'>UI Patterns</a>
81
- </li>
82
- <li>
83
- <a href='/survivalkit/styletile/styletile.html'>Style Tile</a>
84
- </li>
85
- </ul>
86
- </nav>
87
- <nav class='section-nav'></nav>
88
- <div id='main' role='main'>
89
- <!-- Common HTML Elements -->
90
- <section class='element-group' id='common'>
91
- <h1 class='section-title'>Common Elements</h1>
92
- <div class='element' id='headers'>
93
- <h2 class='element-title'>Headers</h2>
94
- <div class='markup'>
95
- <h1>Header 1</h1>
96
- <h2>Header 2</h2>
97
- <h3>Header 3</h3>
98
- <h4>Header 4</h4>
99
- <h5>Header 5</h5>
100
- <h6>Header 6</h6>
101
- </div>
102
- <p>Headers with a following paragraph</p>
103
- <div class='markup'>
104
- <h1>Header 1</h1>
105
- <p>How vain and foolish, then, thought I, for timid untravelled man to try to comprehend aright this wondrous whale, by merely poring over his dead attenuated skeleton, stretched in this peaceful wood. No. Only in the heart of quickest perils; only when within the eddyings of his angry flukes; only on the profound unbounded sea, can the fully invested whale be truly and livingly found out.</p>
106
- <h2>Header 2</h2>
107
- <p>Within Pellucidar one time is as good as another. There were no nights to mask our attempted escape. All must be done in broad day-light—all but the work I had to do in the apartment beneath the building. So we determined to put our plan to an immediate test lest the Mahars who made it possible should awake before I reached them; but we were doomed to disappointment, for no sooner had we reached the main floor of the building on our way to the pits beneath, than we encountered hurrying bands of slaves being hastened under strong Sagoth guard out of the edifice to the avenue beyond.</p>
108
- <h3>Header 3</h3>
109
- <p>Within Pellucidar one time is as good as another. There were no nights to mask our attempted escape. All must be done in broad day-light—all but the work I had to do in the apartment beneath the building. So we determined to put our plan to an immediate test lest the Mahars who made it possible should awake before I reached them; but we were doomed to disappointment, for no sooner had we reached the main floor of the building on our way to the pits beneath, than we encountered hurrying bands of slaves being hastened under strong Sagoth guard out of the edifice to the avenue beyond.</p>
110
- <h4>Header 4</h4>
111
- <p>People were watching for Martians here from the church towers. My brother, very luckily for him as it chanced, preferred to push on at once to the coast rather than wait for food, although all three of them were very hungry. By midday they passed through Tillingham, which, strangely enough, seemed to be quite silent and deserted, save for a few furtive plunderers hunting for food. Near Tillingham they suddenly came in sight of the sea, and the most amazing crowd of shipping of all sorts that it is possible to imagine.</p>
112
- <h5>Header 5</h5>
113
- <p>"The unforeseen does not exist," quietly replied Phileas Fogg.</p>
114
- <h6>Header 6</h6>
115
- <p>Another man now joined the group, and, after making his formal greetings to his ruler, said:</p>
116
- </div>
117
- </div>
118
- <div class='element' id='characters'>
119
- <h2 class='element-title'>Characters</h2>
120
- <div class='markup'>
121
- <p>0 1 2 3 4 5 6 7 8 9</p>
122
- <p>+ - – — _ = ? ! ~ ( ) [ ] { } * ^ | "" \'\' `´ / \ & @ £ $ § ½ % ¨ ; : . ,</p>
123
- <p>a b c d e f g h i j k l m n o p q r s t u v w x y z ö ä å</p>
124
- <p>A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ö Ä Å</p>
125
- <h3>UTF-8 test</h3>
126
- <p>Ä, ä, Ö, ö, Ü, ü, ß</p>
127
- <p>Š Ť Ž Ľ Č Ě Ď Ň Ř Ů Ĺ</p>
128
- <p>ХЦЧШЩЬЫЪЭЮЯ</p>
129
- </div>
130
- </div>
131
- <div class='element' id='paragraphs'>
132
- <h2 class='element-title'>Paragraphs</h2>
133
- <div class='markup'>
134
- <p>
135
- I leave a
136
- <em>white and turbid</em>
137
- wake; pale waters, paler cheeks, where'er I sail. The envious billows sidelong swell to whelm my track; let them; but first I pass.
138
- </p>
139
- <p>
140
- Yonder, by ever-brimming goblet's rim,
141
- <strong>the warm waves</strong>
142
- blush like wine. The gold brow plumbs the blue. The diver sun—slow dived from noon—goes down; my soul mounts up! she wearies with her endless hill. Is, then, the crown too heavy that I wear? this Iron Crown of Lombardy. Yet is it bright with many a gem; I the wearer, see not its far flashings; but darkly feel that I wear that, that
143
- <a href=''>dazzlingly confounds</a>.
144
- 'Tis iron—that I know—not gold. 'Tis split, too—that I feel; the jagged edge galls me so, my brain seems to beat against the solid metal; aye, steel skull, mine; the sort that needs no helmet in the most brain-battering fight!
145
- </p>
146
- <p>Dry heat upon my brow? Oh! time was, when as the sunrise nobly spurred me, so the sunset soothed. No more. This lovely light, it lights not me; all loveliness is anguish to me, since I can ne'er enjoy. Gifted with the high perception, I lack the low, enjoying power; damned, most subtly and most malignantly! damned in the midst of Paradise! Good night—good night! (WAVING HIS HAND, HE MOVES FROM THE WINDOW.)</p>
147
- </div>
148
- </div>
149
- <div class='element' id='links'>
150
- <h2 class='element-title'>Links</h2>
151
- <div class='markup'>
152
- <a href='#'>Local link</a>
153
- <br>
154
- <a class='external' href='http://www.google.com'>External link</a>
155
- <br>
156
- <a href='https://www.google.com'>External link with encrypted connection</a>
157
- <br>
158
- <a href='mailto:test@kiwi-themes.com'>E-mail link</a>
159
- </br>
160
- </br>
161
- </br>
162
- </div>
163
- </div>
164
- <div class='element' id='lists'>
165
- <h2 class='element-title'>Lists</h2>
166
- <div class='markup'>
167
- <h3>Unordered List</h3>
168
- <ul>
169
- <li>Apple</li>
170
- <li>Pear</li>
171
- <li>Banana</li>
172
- <li>Orange</li>
173
- <li>Carrot</li>
174
- </ul>
175
- </div>
176
- <div class='markup'>
177
- <h3>Ordered List</h3>
178
- <ol>
179
- <li>First</li>
180
- <li>Second</li>
181
- <li>Third</li>
182
- <li>Fourth</li>
183
- </ol>
184
- </div>
185
- <div class='markup'>
186
- <h3>Definition List</h3>
187
- <dl>
188
- <dt>Definition List Title</dt>
189
- <dd>This is a definition list division.</dd>
190
- <dt>Inkscape</dt>
191
- <dd>Open Source vector graphics editor</dd>
192
- <dt>SVG</dt>
193
- <dd>Scalable Vector Graphics</dd>
194
- <dd>W3C standard</dd>
195
- <dt>GIMP</dt>
196
- <dd>GNU Image Manipulation Program</dd>
197
- <dt>Drupal</dt>
198
- <dd>Content Management System</dd>
199
- </dl>
200
- </div>
201
- <div class='markup'>
202
- <h3>Nested lists</h3>
203
- <ol>
204
- <li>
205
- one, two
206
- <ol>
207
- <li>buckle my shoe</li>
208
- </ol>
209
- </li>
210
- <li>
211
- three, four
212
- <ol>
213
- <li>knock at the door</li>
214
- </ol>
215
- </li>
216
- <li>
217
- Five, six
218
- <ol>
219
- <li>pick up sticks</li>
220
- </ol>
221
- </li>
222
- <li>
223
- Seven, eight, lay them straight
224
- <ol>
225
- <li>Nine, ten, a big fat hen</li>
226
- <li>Eleven, twelve, dig and delve</li>
227
- <li>Thirteen, fourteen, maids a’courting</li>
228
- <li>Fifteen, sixteen, maids in the kitchen</li>
229
- <li>Seventeen, eighteen, maids a’waiting</li>
230
- <li>Nineteen, twenty, my platter’s empty …</li>
231
- </ol>
232
- </li>
233
- </ol>
234
- </div>
235
- </div>
236
- <div class='element' id='pre'>
237
- <h2 class='element-title'>
238
- <a href='http://developers.whatwg.org/grouping-content.html#the-pre-element'>pre</a>
239
- </h2>
240
- <div class='markup'>
241
- <p>
242
- This is the
243
- <code>Panel</code>
244
- constructor:
245
- </p>
246
- <pre><code>function Panel(element, canClose, closeHandler) {&#x000A; this.element = element;&#x000A; this.canClose = canClose;&#x000A; this.closeHandler = function () { if (closeHandler) closeHandler() };&#x000A; } .markup</code></pre>
247
- <pre> () o | | /| / o&#x000A; /\ ,_ __, | | |__/ _|_&#x000A; / \| | / | | |_| | |_/ | |/ | \ | |&#x000A;/(__/ \_/|_/ |_/ \/ |_/ \/ \_/|_/|__/ | \_/|_/|_/</pre>
248
- </div>
249
- </div>
250
- </section>
251
- <!-- Phrase-level HTML Elements -->
252
- <section class='element-group' id='phrase-elements'>
253
- <h1 class='section-title'>Phrase Elements</h1>
254
- <div class='element' id='em'>
255
- <h2 class='element-title'>em</h2>
256
- <div class='markup'>
257
- <p>
258
- Element used to
259
- <em>put emphasis on certain information</em>
260
- Most browsers display emphases text in italics by default.
261
- <br>
262
- Sample:
263
- <em>This is emphasized text</em>
264
- </br>
265
- </p>
266
- </div>
267
- </div>
268
- <div class='element' id='strong'>
269
- <h2 class='element-title'>strong</h2>
270
- <div class='markup'>
271
- <p>
272
- This element stands for "stronger emphasis" and is used for marking more important text.
273
- <br>
274
- Sample:
275
- <strong>This is text with stronger emphasis</strong>
276
- </br>
277
- </p>
278
- </div>
279
- </div>
280
- <div class='element' id='cite'>
281
- <h2 class='element-title'>cite</h2>
282
- <div class='markup'>
283
- <p>
284
- According to
285
- <cite>W3C specification,</cite>
286
- we use
287
- <code>cite</code>
288
- element to define source of a quotation or reference.
289
- <br>
290
- Sample:
291
- <cite>This is quotation source</cite>
292
- </br>
293
- </p>
294
- </div>
295
- </div>
296
- <div class='element' id='dfn'>
297
- <h2 class='element-title'>dfn</h2>
298
- <div class='markup'>
299
- <p>
300
- Element used to markup inline definition of a single term.
301
- <br>
302
- Sample:
303
- <dfn>This is definition</dfn>
304
- </br>
305
- </p>
306
- </div>
307
- </div>
308
- <div class='element' id='code'>
309
- <h2 class='element-title'>code</h2>
310
- <div class='markup'>
311
- <p>
312
- This element informs the browser that it contains a computer code, such as XHTML markup.
313
- <br>
314
- Sample:
315
- <code>document.write("Hello world");</code>
316
- </br>
317
- </p>
318
- </div>
319
- </div>
320
- <div class='element' id='samp'>
321
- <h2 class='element-title'>samp</h2>
322
- <div class='markup'>
323
- <p>
324
- Defines computer output data, for example we can use it to markup error messages.
325
- <br>
326
- Sample:
327
- <samp>Error: no such file or directory</samp>
328
- </br>
329
- </p>
330
- </div>
331
- </div>
332
- <div class='element' id='kbd'>
333
- <h2 class='element-title'>kbd</h2>
334
- <div class='markup'>
335
- <p>
336
- Means information that should be entered by the user.
337
- <br>
338
- Sample: press
339
- <kbd>Alt + F4</kbd>
340
- to close this window.
341
- <kbd>ESC</kbd>
342
- </br>
343
- </p>
344
- </div>
345
- </div>
346
- <div class='element' id='var'>
347
- <h2 class='element-title'>var</h2>
348
- <div class='markup'>
349
- <p>
350
- Means variables used in computer programs or scripts.
351
- <br>
352
- Sample:
353
- <var>counter</var>
354
- </br>
355
- </p>
356
- </div>
357
- </div>
358
- <div class='element' id='abbr'>
359
- <h2 class='element-title'>abbr</h2>
360
- <div class='markup'>
361
- <p>
362
- Abbreviation / a shortened form of a word or phrase.
363
- <br>
364
- Sample:
365
- <abbr title='doctor'>dr</abbr>
366
- </br>
367
- </p>
368
- </div>
369
- </div>
370
- <div class='element' id='acronym'>
371
- <h2 class='element-title'>acronym</h2>
372
- <div class='markup'>
373
- <p>
374
- Acronym / a word formed from the initial letters of other words.
375
- <br>
376
- Sample acronyms:
377
- <acronym title='eXtensible HyperText Markup Language'>XHTML</acronym>
378
- </br>
379
- </p>
380
- </div>
381
- </div>
382
- <div class='element' id='q'>
383
- <h2 class='element-title'>q</h2>
384
- <div class='markup'>
385
- <p>
386
- Inline quotation.
387
- <br>
388
- Sample:
389
- <q>This is sample quotation</q>
390
- </br>
391
- </p>
392
- </div>
393
- </div>
394
- <div class='element' id='others'>
395
- <h2 class='element-title'>Other Elements</h2>
396
- <div class='markup'>
397
- <h3>Subscript and superscript samples</h3>
398
- <p>
399
- H<sub>2</sub>O,
400
- <br>
401
- E = mc<sup>2</sup>,
402
- <br>
403
- The 14
404
- <sup>th</sup>
405
- of September
406
- </br>
407
- </br>
408
- </p>
409
- <h3>Insertion and deletion samples</h3>
410
- <p>
411
- <ins datetime='2009-07-12T08:15:30+02:00' title='Added new information according to suggestions'>This information was just added.</ins>
412
- <br>
413
- <del>Whilte this information is no longer valid.</del>
414
- </br>
415
- </p>
416
- <h3>Presentational elements</h3>
417
- <p>
418
- <b>Bold text</b>
419
- <br>
420
- <i>Italic text</i>
421
- <br>
422
- <tt>Typewriter text</tt>
423
- <br>
424
- <big>Big</big>
425
- <br>
426
- <small>Small</small>
427
- <br>
428
- Horizontal rule:
429
- </br>
430
- <hr />
431
- </br>
432
- </br>
433
- </br>
434
- </br>
435
- </p>
436
- </div>
437
- </div>
438
- </section>
439
- <!-- Simple markup Patterns -->
440
- <section class='element-group' id='simple-patterns'>
441
- <h1 class='section-title'>Common Patterns</h1>
442
- <div class='element' id='inline-images'>
443
- <h2 class='element-title'>Inline Images</h2>
444
- <div class='markup'>
445
- <p><img alt='image floated left' class='left' src='http://dummyimage.com/240x320/000/fff&amp;text=Left+Image' />Who would think, then, that such fine ladies and gentlemen should regale themselves with an essence found in the inglorious bowels of a sick whale! Yet so it is. By some, ambergris is supposed to be the cause, and by others the effect, of the dyspepsia in the whale. How to cure such a dyspepsia it were hard to say, unless by administering three or four boat loads of Brandreth's pills, and then running out of harm's way, as laborers do in blasting rocks.
446
- </p>
447
- <p><img alt='image floated right' class='right' src='http://dummyimage.com/240x320/000/fff&amp;text=Right+Image' />I have forgotten to say that there were found in this ambergris, certain hard, round, bony plates, which at first Stubb thought might be sailors' trowsers buttons; but it afterwards turned out that they were nothing more than pieces of small squid bones embalmed in that manner.
448
- </p>
449
- </div>
450
- </div>
451
- <div class='element' id='tables'>
452
- <h2 class='element-title'>Tables</h2>
453
- <div class='markup'>
454
- <table>
455
- <caption>
456
- Table title goes here
457
- </caption>
458
- <thead>
459
- <tr>
460
- <th>Mauris</th>
461
- <th>Tempor</th>
462
- <th>Praesent lacus nulla</th>
463
- <th>Quis</th>
464
- </tr>
465
- </thead>
466
- <tbody>
467
- <tr class='odd'>
468
- <td>Mauris</td>
469
- <td>23.000</td>
470
- <td>Suspendisse viverra</td>
471
- <td>Yes</td>
472
- </tr>
473
- <tr class='even'>
474
- <td>Trupis</td>
475
- <td>1.000</td>
476
- <td>Placerat tortor aesent semper</td>
477
- <td>No</td>
478
- </tr>
479
- <tr class='odd'>
480
- <td>Sagittis</td>
481
- <td>122.000</td>
482
- <td>Neque vel condimentum</td>
483
- <td>No</td>
484
- </tr>
485
- <tr class='even'>
486
- <td>Libero</td>
487
- <td>500</td>
488
- <td>Hendrerit, lectus elit pretium</td>
489
- <td>Yes</td>
490
- </tr>
491
- <tr class='odd'>
492
- <td>Tristique</td>
493
- <td>100.000</td>
494
- <td>Ligula nec consequat</td>
495
- <td>Yes</td>
496
- </tr>
497
- <tr class='even'>
498
- <td>Id Neque</td>
499
- <td>600.000</td>
500
- <td>Etiam sodales orci nec</td>
501
- <td>No</td>
502
- </tr>
503
- </tbody>
504
- </table>
505
- </div>
506
- </div>
507
- <div class='element' id='forms'>
508
- <h2 class='element-title'>Forms</h2>
509
- <div class='markup'>
510
- <form accept-charset='UTF-8' action='/action' id='form' method='post'>
511
- <fieldset>
512
- <legend>Fieldset with legend</legend>
513
- <div>
514
- <label>Label for Radios</label>
515
- <input name='radio' type='radio' value='' />
516
- <input name='Radio' type='radio' value='' />
517
- <input name='Radio' type='radio' value='' />
518
- </div>
519
- <div>
520
- <label>Label for Checkboxes</label>
521
- <input name='checkboxes' type='checkbox' value='' />
522
- <input name='checkboxes' type='checkbox' value='' />
523
- <input name='checkboxes' type='checkbox' value='' />
524
- </div>
525
- <div>
526
- <label>Label for Textfield</label>
527
- <input id='textfield' maxlength='12' size='50' type='text' value='input' />
528
- </div>
529
- <div>
530
- <label>label for Textarea</label>
531
- <textarea cols='50' id='text' rows='5'></textarea>
532
- </div>
533
- <div>
534
- <label>label for Filefield</label>
535
- <input name='files' size='50' type='file' />
536
- </div>
537
- <div>
538
- <input name='button' type='button' value='Button' />
539
- </div>
540
- </fieldset>
541
- </form>
542
- </div>
543
- </div>
544
- </section>
545
- </div>
546
- <footer></footer>
547
- </div>
548
- <!--
549
- Javascript at the bottom for fast page loading
550
- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary
551
- -->
552
- <script src='//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js'></script>
553
- <script type='text/javascript'>
554
- //<![CDATA[
555
- window.jQuery || document.write("<script src='js/libs/jquery-1.6.min.js'>\x3C/script>")
556
- //]]>
557
- </script>
558
- <script src='/js/libs/plugins.js?v=1'></script>
559
- <script src='/js/script.js?v=1'></script>
560
- <script src='/js/libs/320-up/helper.js?v=1'></script>
561
- <script src='/js/kit/kit-source.jquery.js?v=1'></script>
562
- <!--[if (lt IE 9) & (!IEMobile)]>
563
- <script src="/js/libs/imgsizer.js"></script>
564
- <![endif]-->
565
- <script type='text/javascript'>
566
- //<![CDATA[
567
- // iOS scale bug fix
568
- MBP.scaleFix();
569
-
570
- // Respond.js
571
- yepnope({
572
- test : Modernizr.mq('(only all)'),
573
- nope : ['/js/libs/respond.min.js']
574
- });
575
- //]]>
576
- </script>
577
- <!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet -->
578
- <!-- change the UA-XXXXX-X to be your site's ID -->
579
- <script type='text/javascript'>
580
- //<![CDATA[
581
- var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"],["_trackPageLoadTime"]];
582
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
583
- g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
584
- s.parentNode.insertBefore(g,s)}(document,"script"));
585
- //]]>
586
- </script>
587
- </body>
588
- </html>