File tree Expand file tree Collapse file tree
2wr-app/src/components/welcome Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments