FirstRealCommit

This commit is contained in:
PascalMarchesseault
2024-02-25 22:16:51 -05:00
parent e5b2db1c0d
commit 3d955e43ba
6 changed files with 10 additions and 17 deletions

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@@ -4,7 +4,7 @@
<div class="flex items-center justify-between">
<div class="menu-left flex items-center">
<router-link :to="{ name: 'home' }">
<img src="/public/images/Chevron.png" class="img-small mr-2 logo" alt="Logo">
<img src="/images/Chevron.png" class="img-small mr-2 logo" alt="Logo">
</router-link>
<router-link :to="{ name: 'home' }">
<h1 class="textLogo">HUTOPIA</h1>

View File

@@ -1,4 +1,5 @@
<template>
<DefaultLayout></DefaultLayout>
<main class="top-aligned-column">
@@ -17,15 +18,11 @@
</template>
<script setup>
import DefaultLayout from '@/layouts/DefaultLayout.vue';
</script>
<style>
</style>

View File

@@ -1,4 +1,5 @@
<template>
<DefaultLayout></DefaultLayout>
<main class="top-aligned-column">
@@ -17,10 +18,6 @@
</template>
<script setup>
import DefaultLayout from '@/layouts/DefaultLayout.vue';
</script>
<style>
</style>

View File

@@ -1,4 +1,6 @@
<template>
<DefaultLayout></DefaultLayout>
<main class="top-aligned-column">
@@ -18,10 +20,6 @@
<script setup>
import DefaultLayout from '@/layouts/DefaultLayout.vue';
</script>
<style>
</style>

View File

@@ -1,4 +1,5 @@
<template>
<DefaultLayout></DefaultLayout>
<main class="top-aligned-column">
@@ -17,7 +18,7 @@
</template>
<script setup>
import DefaultLayout from '@/layouts/DefaultLayout.vue';
</script>