This repository was archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathalerts.html
More file actions
146 lines (138 loc) · 12.3 KB
/
alerts.html
File metadata and controls
146 lines (138 loc) · 12.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bootstrap 4 Basic template</title>
<meta name="description" content="Bootstrap 4 element styles and classes">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css?v=20181227">
<link rel="stylesheet" href="css/main.css?v=20181227">
</head>
<body>
<main class="content-wrap">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="./">BS4 Basic template</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs4-navbar-collapse" aria-controls="bs4-navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="bs4-navbar-collapse">
<ul class="navbar-nav">
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Layout</a>
<ul class="dropdown-menu">
<li class="dropdown-item"><a class="nav-link" href="media-object.html">Media object</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Content</a>
<ul class="dropdown-menu">
<li class="dropdown-item"><a class="nav-link" href="typography.html">Typography</a></li>
<li class="dropdown-item"><a class="nav-link" href="code.html">Code</a></li>
<li class="dropdown-item"><a class="nav-link" href="images.html">Images</a></li>
<li class="dropdown-item"><a class="nav-link" href="tables.html">Tables</a></li>
<li class="dropdown-item"><a class="nav-link" href="figures.html">Figures</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Components</a>
<ul class="dropdown-menu">
<li class="dropdown-item"><a class="nav-link" href="alerts.html">Alerts</a></li>
<li class="dropdown-item"><a class="nav-link" href="badge.html">Badge</a></li>
<li class="dropdown-item"><a class="nav-link" href="breadcrumb.html">Breadcrumb</a></li>
<li class="dropdown-item"><a class="nav-link" href="buttons.html">Buttons</a></li>
<li class="dropdown-item"><a class="nav-link" href="button-group.html">Button group</a></li>
<li class="dropdown-item"><a class="nav-link" href="card.html">Card</a></li>
<li class="dropdown-item"><a class="nav-link" href="carousel.html">Carousel</a></li>
<li class="dropdown-item"><a class="nav-link" href="collapse.html">Collapse</a></li>
<li class="dropdown-item"><a class="nav-link" href="dropdowns.html">Dropdowns</a></li>
<li class="dropdown-item"><a class="nav-link" href="forms.html">Forms</a></li>
<li class="dropdown-item"><a class="nav-link" href="input-group.html">Input group</a></li>
<li class="dropdown-item"><a class="nav-link" href="jumbotron.html">Jumbotron</a></li>
<li class="dropdown-item"><a class="nav-link" href="list-group.html">List group</a></li>
<li class="dropdown-item"><a class="nav-link" href="modal.html">Modal</a></li>
<li class="dropdown-item"><a class="nav-link" href="navs.html">Navs</a></li>
<li class="dropdown-item"><a class="nav-link" href="navbar.html">Navbar</a></li>
<li class="dropdown-item"><a class="nav-link" href="pagination.html">Pagination</a></li>
<li class="dropdown-item"><a class="nav-link" href="popovers.html">Popovers</a></li>
<li class="dropdown-item"><a class="nav-link" href="progress.html">Progress</a></li>
<li class="dropdown-item"><a class="nav-link" href="tooltips.html">Tooltips</a></li>
<li class="dropdown-item"><a class="nav-link" href="utilities.html">Utilities</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="credits.html">Credits</a></li>
</ul>
</div>
</div>
</nav>
<!--end navbar header-->
<div class="container">
<div class="row">
<article class="col-12">
<header class="mb-3 mt-4">
<h1 class="my-0">Alerts</h1>
<hr class="mb-0 mt-3">
</header>
<h2>Examples</h2>
<div class="example-block">
<div class="alert alert-success alert-dismissable fade show" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
Lorem ipsum dolor sit amet, consectetur adipiscing elit <a href="#" class="alert-link">alert link</a>.
</div>
<div class="alert alert-info alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
Lorem ipsum dolor sit amet, consectetur adipiscing elit <a href="#" class="alert-link">alert link</a>.
</div>
<div class="alert alert-warning alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
Lorem ipsum dolor sit amet, consectetur adipiscing elit <a href="#" class="alert-link">alert link</a>.
</div>
<div class="alert alert-danger alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
Lorem ipsum dolor sit amet, consectetur adipiscing elit <a href="#" class="alert-link">alert link</a>.
</div>
<hr />
<div class="alert alert-success alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
สไลด์โดนัทละติน ธรรมาเมี่ยงคำซิมโฟนีเวณิกาไตรมาส ป๋าไตรมาสพาสเจอร์ไรส์ธรรมา <a href="#" class="alert-link">ลิ้งค์ในอเลิท</a>
</div>
<div class="alert alert-info alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
สไลด์โดนัทละติน ธรรมาเมี่ยงคำซิมโฟนีเวณิกาไตรมาส ป๋าไตรมาสพาสเจอร์ไรส์ธรรมา <a href="#" class="alert-link">ลิ้งค์ในอเลิท</a>
</div>
<div class="alert alert-warning alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
สไลด์โดนัทละติน ธรรมาเมี่ยงคำซิมโฟนีเวณิกาไตรมาส ป๋าไตรมาสพาสเจอร์ไรส์ธรรมา <a href="#" class="alert-link">ลิ้งค์ในอเลิท</a>
</div>
<div class="alert alert-danger alert-dismissable" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
สไลด์โดนัทละติน ธรรมาเมี่ยงคำซิมโฟนีเวณิกาไตรมาส ป๋าไตรมาสพาสเจอร์ไรส์ธรรมา <a href="#" class="alert-link">ลิ้งค์ในอเลิท</a>
</div>
</div>
<h3>Additional content</h3>
<div class="example-block">
<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>
<p class="mb-0">Whenever you need to, be sure to use margin utilities to keep things nice and tidy.</p>
</div>
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">สุกี้ปารุสก์ คอมไพเลอร์!</h4>
<p>โมเด็มโดเมนลอสแองเจลิสโฟลเดอร์ศรีษะ กำมือโอริยาโกลกาตา นงลักษณ์โรมาเนีย มาดริด ทนงแช็ตศรีษะทัชแพด. กีวีคลีนิคยูไลพากษ์ กงเต็กกันยายนกบิลพัสดุ์โพรเซสโพรโทคอล.</p>
<p class="mb-0">แปซิฟิกอัพโหลดมือถืออินเดีย บราวเซอร์ คัตเอาต์ เตลุคูคอมไพเลอร์ แฮ็กเกอร์จ็อบส์อัสสัม.</p>
</div>
</div>
</article>
</div>
</div>
</main>
<footer class="footer-wrap">
<div class="container">
<div class="col-12">
<p>© <a href="https://github.com/Rundiz/bootstrap4-basic-template" target="rundiz_bs4_bt">rundiz - Bootstrap 4 Basic template</a>.</p>
</div>
</div>
</footer>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js?v=20181227"></script>
<script src="js/main.js?v=20181227"></script>
</body>
</html>