index.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <!doctype html>
  2. <html class="no-js" lang="en" dir="ltr">
  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.0">
  7. <title>Foundation for Sites</title>
  8. <link rel="stylesheet" href="css/foundation.css">
  9. <link rel="stylesheet" href="css/app.css">
  10. </head>
  11. <body>
  12. <div class="grid-container">
  13. <div class="grid-x grid-padding-x">
  14. <div class="large-12 cell">
  15. <h1>Welcome to Foundation</h1>
  16. </div>
  17. </div>
  18. <div class="grid-x grid-padding-x">
  19. <div class="large-12 cell">
  20. <div class="callout">
  21. <h3>We&rsquo;re stoked you want to try Foundation! </h3>
  22. <p>To get going, this file (index.html) includes some basic styles you can modify, play around with, or totally destroy to get going.</p>
  23. <p>Once you've exhausted the fun in this document, you should check out:</p>
  24. <div class="grid-x grid-padding-x">
  25. <div class="large-4 medium-4 cell">
  26. <p><a href="http://foundation.zurb.com/docs">Foundation Documentation</a><br />Everything you need to know about using the framework.</p>
  27. </div>
  28. <div class="large-4 medium-4 cell">
  29. <p><a href="http://zurb.com/university/code-skills">Foundation Code Skills</a><br />These online courses offer you a chance to better understand how Foundation works and how you can master it to create awesome projects.</p>
  30. </div>
  31. <div class="large-4 medium-4 cell">
  32. <p><a href="http://foundation.zurb.com/forum">Foundation Forum</a><br />Join the Foundation community to ask a question or show off your knowledge.</p>
  33. </div>
  34. </div>
  35. <div class="grid-x grid-padding-x">
  36. <div class="large-4 medium-4 medium-push-2 cell">
  37. <p><a href="http://github.com/zurb/foundation">Foundation on Github</a><br />Latest code, issue reports, feature requests and more.</p>
  38. </div>
  39. <div class="large-4 medium-4 medium-pull-2 cell">
  40. <p><a href="https://twitter.com/ZURBfoundation">@zurbfoundation</a><br />Ping us on Twitter if you have questions. When you build something with this we'd love to see it (and send you a totally boss sticker).</p>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="grid-x grid-padding-x">
  47. <div class="large-8 medium-8 cell">
  48. <h5>Here&rsquo;s your basic grid:</h5>
  49. <!-- Grid Example -->
  50. <div class="grid-x grid-padding-x">
  51. <div class="large-12 cell">
  52. <div class="primary callout">
  53. <p><strong>This is a twelve cell section in a grid-x.</strong> Each of these includes a div.callout element so you can see where the cell are - it's not required at all for the grid.</p>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="grid-x grid-padding-x">
  58. <div class="large-6 medium-6 cell">
  59. <div class="primary callout">
  60. <p>Six cell</p>
  61. </div>
  62. </div>
  63. <div class="large-6 medium-6 cell">
  64. <div class="primary callout">
  65. <p>Six cell</p>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="grid-x grid-padding-x">
  70. <div class="large-4 medium-4 small-4 cell">
  71. <div class="primary callout">
  72. <p>Four cell</p>
  73. </div>
  74. </div>
  75. <div class="large-4 medium-4 small-4 cell">
  76. <div class="primary callout">
  77. <p>Four cell</p>
  78. </div>
  79. </div>
  80. <div class="large-4 medium-4 small-4 cell">
  81. <div class="primary callout">
  82. <p>Four cell</p>
  83. </div>
  84. </div>
  85. </div>
  86. <hr />
  87. <h5>We bet you&rsquo;ll need a form somewhere:</h5>
  88. <form>
  89. <div class="grid-x grid-padding-x">
  90. <div class="large-12 cell">
  91. <label>Input Label</label>
  92. <input type="text" placeholder="large-12.cell" />
  93. </div>
  94. </div>
  95. <div class="grid-x grid-padding-x">
  96. <div class="large-4 medium-4 cell">
  97. <label>Input Label</label>
  98. <input type="text" placeholder="large-4.cell" />
  99. </div>
  100. <div class="large-4 medium-4 cell">
  101. <label>Input Label</label>
  102. <input type="text" placeholder="large-4.cell" />
  103. </div>
  104. <div class="large-4 medium-4 cell">
  105. <div class="grid-x">
  106. <label>Input Label</label>
  107. <div class="input-group">
  108. <input type="text" placeholder="small-9.cell" class="input-group-field" />
  109. <span class="input-group-label">.com</span>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="grid-x grid-padding-x">
  115. <div class="large-12 cell">
  116. <label>Select Box</label>
  117. <select>
  118. <option value="husker">Husker</option>
  119. <option value="starbuck">Starbuck</option>
  120. <option value="hotdog">Hot Dog</option>
  121. <option value="apollo">Apollo</option>
  122. </select>
  123. </div>
  124. </div>
  125. <div class="grid-x grid-padding-x">
  126. <div class="large-6 medium-6 cell">
  127. <label>Choose Your Favorite</label>
  128. <input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Radio 1</label>
  129. <input type="radio" name="pokemon" value="Blue" id="pokemonBlue"><label for="pokemonBlue">Radio 2</label>
  130. </div>
  131. <div class="large-6 medium-6 cell">
  132. <label>Check these out</label>
  133. <input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
  134. <input id="checkbox2" type="checkbox"><label for="checkbox2">Checkbox 2</label>
  135. </div>
  136. </div>
  137. <div class="grid-x grid-padding-x">
  138. <div class="large-12 cell">
  139. <label>Textarea Label</label>
  140. <textarea placeholder="small-12.cell"></textarea>
  141. </div>
  142. </div>
  143. </form>
  144. </div>
  145. <div class="large-4 medium-4 cell">
  146. <h5>Try one of these buttons:</h5>
  147. <p><a href="#" class="button">Simple Button</a><br/>
  148. <a href="#" class="success button">Success Btn</a><br/>
  149. <a href="#" class="alert button">Alert Btn</a><br/>
  150. <a href="#" class="secondary button">Secondary Btn</a></p>
  151. <div class="callout">
  152. <h5>So many components, girl!</h5>
  153. <p>A whole kitchen sink of goodies comes with Foundation. Check out the docs to see them all, along with details on making them your own.</p>
  154. <a href="http://foundation.zurb.com/sites/docs/" class="small button">Go to Foundation Docs</a>
  155. </div>
  156. </div>
  157. </div>
  158. </div>
  159. <script src="js/vendor/jquery.js"></script>
  160. <script src="js/vendor/what-input.js"></script>
  161. <script src="js/vendor/foundation.js"></script>
  162. <script src="js/app.js"></script>
  163. </body>
  164. </html>