mirror of
https://github.com/safing/web
synced 2025-04-17 01:19:08 +00:00
Add icon
This commit is contained in:
parent
78d0269103
commit
ab31ed47f4
3 changed files with 17 additions and 4 deletions
7
assets/img/icons/info.svg
Normal file
7
assets/img/icons/info.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<g fill="none">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
<path stroke="#ffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M12 21v0c-4.971 0-9-4.029-9-9v0c0-4.971 4.029-9 9-9v0c4.971 0 9 4.029 9 9v0c0 4.971-4.029 9-9 9z"/>
|
||||
<path stroke="#ffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M12 17v-5h-1M11.749 8c-.138 0-.25.112-.249.25 0 .138.112.25.25.25s.25-.112.25-.25-.112-.25-.251-.25"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 529 B |
|
@ -7,7 +7,10 @@ redirect_from:
|
|||
---
|
||||
|
||||
<div class="notification w-full text-center text-white p-2" style="background-color: #6188ff;">
|
||||
<span class="mx-auto w-auto text-sm ">Alpha - early software, expect hickups here and there.</span>
|
||||
<div class="mx-auto flex" style="width: max-content;">
|
||||
<img src="{{ site.img_url }}icons/info.svg" class="h-4 w-4 self-center mr-2">
|
||||
<span class="w-auto text-sm">Alpha - early software, expect hickups here and there.</span>
|
||||
</div>
|
||||
</div>
|
||||
<header class="h-full my-20 md:my-40">
|
||||
<div class="flex items-center h-ful">
|
||||
|
|
|
@ -3,9 +3,12 @@ title: Safing Privacy Network
|
|||
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.</span>
|
||||
<a href="/spn/#faq" class="underline text-sm">Read FAQ</a>
|
||||
<div class="notification w-full text-center text-white p-2 " style="background-color: #6188ff;">
|
||||
<div class="mx-auto flex" style="width: max-content;">
|
||||
<img src="{{ site.img_url }}icons/info.svg" class="h-4 w-4 self-center mr-2">
|
||||
<span class="w-auto text-sm self-center">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 self-center ml-2">Read FAQ</a>
|
||||
</div>
|
||||
</div>
|
||||
<header class="h-full">
|
||||
<div class="flex items-center h-full pt-20 md:pt-32 md:pb-40">
|
||||
|
|
Loading…
Add table
Reference in a new issue