💻 | Adapt About page + Working

This commit is contained in:
2021-04-08 22:47:06 +02:00
parent 09abc1ea9c
commit 1b63219086
13 changed files with 276 additions and 193 deletions

View File

@@ -1,11 +1,8 @@
<template>
<div class="w-full my-12">
<div class="md:space-x-12 space-y-8 md:space-y-0 flex flex-col md:flex-row items-center justify-center">
<nuxt-link to="/uses" class="h-84 md:w-1/2">
<section class="w-full my-12">
<div class="md:space-x-12 space-y-8 md:space-y-0 flex flex-col md:flex-row items-center justify-around">
<nuxt-link to="/uses" class="h-48 md:w-1/3">
<Ad color="rose" class="h-full w-full flex flex-col justify-between">
<div>
ILLUSTRATION
</div>
<div>
<h1 class="font-bold text-black text-3xl">
Usages
@@ -16,11 +13,8 @@
</div>
</Ad>
</nuxt-link>
<nuxt-link to="/contact" class="h-84 md:w-1/2">
<nuxt-link to="/contact" class="h-48 md:w-1/3">
<Ad color="blue" class="h-full w-full flex flex-col justify-between">
<div>
ILLUSTRATION
</div>
<div>
<h1 class="font-bold text-black text-4xl">
Vous avez un projet ?
@@ -32,7 +26,7 @@
</Ad>
</nuxt-link>
</div>
</div>
</section>
</template>
<script lang="ts">