952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
349 lines
12 KiB
HTML
349 lines
12 KiB
HTML
<!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> |