mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-24 08:50:33 +01:00
💻 | Adapt About page + Working
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user