2018-11-05 12:24:55 +01:00
---
layout: examples
title: Album example
extra_css: "album.css"
---
2014-12-02 00:19:15 +01:00
2018-11-05 12:24:55 +01:00
< header >
< div class = "collapse bg-dark" id = "navbarHeader" >
< div class = "container" >
< div class = "row" >
< div class = "col-sm-8 col-md-7 py-4" >
< h4 class = "text-white" > About< / h4 >
< 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 >
2014-12-02 00:19:15 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< div class = "col-sm-4 offset-md-1 py-4" >
< h4 class = "text-white" > Contact< / h4 >
< ul class = "list-unstyled" >
< li > < a href = "#" class = "text-white" > Follow on Twitter< / a > < / li >
< li > < a href = "#" class = "text-white" > Like on Facebook< / a > < / li >
< li > < a href = "#" class = "text-white" > Email me< / a > < / li >
< / ul >
2017-09-13 20:51:08 +02:00
< / div >
2014-12-02 00:19:15 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
< div class = "navbar navbar-dark bg-dark shadow-sm" >
< div class = "container d-flex justify-content-between" >
< a href = "#" class = "navbar-brand d-flex align-items-center" >
2019-02-19 15:46:56 +01:00
< 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" > < 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 >
2018-11-05 12:24:55 +01:00
< strong > Album< / strong >
< / a >
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarHeader" aria-controls = "navbarHeader" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< / div >
< / div >
< / header >
2014-12-02 00:19:15 +01:00
2018-11-05 12:24:55 +01:00
< main role = "main" >
2014-12-02 00:19:15 +01:00
2018-11-05 12:24:55 +01:00
< section class = "jumbotron text-center" >
< div class = "container" >
< h1 class = "jumbotron-heading" > Album example< / h1 >
2018-11-15 07:24:34 +01:00
< 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 >
2018-11-05 12:24:55 +01:00
< p >
< a href = "#" class = "btn btn-primary my-2" > Main call to action< / a >
< a href = "#" class = "btn btn-secondary my-2" > Secondary action< / a >
< / p >
< / div >
< / section >
2014-12-02 00:19:15 +01:00
2018-11-05 12:24:55 +01:00
< div class = "album py-5 bg-light" >
< div class = "container" >
2014-12-02 00:19:15 +01:00
2018-11-05 12:24:55 +01:00
< div class = "row" >
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
2014-12-02 00:19:15 +01:00
2018-11-05 12:24:55 +01:00
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
2017-09-13 20:51:08 +02:00
2018-11-05 12:24:55 +01:00
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
< div class = "col-md-4" >
< div class = "card mb-4 shadow-sm" >
2018-11-14 14:52:02 +01:00
{% include icons/placeholder.svg width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" %}
2018-11-05 12:24:55 +01:00
< div class = "card-body" >
< 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 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
2018-01-15 01:06:52 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< small class = "text-muted" > 9 mins< / small >
2018-01-15 01:06:52 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2014-12-02 00:19:15 +01:00
< / div >
2017-09-13 20:51:08 +02:00
< / div >
2014-12-02 00:19:15 +01:00
< / div >
2018-11-05 12:24:55 +01:00
< / div >
< / div >
2017-09-13 20:51:08 +02:00
2018-11-05 12:24:55 +01:00
< / main >
2014-12-02 00:19:15 +01:00
2018-11-05 12:24:55 +01:00
< footer class = "text-muted" >
< div class = "container" >
< p class = "float-right" >
< a href = "#" > Back to top< / a >
< / p >
< p > Album example is © Bootstrap, but please download and customize it for yourself!< / p >
2019-01-28 20:38:12 +01:00
< p > New to Bootstrap? < a href = "{{ site.url }}/" > Visit the homepage< / a > or read our < a href = "{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/" > getting started guide< / a > .< / p >
2018-11-05 12:24:55 +01:00
< / div >
< / footer >