Skip to content

Commit c2710ad

Browse files
Tyler DoerksenDavid Paquette
authored andcommitted
adding welcome page text
1 parent 02a6cfd commit c2710ad

1 file changed

Lines changed: 30 additions & 7 deletions

File tree

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,39 @@
11
<template>
22
<v-container>
3-
<v-row class="text-center">
4-
<v-col cols="12">
5-
<h1>Welcome</h1>
3+
<v-row class="text-left">
4+
<v-col cols="10">
5+
<img src="/img/icons/safari-pinned-tab.svg" width="350" />
6+
7+
<h2>Welcome to 2 weeks ready</h2>
8+
<p>
9+
<strong>2 Weeks Ready</strong> is a mobile application that makes
10+
emergency preparedness a <strong>simple</strong>,
11+
<strong>easy</strong>, <strong>sharable</strong>, and
12+
<strong>time-saving</strong> experience to protect you and people you
13+
care about.
14+
</p>
615
</v-col>
716
</v-row>
17+
<v-fab-transition>
18+
<v-btn
19+
color="green"
20+
dark
21+
absolute
22+
bottom
23+
right
24+
fab
25+
class="mb-12"
26+
to="/earthquake"
27+
>
28+
<v-icon>mdi-chevron-right</v-icon>
29+
</v-btn>
30+
</v-fab-transition>
831
</v-container>
932
</template>
1033

1134
<script>
12-
export default {
13-
name: 'WelcomeLanding',
14-
data: () => ({}),
15-
}
35+
export default {
36+
name: "WelcomeLanding",
37+
data: () => ({}),
38+
};
1639
</script>

0 commit comments

Comments
 (0)