Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
366
html/templates/starters/1-column listing.html
Normal file
366
html/templates/starters/1-column listing.html
Normal file
@@ -0,0 +1,366 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.lead {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.post-title {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.read-more {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.extra-margin {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
|
||||
<!--Page heading-->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1 class="h1-responsive">Page heading
|
||||
<small class="text-muted">secondary text</small>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Page heading-->
|
||||
<hr>
|
||||
|
||||
<!--First row-->
|
||||
<div class="row">
|
||||
<!--Featured image-->
|
||||
<div class="col-lg-7">
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(25).jpg" class="img-fluid" alt="">
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Featured image-->
|
||||
|
||||
<!--Post excerpt-->
|
||||
<div class="col-lg-5">
|
||||
<a href="#!"><h2 class="post-title">Post title</h2></a>
|
||||
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit molestias voluptates incidunt tempora ducimus! At cum iusto necessitatibus sed omnis nemo natus. iure magni quasi dolores similique aspernatur.</p>
|
||||
<div class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Post excerpt-->
|
||||
</div>
|
||||
<!--/.First row-->
|
||||
<hr class="extra-margin">
|
||||
|
||||
<!--Second row-->
|
||||
<div class="row">
|
||||
<!--Featured image-->
|
||||
<div class="col-lg-7">
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(22).jpg" class="img-fluid" alt="">
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Featured image-->
|
||||
|
||||
<!--/.Post excerpt-->
|
||||
<div class="col-lg-5">
|
||||
<a href="#!"><h2 class="post-title">Post title</h2></a>
|
||||
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit molestias voluptates incidunt tempora ducimus! At cum iusto necessitatibus sed omnis nemo natus. iure magni quasi dolores similique aspernatur.</p>
|
||||
<div class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Post excerpt-->
|
||||
</div>
|
||||
<!--/.Second row-->
|
||||
<hr class="extra-margin">
|
||||
|
||||
<!--Third row-->
|
||||
<div class="row">
|
||||
<!--Featured image-->
|
||||
<div class="col-lg-7">
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(23).jpg" class="img-fluid" alt="">
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Featured image-->
|
||||
|
||||
<!--/.Post excerpt-->
|
||||
<div class="col-lg-5">
|
||||
<a href="#!"><h2 class="post-title">Post title</h2></a>
|
||||
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit molestias voluptates incidunt tempora ducimus! At cum iusto necessitatibus sed omnis nemo natus. iure magni quasi dolores similique aspernatur.</p>
|
||||
<div class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Post excerpt-->
|
||||
</div>
|
||||
<!--/.Third row-->
|
||||
<hr class="extra-margin">
|
||||
|
||||
<!--Fourth row-->
|
||||
<div class="row">
|
||||
<!--Featured image-->
|
||||
<div class="col-lg-7">
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(13).jpg" class="img-fluid" alt="">
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Featured image-->
|
||||
|
||||
<!--/.Post excerpt-->
|
||||
<div class="col-lg-5">
|
||||
<a href="#!"><h2 class="post-title">Post title</h2></a>
|
||||
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit molestias voluptates incidunt tempora ducimus! At cum iusto necessitatibus sed omnis nemo natus. iure magni quasi dolores similique aspernatur.</p>
|
||||
<div class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Post excerpt-->
|
||||
</div>
|
||||
<!--/.Fourth row-->
|
||||
<hr class="extra-margin">
|
||||
|
||||
<!--Fifth row-->
|
||||
<div class="row">
|
||||
<!--Featured image-->
|
||||
<div class="col-lg-7">
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(31).jpg" class="img-fluid">
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Featured image-->
|
||||
|
||||
<!--/.Post excerpt-->
|
||||
<div class="col-lg-5">
|
||||
<a href="#!"><h2 class="post-title">Post title</h2></a>
|
||||
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit molestias voluptates incidunt tempora ducimus! At cum iusto necessitatibus sed omnis nemo natus. iure magni quasi dolores similique aspernatur.</p>
|
||||
<div class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Post excerpt-->
|
||||
</div>
|
||||
<!--/.Fifth row-->
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
<!--Pagination-->
|
||||
<nav class="row text-center">
|
||||
<ul class="pagination m-auto">
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" href="#!" aria-label="Previous">
|
||||
<span aria-hidden="true">«</span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="page-item active">
|
||||
<a class="page-link" href="#!">1 <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="page-item"><a class="page-link" href="#!">2</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">3</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">4</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">5</a></li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="#!" aria-label="Next">
|
||||
<span aria-hidden="true">»</span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!--/.Pagination-->
|
||||
<hr>
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
367
html/templates/starters/2-columns listing.html
Normal file
367
html/templates/starters/2-columns listing.html
Normal file
@@ -0,0 +1,367 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
margin-top: 3rem;
|
||||
;
|
||||
}
|
||||
|
||||
main .card {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.read-more {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
|
||||
<!--Page heading-->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1 class="h1-responsive">Page heading
|
||||
<small class="text-muted">secondary text</small>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Page heading-->
|
||||
<hr>
|
||||
|
||||
<!--First row-->
|
||||
<div class="row">
|
||||
<!--First column-->
|
||||
<div class="col-lg-6">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/6-col/img%20(2).jpg" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-6">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/6-col/img%20(8).jpg" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
</div>
|
||||
<!--/.First row-->
|
||||
|
||||
<!--Second row-->
|
||||
<div class="row">
|
||||
<!--First column-->
|
||||
<div class="col-lg-6">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/6-col/img%20(3).jpg" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-6">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/6-col/img%20(13).jpg" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Second column-->
|
||||
</div>
|
||||
<!--/.Second row-->
|
||||
<hr>
|
||||
|
||||
<!--Pagination-->
|
||||
<nav class="row text-center">
|
||||
<ul class="pagination m-auto">
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" href="#!" aria-label="Previous">
|
||||
<span aria-hidden="true">«</span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="page-item active">
|
||||
<a class="page-link" href="#!">1 <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="page-item"><a class="page-link" href="#!">2</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">3</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">4</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">5</a></li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="#!" aria-label="Next">
|
||||
<span aria-hidden="true">»</span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!--/.Pagination-->
|
||||
<hr>
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
429
html/templates/starters/3-columns listing.html
Normal file
429
html/templates/starters/3-columns listing.html
Normal file
@@ -0,0 +1,429 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
main .card {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.read-more {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
|
||||
<!--Page heading-->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1 class="h1-responsive">Page heading
|
||||
<small class="text-muted">secondary text</small>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Page heading-->
|
||||
<hr>
|
||||
|
||||
<!--First row-->
|
||||
<div class="row">
|
||||
<!--First column-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20(13).jpg" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/People/4-col/img%20(1)" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20(4).jpg" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
</div>
|
||||
<!--/.First row-->
|
||||
|
||||
<!--Second row-->
|
||||
<div class="row">
|
||||
<!--First column-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/People/4-col/img%20(18)" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/Nature/4-col/img%20(49)" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Second column-->
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/People/4-col/img%20(16)" class="img-fluid" alt="">
|
||||
<a href="#!">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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 class="read-more">
|
||||
<a href="#!" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
</div>
|
||||
<!--/.Second row-->
|
||||
<hr>
|
||||
|
||||
<!--Pagination-->
|
||||
<nav class="row text-center">
|
||||
<ul class="pagination m-auto">
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" href="#!" aria-label="Previous">
|
||||
<span aria-hidden="true">«</span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="page-item active">
|
||||
<a class="page-link" href="#!">1 <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="page-item"><a class="page-link" href="#!">2</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">3</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">4</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">5</a></li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="#!" aria-label="Next">
|
||||
<span aria-hidden="true">»</span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!--/.Pagination-->
|
||||
<hr>
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
461
html/templates/starters/basic-landing-page.html
Normal file
461
html/templates/starters/basic-landing-page.html
Normal file
@@ -0,0 +1,461 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style>
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
html,
|
||||
body,
|
||||
.view {
|
||||
height: 100%;
|
||||
}
|
||||
/* Navigation*/
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.scrolling-navbar {
|
||||
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
}
|
||||
|
||||
.top-nav-collapse {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
|
||||
footer.page-footer {
|
||||
background-color: #1C2331;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navbar {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
}
|
||||
/*Call to action*/
|
||||
|
||||
.flex-center {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.view {
|
||||
background: url("https://mdbootstrap.com/images/regular/city/img%20(17).jpg")no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
/*Contact section*/
|
||||
|
||||
#contact .fa {
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 1rem;
|
||||
color: #1C2331;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md fixed-top navbar-dark bg-faded scrolling-navbar">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
|
||||
<!--Mask-->
|
||||
<div class="view hm-black-strong">
|
||||
<div class="full-bg-img flex-center">
|
||||
<ul>
|
||||
<li>
|
||||
<h1 class="h1-responsive wow fadeInDown" data-wow-delay="0.2s">Material Design for Bootstrap 4</h1></li>
|
||||
<li>
|
||||
<p class="wow fadeInDown">The most powerful and free UI KIT for Bootstrap</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-primary btn-lg wow fadeInLeft" data-wow-delay="0.2s">Sign up!</a>
|
||||
<a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default btn-lg wow fadeInRight" data-wow-delay="0.2s">Learn more</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Mask-->
|
||||
|
||||
<!-- Main container-->
|
||||
<div class="container">
|
||||
|
||||
<div class="divider-new">
|
||||
<h2 class="h2-responsive wow bounceIn">About us</h2>
|
||||
</div>
|
||||
|
||||
<!--Section: About-->
|
||||
<section id="about" class="text-center wow bounceIn" data-wow-delay="0.2s">
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit explicabo assumenda eligendi ex exercitationem harum deleniti quaerat beatae ducimus dolor voluptates magnam, reiciendis pariatur culpa tempore quibusdam quidem, saepe eius.</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit explicabo assumenda eligendi ex exercitationem harum deleniti quaerat beatae ducimus dolor voluptates magnam, reiciendis pariatur culpa tempore quibusdam quidem, saepe eius.</p>
|
||||
|
||||
</section>
|
||||
<!--Section: About-->
|
||||
|
||||
<div class="divider-new">
|
||||
<h2 class="h2-responsive wow fadeInDown">Best features</h2>
|
||||
</div>
|
||||
|
||||
<!--Section: Best features-->
|
||||
<section id="best-features">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<!--First columnn-->
|
||||
<div class="col-lg-3">
|
||||
<!--Card-->
|
||||
<div class="card wow fadeInUp mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(3).jpg" class="img-fluid" alt="">
|
||||
<a>
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block text-center">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<hr>
|
||||
<!--Text-->
|
||||
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident fuga animi architecto dolores dicta cum quo velit.</p>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--First columnn-->
|
||||
|
||||
<!--Second columnn-->
|
||||
<div class="col-lg-3">
|
||||
<!--Card-->
|
||||
<div class="card wow fadeInUp mb-2" data-wow-delay="0.2s">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(15).jpg" class="img-fluid" alt="">
|
||||
<a>
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block text-center">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<hr>
|
||||
<!--Text-->
|
||||
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident fuga animi architecto dolores dicta cum quo velit.</p>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Second columnn-->
|
||||
|
||||
<!--Third columnn-->
|
||||
<div class="col-lg-3">
|
||||
<!--Card-->
|
||||
<div class="card wow fadeInUp mb-2" data-wow-delay="0.4s">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(18).jpg" class="img-fluid" alt="">
|
||||
<a>
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block text-center">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<hr>
|
||||
<!--Text-->
|
||||
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident fuga animi architecto dolores dicta cum quo velit.</p>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Third columnn-->
|
||||
|
||||
<!--First columnn-->
|
||||
<div class="col-lg-3">
|
||||
<!--Card-->
|
||||
<div class="card wow fadeInUp mb-2" data-wow-delay="0.6s">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(20).jpg" class="img-fluid" alt="">
|
||||
<a>
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block text-center">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<hr>
|
||||
<!--Text-->
|
||||
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident fuga animi architecto dolores dicta cum quo velit.</p>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--First columnn-->
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!--/Section: Best features-->
|
||||
|
||||
<div class="divider-new">
|
||||
<h2 class="h2-responsive wow fadeInUp">Contact us</h2>
|
||||
</div>
|
||||
|
||||
<!--Section: Contact-->
|
||||
<section id="contact">
|
||||
<div class="row">
|
||||
<!--First column-->
|
||||
<div class="col-md-8">
|
||||
<div id="map-container" class="z-depth-1 wow fadeInUp" style="height: 300px"></div>
|
||||
</div>
|
||||
<!--/First column-->
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-md-4">
|
||||
<ul class="text-center">
|
||||
<li class="wow fadeInUp" data-wow-delay="0.2s"><i class="fa fa-map-marker"></i>
|
||||
<p>New York, NY 10012, USA</p>
|
||||
</li>
|
||||
|
||||
<li class="wow fadeInUp" data-wow-delay="0.3s"><i class="fa fa-phone"></i>
|
||||
<p>+ 01 234 567 89</p>
|
||||
</li>
|
||||
|
||||
<li class="wow fadeInUp" data-wow-delay="0.4s"><i class="fa fa-envelope"></i>
|
||||
<p>contact@mdbootstrap.com</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/Second column-->
|
||||
</div>
|
||||
</section>
|
||||
<!--Section: Contact-->
|
||||
|
||||
</div>
|
||||
<!--/ Main container-->
|
||||
|
||||
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
<!--Google Maps-->
|
||||
<script src="http://maps.google.com/maps/api/js"></script>
|
||||
|
||||
<script>
|
||||
function init_map() {
|
||||
|
||||
var var_location = new google.maps.LatLng(40.725118, -73.997699);
|
||||
|
||||
var var_mapoptions = {
|
||||
center: var_location,
|
||||
|
||||
zoom: 14
|
||||
};
|
||||
|
||||
var var_marker = new google.maps.Marker({
|
||||
position: var_location,
|
||||
map: var_map,
|
||||
title: "New York"
|
||||
});
|
||||
|
||||
var var_map = new google.maps.Map(document.getElementById("map-container"),
|
||||
var_mapoptions);
|
||||
|
||||
var_marker.setMap(var_map);
|
||||
|
||||
}
|
||||
|
||||
google.maps.event.addDomListener(window, 'load', init_map);
|
||||
</script>
|
||||
|
||||
<!-- Animations init-->
|
||||
<script>
|
||||
new WOW().init();
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
357
html/templates/starters/blog-home-page.html
Normal file
357
html/templates/starters/blog-home-page.html
Normal file
@@ -0,0 +1,357 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.widget-wrapper {
|
||||
padding-bottom: 2rem;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!--Main column-->
|
||||
<div class="col-lg-8">
|
||||
|
||||
<!--Post-->
|
||||
<div class="post-wrapper">
|
||||
<!--Post data-->
|
||||
<h1 class="h1-responsive">Post title <small class="text-muted">Secondary text</small></h1>
|
||||
<h5>Written by <a href="">John Doe</a>, 30.04.2016</h5>
|
||||
|
||||
<br>
|
||||
|
||||
<!--Featured image -->
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(22).jpg" class="img-fluid " alt="">
|
||||
<div class="mask">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<!--Post excerpt-->
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, officia omnis. Vero nihil neque dignissimos hic voluptas quisquam amet porro, similique libero ullam veritatis tempora cumque voluptates harum. Repellendus, impedit.</p>
|
||||
|
||||
<!--"Read more" button-->
|
||||
<button class="btn btn-primary">Read more</button>
|
||||
</div>
|
||||
<!--/.Post-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Post-->
|
||||
<div class="post-wrapper">
|
||||
<!--Post data-->
|
||||
<h1 class="h1-responsive">Post title <small class="text-muted">Secondary text</small></h1>
|
||||
<h5>Written by <a href="">John Doe</a>, 30.04.2016</h5>
|
||||
|
||||
<br>
|
||||
|
||||
<!--Featured image -->
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(23).jpg" class="img-fluid " alt="">
|
||||
<div class="mask">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<!--Post excerpt-->
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, officia omnis. Vero nihil neque dignissimos hic voluptas quisquam amet porro, similique libero ullam veritatis tempora cumque voluptates harum. Repellendus, impedit.</p>
|
||||
|
||||
<!--"Read more" button-->
|
||||
<button class="btn btn-primary">Read more</button>
|
||||
</div>
|
||||
<!--/.Post-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Post-->
|
||||
<div class="post-wrapper">
|
||||
<!--Post data-->
|
||||
<h1 class="h1-responsive">Post title <small class="text-muted">Secondary text</small></h1>
|
||||
<h5>Written by <a href="">John Doe</a>, 30.04.2016</h5>
|
||||
|
||||
<br>
|
||||
|
||||
<!--Featured image -->
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20(35).jpg" class="img-fluid" alt="">
|
||||
<div class="mask">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<!--Post excerpt-->
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, officia omnis. Vero nihil neque dignissimos hic voluptas quisquam amet porro, similique libero ullam veritatis tempora cumque voluptates harum. Repellendus, impedit.</p>
|
||||
|
||||
<!--"Read more" button-->
|
||||
<button class="btn btn-primary">Read more</button>
|
||||
</div>
|
||||
<!--/.Post-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Pagination-->
|
||||
<nav class="row text-center">
|
||||
<ul class="pagination m-auto">
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" href="#!" aria-label="Previous">
|
||||
<span aria-hidden="true">«</span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="page-item active">
|
||||
<a class="page-link" href="#!">1 <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="page-item"><a class="page-link" href="#!">2</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">3</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">4</a></li>
|
||||
<li class="page-item"><a class="page-link" href="#!">5</a></li>
|
||||
<li class="page-item">
|
||||
<a class="page-link" href="#!" aria-label="Next">
|
||||
<span aria-hidden="true">»</span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!--/.Pagination-->
|
||||
|
||||
<hr>
|
||||
|
||||
</div>
|
||||
|
||||
<!--Sidebar-->
|
||||
<div class="col-lg-4">
|
||||
|
||||
<div class="widget-wrapper">
|
||||
<h4>Categories:</h4>
|
||||
<br>
|
||||
<div class="list-group">
|
||||
<a href="#" class="list-group-item active">Sport</a>
|
||||
<a href="#" class="list-group-item">Music</a>
|
||||
<a href="#" class="list-group-item">Travels</a>
|
||||
<a href="#" class="list-group-item">Fashion</a>
|
||||
<a href="#" class="list-group-item">Parties</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="widget-wrapper">
|
||||
<h4>Subscription form:</h4>
|
||||
<br>
|
||||
<div class="card">
|
||||
<div class="card-block">
|
||||
<p><strong>Subscribe to our newsletter</strong></p>
|
||||
<p>Once a week we will send you a summary of the most useful news</p>
|
||||
<div class="md-form">
|
||||
<i class="fa fa-user prefix"></i>
|
||||
<input type="text" id="form1" class="form-control">
|
||||
<label for="form1">Your name</label>
|
||||
</div>
|
||||
<div class="md-form">
|
||||
<i class="fa fa-envelope prefix"></i>
|
||||
<input type="text" id="form2" class="form-control">
|
||||
<label for="form2">Your email</label>
|
||||
</div>
|
||||
<button class="btn btn-primary">Submit</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--/.Sidebar-->
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
311
html/templates/starters/corporate-style.html
Normal file
311
html/templates/starters/corporate-style.html
Normal file
@@ -0,0 +1,311 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.extra-margins {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
<!--First row-->
|
||||
<div class="row">
|
||||
<div class="col-lg-7">
|
||||
<!--Featured image -->
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Slides/img%20%2879%29.jpg" class="img-fluid " alt="">
|
||||
<div class="mask">
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<!--Main information-->
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h2-responsive">We are professionals</h2>
|
||||
<hr>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis pariatur quod ipsum atque quam dolorem voluptate officia sunt placeat consectetur alias fugit cum praesentium ratione sint mollitia, perferendis natus quaerat!</p>
|
||||
<a href="" class="btn btn-primary">Get it now!</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.First row-->
|
||||
|
||||
<hr class="extra-margins">
|
||||
|
||||
<!--Second row-->
|
||||
<div class="row">
|
||||
<!--First columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(2).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--First columnn-->
|
||||
|
||||
<!--Second columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(4).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Second columnn-->
|
||||
|
||||
<!--Third columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(8).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Third columnn-->
|
||||
</div>
|
||||
<!--/.Second row-->
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
405
html/templates/starters/e-commerce-home-page.html
Normal file
405
html/templates/starters/e-commerce-home-page.html
Normal file
@@ -0,0 +1,405 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.widget-wrapper {
|
||||
padding-bottom: 2rem;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.extra-margins {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.divider-new {
|
||||
margin-top: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!--Sidebar-->
|
||||
<div class="col-lg-4">
|
||||
|
||||
<div class="widget-wrapper">
|
||||
<h4>Categories:</h4>
|
||||
<br>
|
||||
<div class="list-group">
|
||||
<a href="#" class="list-group-item active">Woman</a>
|
||||
<a href="#" class="list-group-item">Man</a>
|
||||
<a href="#" class="list-group-item">Shoes</a>
|
||||
<a href="#" class="list-group-item">T-shirt</a>
|
||||
<a href="#" class="list-group-item">Jewellery</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget-wrapper">
|
||||
<h4>Subscription form:</h4>
|
||||
<br>
|
||||
<div class="card">
|
||||
<div class="card-block">
|
||||
<p><strong>Subscribe to our newsletter</strong></p>
|
||||
<p>Once a week we will send you a summary of the most useful news</p>
|
||||
<div class="md-form">
|
||||
<i class="fa fa-user prefix"></i>
|
||||
<input type="text" id="form1" class="form-control">
|
||||
<label for="form1">Your name</label>
|
||||
</div>
|
||||
<div class="md-form">
|
||||
<i class="fa fa-envelope prefix"></i>
|
||||
<input type="text" id="form2" class="form-control">
|
||||
<label for="form2">Your email</label>
|
||||
</div>
|
||||
<button class="btn btn-primary">Submit</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--/.Sidebar-->
|
||||
|
||||
<!--Main column-->
|
||||
<div class="col-lg-8">
|
||||
|
||||
<!--First row-->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="divider-new">
|
||||
<h2 class="h2-responsive">What's new?</h2>
|
||||
</div>
|
||||
<!--Carousel Wrapper-->
|
||||
<div id="carousel-example-2" class="carousel slide carousel-fade no-flex" data-ride="carousel">
|
||||
<!--Indicators-->
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#carousel-example-2" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#carousel-example-2" data-slide-to="1"></li>
|
||||
<li data-target="#carousel-example-2" data-slide-to="2"></li>
|
||||
</ol>
|
||||
<!--/.Indicators-->
|
||||
<!--Slides-->
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<img src="https://mdbootstrap.com/img//Photos/Slides/img%20(56).jpg" alt="First slide" class="d-block img-fluid">
|
||||
<div class="carousel-caption">
|
||||
<h3>Heading</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://mdbootstrap.com/img//Photos/Slides/img%20(38).jpg" alt="Second slide" class="d-block img-fluid">
|
||||
<div class="carousel-caption">
|
||||
<h3>Heading</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://mdbootstrap.com/img//Photos/Slides/img%20(43).jpg" alt="Third slide" class="d-block img-fluid">
|
||||
<div class="carousel-caption">
|
||||
<h3>Heading</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Slides-->
|
||||
<!--Controls-->
|
||||
<a class="carousel-control-prev" href="#carousel-example-2" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#carousel-example-2" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
<!--/.Controls-->
|
||||
</div>
|
||||
<!--/.Carousel Wrapper-->
|
||||
</div>
|
||||
</div>
|
||||
<!--/.First row-->
|
||||
<br>
|
||||
<hr class="extra-margins">
|
||||
|
||||
<!--Second row-->
|
||||
<div class="row">
|
||||
<!--First columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/img%20(3).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Product title</h4>
|
||||
<!--Text-->
|
||||
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p>
|
||||
<a href="#" class="btn btn-primary">Buy now for 10$</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--First columnn-->
|
||||
|
||||
<!--Second columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/img%20(2).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Product title</h4>
|
||||
<!--Text-->
|
||||
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p>
|
||||
<a href="#" class="btn btn-primary">Buy now for 20$</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Second columnn-->
|
||||
|
||||
<!--Third columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/img%20(1).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Product title</h4>
|
||||
<!--Text-->
|
||||
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p>
|
||||
<a href="#" class="btn btn-primary">Buy now for 30$</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Third columnn-->
|
||||
</div>
|
||||
<!--/.Second row-->
|
||||
|
||||
</div>
|
||||
<!--/.Main column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
237
html/templates/starters/full-background-image.html
Normal file
237
html/templates/starters/full-background-image.html
Normal file
@@ -0,0 +1,237 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
html,
|
||||
body,
|
||||
.view {
|
||||
height: 100%;
|
||||
}
|
||||
/* Navigation*/
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.scrolling-navbar {
|
||||
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
}
|
||||
|
||||
.top-nav-collapse {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
|
||||
footer.page-footer {
|
||||
background-color: #1C2331;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navbar {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
}
|
||||
/*Call to action*/
|
||||
|
||||
.flex-center {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.view {
|
||||
background: url("https://mdbootstrap.com/img/Photos/Horizontal/City/full%20page/img%20(1).jpg")no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md fixed-top navbar-dark bg-faded scrolling-navbar">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
<!--Mask-->
|
||||
<div class="view hm-black-strong">
|
||||
<div class="full-bg-img flex-center">
|
||||
<ul class="animated fadeInUp">
|
||||
<li>
|
||||
<h1 class="h1-responsive">Material Design for Bootstrap 4</h1></li>
|
||||
<li>
|
||||
<p>The most powerful and free UI KIT for Bootstrap</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-primary btn-lg">Sign up!</a>
|
||||
<a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default btn-lg">Learn more</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Mask-->
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
349
html/templates/starters/full-image-carousel.html
Normal file
349
html/templates/starters/full-image-carousel.html
Normal file
@@ -0,0 +1,349 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
/* Necessary for full page carousel*/
|
||||
|
||||
html,
|
||||
body,
|
||||
.view {
|
||||
height: 100%;
|
||||
}
|
||||
/* Navigation*/
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.scrolling-navbar {
|
||||
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
}
|
||||
|
||||
.top-nav-collapse {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
|
||||
footer.page-footer {
|
||||
background-color: #1C2331;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navbar {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
}
|
||||
/* Carousel*/
|
||||
|
||||
.carousel,
|
||||
.carousel-item,
|
||||
.active {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.carousel-item:nth-child(1) {
|
||||
background-image: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full%20page/img%20(1).jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.carousel-item:nth-child(2) {
|
||||
background-image: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full%20page/img%20(2).jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.carousel-item:nth-child(3) {
|
||||
background-image: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full%20page/img%20(3).jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
/*Caption*/
|
||||
|
||||
.flex-center {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (min-width: 776px) {
|
||||
.carousel .view ul li {
|
||||
display: inline;
|
||||
}
|
||||
.carousel .view .full-bg-img ul li .flex-item {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md fixed-top navbar-dark bg-faded scrolling-navbar">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
<!--Carousel Wrapper-->
|
||||
<div id="carousel-example-2" class="carousel slide carousel-fade" data-ride="carousel">
|
||||
<!--Indicators-->
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#carousel-example-2" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#carousel-example-2" data-slide-to="1"></li>
|
||||
<li data-target="#carousel-example-2" data-slide-to="2"></li>
|
||||
</ol>
|
||||
<!--/.Indicators-->
|
||||
<!--Slides-->
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<!--First slide-->
|
||||
<div class="carousel-item active">
|
||||
<!--Mask-->
|
||||
<div class="view hm-black-light">
|
||||
<div class="full-bg-img flex-center">
|
||||
<ul class="animated fadeInUp col-md-12">
|
||||
<li>
|
||||
<h1 class="h1-responsive flex-item">Material Design for Bootstrap 4</h1>
|
||||
<li>
|
||||
<p class="flex-item">The most powerful and free UI KIT for Bootstrap</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-primary btn-lg flex-item">Sign up!</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default btn-lg flex-item">Learn more</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Mask-->
|
||||
</div>
|
||||
<!--/.First slide-->
|
||||
|
||||
<!--Second slide -->
|
||||
<div class="carousel-item">
|
||||
|
||||
<!--Mask-->
|
||||
<div class="view hm-black-light">
|
||||
<div class="full-bg-img flex-center">
|
||||
<ul class="animated fadeInUp col-md-12">
|
||||
<li>
|
||||
<h1 class="h1-responsive">Lots of tutorials at your disposal</h1>
|
||||
</li>
|
||||
<li>
|
||||
<p>And all of them are FREE!</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/bootstrap-tutorial/" class="btn btn-primary btn-lg">Start learning</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Mask-->
|
||||
|
||||
</div>
|
||||
<!--/.Second slide -->
|
||||
|
||||
<!--Third slide-->
|
||||
<div class="carousel-item">
|
||||
|
||||
<!--Mask-->
|
||||
<div class="view hm-black-light">
|
||||
<div class="full-bg-img flex-center">
|
||||
<ul class="animated fadeInUp col-md-12">
|
||||
<li>
|
||||
<h1 class="h1-responsive">Visit our support forum</h1></li>
|
||||
<li>
|
||||
<p>Our community can help you with any question</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/forums/forum/support/" class="btn btn-default btn-lg">Support forum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Mask-->
|
||||
|
||||
</div>
|
||||
<!--/.Third slide-->
|
||||
|
||||
</div>
|
||||
<!--/.Slides-->
|
||||
<!--Controls-->
|
||||
<a class="carousel-control-prev" href="#carousel-example-2" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#carousel-example-2" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
<!--/.Controls-->
|
||||
</div>
|
||||
<!--/.Carousel Wrapper-->
|
||||
<!--/.Main layout-->
|
||||
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
352
html/templates/starters/full-video-carousel.html
Normal file
352
html/templates/starters/full-video-carousel.html
Normal file
@@ -0,0 +1,352 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
/* Necessary for full page carousel*/
|
||||
|
||||
html,
|
||||
body,
|
||||
.view {
|
||||
height: 100%;
|
||||
}
|
||||
/* Navigation*/
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.scrolling-navbar {
|
||||
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
transition: background .5s ease-in-out, padding .5s ease-in-out;
|
||||
}
|
||||
|
||||
.top-nav-collapse {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
|
||||
footer.page-footer {
|
||||
background-color: #1C2331;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navbar {
|
||||
background-color: #1C2331;
|
||||
}
|
||||
}
|
||||
/* Carousel*/
|
||||
|
||||
.carousel,
|
||||
.carousel-item,
|
||||
.active {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.flex-center {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.carousel-caption {
|
||||
height: 100%;
|
||||
padding-top: 7rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md fixed-top navbar-dark bg-faded scrolling-navbar">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
<!--Carousel Wrapper-->
|
||||
<div id="video-carousel-example" class="carousel slide carousel-fade" data-ride="carousel">
|
||||
<!--Indicators-->
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#video-carousel-example" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#video-carousel-example" data-slide-to="1"></li>
|
||||
<li data-target="#video-carousel-example" data-slide-to="2"></li>
|
||||
</ol>
|
||||
<!--/.Indicators-->
|
||||
<!--Slides-->
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<!--First slide-->
|
||||
<div class="carousel-item active">
|
||||
<!--Mask color-->
|
||||
<div class="view hm-black-light">
|
||||
|
||||
<!--Video source-->
|
||||
<video class="video-full" autoplay loop>
|
||||
<source src="https://mdbootstrap.com/img/video/Strum-Away.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<div class="full-bg-img"></div>
|
||||
</div>
|
||||
|
||||
<!--Caption-->
|
||||
<div class="carousel-caption">
|
||||
<div class="flex-center animated fadeInDown">
|
||||
<ul>
|
||||
<li>
|
||||
<h1 class="h1-responsive">Material Design for Bootstrap 4</h1></li>
|
||||
<li>
|
||||
<p>The most powerful and free UI KIT for Bootstrap</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-primary btn-lg">Sign up!</a>
|
||||
<a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default btn-lg">Learn more</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--Caption-->
|
||||
</div>
|
||||
<!--/First slide-->
|
||||
|
||||
<!--Second slide-->
|
||||
<div class="carousel-item">
|
||||
<!--Mask color-->
|
||||
<div class="view hm-black-light">
|
||||
<!--Video source-->
|
||||
<video class="video-full" autoplay loop>
|
||||
<source src="https://mdbootstrap.com/img/video/Beach-Ball.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
|
||||
<!--Caption-->
|
||||
<div class="carousel-caption">
|
||||
<div class="flex-center animated fadeInDown">
|
||||
<ul>
|
||||
<li>
|
||||
<h1 class="h1-responsive">Lots of tutorials at your disposal</h1>
|
||||
</li>
|
||||
<li>
|
||||
<p>And all of them are FREE!</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/bootstrap-tutorial/" class="btn btn-primary btn-lg">Start learning</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Caption-->
|
||||
</div>
|
||||
<!--/Second slide-->
|
||||
|
||||
<!--Third slide-->
|
||||
<div class="carousel-item">
|
||||
<!--Mask color-->
|
||||
<div class="view hm-black-strong">
|
||||
<!--Video source-->
|
||||
<video class="video-full" autoplay loop>
|
||||
<source src="https://mdbootstrap.com/img/video/Nature-Sunset.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
|
||||
<!--Caption-->
|
||||
<div class="carousel-caption">
|
||||
<div class="flex-center animated fadeInDown">
|
||||
<ul>
|
||||
<li>
|
||||
<h1 class="h1-responsive">Visit our support forum</h1></li>
|
||||
<li>
|
||||
<p>Our community can help you with any question</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/forums/forum/support/" class="btn btn-default btn-lg">Support forum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Caption-->
|
||||
</div>
|
||||
<!--/Third slide-->
|
||||
|
||||
</div>
|
||||
<!--/.Slides-->
|
||||
<!--Controls-->
|
||||
<a class="carousel-control-prev" href="#video-carousel-example" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#video-carousel-example" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
<!--/.Controls-->
|
||||
</div>
|
||||
<!--/.Carousel Wrapper-->
|
||||
|
||||
|
||||
|
||||
<!--/.Main layout-->
|
||||
|
||||
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-lg-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
426
html/templates/starters/half-image-carousel.html
Normal file
426
html/templates/starters/half-image-carousel.html
Normal file
@@ -0,0 +1,426 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
/* Necessary for full page carousel*/
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
/* Navigation*/
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.top-nav-collapse {
|
||||
background-color: #4285F4;
|
||||
}
|
||||
|
||||
footer.page-footer {
|
||||
background-color: #4285F4;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navbar {
|
||||
background-color: #4285F4;
|
||||
}
|
||||
}
|
||||
/* Carousel*/
|
||||
|
||||
.carousel {
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
@media (max-width: 776px) {
|
||||
.carousel {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.carousel-item,
|
||||
.active {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.carousel-item:nth-child(1) {
|
||||
background-image: url("https://mdbootstrap.com/img/Photos/Slides/img%20(4).jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.carousel-item:nth-child(2) {
|
||||
background-image: url("https://mdbootstrap.com/img/Photos/Slides/img%20(22).jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.carousel-item:nth-child(3) {
|
||||
background-image: url("https://mdbootstrap.com/img/Photos/Slides/img%20(67).jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
/*Caption*/
|
||||
|
||||
.flex-center {
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md fixed-top navbar-dark bg-faded scrolling-navbar">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
<!--Carousel Wrapper-->
|
||||
<div id="carousel-example-2" class="carousel slide carousel-fade no-flex" data-ride="carousel">
|
||||
<!--Indicators-->
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#carousel-example-2" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#carousel-example-2" data-slide-to="1"></li>
|
||||
<li data-target="#carousel-example-2" data-slide-to="2"></li>
|
||||
</ol>
|
||||
<!--/.Indicators-->
|
||||
<!--Slides-->
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<!--First slide-->
|
||||
<div class="carousel-item active">
|
||||
<!--Caption-->
|
||||
<div class="flex-center animated fadeInDown">
|
||||
<ul>
|
||||
<li>
|
||||
<h1 class="h1-responsive">Material Design for Bootstrap 4</h1></li>
|
||||
<li>
|
||||
<p>The most powerful and free UI KIT for the newest Bootstrap</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-primary btn-lg">Sign up!</a>
|
||||
<a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default btn-lg">Learn more</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--Caption-->
|
||||
</div>
|
||||
<!--/.First slide-->
|
||||
|
||||
<!--Second slide -->
|
||||
<div class="carousel-item">
|
||||
<!--Caption-->
|
||||
<div class="flex-center animated fadeInDown">
|
||||
<ul>
|
||||
<li>
|
||||
<h1 class="h1-responsive">Lots of tutorials at your disposal</h1>
|
||||
</li>
|
||||
<li>
|
||||
<p>And all of them are FREE!</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/bootstrap-tutorial/" class="btn btn-primary btn-lg">Start learning</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--Caption-->
|
||||
</div>
|
||||
<!--/.Second slide -->
|
||||
|
||||
<!--Third slide-->
|
||||
<div class="carousel-item">
|
||||
<!--Caption-->
|
||||
<div class="flex-center animated fadeInDown">
|
||||
<ul>
|
||||
<li>
|
||||
<h1 class="h1-responsive">Visit our support forum</h1></li>
|
||||
<li>
|
||||
<p>Our community can help you with any question</p>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://mdbootstrap.com/forums/forum/support/" class="btn btn-default btn-lg">Support forum</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--Caption-->
|
||||
</div>
|
||||
<!--/.Third slide-->
|
||||
|
||||
</div>
|
||||
<!--/.Slides-->
|
||||
<!--Controls-->
|
||||
<a class="carousel-control-prev" href="#carousel-example-2" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#carousel-example-2" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
<!--/.Controls-->
|
||||
</div>
|
||||
<!--/.Carousel Wrapper-->
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<!--Content-->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!--First columnn-->
|
||||
<div class="col-lg-4 mb-2">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(2).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--First columnn-->
|
||||
|
||||
<!--Second columnn-->
|
||||
<div class="col-lg-4 mb-2">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(4).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Second columnn-->
|
||||
|
||||
<!--Third columnn-->
|
||||
<div class="col-lg-4 mb-2">
|
||||
<!--Card-->
|
||||
<div class="card">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(8).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Third columnn-->
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Content-->
|
||||
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-lg-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
309
html/templates/starters/jumbotron.html
Normal file
309
html/templates/starters/jumbotron.html
Normal file
@@ -0,0 +1,309 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.extra-margins {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.jumbotron {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
<!--First row-->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="jumbotron">
|
||||
<h2 class="h2-responsive">Material Design for Bootstrap</h2>
|
||||
<br>
|
||||
<p>Powerful and free Material Design UI KIT</p>
|
||||
<hr>
|
||||
<p>Register for free and get access to amazing framework and beautiful components</p>
|
||||
<a target="_blank" href="https://mdbootstrap.com/getting-started/" type="button" class="btn btn-primary btn-stc">Download <i class="fa fa-download right"></i></a>
|
||||
<a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" type="button" class="btn btn-default btn-ptc">Learn more <i class="fa fa-book right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--/.First row-->
|
||||
|
||||
<hr class="extra-margins">
|
||||
|
||||
<!--Second row-->
|
||||
<div class="row">
|
||||
<!--First columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(2).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--First columnn-->
|
||||
|
||||
<!--Second columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(8).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Second columnn-->
|
||||
|
||||
<!--Third columnn-->
|
||||
<div class="col-lg-4">
|
||||
<!--Card-->
|
||||
<div class="card mb-2">
|
||||
|
||||
<!--Card image-->
|
||||
<div class="view overlay hm-white-slight">
|
||||
<img src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(3).jpg" class="img-fluid" alt="">
|
||||
<a href="#">
|
||||
<div class="mask"></div>
|
||||
</a>
|
||||
</div>
|
||||
<!--/.Card image-->
|
||||
|
||||
<!--Card content-->
|
||||
<div class="card-block">
|
||||
<!--Title-->
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<!--Text-->
|
||||
<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>
|
||||
<a href="#" class="btn btn-primary">Read more</a>
|
||||
</div>
|
||||
<!--/.Card content-->
|
||||
|
||||
</div>
|
||||
<!--/.Card-->
|
||||
</div>
|
||||
<!--Third columnn-->
|
||||
</div>
|
||||
<!--/.Second row-->
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-lg-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
372
html/templates/starters/product-page.html
Normal file
372
html/templates/starters/product-page.html
Normal file
@@ -0,0 +1,372 @@
|
||||
<!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 http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Material Design Bootstrap</title>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Material Design Bootstrap -->
|
||||
<link href="../../css/mdb.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template styles -->
|
||||
<style rel="stylesheet">
|
||||
/* TEMPLATE STYLES */
|
||||
|
||||
main {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
.widget-wrapper {
|
||||
padding-bottom: 2rem;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.reviews {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
padding: 1rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.price {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.price .tag {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<header>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="navbar navbar-toggleable-md navbar-dark bg-primary primary-color-dark">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<a class="navbar-brand waves-effect waves-light" href="https://mdbootstrap.com/material-design-for-bootstrap/" target="_blank">MDB</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav1">
|
||||
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link">Home <span class="sr-only">(current)</span></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Features</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="form-inline waves-effect waves-light">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<!--/.Navbar-->
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<!--Main layout-->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<!--Sidebar-->
|
||||
<div class="col-lg-4">
|
||||
|
||||
<div class="widget-wrapper">
|
||||
<h4>Categories:</h4>
|
||||
<br>
|
||||
<div class="list-group">
|
||||
<a href="#" class="list-group-item active">Woman</a>
|
||||
<a href="#" class="list-group-item">Man</a>
|
||||
<a href="#" class="list-group-item">Shoes</a>
|
||||
<a href="#" class="list-group-item">T-shirt</a>
|
||||
<a href="#" class="list-group-item">Jewellery</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget-wrapper">
|
||||
<h4>Subscription form:</h4>
|
||||
<br>
|
||||
<div class="card">
|
||||
<div class="card-block">
|
||||
<p><strong>Subscribe to our newsletter</strong></p>
|
||||
<p>Once a week we will send you a summary of the most useful news</p>
|
||||
<div class="md-form">
|
||||
<i class="fa fa-user prefix"></i>
|
||||
<input type="text" id="form1" class="form-control">
|
||||
<label for="form1">Your name</label>
|
||||
</div>
|
||||
<div class="md-form">
|
||||
<i class="fa fa-envelope prefix"></i>
|
||||
<input type="text" id="form2" class="form-control">
|
||||
<label for="form2">Your email</label>
|
||||
</div>
|
||||
<button class="btn btn-primary">Submit</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--/.Sidebar-->
|
||||
|
||||
<!--Main column-->
|
||||
<div class="col-lg-8">
|
||||
|
||||
<!--First row-->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<!--Product-->
|
||||
<div class="product-wrapper">
|
||||
|
||||
<!--Featured image-->
|
||||
<div class="view overlay hm-white-light z-depth-1-half">
|
||||
<img src="https://mdbootstrap.com/images/ecommerce/slides/slide%20(3).jpg" class="img-fluid " alt="">
|
||||
<div class="mask">
|
||||
</div>
|
||||
<h3 class="price"><span class="badge rgba-green-strong">10 $</span></h3>
|
||||
</div>
|
||||
<!--/.Featured image-->
|
||||
|
||||
<br>
|
||||
|
||||
<!--Product data-->
|
||||
<h2 class="h2-responsive">Product title</h2>
|
||||
<hr>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius totam, officiis doloremque velit nobis dolor nulla unde architecto alias praesentium, soluta error omnis sint, impedit, delectus ipsam eveniet debitis nemo.</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius totam, officiis doloremque velit nobis dolor nulla unde architecto alias praesentium, soluta error omnis sint, impedit, delectus ipsam eveniet debitis nemo.</p>
|
||||
|
||||
<ul class="rating inline-ul">
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star"></i></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<!--Product-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.First row-->
|
||||
|
||||
<!--Second row-->
|
||||
<div class="row">
|
||||
|
||||
<!--Heading-->
|
||||
<div class="reviews mx-auto">
|
||||
<h2 class="h2-responsive">Reviews</h2>
|
||||
</div>
|
||||
|
||||
<!--First review-->
|
||||
<div class="media">
|
||||
<a class="media-left" href="#">
|
||||
<img class="rounded-circle" src="https://mdbootstrap.com/wp-content/uploads/2015/10/team-avatar-1.jpg" alt="Generic placeholder image">
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">John Doe</h4>
|
||||
<ul class="rating inline-ul">
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star"></i></li>
|
||||
<li><i class="fa fa-star"></i></li>
|
||||
</ul>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate temporibus iure soluta. Quasi mollitia maxime nemo quam accusamus possimus, voluptatum expedita assumenda. Earum sit id ullam eum vel delectus!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Second review-->
|
||||
<div class="media">
|
||||
<a class="media-left" href="#">
|
||||
<img class="rounded-circle" src="https://mdbootstrap.com/wp-content/uploads/2015/10/team-avatar-2.jpg" alt="Generic placeholder image">
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">Nathan Casie</h4>
|
||||
<ul class="rating inline-ul">
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
</ul>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate temporibus iure soluta. Quasi mollitia maxime nemo quam accusamus possimus, voluptatum expedita assumenda. Earum sit id ullam eum vel delectus!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Second review-->
|
||||
<div class="media">
|
||||
<a class="media-left" href="#">
|
||||
<img class="rounded-circle" src="https://mdbootstrap.com/wp-content/uploads/2015/10/team-avatar-3.jpg" alt="Generic placeholder image">
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">Dave Snow</h4>
|
||||
<ul class="rating inline-ul">
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star amber-text"></i></li>
|
||||
<li><i class="fa fa-star"></i></li>
|
||||
</ul>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi cupiditate temporibus iure soluta. Quasi mollitia maxime nemo quam accusamus possimus, voluptatum expedita assumenda. Earum sit id ullam eum vel delectus!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--/.Second row-->
|
||||
|
||||
</div>
|
||||
<!--/.Main column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Main layout-->
|
||||
|
||||
</main>
|
||||
|
||||
<!--Footer-->
|
||||
<footer class="page-footer center-on-small-only primary-color-dark">
|
||||
|
||||
<!--Footer Links-->
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
<!--First column-->
|
||||
<div class="col-md-3 offset-lg-1 hidden-lg-down">
|
||||
<h5 class="title">ABOUT MATERIAL DESIGN</h5>
|
||||
<p>Material Design (codenamed Quantum Paper) is a design language developed by Google. </p>
|
||||
|
||||
<p>Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.</p>
|
||||
</div>
|
||||
<!--/.First column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Second column-->
|
||||
<div class="col-lg-2 col-md-4 offset-lg-1">
|
||||
<h5 class="title">First column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Second column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Third column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Second column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Third column-->
|
||||
|
||||
<hr class="hidden-md-up">
|
||||
|
||||
<!--Fourth column-->
|
||||
<div class="col-lg-2 col-md-4">
|
||||
<h5 class="title">Third column</h5>
|
||||
<ul>
|
||||
<li><a href="#!">Link 1</a></li>
|
||||
<li><a href="#!">Link 2</a></li>
|
||||
<li><a href="#!">Link 3</a></li>
|
||||
<li><a href="#!">Link 4</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Fourth column-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Footer Links-->
|
||||
|
||||
<hr>
|
||||
|
||||
<!--Call to action-->
|
||||
<div class="call-to-action">
|
||||
<h4>Material Design for Bootstrap</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<h5>Get our UI KIT for free</h5></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/getting-started/" class="btn btn-danger">Sign up!</a></li>
|
||||
<li><a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-default">Learn more</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.Call to action-->
|
||||
|
||||
<!--Copyright-->
|
||||
<div class="footer-copyright">
|
||||
<div class="container-fluid">
|
||||
© 2015 Copyright: <a href="http://www.MDBootstrap.com"> MDBootstrap.com </a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--/.Copyright-->
|
||||
|
||||
</footer>
|
||||
<!--/.Footer-->
|
||||
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
||||
<!-- JQuery -->
|
||||
<script type="text/javascript" src="../../js/jquery-3.1.1.min.js"></script>
|
||||
|
||||
<!-- Bootstrap tooltips -->
|
||||
<script type="text/javascript" src="../../js/tether.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- MDB core JavaScript -->
|
||||
<script type="text/javascript" src="../../js/mdb.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user