Update about page

This commit is contained in:
Douglas Barone 2020-12-12 10:33:57 -04:00
parent 92771c906a
commit 6b551dde99

View File

@ -2,7 +2,7 @@
<v-card flat> <v-card flat>
<v-card-title <v-card-title
class="font-weight-light" class="font-weight-light"
:class="{ 'display-2': $vuetify.breakpoint.mdAndUp }" :class="{ 'display-1': $vuetify.breakpoint.mdAndUp }"
> >
Sobre esta aplicação Sobre esta aplicação
</v-card-title> </v-card-title>
@ -10,38 +10,48 @@
Desenvolvida pelo SERTI de Ponta Porã. Feedback Desenvolvida pelo SERTI de Ponta Porã. Feedback
<a href="mailto:serti.pp@ifms.edu.br">serti.pp@ifms.edu.br</a>. <a href="mailto:serti.pp@ifms.edu.br">serti.pp@ifms.edu.br</a>.
</v-card-text> </v-card-text>
<v-img class="my-5" src="../assets/logoTI.svg" height="256" contain /> <v-row align-content="center" class="fill-height">
<v-card-text> <v-col>
<span class="headline">Principais tecnologias utilizadas:</span> <v-img class="my-5" src="../assets/logoTI.svg" height="256" contain />
<v-container fluid> </v-col>
<v-row>
<v-col v-for="group in appTechs" :key="group.subtitle"> <v-col>
<v-list two-line> <v-card-text>
<v-subheader> <span class="headline font-weight-light"
{{ group.subtitle }} >Principais tecnologias utilizadas:</span
</v-subheader> >
<v-list-item <v-container fluid>
v-for="(tech, index) in group.techs" <v-row>
:key="index" <v-col v-for="group in appTechs" :key="group.subtitle">
two-line <v-list two-line>
> <v-subheader>
<v-list-item-avatar> {{ group.subtitle }}
<v-icon>{{ tech.icon }}</v-icon> </v-subheader>
</v-list-item-avatar> <v-list-item
<v-list-item-content> v-for="(tech, index) in group.techs"
<v-list-item-title> :key="index"
{{ tech.title }} two-line
</v-list-item-title> >
<v-list-item-subtitle> <v-list-item-avatar>
<a target="_blank" :href="tech.link">{{ tech.link }}</a> <v-icon>{{ tech.icon }}</v-icon>
</v-list-item-subtitle> </v-list-item-avatar>
</v-list-item-content> <v-list-item-content>
</v-list-item> <v-list-item-title>
</v-list> {{ tech.title }}
</v-col> </v-list-item-title>
</v-row> <v-list-item-subtitle>
</v-container> <a target="_blank" :href="tech.link">{{ tech.link }}</a>
</v-card-text> </v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
</v-list>
</v-col>
</v-row>
</v-container>
</v-card-text>
</v-col>
</v-row>
<v-card-actions> <v-card-actions>
<v-spacer /> <v-spacer />
<v-btn large color="primary" :to="{ name: 'home' }" exact> <v-btn large color="primary" :to="{ name: 'home' }" exact>