feat: added 5 blogs, refactored legals, fixed (side)menu behaviour, made pages uniform
This commit is contained in:
parent
7e37f1bbe0
commit
5f2984824d
24 changed files with 1218 additions and 600 deletions
|
|
@ -1,6 +1,4 @@
|
|||
<script lang="ts">
|
||||
import { page } from "$app/state";
|
||||
|
||||
let copied = $state(false);
|
||||
let resetTimer: NodeJS.Timeout | undefined;
|
||||
|
||||
|
|
@ -57,7 +55,14 @@
|
|||
</div>
|
||||
|
||||
<div class="divider"></div>
|
||||
<h2 class="legend text-xl font-bold p-4 m-4">Questions about our services</h2>
|
||||
<h2 class="legend text-2xl font-bold p-4 m-4">Questions about our services</h2>
|
||||
|
||||
<!-- <div class="flex justify-center p-4 m-4">
|
||||
<h2 class="text-4xl font-semibold max-w-2xl">
|
||||
<span class="bg-gradient-to-t from-primary to-base-300">Questions</span> about our services
|
||||
</h2>
|
||||
</div> -->
|
||||
|
||||
|
||||
<div class="collapse collapse-arrow bg-base-200 border border-base-300">
|
||||
<input type="radio"/>
|
||||
|
|
@ -70,7 +75,7 @@
|
|||
<div class="collapse-title font-semibold">Where can I learn more about using HexName?</div>
|
||||
<div class="collapse-content text-sm">
|
||||
<div class="p-2">
|
||||
The easiest way to learn how to use HexName is to <a href="/register" class="link link-secondary">sign up</a>, which takes less than 1 minute.
|
||||
The easiest way to learn how to use HexName is to <a href="/register" class="link link-accent">sign up</a>, which takes less than 1 minute.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -171,14 +176,14 @@
|
|||
</div>
|
||||
|
||||
<div class="divider"></div>
|
||||
<h2 class="legend text-xl font-bold p-4 m-4">Questions about your account</h2>
|
||||
<h2 class="legend text-2xl font-bold p-4 m-4">Questions about your account</h2>
|
||||
|
||||
<div class="collapse collapse-arrow bg-base-200 border border-base-300">
|
||||
<input type="radio"/>
|
||||
<div class="collapse-title font-semibold">I forgot my password. What should I do?</div>
|
||||
<div class="collapse-content text-sm">
|
||||
<div class="p-2">
|
||||
Click <a class="link link-secondary" href="/forgot-password">here</a> or on "Forgot password" on the login page and follow the instructions sent to your email.
|
||||
Click <a class="link link-accent" href="/forgot-password">here</a> or on "Forgot password" on the login page and follow the instructions sent to your email.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -188,7 +193,7 @@
|
|||
<div class="collapse-title font-semibold">How do I delete my account?</div>
|
||||
<div class="collapse-content text-sm">
|
||||
<div class="p-2">
|
||||
Click <a class="link link-secondary" href="/delete-account">here</a> or the profile icon in the top right corner, then "Delete account", and you'll be prompted to the confirmation page.
|
||||
Click <a class="link link-accent" href="/delete-account">here</a> or the profile icon in the top right corner, then "Delete account", and you'll be prompted to the confirmation page.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -204,7 +209,7 @@
|
|||
</div>
|
||||
|
||||
<div class="divider"></div>
|
||||
<h2 class="legend text-xl font-bold p-4 m-4">Miscellaneous questions</h2>
|
||||
<h2 class="legend text-2xl font-bold p-4 m-4">Miscellaneous questions</h2>
|
||||
|
||||
<div class="collapse collapse-arrow bg-base-200 border border-base-300">
|
||||
<input type="radio"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue