mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +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 {
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
top: -100px;
|
||||
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;">
|
||||
<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>
|
||||
<header class="h-full">
|
||||
<div class="flex items-center h-full pt-20 md:pt-32 md:pb-40">
|
||||
|
@ -232,7 +233,7 @@ layout: page
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="mb-16 lg:pb-32">
|
||||
<section class="mb-16 lg:pb-32" id="faq">
|
||||
<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="text-center pb-12">
|
||||
|
|
Loading…
Add table
Reference in a new issue