|
| 1 | +<!doctype html> |
| 2 | +<html class="no-js" 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.0"> |
| 7 | + <title>Foundation for Sites</title> |
| 8 | + <link rel="stylesheet" href="css/app.css"> |
| 9 | + </head> |
| 10 | + <body> |
| 11 | + <div class="grid-container"> |
| 12 | + <div class="grid-x grid-padding-x"> |
| 13 | + <div class="large-12 cell"> |
| 14 | + <h1>Welcome to Foundation</h1> |
| 15 | + </div> |
| 16 | + </div> |
| 17 | + |
| 18 | + <div class="grid-x grid-padding-x"> |
| 19 | + <div class="large-12 cell"> |
| 20 | + <div class="callout"> |
| 21 | + <h3>We’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 knowlege.</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 | + |
| 47 | + <div class="grid-x grid-padding-x"> |
| 48 | + <div class="large-8 medium-8 cell"> |
| 49 | + <h5>Here’s your basic grid:</h5> |
| 50 | + <!-- Grid Example --> |
| 51 | + |
| 52 | + <div class="grid-x grid-padding-x"> |
| 53 | + <div class="large-12 cell"> |
| 54 | + <div class="primary callout"> |
| 55 | + <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> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + <div class="grid-x grid-padding-x"> |
| 60 | + <div class="large-6 medium-6 cell"> |
| 61 | + <div class="primary callout"> |
| 62 | + <p>Six cell</p> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + <div class="large-6 medium-6 cell"> |
| 66 | + <div class="primary callout"> |
| 67 | + <p>Six cell</p> |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + <div class="grid-x grid-padding-x"> |
| 72 | + <div class="large-4 medium-4 small-4 cell"> |
| 73 | + <div class="primary callout"> |
| 74 | + <p>Four cell</p> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + <div class="large-4 medium-4 small-4 cell"> |
| 78 | + <div class="primary callout"> |
| 79 | + <p>Four cell</p> |
| 80 | + </div> |
| 81 | + </div> |
| 82 | + <div class="large-4 medium-4 small-4 cell"> |
| 83 | + <div class="primary callout"> |
| 84 | + <p>Four cell</p> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | + |
| 89 | + <hr /> |
| 90 | + |
| 91 | + <h5>We bet you’ll need a form somewhere:</h5> |
| 92 | + <form> |
| 93 | + <div class="grid-x grid-padding-x"> |
| 94 | + <div class="large-12 cell"> |
| 95 | + <label>Input Label</label> |
| 96 | + <input type="text" placeholder="large-12.cell" /> |
| 97 | + </div> |
| 98 | + </div> |
| 99 | + <div class="grid-x grid-padding-x"> |
| 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 | + <label>Input Label</label> |
| 106 | + <input type="text" placeholder="large-4.cell" /> |
| 107 | + </div> |
| 108 | + <div class="large-4 medium-4 cell"> |
| 109 | + <div class="grid-x"> |
| 110 | + <label>Input Label</label> |
| 111 | + <div class="input-group"> |
| 112 | + <input type="text" placeholder="small-9.cell" class="input-group-field" /> |
| 113 | + <span class="input-group-label">.com</span> |
| 114 | + </div> |
| 115 | + </div> |
| 116 | + </div> |
| 117 | + </div> |
| 118 | + <div class="grid-x grid-padding-x"> |
| 119 | + <div class="large-12 cell"> |
| 120 | + <label>Select Box</label> |
| 121 | + <select> |
| 122 | + <option value="husker">Husker</option> |
| 123 | + <option value="starbuck">Starbuck</option> |
| 124 | + <option value="hotdog">Hot Dog</option> |
| 125 | + <option value="apollo">Apollo</option> |
| 126 | + </select> |
| 127 | + </div> |
| 128 | + </div> |
| 129 | + <div class="grid-x grid-padding-x"> |
| 130 | + <div class="large-6 medium-6 cell"> |
| 131 | + <label>Choose Your Favorite</label> |
| 132 | + <input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Radio 1</label> |
| 133 | + <input type="radio" name="pokemon" value="Blue" id="pokemonBlue"><label for="pokemonBlue">Radio 2</label> |
| 134 | + </div> |
| 135 | + <div class="large-6 medium-6 cell"> |
| 136 | + <label>Check these out</label> |
| 137 | + <input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label> |
| 138 | + <input id="checkbox2" type="checkbox"><label for="checkbox2">Checkbox 2</label> |
| 139 | + </div> |
| 140 | + </div> |
| 141 | + <div class="grid-x grid-padding-x"> |
| 142 | + <div class="large-12 cell"> |
| 143 | + <label>Textarea Label</label> |
| 144 | + <textarea placeholder="small-12.cell"></textarea> |
| 145 | + </div> |
| 146 | + </div> |
| 147 | + </form> |
| 148 | + </div> |
| 149 | + |
| 150 | + <div class="large-4 medium-4 cell"> |
| 151 | + <h5>Try one of these buttons:</h5> |
| 152 | + <p><a href="#" class="button">Simple Button</a><br/> |
| 153 | + <a href="#" class="success button">Success Btn</a><br/> |
| 154 | + <a href="#" class="alert button">Alert Btn</a><br/> |
| 155 | + <a href="#" class="secondary button">Secondary Btn</a></p> |
| 156 | + <div class="callout"> |
| 157 | + <h5>So many components, girl!</h5> |
| 158 | + <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> |
| 159 | + <a href="http://foundation.zurb.com/sites/docs/" class="small button">Go to Foundation Docs</a> |
| 160 | + </div> |
| 161 | + </div> |
| 162 | + </div> |
| 163 | + </div> |
| 164 | + |
| 165 | + <script src="node_modules/jquery/dist/jquery.js"></script> |
| 166 | + <script src="node_modules/what-input/dist/what-input.js"></script> |
| 167 | + <script src="node_modules/foundation-sites/dist/js/foundation.js"></script> |
| 168 | + <script src="js/app.js"></script> |
| 169 | + </body> |
| 170 | +</html> |
0 commit comments