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>
|
||||
Reference in New Issue
Block a user