Skip to content

Commit bc1e962

Browse files
committed
Update welcome screen
1 parent bc6259e commit bc1e962

File tree

1 file changed

+31
-49
lines changed

1 file changed

+31
-49
lines changed

src/app/app.component.html

Lines changed: 31 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,38 @@
1-
<div class="container pt-5">
2-
<div class="d-flex justify-content-center align-items-center pt-5">
3-
<div class="">
4-
<div class="text-center">
5-
<img
6-
class="mb-4"
7-
src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png"
8-
style="width: 180px"
9-
/>
10-
</div>
11-
<h5 class="mb-3">This is MDB</h5>
12-
13-
<p>
14-
We hope it exceeds your expectations.<br />
15-
1. Please report all bugs on our
16-
<a href="https://mdbootstrap.com/support/cat/angular/">support forum</a
17-
><br />
18-
2. Help us improve with a
19-
<a href="https://forms.gle/RDgpTr9z5SAx2Y5w9"
20-
>4 minute feedback survey</a
21-
><br />
22-
3. Access MDB GO for
23-
<a href="https://mdbootstrap.com/docs/standard/cli/"
24-
>free hosting & deployment</a
25-
><br />
26-
</p>
27-
<p>
28-
Keep coding,<br />
29-
MDB Team
30-
</p>
31-
<hr />
32-
<a
33-
class="btn btn-primary btn-lg btn-block"
34-
href="https://mdbootstrap.com/docs/standard/getting-started/"
35-
target="_blank"
36-
role="button"
37-
>Start with MDB tutorials</a
38-
>
1+
<div class="container">
2+
<div
3+
class="d-flex justify-content-center align-items-center"
4+
style="height: 100vh"
5+
>
6+
<div class="text-center">
7+
<img
8+
class="mb-4"
9+
src="https://v1.mdbootstrap.com/wp-content/uploads/2022/11/mdb-sale.png"
10+
/>
11+
<h5 class="mb-4">
12+
Only now, you can get all premium features & more with the best
13+
discounts of the year.
14+
</h5>
15+
16+
<p class="mb-4 fw-bold">All offers are LIMITED!</p>
3917
<a
40-
class="btn btn-primary btn-lg btn-block"
41-
href="https://mdbootstrap.com/docs/standard/cli/"
18+
class="btn btn-lg btn-danger fw-bold mb-3"
19+
style="background-color: #e70808"
20+
href="https://mdbootstrap.com/sale/november/"
4221
target="_blank"
4322
role="button"
44-
>Start with backend template</a
45-
>
46-
<p class="mt-3 text-center mb-0">PS. Free users get PRO cheaper</p>
47-
<a
48-
class="btn btn-danger btn-lg btn-block"
49-
href="https://mdbootstrap.com/sale/unique/"
50-
target="_blank"
51-
role="button"
52-
>UPGRADE WITH DISCOUNT</a
23+
>Check insane offers</a
5324
>
25+
<hr />
26+
<p class="mt-4 lead fw-bold">
27+
Publish your project with a single command.
28+
</p>
29+
<p class="mt-2">
30+
Use
31+
<a href="https://mdbgo.com/" class="fw-bold" target="_blank"
32+
><u>MDB GO</u></a
33+
>
34+
for a free hosting & deployment tool
35+
</p>
5436
</div>
5537
</div>
5638
</div>

0 commit comments

Comments
 (0)