@@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
14
14
<v-container>
15
15
<slot name="usageInfo" />
16
16
<v-row v-if="projectsCount === 0 && canCreateProject">
17
- <v-card variant="outlined" class="bubble mt-3">
17
+ <v-card variant="outlined" class="mt-3">
18
18
<h3>Welcome {{ loggedUser.username }}, are you ready to start?</h3>
19
19
<p>
20
20
First create new project, add people to it or explore public
@@ -27,57 +27,60 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
27
27
</v-row>
28
28
<v-row>
29
29
<v-col class="pa-0">
30
- <v-card class="bubble mt-3" variant="outlined">
31
- <h3>Download Mergin Maps Input app</h3>
32
- <p>
33
- Capture geo-info easily through your mobile/tablet with the
34
- Mergin Maps Input app. Designed to be compatible with all mobile
35
- devices - even those with small screens.
36
- </p>
37
- <v-row>
38
- <v-col cols="7" md="3" sm="3">
39
- <div class="store-button">
40
- <a
41
- href="https://play.google.com/store/apps/details?id=uk.co.lutraconsulting&utm_source=mergin-website&utm_medium=banner&utm_campaign=input"
42
- target="_blank"
43
- >
44
- <img
45
- alt="Get it on Google Play"
46
- src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
47
- height="70px"
48
- />
49
- </a>
50
- </div>
51
- </v-col>
52
- <v-col cols="7" md="3" sm="3">
53
- <div class="store-button app-store-button">
54
- <a
55
- href="https://apps.apple.com/us/app/input/id1478603559?ls=1&utm_source=mergin-website&utm_medium=banner&utm_campaign=input"
56
- target="_blank"
57
- >
58
- <img
59
- alt="Get it on Apple store"
60
- src="@/assets/App_Store.svg"
61
- height="48px"
62
- />
63
- </a>
64
- </div>
65
- </v-col>
66
- <v-col cols="7" md="3" sm="3">
67
- <div class="store-button huawei-store-button">
68
- <a
69
- href="https://appgallery.huawei.com/app/C104422773"
70
- target="_blank"
71
- >
72
- <img
73
- alt="Explore it on AppGallery"
74
- src="@/assets/huawei.svg"
75
- height="48px"
76
- />
77
- </a>
78
- </div>
79
- </v-col>
80
- </v-row>
30
+ <v-card class="mt-3" variant="tonal">
31
+ <v-card-title
32
+ ><h3>Download Mergin Maps Input app</h3></v-card-title
33
+ >
34
+ <v-card-text
35
+ ><p>
36
+ Capture geo-info easily through your mobile/tablet with the
37
+ Mergin Maps Input app. Designed to be compatible with all
38
+ mobile devices - even those with small screens.
39
+ </p>
40
+ <v-row>
41
+ <v-col cols="7" md="3" sm="3">
42
+ <div class="store-button">
43
+ <a
44
+ href="https://play.google.com/store/apps/details?id=uk.co.lutraconsulting&utm_source=mergin-website&utm_medium=banner&utm_campaign=input"
45
+ target="_blank"
46
+ >
47
+ <img
48
+ alt="Get it on Google Play"
49
+ src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
50
+ height="70"
51
+ />
52
+ </a>
53
+ </div>
54
+ </v-col>
55
+ <v-col cols="7" md="3" sm="3">
56
+ <div class="store-button app-store-button">
57
+ <a
58
+ href="https://apps.apple.com/us/app/input/id1478603559?ls=1&utm_source=mergin-website&utm_medium=banner&utm_campaign=input"
59
+ target="_blank"
60
+ >
61
+ <img
62
+ alt="Get it on Apple store"
63
+ src="@/assets/App_Store.svg"
64
+ height="48"
65
+ />
66
+ </a>
67
+ </div>
68
+ </v-col>
69
+ <v-col cols="7" md="3" sm="3">
70
+ <div class="store-button huawei-store-button">
71
+ <a
72
+ href="https://appgallery.huawei.com/app/C104422773"
73
+ target="_blank"
74
+ >
75
+ <img
76
+ alt="Explore it on AppGallery"
77
+ src="@/assets/huawei.svg"
78
+ height="48"
79
+ />
80
+ </a>
81
+ </div>
82
+ </v-col> </v-row
83
+ ></v-card-text>
81
84
</v-card>
82
85
</v-col>
83
86
</v-row>
@@ -137,8 +140,6 @@ export default defineComponent({
137
140
</script>
138
141
139
142
<style scoped lang="scss">
140
- @import 'src/sass/dashboard';
141
-
142
143
.v-navigation-drawer {
143
144
-webkit-overflow-scrolling: touch;
144
145
display: -webkit-box;
@@ -178,7 +179,8 @@ export default defineComponent({
178
179
179
180
@media only screen and (max-width: 599px) {
180
181
.store-button {
181
- text-align: left;
182
+ text-align: right;
183
+
182
184
}
183
185
184
186
.app-store-button {
0 commit comments