forked from AljanScholtens/taiga-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.html
264 lines (229 loc) · 11.5 KB
/
modules.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE HTML>
<html lang="nl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-title" content="Project" />
<meta name="msapplication-TileImage" content="windows-icon.png" />
<meta name="msapplication-TileColor" content="#0f7a3b" />
<title>Modules - Project</title>
<meta name="description" content="" />
<meta name="author" content="Studio Wolf, www.studiowolf.nl" />
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="stylesheets/styles.css" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="apple-icon.png" />
</head>
<body>
<div class="container">
<!-- Text
===================================================-->
<header>
<h1>H1 Taiga Boilerplate</h1>
<h2 class="soft">H2 Taiga Boilerplate</h2>
<h3>H3 Taiga Boilerplate</h3>
<h4>H4 Taiga Boilerplate</h4>
<h5>H5 Taiga Boilerplate</h5>
<h6>H6 Taiga Boilerplate</h6>
<p class="lead">As an <strong>interface designer</strong> and engineer I wanted to create an HTML5/CSS3 environment that easily sets up the basics of a <a href="#">responsive</a> web application or website. It needed a grid that is flexible and fluid. Also some basic types like forms en tables would really speed up my workflow in combination with simple mixins. That's why I created Taiga, an environment to love.</p>
</header>
<section class="l-half panel">
<h2>The amazing grid</h2>
<p>Taiga has a semantic fluid <abbr>grid</abbr> based on columns. Standard you have <strong>48 columns </strong> (adjustable). It works with <em>percentages</em> and em units to make it fluid and more <a href="#">responsive</a>. Remember, Taiga works with box-sizing: <mark>border-box</mark>, this means you don't have to nest several block elements to get your padding right and border right. Just change your padding on your block element and you don't have to change the width.</p>
<p>Taiga was inspired by these awesome people: Miller Medeiros, Paul Irish, Olav Bjorkoy and Jonathan Snook. If you have any questions or suggestions, e-mail me at <a href="mailto:[email protected]">[email protected]</a> or ask it on github.</p>
</section>
<section class="l-half">
<h3><a href="#">What do you need?</a></h3>
<p>You don't need a lot, just install SASS and you're almost ready to go. Watch the stylesheet in the root of Taiga with the following command: sass --watch stylesheets:stylesheets --style compressed. Check components.html in the root to see a simple demo. You can find a few variables in styles.scss that sets the basics of your web application or website. Mixins can be found in the _mixins.scss and are very simple to keep them flexible.</p>
<p><small>Install SASS, read the instructions on http://sass-lang.com/</small></p>
<p><code>ul.list li { background: grey; }</code></p>
<blockquote>
Voor een soepel verloop maken we daarna afspraken met betrekking tot je huisstijl, vervolgstappen en deadlines. Van deze sessie maken we een korte samenvatting die we beide gebruiken voor de volgende stappen.
<cite>By Pieter</cite>
</blockquote>
</section>
<hr />
<section class="l-one-third l-first">
<h3>Lists</h3>
<ul class="list">
<li>Nice warm brown bread from the big oven</li>
<li>Some candy
<ol>
<li>I need chocolate</li>
<li>Chewing gum</li>
<li>Analyse de eerste</li>
</ol>
</li>
<li>Dinner with salmon and spinach</li>
<li>And I love ice cream</li>
</ul>
</section>
<section class="l-one-third">
<h3>Ordered list</h3>
<ol>
<li>Nice warm brown bread from the big oven</li>
<li>Some candy
<ol>
<li>I need chocolate</li>
<li>Chewing gum</li>
<li>Analyse de eerste</li>
</ol>
</li>
<li>Dinner with salmon and spinach</li>
<li>And I love ice cream</li>
</ol>
</section>
<section class="l-one-third">
<h3>Definition list</h3>
<dl>
<dt>Name:</dt>
<dd>Mister Bean</dd>
<dt>Street:</dt>
<dd>Oosterstraat 29a</dd>
<dt>Message:</dt>
<dd>Oh no, my message could be a bit too long</dd>
</dl>
<dl class="advanced">
<dt>Name:</dt>
<dd>Mister Bean</dd>
<dt>Street:</dt>
<dd>Oosterstraat 29a</dd>
<dt>Message:</dt>
<dd>Oh no, my message could be a bit too long</dd>
</dl>
</section>
<section>
<!-- Tables
===================================================-->
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Download</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>60GDA</strong></td>
<td>Flying over the world</td>
<td><a href="#">Download sheet</a></td>
</tr>
<tr>
<td><strong>NL050</strong></td>
<td>Groningen</td>
<td><a href="#">Download sheet</a></td>
</tr>
<tr>
<td><strong>ODL-55</strong></td>
<td>55 and stronger</td>
<td><a href="#">Download sheet</a></td>
</tr>
<tr>
<td><strong>MOO1</strong></td>
<td>Mool robot</td>
<td><a href="#">Download sheet</a></td>
</tr>
</tbody>
</table>
<!-- Forms
===================================================-->
<form action="/" method="post">
<fieldset>
<legend>Personal details</legend>
<ul class="form">
<li>
<label for="#TAG1">Name</label>
<div class="form-fields">
<input type="text" id="#TAG1" name="#TAG1" />
<small>Please add your first and last name</small>
</div>
</li>
<li class="form-error">
<label for="#TAG3">E-mail</label>
<div class="form-fields">
<input type="text" id="#TAG3" name="#TAG3" />
<ul class="form-errors">
<li>Oh no, that can't be your e-mail address</li>
</ul>
</div>
</li>
</ul>
</fieldset>
<fieldset>
<legend>Your message</legend>
<ul class="form">
<li>
<label for="#TAG4">Suggestions</label>
<div class="form-fields">
<textarea cols="50" rows="6" id="#TAG4" name="#TAG4"></textarea>
<small>Your suggestions and feedback would be really helpful to us</small>
</div>
</li>
<li>
<label>Subscription</label>
<div class="form-fields">
<p class="form-description">Premium</p>
</div>
</li>
<li>
<label for="#TAG6">Extra options</label>
<div class="form-fields">
<ul class="form-checklist">
<li><label for="#TAG6"><input type="checkbox" id="#TAG6" name="#TAG6" />I want to receive awesome newsletters</label></li>
<li><label for="#TAG7"><input type="checkbox" id="#TAG7" name="#TAG7" />Send me a wolf doll</label></li>
</ul>
</div>
</li>
</ul>
</fieldset>
<div class="buttons">
<button type="submit">Buy</button>
<input class="button-contrast" type="submit" value="Learn more" />
<a class="button-soft" href="#">Cancel</a>
<a class="button-success" href="#">Save</a>
<a class="button-alert" href="#">Delete</a>
</div>
</form>
<!-- Other
===================================================-->
<p>
<span class="label">Label</span>
<span class="label-contrast">Label</span>
<span class="label-soft">Label</span>
<span class="label-success">Label</span>
<span class="label-alert">Label</span>
</p>
<ul class="messages">
<li class="message">Don't forget to check your tasks</li>
<li class="message-success">Wow, that's great, you finished your tasks</li>
<li class="message-alert">Hmm, it's not possible to delete your task</li>
</ul>
<ul class="tabs">
<li><a href="#">Overview</a></li>
<li class="is-selected"><a href="#">Specifications</a></li>
<li><a href="#">Photos</a></li>
<li><a href="#">Prices</a></li>
</ul>
<ul class="pagination">
<li><a href="#">Previous</a></li>
<li class="is-selected"><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li class="gap">...</li>
<li><a href="#">11</a></li>
<li><a href="#">12</a></li>
<li><a href="#">Next</a></li>
</ul>
<div class="modal is-hidden">
<div class="modal-content">
<h2>Please confirm :-)</h2>
<p>Just choose if you want to confirm or not.</p>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="scripts/jquery-2.0.3.min.js"></script>
<script src="scripts/interface.js"></script>
</body>
</html>