Skip to content

Commit 49402dd

Browse files
committed
Minimal page
1 parent 4581582 commit 49402dd

1 file changed

Lines changed: 27 additions & 21 deletions

File tree

web/pages/index.vue

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
<template>
22
<div>
3-
<v-app-bar elevation="4">
4-
<h2
5-
class="text--primary"
6-
:class="{
7-
'text-h4': $vuetify.breakpoint.lgAndUp,
8-
'text-h5': $vuetify.breakpoint.mdAndDown,
9-
}"
10-
>
11-
<v-icon :large="$vuetify.breakpoint.mdAndDown">mdi-forum</v-icon>
12-
Http SMS
13-
</h2>
14-
<v-spacer></v-spacer>
15-
<v-btn
16-
exact-path
17-
class="primary"
18-
:large="$vuetify.breakpoint.lgAndUp"
19-
:to="{ name: 'login' }"
20-
>
21-
Get Started
22-
<span v-if="$vuetify.breakpoint.lgAndUp">&nbsp;For Free</span>
23-
</v-btn>
3+
<v-app-bar elevation="0" color="#121212" height="100px">
4+
<v-container>
5+
<v-row>
6+
<v-col class="w-full d-flex">
7+
<h2
8+
class="text--primary"
9+
:class="{
10+
'text-h4': $vuetify.breakpoint.lgAndUp,
11+
'text-h5': $vuetify.breakpoint.mdAndDown,
12+
}"
13+
>
14+
<v-icon :large="$vuetify.breakpoint.mdAndDown">mdi-forum</v-icon>
15+
Http SMS
16+
</h2>
17+
<v-spacer></v-spacer>
18+
<v-btn
19+
exact-path
20+
class="primary"
21+
:large="$vuetify.breakpoint.lgAndUp"
22+
:to="{ name: 'login' }"
23+
>
24+
Get Started
25+
<span v-if="$vuetify.breakpoint.lgAndUp">&nbsp;For Free</span>
26+
</v-btn>
27+
</v-col>
28+
</v-row>
29+
</v-container>
2430
</v-app-bar>
2531
<v-container class="pb-16">
2632
<v-row :class="{ 'py-16': $vuetify.breakpoint.lgAndUp }">

0 commit comments

Comments
 (0)