mdb-ui-kit/index.html

62 lines
2.0 KiB
HTML
Raw Normal View History

2020-12-17 11:06:16 +03:00
<!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 for Bootstrap</title>
<!-- MDB icon -->
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
/>
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<!-- Custom styles -->
2020-12-30 17:37:51 +03:00
<style>
body {
background-color: #2e2e2e;
}
.text-poppy-red {
color: #ef5350 !important;
}
.btn-poppy-red {
background-color: #ef5350 !important;
}
.bg-poppy-red {
background-color: #ef5350 !important;
}
</style>
2020-12-17 11:06:16 +03:00
</head>
<body>
<!-- Start your project here-->
2020-12-30 17:27:37 +03:00
<div class="container">
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
<div class="text-center">
2020-12-30 17:37:51 +03:00
<h1 class="text-white text-poppy-red">BLACK NOVEMBER SURPRISE!</h1>
<i class="fas fa-shopping-basket text-white fa-10x"></i>
<p class="mt-2 text-white">
Check what we have prepared and start using the richest UI Kit today.<br />Hurry up & don't
2020-12-30 17:35:18 +03:00
loose your chance.
</p>
<p>
2020-12-30 17:37:51 +03:00
<a type="button" class="btn btn-danger btn-rounded btn-lg text-white bg-poppy-red" href="https://mdbootstrap.com/sale/" ><i class="fas fa-cart-arrow-down"></i> CLAIM OFFER</a>
2020-12-30 17:35:18 +03:00
</p>
2020-12-30 17:27:37 +03:00
</div>
</div>
2017-08-11 17:59:31 +03:00
</div>
2020-12-17 11:06:16 +03:00
<!-- End your project here-->
</body>
2020-12-17 11:06:16 +03:00
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
2020-12-30 17:37:51 +03:00
<script type="text/javascript"></script>
</html>