Skip to content

Commit 81fecf7

Browse files
author
Grzegorz Bujański
committed
release 3.10.2
1 parent be5b9c7 commit 81fecf7

14 files changed

+31
-39
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MDB5
2-
Version: FREE 3.10.1
2+
Version: FREE 3.10.2
33

44
Documentation:
55
https://mdbootstrap.com/docs/standard/

css/mdb.dark.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.dark.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.dark.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,29 @@
1818
<link rel="stylesheet" href="css/mdb.min.css" />
1919
</head>
2020
<body>
21-
<!-- Start your project here-->
22-
<div class="container pt-5">
23-
<div class="d-flex justify-content-center align-items-center pt-5">
24-
<div class="">
21+
<!-- Start your project here-->
22+
<div class="container">
23+
<div class="d-flex justify-content-center align-items-center" style="height: 100vh;">
2524
<div class="text-center">
26-
<img class="mb-4" src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png" style="width: 180px;" />
25+
<img
26+
class="mb-4"
27+
src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png"
28+
style="width: 250px; height: 90px;"
29+
/>
30+
<h5 class="mb-3">Thank you for using our product. We're glad you're with us.</h5>
31+
<p class="mb-3">MDB Team</p>
32+
<a
33+
class="btn btn-primary btn-lg"
34+
href="https://mdbootstrap.com/docs/standard/getting-started/"
35+
target="_blank"
36+
role="button"
37+
>Start MDB tutorial</a
38+
>
2739
</div>
28-
<h5 class="mb-3">This is MDB Free</h5>
29-
30-
<p>We hope it exceeds your expectations.<br>
31-
1. Please report all bugs on our <a href="https://mdbootstrap.com/support/cat/standard/">support forum</a><br>
32-
2. Help us improve with a <a href="https://forms.gle/RDgpTr9z5SAx2Y5w9">4 minute feedback survey</a><br>
33-
3. Access MDB GO for <a href="https://mdbootstrap.com/docs/standard/cli/">free hosting & deployment</a><br>
34-
</p>
35-
<p>Keep coding,<br>
36-
MDB Team</p>
37-
<hr>
38-
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/getting-started/"
39-
target="_blank" role="button">Start with MDB tutorials</a>
40-
<a class="btn btn-primary btn-lg btn-block" href="https://mdbootstrap.com/docs/standard/cli/"
41-
target="_blank" role="button">Start with backend template</a>
42-
<p class="mt-3 text-center mb-0">PS. Free users get PRO cheaper</p>
43-
<a class="btn btn-danger btn-lg btn-block" href="https://mdbootstrap.com/sale/unique/"
44-
target="_blank" role="button">UPGRADE WITH DISCOUNT</a>
4540
</div>
4641
</div>
47-
</div>
48-
<!-- End your project here-->
42+
<!-- End your project here-->
43+
4944
<!-- MDB -->
5045
<script type="text/javascript" src="js/mdb.min.js"></script>
5146
<!-- Custom scripts -->

js/mdb.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)