adding latest

This commit is contained in:
2020-03-25 22:41:37 +00:00
parent bd1bbc284d
commit dfd489480e
8 changed files with 267 additions and 243 deletions

View File

@@ -1,25 +1,51 @@
<template>
<v-container fill-height fluid>
<!-- <v-form v-model="valid"> -->
<v-row >
<v-col cols="5" align-self="start" class="d-flex justify-end pr-0">
<v-card color="rgb(0, 0, 0, 0)" flat>
<h1 class="whiteText display-2 font-weight-bold">Savvy Firebase Tutorial</h1>
<span class="whiteText">Log in or create an account.</span>
</v-card>
</v-col>
<v-spacer></v-spacer>
<v-col cols="6" align-self="center" class="d-flex justify-start">
<v-card color="rgb(0, 0, 0, 0)" flat>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
</v-card>
</v-col>
</v-row>
<v-row>
<v-spacer></v-spacer>
<v-col
cols="5"
align-self="stretch"
class="d-flex flex-column justify-space-between"
>
<v-card
color="rgb(0, 0, 0, 0)"
flat
class="d-flex align-end flex-column"
>
<h1 class="whiteText display-2 font-weight-bold">
Savvy Firebase Tutorial
</h1>
<p class="whiteText mb-0">Log in or create an account.</p>
</v-card>
<v-card
color="rgb(0, 0, 0, 0)"
flat
class="d-flex align-end flex-column"
>
<h1 class="whiteText title">
Getting acquainted with Firebase
</h1>
<p class="whiteText font-regular text-right mb-0">
Additional information can go here, buttons can be added if needed.
Additional information can go here, buttons can be added if needed.
</p>
</v-card>
<!-- </div> -->
<!-- </v-card> -->
</v-col>
<v-spacer></v-spacer>
<v-col cols="6" align-self="center" class="d-flex justify-start">
<v-card color="rgb(0, 0, 0, 0)" flat>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
<h1 class="whiteText">Hello</h1>
</v-card>
</v-col>
</v-row>
<!-- </v-form> -->
</v-container>
</template>
@@ -39,4 +65,8 @@ export default {
.whiteText {
color: white;
}
.title {
font-size: 2.0rem !important;
}
</style>