Skip to content

Commit 2a8ec6a

Browse files
author
Grzegorz Bujański
committed
update index.html
1 parent 2fb487b commit 2a8ec6a

File tree

1 file changed

+21
-37
lines changed

1 file changed

+21
-37
lines changed

index.html

Lines changed: 21 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -18,48 +18,32 @@
1818
<!-- Your custom styles (optional) -->
1919
<link rel="stylesheet" href="css/style.css">
2020
<style>
21-
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
22-
margin-top: 0;
23-
margin-bottom: .5rem;
24-
font-weight: 500;
25-
line-height: 1.2;
26-
}
27-
.btn.btn-block {
28-
margin: unset;
29-
}
30-
.btn-block + .btn-block {
31-
margin-top: 0.5rem;
32-
}
33-
a.waves-effect, a.waves-light {
34-
display: block;
35-
}
21+
3622
</style>
3723
</head>
3824
<body>
3925
<!-- Start your project here-->
4026
<div class="container pt-5">
41-
<div class="d-flex justify-content-center align-items-center pt-5">
42-
<div class="">
43-
<div class="text-center">
44-
<img class="mb-4" src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png" style="width: 180px;" />
45-
</div>
46-
<h5 class="mb-3">This is MDB Free</h5>
47-
48-
<p>We hope it exceeds your expectations.<br>
49-
1. Please report all bugs on our <a href="https://mdbootstrap.com/support/cat/jquery/">support forum</a><br>
50-
2. Help us improve with a <a href="https://forms.gle/RDgpTr9z5SAx2Y5w9">4 minute feedback survey</a><br>
51-
3. Access MDB GO for <a href="https://mdbootstrap.com/docs/standard/cli/">free hosting & deployment</a><br>
52-
</p>
53-
<p>Keep coding,<br>
54-
MDB Team</p>
55-
<hr>
56-
<a class="btn btn-primary btn-block" href="https://mdbootstrap.com/docs/standard/getting-started/"
57-
target="_blank" role="button">Start with MDB tutorials</a>
58-
<a class="btn btn-primary btn-block" href="https://mdbootstrap.com/docs/standard/cli/"
59-
target="_blank" role="button">Start with backend template</a>
60-
<p class="mt-3 text-center mb-0">PS. Free users get PRO cheaper</p>
61-
<a class="btn btn-danger btn-block" href="https://mdbootstrap.com/sale/unique/"
62-
target="_blank" role="button">UPGRADE WITH DISCOUNT</a>
27+
<div class="d-flex justify-content-center align-items-center" style="height: 100vh">
28+
<div class="text-center">
29+
<img
30+
class="mb-4"
31+
src="https://v1.mdbootstrap.com/wp-content/uploads/2022/11/mdb-sale.png"
32+
/>
33+
<h5 class="mb-4">Only now, you can get all premium features & more with the best discounts of the year.</h5>
34+
35+
<p class="mb-4 fw-bold">All offers are LIMITED!</p>
36+
<a
37+
class="btn btn-lg btn-danger fw-bold mb-3" style="background-color: #e70808;"
38+
href="https://mdbootstrap.com/sale/november/"
39+
target="_blank"
40+
role="button"
41+
>Check insane offers</a
42+
>
43+
<hr>
44+
<p class="mt-4 lead fw-bold">Publish your project with a single command.</p>
45+
<p class="mt-2">Use <a href="https://mdbgo.com/" class="fw-bold" target="_blank"><u>MDB GO</u></a> for a free hosting & deployment
46+
tool</p>
6347
</div>
6448
</div>
6549
</div>

0 commit comments

Comments
 (0)