|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 6 | + <meta name="description" content=""> |
| 7 | + <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> |
| 8 | + <meta name="generator" content="Jekyll v4.1.1"> |
| 9 | + <title>Album example · Bootstrap</title> |
| 10 | + |
| 11 | + <link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/album/"> |
| 12 | + |
| 13 | + <!-- Bootstrap core CSS --> |
| 14 | +<link href="/docs/4.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> |
| 15 | + |
| 16 | + <!-- Favicons --> |
| 17 | +<link rel="apple-touch-icon" href="/docs/4.5/assets/img/favicons/apple-touch-icon.png" sizes="180x180"> |
| 18 | +<link rel="icon" href="/docs/4.5/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png"> |
| 19 | +<link rel="icon" href="/docs/4.5/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png"> |
| 20 | +<link rel="manifest" href="/docs/4.5/assets/img/favicons/manifest.json"> |
| 21 | +<link rel="mask-icon" href="/docs/4.5/assets/img/favicons/safari-pinned-tab.svg" color="#563d7c"> |
| 22 | +<link rel="icon" href="/docs/4.5/assets/img/favicons/favicon.ico"> |
| 23 | +<meta name="msapplication-config" content="/docs/4.5/assets/img/favicons/browserconfig.xml"> |
| 24 | +<meta name="theme-color" content="#563d7c"> |
| 25 | + |
| 26 | + |
| 27 | + <style> |
| 28 | + .bd-placeholder-img { |
| 29 | + font-size: 1.125rem; |
| 30 | + text-anchor: middle; |
| 31 | + -webkit-user-select: none; |
| 32 | + -moz-user-select: none; |
| 33 | + -ms-user-select: none; |
| 34 | + user-select: none; |
| 35 | + } |
| 36 | + |
| 37 | + @media (min-width: 768px) { |
| 38 | + .bd-placeholder-img-lg { |
| 39 | + font-size: 3.5rem; |
| 40 | + } |
| 41 | + } |
| 42 | + </style> |
| 43 | + <!-- Custom styles for this template --> |
| 44 | + <link href="album.css" rel="stylesheet"> |
| 45 | + </head> |
| 46 | + <body> |
| 47 | + <header> |
| 48 | + <div class="collapse bg-dark" id="navbarHeader"> |
| 49 | + <div class="container"> |
| 50 | + <div class="row"> |
| 51 | + <div class="col-sm-8 col-md-7 py-4"> |
| 52 | + <h4 class="text-white">About</h4> |
| 53 | + <p class="text-muted">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p> |
| 54 | + </div> |
| 55 | + <div class="col-sm-4 offset-md-1 py-4"> |
| 56 | + <h4 class="text-white">Contact</h4> |
| 57 | + <ul class="list-unstyled"> |
| 58 | + <li><a href="#" class="text-white">Follow on Twitter</a></li> |
| 59 | + <li><a href="#" class="text-white">Like on Facebook</a></li> |
| 60 | + <li><a href="#" class="text-white">Email me</a></li> |
| 61 | + </ul> |
| 62 | + </div> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + <div class="navbar navbar-dark bg-dark shadow-sm"> |
| 67 | + <div class="container d-flex justify-content-between"> |
| 68 | + <a href="#" class="navbar-brand d-flex align-items-center"> |
| 69 | + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="mr-2" viewBox="0 0 24 24" focusable="false"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg> |
| 70 | + <strong>Album</strong> |
| 71 | + </a> |
| 72 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation"> |
| 73 | + <span class="navbar-toggler-icon"></span> |
| 74 | + </button> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | +</header> |
| 78 | + |
| 79 | +<main role="main"> |
| 80 | + |
| 81 | + <section class="jumbotron text-center"> |
| 82 | + <div class="container"> |
| 83 | + <h1>Album example</h1> |
| 84 | + <p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.</p> |
| 85 | + <p> |
| 86 | + <a href="#" class="btn btn-primary my-2">Main call to action</a> |
| 87 | + <a href="#" class="btn btn-secondary my-2">Secondary action</a> |
| 88 | + </p> |
| 89 | + </div> |
| 90 | + </section> |
| 91 | + |
| 92 | + <div class="album py-5 bg-light"> |
| 93 | + <div class="container"> |
| 94 | + |
| 95 | + <div class="row"> |
| 96 | + <div class="col-md-4"> |
| 97 | + <div class="card mb-4 shadow-sm"> |
| 98 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 99 | + <div class="card-body"> |
| 100 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 101 | + <div class="d-flex justify-content-between align-items-center"> |
| 102 | + <div class="btn-group"> |
| 103 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 104 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 105 | + </div> |
| 106 | + <small class="text-muted">9 mins</small> |
| 107 | + </div> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | + </div> |
| 111 | + <div class="col-md-4"> |
| 112 | + <div class="card mb-4 shadow-sm"> |
| 113 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 114 | + <div class="card-body"> |
| 115 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 116 | + <div class="d-flex justify-content-between align-items-center"> |
| 117 | + <div class="btn-group"> |
| 118 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 119 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 120 | + </div> |
| 121 | + <small class="text-muted">9 mins</small> |
| 122 | + </div> |
| 123 | + </div> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + <div class="col-md-4"> |
| 127 | + <div class="card mb-4 shadow-sm"> |
| 128 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 129 | + <div class="card-body"> |
| 130 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 131 | + <div class="d-flex justify-content-between align-items-center"> |
| 132 | + <div class="btn-group"> |
| 133 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 134 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 135 | + </div> |
| 136 | + <small class="text-muted">9 mins</small> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + </div> |
| 140 | + </div> |
| 141 | + |
| 142 | + <div class="col-md-4"> |
| 143 | + <div class="card mb-4 shadow-sm"> |
| 144 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 145 | + <div class="card-body"> |
| 146 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 147 | + <div class="d-flex justify-content-between align-items-center"> |
| 148 | + <div class="btn-group"> |
| 149 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 150 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 151 | + </div> |
| 152 | + <small class="text-muted">9 mins</small> |
| 153 | + </div> |
| 154 | + </div> |
| 155 | + </div> |
| 156 | + </div> |
| 157 | + <div class="col-md-4"> |
| 158 | + <div class="card mb-4 shadow-sm"> |
| 159 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 160 | + <div class="card-body"> |
| 161 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 162 | + <div class="d-flex justify-content-between align-items-center"> |
| 163 | + <div class="btn-group"> |
| 164 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 165 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 166 | + </div> |
| 167 | + <small class="text-muted">9 mins</small> |
| 168 | + </div> |
| 169 | + </div> |
| 170 | + </div> |
| 171 | + </div> |
| 172 | + <div class="col-md-4"> |
| 173 | + <div class="card mb-4 shadow-sm"> |
| 174 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 175 | + <div class="card-body"> |
| 176 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 177 | + <div class="d-flex justify-content-between align-items-center"> |
| 178 | + <div class="btn-group"> |
| 179 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 180 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 181 | + </div> |
| 182 | + <small class="text-muted">9 mins</small> |
| 183 | + </div> |
| 184 | + </div> |
| 185 | + </div> |
| 186 | + </div> |
| 187 | + |
| 188 | + <div class="col-md-4"> |
| 189 | + <div class="card mb-4 shadow-sm"> |
| 190 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 191 | + <div class="card-body"> |
| 192 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 193 | + <div class="d-flex justify-content-between align-items-center"> |
| 194 | + <div class="btn-group"> |
| 195 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 196 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 197 | + </div> |
| 198 | + <small class="text-muted">9 mins</small> |
| 199 | + </div> |
| 200 | + </div> |
| 201 | + </div> |
| 202 | + </div> |
| 203 | + <div class="col-md-4"> |
| 204 | + <div class="card mb-4 shadow-sm"> |
| 205 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 206 | + <div class="card-body"> |
| 207 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 208 | + <div class="d-flex justify-content-between align-items-center"> |
| 209 | + <div class="btn-group"> |
| 210 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 211 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 212 | + </div> |
| 213 | + <small class="text-muted">9 mins</small> |
| 214 | + </div> |
| 215 | + </div> |
| 216 | + </div> |
| 217 | + </div> |
| 218 | + <div class="col-md-4"> |
| 219 | + <div class="card mb-4 shadow-sm"> |
| 220 | + <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> |
| 221 | + <div class="card-body"> |
| 222 | + <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 223 | + <div class="d-flex justify-content-between align-items-center"> |
| 224 | + <div class="btn-group"> |
| 225 | + <button type="button" class="btn btn-sm btn-outline-secondary">View</button> |
| 226 | + <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> |
| 227 | + </div> |
| 228 | + <small class="text-muted">9 mins</small> |
| 229 | + </div> |
| 230 | + </div> |
| 231 | + </div> |
| 232 | + </div> |
| 233 | + </div> |
| 234 | + </div> |
| 235 | + </div> |
| 236 | + |
| 237 | +</main> |
| 238 | + |
| 239 | +<footer class="text-muted"> |
| 240 | + <div class="container"> |
| 241 | + <p class="float-right"> |
| 242 | + <a href="#">Back to top</a> |
| 243 | + </p> |
| 244 | + <p>Album example is © Bootstrap, but please download and customize it for yourself!</p> |
| 245 | + <p>New to Bootstrap? <a href="https://getbootstrap.com/">Visit the homepage</a> or read our <a href="/docs/4.5/getting-started/introduction/">getting started guide</a>.</p> |
| 246 | + </div> |
| 247 | +</footer> |
| 248 | +<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> |
| 249 | + <script>window.jQuery || document.write('<script src="/docs/4.5/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script></body> |
| 250 | +</html> |
| 251 | + |
0 commit comments