mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-31 12:17:53 +01:00
Change div to section and main
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="maintenance" class="w-screen h-screen flex items-center">
|
<main v-if="maintenance" class="w-screen h-screen flex items-center">
|
||||||
<div class="absolute right-4 top-4">
|
<section class="absolute right-4 top-4">
|
||||||
<ul class="flex items-center">
|
<ul class="flex items-center">
|
||||||
<li @click="changeLanguage()"
|
<li @click="changeLanguage()"
|
||||||
class="mx-1 h-9 w-9 cursor-pointer flex items-center justify-center p-1.5 rounded-xl hover:bg-gray-300 duration-200 dark:hover:bg-dark-400">
|
class="mx-1 h-9 w-9 cursor-pointer flex items-center justify-center p-1.5 rounded-xl hover:bg-gray-300 duration-200 dark:hover:bg-dark-400">
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</section>
|
||||||
<div class="w-full flex flex-col items-center">
|
<section class="w-full flex flex-col items-center">
|
||||||
<div class="self-center">
|
<div class="self-center">
|
||||||
<div class="flex justify-center mb-8">
|
<div class="flex justify-center mb-8">
|
||||||
<img class="w-full lg:w-3/4 xl:w-1/3" src="@/assets/images/maintenance.png" alt="Maintenance Image" />
|
<img class="w-full lg:w-3/4 xl:w-1/3" src="@/assets/images/maintenance.png" alt="Maintenance Image" />
|
||||||
@@ -46,8 +46,8 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|||||||
Reference in New Issue
Block a user