-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore all custom examples from Bootstrap
- Loading branch information
Showing
52 changed files
with
2,413 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,208 @@ | ||
--- | ||
layout: examples | ||
title: Album example | ||
--- | ||
|
||
<header data-bs-theme="dark"> | ||
<div class="collapse text-bg-dark" id="navbarHeader"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-8 col-md-7 py-4"> | ||
<h4>About</h4> | ||
<p class="text-body-secondary">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> | ||
</div> | ||
<div class="col-sm-4 offset-md-1 py-4"> | ||
<h4>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> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="navbar navbar-dark bg-dark shadow-sm"> | ||
<div class="container"> | ||
<a href="#" class="navbar-brand d-flex align-items-center"> | ||
<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="me-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> | ||
<strong>Album</strong> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
|
||
<section class="py-5 text-center container"> | ||
<div class="row py-lg-5"> | ||
<div class="col-lg-6 col-md-8 mx-auto"> | ||
<h1 class="fw-light">Album example</h1> | ||
<p class="lead text-body-secondary">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> | ||
<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> | ||
</div> | ||
</section> | ||
|
||
<div class="album py-5 bg-body-tertiary"> | ||
<div class="container"> | ||
|
||
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3"> | ||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card shadow-sm"> | ||
{{< placeholder width="100%" height="225" background="#55595c" color="#eceeef" class="card-img-top" text="Thumbnail" >}} | ||
<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> | ||
</div> | ||
<small class="text-body-secondary">9 mins</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
|
||
<footer class="text-body-secondary py-5"> | ||
<div class="container"> | ||
<p class="float-end mb-1"> | ||
<a href="#">Back to top</a> | ||
</p> | ||
<p class="mb-1">Album example is © Bootstrap, but please download and customize it for yourself!</p> | ||
<p class="mb-0">New to Bootstrap? <a href="/">Visit the homepage</a> or read our <a href="{{< docsref "/getting-started/introduction" >}}">getting started guide</a>.</p> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* stylelint-disable @stylistic/selector-list-comma-newline-after */ | ||
|
||
.blog-header-logo { | ||
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/; | ||
font-size: 2.25rem; | ||
} | ||
|
||
.blog-header-logo:hover { | ||
text-decoration: none; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6 { | ||
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/; | ||
} | ||
|
||
.flex-auto { | ||
flex: 0 0 auto; | ||
} | ||
|
||
.h-250 { height: 250px; } | ||
@media (min-width: 768px) { | ||
.h-md-250 { height: 250px; } | ||
} | ||
|
||
/* Pagination */ | ||
.blog-pagination { | ||
margin-bottom: 4rem; | ||
} | ||
|
||
/* | ||
* Blog posts | ||
*/ | ||
.blog-post { | ||
margin-bottom: 4rem; | ||
} | ||
.blog-post-meta { | ||
margin-bottom: 1.25rem; | ||
color: #727272; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* stylelint-disable @stylistic/selector-list-comma-newline-after */ | ||
|
||
.blog-header-logo { | ||
font-family: Amiri, Georgia, "Times New Roman", serif; | ||
font-size: 2.25rem; | ||
} | ||
|
||
.blog-header-logo:hover { | ||
text-decoration: none; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6 { | ||
font-family: Amiri, Georgia, "Times New Roman", serif; | ||
} | ||
|
||
.flex-auto { | ||
flex: 0 0 auto; | ||
} | ||
|
||
.h-250 { height: 250px; } | ||
@media (min-width: 768px) { | ||
.h-md-250 { height: 250px; } | ||
} | ||
|
||
/* Pagination */ | ||
.blog-pagination { | ||
margin-bottom: 4rem; | ||
} | ||
|
||
/* | ||
* Blog posts | ||
*/ | ||
.blog-post { | ||
margin-bottom: 4rem; | ||
} | ||
.blog-post-meta { | ||
margin-bottom: 1.25rem; | ||
color: #727272; | ||
} |
Oops, something went wrong.