-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (142 loc) · 9.28 KB
/
index.html
File metadata and controls
157 lines (142 loc) · 9.28 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
147
148
149
150
151
152
153
154
155
156
157
<!doctype html>
<html lang="en">
<head>
<title>Bootstrap test</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<!-- Bootstrap CSS -->
<link href="./css/bootstrap-grid.min.css" rel="stylesheet">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/bootstrap-utilities.min.css" rel="stylesheet">
<script src="./js/jquery-3.6.0.min.js"></script>
<script src="./js/bootstrap.bundle.js"></script>
</head>
<body bg-secondary>
<div class="container-fluid bg-secondary">
<div class="row">
<div class="col-lg-2 col-md-10 d-none d-lg-block bg-dark">
<ul class="nav flex-column nav-pills m-4 text-center">
<li class="nav-item">
<a class="nav-link active bg bg-success rounded-pill text-center" aria-current="page" href="#">Active</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
</div>
<div class="col-sm-12 col-lg-10">
<div class="row">
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mt-4 mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mt-4 mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mt-4 mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mt-4 mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-lg text-center border-0 bg-dark text-white mb-4">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text text-muted">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button type="button" class="btn btn-info rounded-pill text-white bg-success border-0" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom">LEARN MORE
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script crossorigin="anonymous"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script crossorigin="anonymous"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script crossorigin="anonymous"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>