Skip to content

Commit 1dd59ec

Browse files
committed
Fix the dashboard issue and add readme files
1 parent 457feef commit 1dd59ec

File tree

5 files changed

+105
-66
lines changed

5 files changed

+105
-66
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Log
2+
3+
## [1.0.0] 2022-01-27
4+
5+
### Initial Release

ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
IMPORTANT: Please use the following link to create a new issue:
3+
4+
https://www.creative-tim.com/new-issue/vue-soft-ui-dashboard
5+
6+
**If your issue was not created using the app above, it will be closed immediately.**
7+
-->
8+
9+
<!--
10+
Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
11+
👉 https://www.creative-tim.com/bundles
12+
👉 https://www.creative-tim.com
13+
-->

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2013-2021 Creative Tim (https://www.creative-tim.com)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
-10.9 KB
Loading

src/views/Dashboard.vue

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
directionReverse
3333
></card>
3434
</div>
35-
<div class="col-xl-3 col-sm-6 mb-xl-0 mb-4">
35+
<div class="col-xl-3 col-sm-6 mb-xl-0">
3636
<card
3737
:title="stats.sales.title"
3838
:value="stats.sales.value"
@@ -42,83 +42,83 @@
4242
directionReverse
4343
></card>
4444
</div>
45-
<div class="row">
46-
<div class="col-lg-7 mb-lg-0 mb-4">
47-
<div class="card">
48-
<div class="card-body p-3">
49-
<div class="row">
50-
<div class="col-lg-6">
51-
<div class="d-flex flex-column h-100">
52-
<p class="mb-1 pt-2 text-bold">Built by developers</p>
53-
<h5 class="font-weight-bolder">Soft UI Dashboard</h5>
54-
<p class="mb-5">
55-
From colors, cards, typography to complex elements, you
56-
will find the full documentation.
57-
</p>
58-
<a
59-
class="text-body text-sm font-weight-bold mb-0 icon-move-right mt-auto"
60-
href="javascript:;"
61-
>
62-
Read More
63-
<i
64-
class="fas fa-arrow-right text-sm ms-1"
65-
aria-hidden="true"
66-
></i>
67-
</a>
68-
</div>
45+
</div>
46+
<div class="row">
47+
<div class="col-lg-7 mb-lg-0 mb-4">
48+
<div class="card">
49+
<div class="card-body p-3">
50+
<div class="row">
51+
<div class="col-lg-6">
52+
<div class="d-flex flex-column h-100">
53+
<p class="mb-1 pt-2 text-bold">Built by developers</p>
54+
<h5 class="font-weight-bolder">Soft UI Dashboard</h5>
55+
<p class="mb-5">
56+
From colors, cards, typography to complex elements, you will
57+
find the full documentation.
58+
</p>
59+
<a
60+
class="text-body text-sm font-weight-bold mb-0 icon-move-right mt-auto"
61+
href="javascript:;"
62+
>
63+
Read More
64+
<i
65+
class="fas fa-arrow-right text-sm ms-1"
66+
aria-hidden="true"
67+
></i>
68+
</a>
6969
</div>
70-
<div class="col-lg-5 ms-auto text-center mt-5 mt-lg-0">
71-
<div class="bg-gradient-success border-radius-lg h-100">
70+
</div>
71+
<div class="col-lg-5 ms-auto text-center mt-5 mt-lg-0">
72+
<div class="bg-gradient-success border-radius-lg h-100">
73+
<img
74+
src="../assets/img/shapes/waves-white.svg"
75+
class="position-absolute h-100 w-50 top-0 d-lg-block d-none"
76+
alt="waves"
77+
/>
78+
<div
79+
class="position-relative d-flex align-items-center justify-content-center h-100"
80+
>
7281
<img
73-
src="../assets/img/shapes/waves-white.svg"
74-
class="position-absolute h-100 w-50 top-0 d-lg-block d-none"
75-
alt="waves"
82+
class="w-100 position-relative z-index-2 pt-4"
83+
src="../assets/img/illustrations/rocket-white.png"
84+
alt="rocket"
7685
/>
77-
<div
78-
class="position-relative d-flex align-items-center justify-content-center h-100"
79-
>
80-
<img
81-
class="w-100 position-relative z-index-2 pt-4"
82-
src="../assets/img/illustrations/rocket-white.png"
83-
alt="rocket"
84-
/>
85-
</div>
8686
</div>
8787
</div>
8888
</div>
8989
</div>
9090
</div>
9191
</div>
92-
<div class="col-lg-5">
93-
<div class="card h-100 p-3">
92+
</div>
93+
<div class="col-lg-5">
94+
<div class="card h-100 p-3">
95+
<div
96+
class="overflow-hidden position-relative border-radius-lg bg-cover h-100"
97+
style="
98+
background-image: url('https://demos.creative-tim.com/soft-ui-dashboard/assets/img/ivancik.jpg');
99+
"
100+
>
101+
<span class="mask bg-gradient-dark"></span>
94102
<div
95-
class="overflow-hidden position-relative border-radius-lg bg-cover h-100"
96-
style="
97-
background-image: url('https://demos.creative-tim.com/soft-ui-dashboard/assets/img/ivancik.jpg');
98-
"
103+
class="card-body position-relative z-index-1 d-flex flex-column h-100 p-3"
99104
>
100-
<span class="mask bg-gradient-dark"></span>
101-
<div
102-
class="card-body position-relative z-index-1 d-flex flex-column h-100 p-3"
105+
<h5 class="text-white font-weight-bolder mb-4 pt-2">
106+
Work with the rockets
107+
</h5>
108+
<p class="text-white">
109+
Wealth creation is an evolutionarily recent positive-sum game.
110+
It is all about who take the opportunity first.
111+
</p>
112+
<a
113+
class="text-white text-sm font-weight-bold mb-0 icon-move-right mt-auto"
114+
href="javascript:;"
103115
>
104-
<h5 class="text-white font-weight-bolder mb-4 pt-2">
105-
Work with the rockets
106-
</h5>
107-
<p class="text-white">
108-
Wealth creation is an evolutionarily recent positive-sum game.
109-
It is all about who take the opportunity first.
110-
</p>
111-
<a
112-
class="text-white text-sm font-weight-bold mb-0 icon-move-right mt-auto"
113-
href="javascript:;"
114-
>
115-
Read More
116-
<i
117-
class="fas fa-arrow-right text-sm ms-1"
118-
aria-hidden="true"
119-
></i>
120-
</a>
121-
</div>
116+
Read More
117+
<i
118+
class="fas fa-arrow-right text-sm ms-1"
119+
aria-hidden="true"
120+
></i>
121+
</a>
122122
</div>
123123
</div>
124124
</div>

0 commit comments

Comments
 (0)