This commit is contained in:
dev sp
2024-02-08 15:24:34 +00:00
parent 4864274169
commit c229800e73
6 changed files with 657 additions and 456 deletions

View File

@@ -7,7 +7,7 @@ import Layout from "../../layouts/Layout.astro";
<div class="">
<section class="bg-white bg-center bg-no-repeat bg-cover h-screen">
<div class="container mx-auto px-4">
<div class="flex flex-row place-content-between pt-6">
<div class="flex flex-row place-content-between pt-2">
<p class="text-5xl text-[#5ac6c8] font-bold select-none">Tick</p>
<img src="/assets/top_logo.png" alt="" draggable="false" class="select-none">
</div>
@@ -16,12 +16,12 @@ import Layout from "../../layouts/Layout.astro";
<!-- <p id="LearningSubArea"></p> -->
</div>
<div class="flex flex-col justify-center place-items-center ">
<img style="width: 30%" draggable="false" id="descImage" src="" alt="" />
<p class="text-2xl lg:text-4xl text-center font-[600] text-[#7c4c23] mb-6 select-none " id="gameLabel"></p>
<img class="lg:w-[50%]" draggable="false" id="descImage" src="" alt="" />
<p class="text-2xl lg:text-4xl text-center font-[600] text-[#7c4c23] mb-0 select-none " id="gameLabel"></p>
</div>
<form id="contactForm" class="">
<div id="itemForm" class="">
<div class="flex flex-row gap-6 place-content-between">
<div class="flex flex-row gap-4 place-content-between">
<div class="flex flex-col place-items-center">
<label for="a1" class="round-checkbox-label">
<img id="image1" src="" alt="" draggable="false" class="select-none" />
@@ -45,7 +45,7 @@ import Layout from "../../layouts/Layout.astro";
</div>
</div>
</div>
<div class="flex flex-col place-items-center justify-center pt-8">
<div class="flex flex-col place-items-center justify-center pt-4">
<p id="savedMessage"></p>
<input onclick="saveUserData();" class="bg-blue-700 px-8 py-2 rounded-lg shadow-lg font-bold text-white cursor-pointer" type="submit" value="Submit">
</div>