Files
buildpath/frontend/pages/index.vue
vhaudiquet f4b30e2781
All checks were successful
pipeline / build-and-push-images (push) Successful in 20s
pipeline / deploy (push) Successful in 6s
First logo attempt
2024-11-24 19:57:18 +01:00

16 lines
472 B
Vue

<script setup>
</script>
<template>
<Head>
<Title>BuildPath</Title>
</Head>
<div style="display: flex; width: fit-content; margin: auto; margin-top: 64px; margin-bottom: 64px;">
<img width="140" src="~/assets/img/buildpath-high-resolution-logo-transparent.png" />
<h1 style="font-weight: 200; align-content: center; font-size: 90px; margin-left: 20px;">BuildPath</h1>
</div>
<ChampionSelector style="margin-top: 64px;"/>
</template>