update index.html

This commit is contained in:
Grzegorz Bujański 2021-12-23 16:35:37 +01:00
parent d0f96558d9
commit 44068614b2

View File

@ -18,21 +18,34 @@
<link rel="stylesheet" href="css/mdb.min.css" />
</head>
<body>
<!-- Start your project here-->
<div class="container">
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
<!-- Start your project here-->
<div class="container pt-5">
<div class="d-flex justify-content-center align-items-center pt-5">
<div class="">
<div class="text-center">
<img class="mb-2" src="https://bf-sale.mdbgo.io/bf.png" width="800" height="450">
<h2 class="fw-bold">Black Friday Sale</h2>
<h5 class="mb-3">Get MDB Pro with discounts <span class="text-danger">up to 95%</span>.</h5>
<p class="mb-3 fw-bold"> Hurry up the offer is limited!</p>
<a class="btn btn-black btn-lg mt-2" href="https://mdbootstrap.com/bf/sale/" target="_blank" role="button"> <i class="fas fa-shopping-cart"></i> Get the offer</a>
<img class="mb-4" src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png" style="width: 180px;" />
</div>
<h5 class="mb-3">This is MDB Free</h5>
<p>We hope it exceeds your expectations.<br>
1. Please report all bugs on our <a href="https://mdbootstrap.com/support/cat/standard/">support forum</a><br>
2. Help us improve with a <a href="https://forms.gle/RDgpTr9z5SAx2Y5w9">4 minute feedback survey</a><br>
3. Access MDB GO for <a href="https://mdbootstrap.com/docs/standard/cli/">free hosting & deployment</a><br>
</p>
<p>Keep coding,<br>
MDB Team</p>
<hr>
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/getting-started/"
target="_blank" role="button">Start with MDB tutorials</a>
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/cli/"
target="_blank" role="button">Start with backend template</a>
<p class="mt-3 text-center mb-0">PS. Free users get PRO cheaper</p>
<a class="btn btn-danger btn-lg btn-block" href="https://mdbootstrap.com/sale/unique/"
target="_blank" role="button">UPGRADE WITH DISCOUNT</a>
</div>
</div>
<!-- End your project here-->
</div>
<!-- End your project here-->
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->