mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Fix ad size and remove debug
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<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 h-full">
|
||||
<nuxt-link to="/env" class="md:w-1/3 h-full">
|
||||
<nuxt-link to="/env" class="h-full md:w-2/5">
|
||||
<Ad color="rose" class="w-full flex flex-col justify-between items-center">
|
||||
<div>
|
||||
<img class="h-48" src="~/assets/images/memojies/Dev.png" alt="Dev Memoji" />
|
||||
</div>
|
||||
<div>
|
||||
<h1 class="env text-black text-4xl">
|
||||
<h1 class="font-bold text-black text-4xl">
|
||||
{{ $t('home.ad.env.title') }}
|
||||
</h1>
|
||||
<h3 class="px-4 text-xl text-gray-700">
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</Ad>
|
||||
</nuxt-link>
|
||||
<nuxt-link to="/contact" class="md:w-1/3 h-full">
|
||||
<nuxt-link to="/contact" class="h-full md:w-2/5">
|
||||
<Ad color="blue" class="w-full flex flex-col justify-between items-center">
|
||||
<div>
|
||||
<img class="h-48" src="~/assets/images/memojies/Fiesta.png" alt="Fiesta Memoji" />
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<section v-if="posts" class="w-full flex items-center justify-center my-20">
|
||||
<div class="flex flex-col items-center text-center">
|
||||
<div class="flex flex-col items-center">
|
||||
<h2 @click="debug" class="font-bold text-3xl">
|
||||
<h2 class="font-bold text-3xl">
|
||||
{{ $t('blog.latest') }}
|
||||
</h2>
|
||||
<p class="text-gray-700 dark:text-gray-400 text-xl lg:w-2/3 mt-4">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<section v-if="projects" class="w-full flex items-center justify-center my-20">
|
||||
<div class="flex flex-col items-center text-center">
|
||||
<div class="flex flex-col items-center">
|
||||
<h2 @click="debug" class="font-bold text-3xl">
|
||||
<h2 class="font-bold text-3xl">
|
||||
{{ $t('projects.latest') }}
|
||||
</h2>
|
||||
<p class="text-gray-700 dark:text-gray-400 text-xl lg:w-2/3 mt-4">
|
||||
|
||||
Reference in New Issue
Block a user