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 class="h-100" elevation="2">
|
||||||
<v-card-item>
|
<v-card-item>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<v-icon color="orange-darken-2" size="48"
|
<v-icon color="green" size="48">mdi-code-tags</v-icon>
|
||||||
>mdi-progress-wrench</v-icon
|
|
||||||
>
|
|
||||||
</template>
|
</template>
|
||||||
<v-card-title class="font-weight-bold"
|
<v-card-title class="font-weight-bold"
|
||||||
>En Desarrollo</v-card-title
|
>Software Libre</v-card-title
|
||||||
>
|
>
|
||||||
</v-card-item>
|
</v-card-item>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
Don Confiao apenas está entendiendo cómo funciona esta tienda y
|
Don Confiao es un proyecto de
|
||||||
por ahora
|
<ResaltedText>Software Libre</ResaltedText>. Su desarrollo está
|
||||||
<ResaltedText
|
dividido en dos repositorios: el backend y el frontend.
|
||||||
>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>
|
|
||||||
</v-card-text>
|
</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-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user