-
Notifications
You must be signed in to change notification settings - Fork 0
/
alerts.html
128 lines (120 loc) · 6.87 KB
/
alerts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A theme for the Nevada Legislature site">
<meta name="theme-color" content="#30415b"/>
<link rel="shortcut icon" href="/Nelis-theme/images/favicon.ico">
<link rel="preconnect" href="https://kit.fontawesome.com/" crossorigin="anonymous" />
<link rel="preconnect" href="https://stackpath.bootstrapcdn.com/" crossorigin="anonymous"/>
<title>NELIS Bootstrap Theme - Buttons</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="/Nelis-theme/styles/styles.css">
<script src="https://kit.fontawesome.com/d174097705.js" crossorigin="anonymous" async></script>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
</head>
<body class="bg-body bootstrap-fs-modal">
<header id="mainMenu"></header>
<nav id="nelisMenu" class="navbar navbar-light bg-complement navbar-expand-md sticky-top justify-content-between navbar-shadow navbar-without-dd-arrow nelis-menu">
</nav>
<main id="main-content" tabindex="-2" class="container-fluid pb-md-4">
<div class="row">
<div id="sidebar" class="col-lg-3 pt-4">
</div>
<div class="col-lg-9 pt-4 pb-5 main-content">
<h1>NELIS Bootstrap Theme - Alerts</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Alerts</li>
</ol>
<div class="dropdown breadcrumb-dropdown mb-2 d-none">
<button class="btn btn-dark btn-block btn-sm dropdown-toggle" type="button" id="breadcrumb-dropdown-mobile" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Navigation</button>
<div class="dropdown-menu" aria-labelledby="breadcrumb-dropdown-mobile">
<div class="dropdown-item">
<a href="index.html">Home</a>
</div>
<div class="dropdown-item active">
Alerts
</div>
</div>
</div>
</nav>
<p>Alerts are used to convey messages to the user
</p>
<div class="row mt-5">
<div class="col-12">
<h2>Alerts</h2>
<hr class="my-2">
</div>
<div class="col-12 mt-3">
<h3>Bootstrap defaults - colors overrriden</h3>
<div class="alert alert-primary" role="alert">
This is a primary alert—check it out! With <a href="#" class="alert-link">an example
link</a>.
</div>
<div class="alert alert-secondary" role="alert">
This is a secondary alert—check it out! With <a href="#" class="alert-link">an example
link</a>.
</div>
<div class="alert alert-success" role="alert">
This is a success alert—check it out! With <a href="#" class="alert-link">an example
link</a>.
</div>
<div class="alert alert-danger" role="alert">
This is a danger alert—check it out! With <a href="#" class="alert-link">an example
link</a>.
</div>
<div class="alert alert-warning" role="alert">
This is a warning alert—check it out! With <a href="#" class="alert-link">an example
link</a>.
</div>
<div class="alert alert-info" role="alert">
This is a info alert—check it out! With <a href="#" class="alert-link">an example link</a>.
</div>
<div class="alert alert-light" role="alert">
This is a light alert—check it out! With <a href="#" class="alert-link">an example link</a>.
</div>
<div class="alert alert-dark" role="alert">
This is a dark alert—check it out! With <a href="#" class="alert-link">an example link</a>.
</div>
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">Well done!</h4>
<p>Aww yeah, you successfully read this important alert message. This example text is going
to run a bit longer so that you can see how spacing within an alert works with this kind
of content.</p>
<hr>
<p class="mb-0">Whenever you need to, be sure to use margin utilities to keep things nice
and tidy.</p>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="drag-target"></div>
<div class="tap-target"></div>
<footer id="footer">
</footer>
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="/Nelis-theme/src/hammer.min.js"></script>
<script src="/Nelis-theme/src/jquery.hammer.js"></script>
<script src="/Nelis-theme/src/app.js"></script>
<script>
$(document).ready(function() {
$("#mainMenu").load('header.html');
$("#nelisMenu").load('menu.html');
$("#sidebar").load('sidebar.html');
$("#footer").load('footer.html');
});
</script>
</body>
</html>