feat: reemplazar tarjeta En Desarrollo por Software Libre con enlaces a repositorios
This commit is contained in:
@@ -44,25 +44,39 @@
|
||||
<v-card class="h-100" elevation="2">
|
||||
<v-card-item>
|
||||
<template #prepend>
|
||||
<v-icon color="orange-darken-2" size="48"
|
||||
>mdi-progress-wrench</v-icon
|
||||
>
|
||||
<v-icon color="green" size="48">mdi-code-tags</v-icon>
|
||||
</template>
|
||||
<v-card-title class="font-weight-bold"
|
||||
>En Desarrollo</v-card-title
|
||||
>Software Libre</v-card-title
|
||||
>
|
||||
</v-card-item>
|
||||
<v-card-text>
|
||||
Don Confiao apenas está entendiendo cómo funciona esta tienda y
|
||||
por ahora
|
||||
<ResaltedText
|
||||
>solo puede atender las compras de contado</ResaltedText
|
||||
>, ya sea en efectivo o consignación.
|
||||
<v-alert type="warning" class="mt-3" density="compact">
|
||||
Si no vas a pagar tu compra recuerda que debes hacerlo en la
|
||||
planilla manual
|
||||
</v-alert>
|
||||
Don Confiao es un proyecto de
|
||||
<ResaltedText>Software Libre</ResaltedText>. Su desarrollo está
|
||||
dividido en dos repositorios: el backend y el frontend.
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-btn
|
||||
href="https://gitea.onecluster.org/OneTeam/don_confiao_backend"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
prepend-icon="mdi-server"
|
||||
variant="text"
|
||||
color="primary"
|
||||
>
|
||||
Backend
|
||||
</v-btn>
|
||||
<v-btn
|
||||
href="https://gitea.onecluster.org/OneTeam/don_confiao_frontend"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
prepend-icon="mdi-web"
|
||||
variant="text"
|
||||
color="primary"
|
||||
>
|
||||
Frontend
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-col>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user