Last active
January 22, 2017 14:46
-
-
Save martijnluinstra/09076048498859e3a884e03fbe341a5d to your computer and use it in GitHub Desktop.
An html file that contains most of the components of Bootstrap v4.0.0-alpha.6 to make testing of customized styles easier.
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<link rel="shortcut icon" href="../../favicon.ico"> | |
<title>Bootstrap 4 Theme Tester</title> | |
<!-- Bootstrap core CSS --> | |
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> | |
<style> | |
body{ | |
padding-top: 72px; | |
} | |
section.showcase{ | |
margin-bottom: 5rem; | |
} | |
h1.showcase-title{ | |
padding-bottom: 1rem; | |
margin-bottom: 1rem; | |
border-bottom: #eceeef 1px solid; | |
} | |
</style> | |
</head> | |
<body> | |
<!-- Fixed navbar --> | |
<nav class="navbar navbar-toggleable-md fixed-top navbar-light bg-faded"> | |
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> | |
<span class="navbar-toggler-icon"></span> | |
</button> | |
<a class="navbar-brand" href="#">Navbar</a> | |
<div class="collapse navbar-collapse" id="navbarNavDropdown"> | |
<ul class="navbar-nav mr-auto"> | |
<li class="nav-item active"> | |
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> | |
</li> | |
<li class="nav-item"> | |
<a class="nav-link" href="#">Features</a> | |
</li> | |
<li class="nav-item"> | |
<a class="nav-link" href="#">Pricing</a> | |
</li> | |
<li class="nav-item dropdown"> | |
<a class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
Dropdown link | |
</a> | |
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | |
<a class="dropdown-item" href="#">Action</a> | |
<a class="dropdown-item" href="#">Another action</a> | |
<a class="dropdown-item" href="#">Something else here</a> | |
</div> | |
</li> | |
</ul> | |
<form class="form-inline my-2 my-lg-0"> | |
<input class="form-control mr-sm-2" type="text" placeholder="Search"> | |
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> | |
</form> | |
</div> | |
</nav> | |
<div class="container theme-showcase" role="main"> | |
<section class="showcase" id="showcase-jumbotron"> | |
<!-- Main jumbotron for a primary marketing message or call to action --> | |
<div class="jumbotron"> | |
<h1 class="display-3">Theme Tester</h1> | |
<p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> | |
<hr class="my-4"> | |
<p>It uses utility classes for typography and spacing to space content out within the larger container.</p> | |
<p class="lead"> | |
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a> | |
</p> | |
</div> | |
</section> | |
<section class="showcase" id="showcase-typography"> | |
<h1 class="showcase-title">Typography</h1> | |
<h1 class="display-1">Display 1</h1> | |
<h1 class="display-2">Display 2</h1> | |
<h1 class="display-3">Display 3</h1> | |
<h1 class="display-4">Display 4</h1> | |
<h1>h1. Bootstrap heading</h1> | |
<h2>h2. Bootstrap heading</h2> | |
<h3>h3. Bootstrap heading</h3> | |
<h4>h4. Bootstrap heading</h4> | |
<h5>h5. Bootstrap heading</h5> | |
<h6>h6. Bootstrap heading</h6> | |
<p class="lead"> | |
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus. (lead) | |
</p> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tempore debitis, dolores aperiam voluptatem a suscipit harum labore saepe, dignissimos explicabo nihil nesciunt esse provident totam ipsum amet reprehenderit expedita cupiditate! (paragraph) | |
</p> | |
<p>You can use the mark tag to <mark>highlight</mark> text.</p> | |
<p><del>This line of text is meant to be treated as deleted text.</del></p> | |
<p><s>This line of text is meant to be treated as no longer accurate.</s></p> | |
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p> | |
<p><u>This line of text will render as underlined</u></p> | |
<p><small>This line of text is meant to be treated as fine print.</small></p> | |
<p><strong>This line rendered as bold text.</strong></p> | |
<p><em>This line rendered as italicized text.</em></p> | |
<blockquote class="blockquote"> | |
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> | |
</blockquote> | |
<ul class="list-unstyled"> | |
<li>Lorem ipsum dolor sit amet</li> | |
<li>Consectetur adipiscing elit</li> | |
<li>Nulla volutpat aliquam velit | |
<ul> | |
<li>Phasellus iaculis neque</li> | |
<li>Purus sodales ultricies</li> | |
<li>Vestibulum laoreet porttitor sem</li> | |
<li>Ac tristique libero volutpat at</li> | |
</ul> | |
</li> | |
<li>Faucibus porta lacus fringilla vel</li> | |
</ul> | |
</section> | |
<section class="showcase" id="showcase-buttons"> | |
<h1 class="showcase-title">Buttons</h1> | |
<p> | |
<button type="button" class="btn btn-lg btn-primary">Primary</button> | |
<button type="button" class="btn btn-lg btn-secondary">Secondary</button> | |
<button type="button" class="btn btn-lg btn-success">Success</button> | |
<button type="button" class="btn btn-lg btn-info">Info</button> | |
<button type="button" class="btn btn-lg btn-warning">Warning</button> | |
<button type="button" class="btn btn-lg btn-danger">Danger</button> | |
<button type="button" class="btn btn-lg btn-link">Link</button> | |
</p> | |
<p> | |
<button type="button" class="btn btn-primary">Primary</button> | |
<button type="button" class="btn btn-secondary">Secondary</button> | |
<button type="button" class="btn btn-success">Success</button> | |
<button type="button" class="btn btn-info">Info</button> | |
<button type="button" class="btn btn-warning">Warning</button> | |
<button type="button" class="btn btn-danger">Danger</button> | |
<button type="button" class="btn btn-link">Link</button> | |
</p> | |
<p> | |
<button type="button" class="btn btn-sm btn-primary">Primary</button> | |
<button type="button" class="btn btn-sm btn-secondary">Secondary</button> | |
<button type="button" class="btn btn-sm btn-success">Success</button> | |
<button type="button" class="btn btn-sm btn-info">Info</button> | |
<button type="button" class="btn btn-sm btn-warning">Warning</button> | |
<button type="button" class="btn btn-sm btn-danger">Danger</button> | |
<button type="button" class="btn btn-sm btn-link">Link</button> | |
</p> | |
</section> | |
<section class="showcase" id="tables"> | |
<h1 class="showcase-title">Tables</h1> | |
<div class="row"> | |
<div class="col"> | |
<table class="table"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Username</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<th scope="row">1</th> | |
<td>Mark</td> | |
<td>Otto</td> | |
<td>@mdo</td> | |
</tr> | |
<tr> | |
<th scope="row">2</th> | |
<td>Jacob</td> | |
<td>Thornton</td> | |
<td>@fat</td> | |
</tr> | |
<tr> | |
<th scope="row">3</th> | |
<td>Larry</td> | |
<td>the Bird</td> | |
<td>@twitter</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
<div class="col"> | |
<table class="table table-striped"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Username</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<th scope="row">1</th> | |
<td>Mark</td> | |
<td>Otto</td> | |
<td>@mdo</td> | |
</tr> | |
<tr> | |
<th scope="row">2</th> | |
<td>Jacob</td> | |
<td>Thornton</td> | |
<td>@fat</td> | |
</tr> | |
<tr> | |
<th scope="row">3</th> | |
<td>Larry</td> | |
<td>the Bird</td> | |
<td>@twitter</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col"> | |
<table class="table"> | |
<thead class="thead-inverse"> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Username</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<th scope="row">1</th> | |
<td>Mark</td> | |
<td>Otto</td> | |
<td>@mdo</td> | |
</tr> | |
<tr> | |
<th scope="row">2</th> | |
<td>Jacob</td> | |
<td>Thornton</td> | |
<td>@fat</td> | |
</tr> | |
<tr> | |
<th scope="row">3</th> | |
<td>Larry</td> | |
<td>the Bird</td> | |
<td>@twitter</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
<div class="col"> | |
<table class="table"> | |
<thead class="thead-default"> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Username</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<th scope="row">1</th> | |
<td>Mark</td> | |
<td>Otto</td> | |
<td>@mdo</td> | |
</tr> | |
<tr> | |
<th scope="row">2</th> | |
<td>Jacob</td> | |
<td>Thornton</td> | |
<td>@fat</td> | |
</tr> | |
<tr> | |
<th scope="row">3</th> | |
<td>Larry</td> | |
<td>the Bird</td> | |
<td>@twitter</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col"> | |
<table class="table table-bordered"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Username</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<th scope="row">1</th> | |
<td>Mark</td> | |
<td>Otto</td> | |
<td>@mdo</td> | |
</tr> | |
<tr> | |
<th scope="row">2</th> | |
<td>Mark</td> | |
<td>Otto</td> | |
<td>@TwBootstrap</td> | |
</tr> | |
<tr> | |
<th scope="row">3</th> | |
<td>Jacob</td> | |
<td>Thornton</td> | |
<td>@fat</td> | |
</tr> | |
<tr> | |
<th scope="row">4</th> | |
<td colspan="2">Larry the Bird</td> | |
<td>@twitter</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
<div class="col"> | |
<table class="table table-sm"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Username</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<th scope="row">1</th> | |
<td>Mark</td> | |
<td>Otto</td> | |
<td>@mdo</td> | |
</tr> | |
<tr> | |
<th scope="row">2</th> | |
<td>Jacob</td> | |
<td>Thornton</td> | |
<td>@fat</td> | |
</tr> | |
<tr> | |
<th scope="row">3</th> | |
<td colspan="2">Larry the Bird</td> | |
<td>@twitter</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
</div> | |
</section> | |
<section class="showcase" id="showcase-forms"> | |
<h1 class="showcase-title">Forms</h1> | |
<form> | |
<div class="form-group"> | |
<label for="exampleInputEmail1">Email address</label> | |
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email"> | |
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small> | |
</div> | |
<div class="form-group"> | |
<label for="exampleInputPassword1">Password</label> | |
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> | |
</div> | |
<div class="form-group"> | |
<label for="exampleSelect1">Example select</label> | |
<select class="form-control" id="exampleSelect1"> | |
<option>1</option> | |
<option>2</option> | |
<option>3</option> | |
<option>4</option> | |
<option>5</option> | |
</select> | |
</div> | |
<div class="form-group"> | |
<label for="exampleSelect2">Example multiple select</label> | |
<select multiple class="form-control" id="exampleSelect2"> | |
<option>1</option> | |
<option>2</option> | |
<option>3</option> | |
<option>4</option> | |
<option>5</option> | |
</select> | |
</div> | |
<div class="form-group"> | |
<label for="exampleTextarea">Example textarea</label> | |
<textarea class="form-control" id="exampleTextarea" rows="3"></textarea> | |
</div> | |
<div class="form-group"> | |
<label for="exampleInputFile">File input</label> | |
<input type="file" class="form-control-file" id="exampleInputFile" aria-describedby="fileHelp"> | |
<small id="fileHelp" class="form-text text-muted">This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.</small> | |
</div> | |
<fieldset class="form-group"> | |
<legend>Radio buttons</legend> | |
<div class="form-check"> | |
<label class="form-check-label"> | |
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked> | |
Option one is this and that—be sure to include why it's great | |
</label> | |
</div> | |
<div class="form-check"> | |
<label class="form-check-label"> | |
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios2" value="option2"> | |
Option two can be something else and selecting it will deselect option one | |
</label> | |
</div> | |
<div class="form-check disabled"> | |
<label class="form-check-label"> | |
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios3" value="option3" disabled> | |
Option three is disabled | |
</label> | |
</div> | |
</fieldset> | |
<div class="form-check"> | |
<label class="form-check-label"> | |
<input type="checkbox" class="form-check-input"> | |
Check me out | |
</label> | |
</div> | |
<button type="submit" class="btn btn-primary">Submit</button> | |
</form> | |
</section> | |
<section class="showcase" id="showcase-breadcrumbs"> | |
<h1 class="showcase-title">Breadcrumbs</h1> | |
<ol class="breadcrumb"> | |
<li class="breadcrumb-item active">Home</li> | |
</ol> | |
<ol class="breadcrumb"> | |
<li class="breadcrumb-item"><a href="#">Home</a></li> | |
<li class="breadcrumb-item"><a href="#">Library</a></li> | |
<li class="breadcrumb-item active">Data</li> | |
</ol> | |
</section> | |
<section class="showcase" id="showcase-badges"> | |
<h1 class="showcase-title">Badges</h1> | |
<h1> | |
<span class="badge badge-default">Default</span> | |
<span class="badge badge-primary">Primary</span> | |
<span class="badge badge-success">Success</span> | |
<span class="badge badge-info">Info</span> | |
<span class="badge badge-warning">Warning</span> | |
<span class="badge badge-danger">Danger</span> | |
</h1> | |
<h2> | |
<span class="badge badge-default">Default</span> | |
<span class="badge badge-primary">Primary</span> | |
<span class="badge badge-success">Success</span> | |
<span class="badge badge-info">Info</span> | |
<span class="badge badge-warning">Warning</span> | |
<span class="badge badge-danger">Danger</span> | |
</h2> | |
<h3> | |
<span class="badge badge-default">Default</span> | |
<span class="badge badge-primary">Primary</span> | |
<span class="badge badge-success">Success</span> | |
<span class="badge badge-info">Info</span> | |
<span class="badge badge-warning">Warning</span> | |
<span class="badge badge-danger">Danger</span> | |
</h3> | |
<h4> | |
<span class="badge badge-default">Default</span> | |
<span class="badge badge-primary">Primary</span> | |
<span class="badge badge-success">Success</span> | |
<span class="badge badge-info">Info</span> | |
<span class="badge badge-warning">Warning</span> | |
<span class="badge badge-danger">Danger</span> | |
</h4> | |
<h5> | |
<span class="badge badge-default">Default</span> | |
<span class="badge badge-primary">Primary</span> | |
<span class="badge badge-success">Success</span> | |
<span class="badge badge-info">Info</span> | |
<span class="badge badge-warning">Warning</span> | |
<span class="badge badge-danger">Danger</span> | |
</h5> | |
<h6> | |
<span class="badge badge-default">Default</span> | |
<span class="badge badge-primary">Primary</span> | |
<span class="badge badge-success">Success</span> | |
<span class="badge badge-info">Info</span> | |
<span class="badge badge-warning">Warning</span> | |
<span class="badge badge-danger">Danger</span> | |
</h6> | |
<p> | |
<span class="badge badge-default">Default</span> | |
<span class="badge badge-primary">Primary</span> | |
<span class="badge badge-success">Success</span> | |
<span class="badge badge-info">Info</span> | |
<span class="badge badge-warning">Warning</span> | |
<span class="badge badge-danger">Danger</span> | |
</p> | |
<p> | |
<span class="badge badge-pill badge-default">Default</span> | |
<span class="badge badge-pill badge-primary">Primary</span> | |
<span class="badge badge-pill badge-success">Success</span> | |
<span class="badge badge-pill badge-info">Ìnfo</span> | |
<span class="badge badge-pill badge-warning">Warning</span> | |
<span class="badge badge-pill badge-danger">Danger</span> | |
</p> | |
</section> | |
<section class="showcase" id="showcase-dropdown"> | |
<h1 class="showcase-title">Dropdown menus</h1> | |
<!-- Example single danger button --> | |
<div class="btn-group"> | |
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
Action | |
</button> | |
<div class="dropdown-menu"> | |
<a class="dropdown-item" href="#">Action</a> | |
<a class="dropdown-item" href="#">Another action</a> | |
<a class="dropdown-item" href="#">Something else here</a> | |
<div class="dropdown-divider"></div> | |
<a class="dropdown-item" href="#">Separated link</a> | |
</div> | |
</div> | |
</section> | |
<section class="showcase" id="showcase-alerts"> | |
<h1 class="showcase-title">Alerts</h1> | |
<div class="alert alert-success" role="alert"> | |
<strong>Well done!</strong> You successfully read this important alert message. | |
</div> | |
<div class="alert alert-info" role="alert"> | |
<strong>Heads up!</strong> This alert needs your attention, but it's not super important. | |
</div> | |
<div class="alert alert-warning" role="alert"> | |
<strong>Warning!</strong> Better check yourself, you're not looking too good. | |
</div> | |
<div class="alert alert-danger" role="alert"> | |
<strong>Oh snap!</strong> Change a few things up and try submitting again. | |
</div> | |
</section> | |
<section class="showcase" id="showcase-progress"> | |
<h1 class="showcase-title">Progress bars</h1> | |
<p> | |
<div class="progress"> | |
<div class="progress-bar" role="progressbar" style="width: 25%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</div> | |
</div> | |
</p> | |
<p> | |
<div class="progress"> | |
<div class="progress-bar bg-success" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> | |
</div> | |
</p> | |
<p> | |
<div class="progress"> | |
<div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div> | |
</div> | |
</p> | |
<p> | |
<div class="progress"> | |
<div class="progress-bar bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> | |
</div> | |
</p> | |
<p> | |
<div class="progress"> | |
<div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div> | |
</div> | |
</p> | |
<p> | |
<div class="progress"> | |
<div class="progress-bar" role="progressbar" style="width: 15%" aria-valuenow="15" aria-valuemin="0" aria-valuemax="100"></div> | |
<div class="progress-bar bg-success" role="progressbar" style="width: 30%" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100"></div> | |
<div class="progress-bar bg-danger" role="progressbar" style="width: 20%" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"></div> | |
</div> | |
</p> | |
<p> | |
<div class="progress"> | |
<div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> | |
</div> | |
</p> | |
</section> | |
<section class="showcase" id="showcase-listgroups"> | |
<h1 class="showcase-title">List groups</h1> | |
<div class="row"> | |
<div class="col-sm-4"> | |
<ul class="list-group"> | |
<li class="list-group-item">Cras justo odio</li> | |
<li class="list-group-item">Dapibus ac facilisis in</li> | |
<li class="list-group-item">Morbi leo risus</li> | |
<li class="list-group-item">Porta ac consectetur ac</li> | |
<li class="list-group-item justify-content-between"> | |
Vestibulum at eros | |
<span class="badge badge-default badge-pill">14</span> | |
</li> | |
</ul> | |
</div><!-- /.col-sm-4 --> | |
<div class="col-sm-4"> | |
<div class="list-group"> | |
<a href="#" class="list-group-item active"> | |
Cras justo odio | |
</a> | |
<a href="#" class="list-group-item">Dapibus ac facilisis in</a> | |
<a href="#" class="list-group-item">Morbi leo risus</a> | |
<a href="#" class="list-group-item">Porta ac consectetur ac</a> | |
<a href="#" class="list-group-item">Vestibulum at eros</a> | |
</div> | |
</div><!-- /.col-sm-4 --> | |
<div class="col-sm-4"> | |
<div class="list-group"> | |
<a href="#" class="list-group-item active"> | |
<h4 class="list-group-item-heading">List group item heading</h4> | |
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p> | |
</a> | |
<a href="#" class="list-group-item"> | |
<h4 class="list-group-item-heading">List group item heading</h4> | |
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p> | |
</a> | |
<a href="#" class="list-group-item"> | |
<h4 class="list-group-item-heading">List group item heading</h4> | |
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p> | |
</a> | |
</div> | |
</div><!-- /.col-sm-4 --> | |
</div> | |
</section> | |
<section class="showcase" id="showcase-cards"> | |
<h1 class="showcase-title">Cards</h1> | |
<div class="card-columns"> | |
<div class="card"> | |
<img class="card-img-top img-fluid" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22518%22%20height%3D%22250%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20518%20250%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_159c25cec73%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A32pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_159c25cec73%22%3E%3Crect%20width%3D%22518%22%20height%3D%22250%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22200%22%20y%3D%22150%22%3EImage%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" alt="Card image cap"> | |
<div class="card-block"> | |
<h4 class="card-title">Card title</h4> | |
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | |
</div> | |
<ul class="list-group list-group-flush"> | |
<li class="list-group-item">Cras justo odio</li> | |
<li class="list-group-item">Dapibus ac facilisis in</li> | |
<li class="list-group-item">Vestibulum at eros</li> | |
</ul> | |
<div class="card-block"> | |
<a href="#" class="card-link">Card link</a> | |
<a href="#" class="card-link">Another link</a> | |
</div> | |
</div> | |
<div class="card p-3"> | |
<blockquote class="card-block card-blockquote"> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
<footer> | |
<small class="text-muted"> | |
Someone famous in <cite title="Source Title">Source Title</cite> | |
</small> | |
</footer> | |
</blockquote> | |
</div> | |
<div class="card"> | |
<img class="card-img-top img-fluid" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22518%22%20height%3D%22300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20518%20300%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_159c25cec73%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A32pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_159c25cec73%22%3E%3Crect%20width%3D%22518%22%20height%3D%22300%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22200%22%20y%3D%22175%22%3EImage%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" alt="Card image cap"> | |
<div class="card-block"> | |
<h4 class="card-title">Card title</h4> | |
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> | |
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> | |
</div> | |
</div> | |
<div class="card card-inverse card-primary p-3 text-center"> | |
<blockquote class="card-blockquote"> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.</p> | |
<footer> | |
<small> | |
Someone famous in <cite title="Source Title">Source Title</cite> | |
</small> | |
</footer> | |
</blockquote> | |
</div> | |
<div class="card text-center"> | |
<div class="card-block"> | |
<h4 class="card-title">Card title</h4> | |
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> | |
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> | |
</div> | |
</div> | |
<div class="card"> | |
<img class="card-img img-fluid" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22518%22%20height%3D%22250%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20518%20250%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_159c25cec73%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A32pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_159c25cec73%22%3E%3Crect%20width%3D%22518%22%20height%3D%22250%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22200%22%20y%3D%22150%22%3EImage%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"" alt="Card image"> | |
</div> | |
<div class="card"> | |
<div class="card-header"> | |
Featured | |
</div> | |
<div class="card-block"> | |
<h4 class="card-title">Special title treatment</h4> | |
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
<a href="#" class="btn btn-primary">Go somewhere</a> | |
</div> | |
</div> | |
<div class="card"> | |
<div class="card-block"> | |
<h4 class="card-title">Card title</h4> | |
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> | |
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<section class="showcase" id="showcase-collapse"> | |
<h1 class="showcase-title">Collapse</h1> | |
<p> | |
<a class="btn btn-primary" data-toggle="collapse" href="#collapseExample" aria-expanded="false" aria-controls="collapseExample"> | |
Link with href | |
</a> | |
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample"> | |
Button with data-target | |
</button> | |
</p> | |
<div class="collapse" id="collapseExample"> | |
<div class="card card-block"> | |
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. | |
</div> | |
</div> | |
</section> | |
<section class="showcase" id="showcase-modal"> | |
<h1 class="showcase-title">Modal</h1> | |
<!-- Button trigger modal --> | |
<p> | |
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"> | |
Launch demo modal | |
</button> | |
</p> | |
<!-- Modal --> | |
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> | |
<div class="modal-dialog" role="document"> | |
<div class="modal-content"> | |
<div class="modal-header"> | |
<h5 class="modal-title">Modal title</h5> | |
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> | |
<span aria-hidden="true">×</span> | |
</button> | |
</div> | |
<div class="modal-body"> | |
<p>Modal body text goes here.</p> | |
</div> | |
<div class="modal-footer"> | |
<button type="button" class="btn btn-primary">Save changes</button> | |
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
</div> <!-- /container --> | |
<!-- Bootstrap core JavaScript | |
================================================== --> | |
<!-- Placed at the end of the document so the pages load faster --> | |
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script> | |
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> | |
<script src="../../dist/js/bootstrap.min.js"></script> | |
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | |
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment