Skip to content

Commit 5bd0ccb

Browse files
committed
Demos: Add and extend list of patterns.
1 parent a2d3ac9 commit 5bd0ccb

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

index.html

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ <h4>Behavioural</h4>
4242
<a
4343
class="navigation depends"
4444
href="/src/pat/depends/index.html"
45-
title=""
45+
title="Depends"
4646
>Depends<sup>β</sup></a
4747
>
4848
<a
4949
class="navigation clone"
5050
href="/src/pat/clone/index.html"
51-
title=""
51+
title="Clone"
5252
>Clone<sup>β</sup></a
5353
>
5454
<a
5555
class="navigation scroll"
5656
href="/src/pat/scroll/index.html"
57-
title=""
57+
title="Scroll"
5858
>Scroll<sup>β</sup></a
5959
>
6060
<a
61-
class="navigation scroll"
61+
class="navigation scroll-box"
6262
href="/src/pat/scroll-box/index.html"
63-
title=""
63+
title="Scroll box"
6464
>Scroll Box<sup>β</sup></a
6565
>
6666
<a
@@ -122,13 +122,13 @@ <h4>Layout</h4>
122122
<a
123123
class="navigation grid"
124124
href="/src/pat/grid/index.html"
125-
title="Bumper"
125+
title="Grid"
126126
>Grid</a
127127
>
128128
<a
129129
class="navigation stacks"
130130
href="/src/pat/stacks/index.html"
131-
title="Stack"
131+
title="Stacks"
132132
>Stacks</a
133133
>
134134
<a
@@ -140,7 +140,7 @@ <h4>Layout</h4>
140140
<a
141141
class="navigation sticky"
142142
href="/src/pat/sticky/index.html"
143-
title="Syntax Highlighting"
143+
title="Sticky"
144144
>Sticky</a
145145
>
146146
</div>
@@ -189,17 +189,28 @@ <h4>Forms</h4>
189189
title="checklist"
190190
>Checkboxes<sup>unknown</sup></a
191191
>
192+
<a
193+
class="navigation selectbox"
194+
href="/src/pat/selectbox/index.html"
195+
title="selectbox"
196+
>Selectbox<sup>unknown</sup></a
197+
>
192198
<a
193199
class="navigation validate"
194200
href="/src/pat/validation/index.html"
201+
title="Validate"
195202
>Validation<sup>β</sup></a
196203
>
197-
<a class="navigation subform" href="/src/pat/subform/index.html"
204+
<a
205+
class="navigation subform"
206+
href="/src/pat/subform/index.html"
207+
title="Subform"
198208
>Subform<sup>unknown</sup></a
199209
>
200210
<a
201211
class="navigation colour-picker"
202212
href="/src/pat/colour-picker/index.html"
213+
title="Colour Picker"
203214
>Colour-Picker<sup>unknow</sup></a
204215
>
205216
</div>
@@ -224,6 +235,12 @@ <h4>Fancy stuff</h4>
224235
title="collapsible"
225236
>Collapsible<sup>stable</sup></a
226237
>
238+
<a
239+
class="navigation display-time"
240+
href="/src/pat/display-time/index.html"
241+
title="Display time"
242+
>Display time<sup>unknown</sup></a
243+
>
227244
<a
228245
class="navigation forward"
229246
href="/src/pat/forward/index.html"
@@ -257,43 +274,43 @@ <h4>Fancy stuff</h4>
257274
<a
258275
class="navigation sortable"
259276
href="/src/pat/sortable/index.html"
260-
title=""
277+
title="Sortable"
261278
>Sortable<sup>unknown</sup></a
262279
>
263280
<a
264281
class="navigation tooltip"
265282
href="/src/pat/tooltip/index.html"
266-
title=""
283+
title="Tooltip"
267284
>Tooltips<sup>stable</sup></a
268285
>
269286
<a
270287
class="navigation zoom"
271288
href="/src/pat/zoom/index.html"
272-
title=""
289+
title="Zoom"
273290
>Zoom<sup>β</sup></a
274291
>
275292
<a
276293
class="navigation gallery"
277294
href="/src/pat/gallery/index.html"
278-
title=""
295+
title="Gallery"
279296
>Gallery<sup>β</sup></a
280297
>
281298
<a
282299
class="navigation slides"
283300
href="/src/pat/slides/index.html"
284-
title=""
301+
title="Slides"
285302
>Slideshows<sup>β</sup></a
286303
>
287304
<a
288305
class="navigation masonry"
289306
href="/src/pat/masonry/index.html"
290-
title=""
307+
title="Masonry"
291308
>Masonry<sup>β</sup></a
292309
>
293310
<a
294311
class="navigation fullscreen"
295312
href="/src/pat/fullscreen/index.html"
296-
title=""
313+
title="Fullscreen"
297314
>Fullscreen<sup>β</sup></a
298315
>
299316
</div>

0 commit comments

Comments
 (0)