mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-03 01:52:19 +01:00
198 lines
9.0 KiB
HTML
198 lines
9.0 KiB
HTML
|
<!doctype html>
|
|||
|
<html lang="en">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|||
|
<meta name="description" content="">
|
|||
|
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
|||
|
<meta name="generator" content="Hugo 0.79.0">
|
|||
|
<title>Product example · Bootstrap v5.0</title>
|
|||
|
|
|||
|
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/product/">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<!-- Bootstrap core CSS -->
|
|||
|
<link href="/docs/5.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
|
|||
|
|
|||
|
<!-- Favicons -->
|
|||
|
<link rel="apple-touch-icon" href="/docs/5.0/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
|
|||
|
<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
|
|||
|
<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
|
|||
|
<link rel="manifest" href="/docs/5.0/assets/img/favicons/manifest.json">
|
|||
|
<link rel="mask-icon" href="/docs/5.0/assets/img/favicons/safari-pinned-tab.svg" color="#7952b3">
|
|||
|
<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon.ico">
|
|||
|
<meta name="theme-color" content="#7952b3">
|
|||
|
|
|||
|
|
|||
|
<style>
|
|||
|
.bd-placeholder-img {
|
|||
|
font-size: 1.125rem;
|
|||
|
text-anchor: middle;
|
|||
|
-webkit-user-select: none;
|
|||
|
-moz-user-select: none;
|
|||
|
user-select: none;
|
|||
|
}
|
|||
|
|
|||
|
@media (min-width: 768px) {
|
|||
|
.bd-placeholder-img-lg {
|
|||
|
font-size: 3.5rem;
|
|||
|
}
|
|||
|
}
|
|||
|
</style>
|
|||
|
|
|||
|
|
|||
|
<!-- Custom styles for this template -->
|
|||
|
<link href="product.css" rel="stylesheet">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
|
|||
|
<header class="site-header sticky-top py-1">
|
|||
|
<nav class="container d-flex flex-column flex-md-row justify-content-between">
|
|||
|
<a class="py-2" href="#" aria-label="Product">
|
|||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mx-auto" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
|
|||
|
</a>
|
|||
|
<a class="py-2 d-none d-md-inline-block" href="#">Tour</a>
|
|||
|
<a class="py-2 d-none d-md-inline-block" href="#">Product</a>
|
|||
|
<a class="py-2 d-none d-md-inline-block" href="#">Features</a>
|
|||
|
<a class="py-2 d-none d-md-inline-block" href="#">Enterprise</a>
|
|||
|
<a class="py-2 d-none d-md-inline-block" href="#">Support</a>
|
|||
|
<a class="py-2 d-none d-md-inline-block" href="#">Pricing</a>
|
|||
|
<a class="py-2 d-none d-md-inline-block" href="#">Cart</a>
|
|||
|
</nav>
|
|||
|
</header>
|
|||
|
|
|||
|
<main>
|
|||
|
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
|
|||
|
<div class="col-md-5 p-lg-5 mx-auto my-5">
|
|||
|
<h1 class="display-4 fw-normal">Punny headline</h1>
|
|||
|
<p class="lead fw-normal">And an even wittier subheading to boot. Jumpstart your marketing efforts with this example based on Apple’s marketing pages.</p>
|
|||
|
<a class="btn btn-outline-secondary" href="#">Coming soon</a>
|
|||
|
</div>
|
|||
|
<div class="product-device shadow-sm d-none d-md-block"></div>
|
|||
|
<div class="product-device product-device-2 shadow-sm d-none d-md-block"></div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
|
|||
|
<div class="bg-dark me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
|
|||
|
<div class="my-3 py-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-light shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
<div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
|
|||
|
<div class="my-3 p-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
|
|||
|
<div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
|
|||
|
<div class="my-3 p-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
<div class="bg-primary me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
|
|||
|
<div class="my-3 py-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-light shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
|
|||
|
<div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
|
|||
|
<div class="my-3 p-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-white shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
<div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
|
|||
|
<div class="my-3 py-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-white shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="d-md-flex flex-md-equal w-100 my-md-3 ps-md-3">
|
|||
|
<div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
|
|||
|
<div class="my-3 p-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-white shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
<div class="bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
|
|||
|
<div class="my-3 py-3">
|
|||
|
<h2 class="display-5">Another headline</h2>
|
|||
|
<p class="lead">And an even wittier subheading.</p>
|
|||
|
</div>
|
|||
|
<div class="bg-white shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</main>
|
|||
|
|
|||
|
<footer class="container py-5">
|
|||
|
<div class="row">
|
|||
|
<div class="col-12 col-md">
|
|||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
|
|||
|
<small class="d-block mb-3 text-muted">© 2017-2020</small>
|
|||
|
</div>
|
|||
|
<div class="col-6 col-md">
|
|||
|
<h5>Features</h5>
|
|||
|
<ul class="list-unstyled text-small">
|
|||
|
<li><a class="link-secondary" href="#">Cool stuff</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Random feature</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Team feature</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Stuff for developers</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Another one</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Last time</a></li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
<div class="col-6 col-md">
|
|||
|
<h5>Resources</h5>
|
|||
|
<ul class="list-unstyled text-small">
|
|||
|
<li><a class="link-secondary" href="#">Resource name</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Resource</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Another resource</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Final resource</a></li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
<div class="col-6 col-md">
|
|||
|
<h5>Resources</h5>
|
|||
|
<ul class="list-unstyled text-small">
|
|||
|
<li><a class="link-secondary" href="#">Business</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Education</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Government</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Gaming</a></li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
<div class="col-6 col-md">
|
|||
|
<h5>About</h5>
|
|||
|
<ul class="list-unstyled text-small">
|
|||
|
<li><a class="link-secondary" href="#">Team</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Locations</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Privacy</a></li>
|
|||
|
<li><a class="link-secondary" href="#">Terms</a></li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</footer>
|
|||
|
|
|||
|
|
|||
|
<script src="/docs/5.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
|
|||
|
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|