|
18 | 18 | <!-- Your custom styles (optional) --> |
19 | 19 | <link rel="stylesheet" href="css/style.css"> |
20 | 20 | <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 | + |
36 | 22 | </style> |
37 | 23 | </head> |
38 | 24 | <body> |
39 | 25 | <!-- Start your project here--> |
40 | 26 | <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> |
63 | 47 | </div> |
64 | 48 | </div> |
65 | 49 | </div> |
|
0 commit comments