Skip to content

Commit 0a7b230

Browse files
committed
Re-arrange items on main page to match wireframes
1 parent 59ef12e commit 0a7b230

1 file changed

Lines changed: 19 additions & 33 deletions

File tree

2wr-app/src/components/prepare/prepare-landing.vue

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
1111

1212
<v-row>
1313
<v-col cols="12">
14+
<v-card
15+
to="prepare/hazardinfo"
16+
color="primary"
17+
class="my-4"
18+
ripple
19+
>
20+
<v-card-title>
21+
<v-icon class="mr-2">mdi-shield-alert-outline</v-icon>
22+
Learn Your Hazards
23+
</v-card-title>
24+
<v-card-text>
25+
<div class="text-subtitle-1">Learn all about common hazards.</div>
26+
</v-card-text>
27+
</v-card>
1428
<v-card
1529
to="/prepare/familyplan"
1630
color="primary"
@@ -19,7 +33,7 @@
1933
>
2034
<v-card-title>
2135
<v-icon class="mr-2">mdi-notebook-multiple</v-icon>
22-
My Family Plan
36+
Make a Plan
2337
</v-card-title>
2438
<v-card-text>
2539
<div class="text-subtitle-1">Make an actionable plan to share with friends and family. Know what to do in the event of a disaster.</div>
@@ -35,15 +49,16 @@
3549
>
3650
<v-card-title>
3751
<v-icon class="mr-2">mdi-medical-bag</v-icon>
38-
Emergency Kits
52+
Build a Kit
3953
</v-card-title>
4054
<v-card-text>
4155
<div class="text-subtitle-1">Create a grab-and-go kit so you have all that you need in the event
4256
of an emergency.</div>
4357
</v-card-text>
4458
</v-card>
4559

46-
<v-card
60+
<!-- Hiding for now. Requirements in progress
61+
<v-card
4762
to="prepare/hazardhunt"
4863
color="primary"
4964
class="my-4"
@@ -57,37 +72,8 @@
5772
<div class="text-subtitle-1">Observe your surroundings and identify common hazards that could
5873
mean danger in certain situations.</div>
5974
</v-card-text>
60-
</v-card>
75+
</v-card> -->
6176

62-
<v-card
63-
to="prepare/hazardinfo"
64-
color="primary"
65-
class="my-4"
66-
ripple
67-
>
68-
<v-card-title>
69-
<v-icon class="mr-2">mdi-shield-alert-outline</v-icon>
70-
Hazard Information
71-
</v-card-title>
72-
<v-card-text>
73-
<div class="text-subtitle-1">Learn all about common hazards.</div>
74-
</v-card-text>
75-
<v-card-text align="left">
76-
77-
</v-card-text>
78-
</v-card>
79-
80-
<v-card color="primary" class="my-4" ripple>
81-
<v-card-title>
82-
<v-icon class="mr-2"
83-
>mdi-human-greeting-proximity</v-icon
84-
>
85-
Connect with the Community
86-
</v-card-title>
87-
<v-card-text>
88-
<div class="text-subtitle-1">ShakeOut information</div>
89-
</v-card-text>
90-
</v-card>
9177
</v-col>
9278
</v-row>
9379
</v-container>

0 commit comments

Comments
 (0)