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