mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
update index.html
This commit is contained in:
parent
d0f96558d9
commit
44068614b2
35
index.html
35
index.html
|
@ -18,21 +18,34 @@
|
||||||
<link rel="stylesheet" href="css/mdb.min.css" />
|
<link rel="stylesheet" href="css/mdb.min.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Start your project here-->
|
<!-- Start your project here-->
|
||||||
<div class="container">
|
<div class="container pt-5">
|
||||||
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
|
<div class="d-flex justify-content-center align-items-center pt-5">
|
||||||
|
<div class="">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<img class="mb-2" src="https://bf-sale.mdbgo.io/bf.png" width="800" height="450">
|
<img class="mb-4" src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png" style="width: 180px;" />
|
||||||
<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>
|
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
<!-- End your project here-->
|
</div>
|
||||||
|
<!-- End your project here-->
|
||||||
<!-- MDB -->
|
<!-- MDB -->
|
||||||
<script type="text/javascript" src="js/mdb.min.js"></script>
|
<script type="text/javascript" src="js/mdb.min.js"></script>
|
||||||
<!-- Custom scripts -->
|
<!-- Custom scripts -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user