-
Notifications
You must be signed in to change notification settings - Fork 487
/
Copy pathindex.html
163 lines (132 loc) · 6.49 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
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
<div class="row row-spacing uxgl-alerts">
<div class="col-md-12">
<h3 id="alerts-with-embedded-links"><a class="heading-anchor" href="#alerts-with-embedded-links"><svg class="lexicon-icon lexicon-icon-link"><use xlink:href="{{rootPath}}/images/icons/icons.svg#link"></svg></a>Alerts with Embedded Links</h3>
<blockquote class="blockquote-sm blockquote-success">
<p>Use <code>.lead</code> inside of an alert to make the beginning of your message stand out.</p>
<p>Use <code>.alert-link</code> to style a link inside your alert.</p>
</blockquote>
<div class="alert alert-default">
<strong class="lead">Default</strong>You just read the <a href="#" class="alert-link">alert message</a> successfully.
</div>
<div class="alert alert-success">
<strong class="lead">Success</strong> You just read the <a href="#" class="alert-link">alert message</a> successfully.
</div>
<div class="alert alert-info">
<strong class="lead">Info</strong> This <a href="#" class="alert-link">alert</a> needs your attention.
</div>
<div class="alert alert-warning">
<strong class="lead">Warning</strong> This alert is a <a href="#" class="alert-link">warning message</a>.
</div>
<div class="alert alert-danger">
<strong class="lead">Danger</strong> <a href="#" class="alert-link">Something</a> is not right.
</div>
</div>
</div>
<div class="row uxgl-alerts">
<div class="col-md-12">
<h3 id="dismissible-alerts"><a class="heading-anchor" href="#dismissible-alerts"><svg class="lexicon-icon lexicon-icon-link"><use xlink:href="{{rootPath}}/images/icons/icons.svg#link"></svg></a>Dismissible Alerts</h3>
<div class="alert alert-dismissible alert-default" data-dismiss="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Default</strong> You just read the alert message successfully.
</div>
<div class="alert alert-dismissible alert-success" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Success</strong> You just read the alert message successfully.
</div>
<div class="alert alert-dismissible alert-info" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Info</strong> This alert needs your attention.
</div>
<div class="alert alert-dismissible alert-warning" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Warning</strong> This alert is a warning message.
</div>
<div class="alert alert-dismissible alert-danger" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Danger</strong> Something is not right.
</div>
</div>
</div>
<div class="row row-spacing" id="alertNotifications">
<div class="col-md-12">
<h3 id="alert-notification"><a class="heading-anchor" href="#alert-notification"><svg class="lexicon-icon lexicon-icon-link"><use xlink:href="{{rootPath}}/images/icons/icons.svg#link"></svg></a>Alert Notification</h3>
<blockquote class="blockquote-sm blockquote-success">
<p>Alternate alert style for notifications</p>
</blockquote>
<div class="lexicon-site-display-container">
<div class="alert alert-dismissible alert-notification alert-danger" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Danger:</strong>
<p>Due to inactivity, your session has expired. Please save any data you may have entered before refreshing the page. <a class="alert-link" href="#1">Log in</a></p>
</div>
</div>
<div class="lexicon-site-display-container">
<div class="alert alert-dismissible alert-notification alert-warning" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Warning:</strong>
<p>Due to inactivity, your session will expire in 00:00:56. To extend your session another 2 minutes click: <a class="alert-link" href="#1">Extend</a>.</p>
</div>
</div>
<div class="lexicon-site-display-container">
<div class="alert alert-dismissible alert-notification alert-info" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Meeting Rescheduled:</strong>
<p>The UX Team has rescheduled to the following date: 2014 - 12 - 17.</p>
<p>Please complete the attendance form to confirm your attendance: <a class="alert-link" href="#1">More Info</a>.</p>
</div>
</div>
<div class="lexicon-site-display-container">
<div class="alert alert-dismissible alert-notification alert-success" data-dismiss="alert" role="alert">
<button class="close" type="button">
<svg aria-hidden="true" class="icon-monospaced lexicon-icon">
<use xlink:href="../../images/icons/icons.svg#times">
</svg>
<span class="sr-only">Close</span>
</button>
<strong class="lead">Meeting Rescheduled:</strong>
<p>The UX Team has rescheduled to the following date: 2014 - 12 - 17.</p>
<p>Please complete the attendance form to confirm your attendance: <a class="alert-link" href="#1">More Info</a>.</p>
</div>
</div>
</div>
</div>