mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add faq link
This commit is contained in:
parent
6a2230800f
commit
3ddfb0499b
2 changed files with 3 additions and 3 deletions
|
@ -443,7 +443,6 @@ input:checked {
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
z-index: -1;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -100px;
|
top: -100px;
|
||||||
animation: notification 0.5s forwards ease-in-out;
|
animation: notification 0.5s forwards ease-in-out;
|
||||||
|
|
|
@ -4,7 +4,8 @@ layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="notification w-full text-center text-white p-2" style="background-color: #6188ff;">
|
<div class="notification w-full text-center text-white p-2" style="background-color: #6188ff;">
|
||||||
<span class="mx-auto w-auto text-sm ">Pre-Alpha - not publicily available, that is why there are no screenshots of the software on this page. Follow Progress on "Next Page"</span>
|
<span class="mx-auto w-auto text-sm">Pre-Alpha - not publicily available, that is why there are no screenshots of the software on this page.</span>
|
||||||
|
<a href="/spn/#faq" class="underline text-sm">Read FAQ</a>
|
||||||
</div>
|
</div>
|
||||||
<header class="h-full">
|
<header class="h-full">
|
||||||
<div class="flex items-center h-full pt-20 md:pt-32 md:pb-40">
|
<div class="flex items-center h-full pt-20 md:pt-32 md:pb-40">
|
||||||
|
@ -232,7 +233,7 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="mb-16 lg:pb-32">
|
<section class="mb-16 lg:pb-32" id="faq">
|
||||||
<div class="bg-white">
|
<div class="bg-white">
|
||||||
<div class="max-w-screen-xl mx-auto pt-12 pb-16 sm:pt-16 sm:pb-20 px-4 sm:px-6 lg:pt-20 lg:pb-28 lg:px-8">
|
<div class="max-w-screen-xl mx-auto pt-12 pb-16 sm:pt-16 sm:pb-20 px-4 sm:px-6 lg:pt-20 lg:pb-28 lg:px-8">
|
||||||
<div class="text-center pb-12">
|
<div class="text-center pb-12">
|
||||||
|
|
Loading…
Add table
Reference in a new issue