This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (130 loc) · 7.37 KB
/
index.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
---
layout: default
---
<section id="content" role="main">
<header class="aui-page-header">
<div class="aui-page-header-inner">
<div class="aui-page-header-main">
<h1>AUI Demos</h1>
</div>
</div>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav">
<!-- content such as a vertical nav -->
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<div class="aui-nav-heading"><strong>Page Layouts</strong></div>
<ul class="aui-nav __skate">
<li><a href="#">Page structure</a>
</li>
<li><a href="#">Content layout</a>
</li>
<li><a href="#">Page header</a>
</li>
</ul>
<ul class="aui-nav __skate">
<li><a href="#">Nav item</a>
</li>
<li><a href="#">Nav item</a>
</li>
</ul>
<ul class="aui-nav __skate">
<li><a href="#">Nav item</a>
</li>
<li><a href="#">Nav item</a>
</li>
</ul>
<div class="aui-nav-heading"><strong>UI Components</strong>
</div>
<ul class="aui-nav __skate">
<li><a href="#">AUI Select2</a>
</li>
<li><a href="#">Nav item</a>
</li>
<li><a href="#">Nav item</a>
</li>
<li><a href="#">Nav item</a>
</li>
</ul>
</div>
</nav>
</div>
<section class="aui-page-panel-content">
<!-- main area for content -->
<h2>UI components</h2>
<ul>
<li><a href="components/aui-select2.html">AUI Select2</a></li>
<li><a href="components/aui-label.html">AUI Label</a></li>
<li><a href="components/avatars.html">Avatars</a></li>
<li><a href="components/badges.html">Badges</a></li>
<li><a href="components/banner.html">Banner</a></li>
<li><a href="components/buttons.html">Buttons</a></li>
<li><a href="components/datepicker.html">Date Picker</a></li>
<li><a href="components/dialog2.html">Dialog 2</a></li>
<li><a href="components/dropdown2.html">Dropdown 2</a></li>
<li><a href="components/expander.html">Expander</a></li>
<li><a href="components/flag.html">Flag</a></li>
<li><a href="components/forms.html">Forms</a></li>
<li><a href="components/form-notification.html">Form notifications</a></li>
<li><a href="components/form-validation.html">Form validation</a></li>
<li><a href="components/hidden-assistive-css.html">Hidden/assistive css</a></li>
<li><a href="components/icons.html">Icons</a></li>
<li><a href="components/in-product-help.html">In-product help</a></li>
<li><a href="components/inline-dialog.html">Inline dialog</a></li>
<li><a href="components/keyboard-shortcuts.html">Keyboard shortcuts</a></li>
<li><a href="components/labels.html">Labels</a></li>
<li><a href="components/lozenges.html">Lozenges</a></li>
<li><a href="components/messages.html">Messages</a></li>
<li><a href="components/progress-indicator.html">Progress indicator</a></li>
<li><a href="components/progress-tracker.html">Progress tracker</a></li>
<li><a href="components/single-select.html">Single select</a></li>
<li><a href="components/sortable-table.html">Sortable table</a></li>
<li><a href="components/spinner.html">Spinner</a></li>
<li><a href="components/tables.html">Tables</a></li>
<li><a href="components/tabs.html">Tabs</a></li>
<li><a href="components/toggle-button.html">Toggle button</a></li>
<li><a href="components/toolbar2.html">Toolbar 2</a></li>
<li><a href="components/tooltips.html">Tooltips</a></li>
</ul>
<h2>Page structure</h2>
<ul>
<li><a href="page/page-default.html">Default page layout</a></li>
<li><a href="page/page-fixed.html">Fixed page layout</a></li>
<li><a href="page/page-hybrid.html">Hybrid page layout</a></li>
<li><a href="page/page-focused.html">Focused page layout (default size)</a>
<ul>
<li><a href="page/page-focused-small.html">Focused page layout (small)</a>
<li><a href="page/page-focused-medium.html">Focused page layout (medium)</a>
<li><a href="page/page-focused-large.html">Focused page layout (large)</a>
<li><a href="page/page-focused-xlarge.html">Focused page layout (xlarge)</a>
</ul>
</li>
<li><a href="page/page-notification.html">Notification page layout (default size)</a>
<ul>
<li><a href="page/page-notification-small.html">Notification page layout (small)</a>
<li><a href="page/page-notification-medium.html">Notification page layout (medium)</a>
<li><a href="page/page-notification-large.html">Notification page layout (large)</a>
<li><a href="page/page-notification-xlarge.html">Notification page layout (xlarge)</a>
</ul>
<li><a href="page/sidebar.html">Sidebar</a></li>
<li><a href="page/system-notifications.html">System notifications</a></li>
</ul>
<h2>Content layout</h2>
<ul>
<li><a href="content/content-only.html">Content only layout</a></li>
<li><a href="content/content-3col.html">3-column layout</a></li>
<li><a href="content/content-3col-fixed.html">3-column layout (fixed page)</a></li>
<li><a href="content/content-2col.html">2-column layout (sidebar and content)</a></li>
<li><a href="content/content-2col-fixed.html">2-column layout (sidebar and content) (fixed page)</a></li>
<li><a href="content/content-2col-alt.html">2-column layout (content and aside)</a></li>
<li><a href="content/content-2col-alt-fixed.html">2-column layout (content and aside) (fixed page)</a></li>
<li><a href="content/content-generic.html">Generic layout</a></li>
</ul>
<h2>Page header</h2>
<ul><li><a href="page/page-fixed-header.html">Page with a header (Fixed layout)</a></li></ul>
</section>
</div>
</div>
</section>