improve PH hello bar

This commit is contained in:
Son NK 2021-05-17 18:08:17 +02:00
parent c7f6e6cedb
commit 33f70914fa
2 changed files with 25 additions and 7 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="#DA552F" offset="0%"></stop>
<stop stop-color="#D04B25" offset="100%"></stop>
</linearGradient>
</defs>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g>
<path d="M128,256 C198.6944,256 256,198.6944 256,128 C256,57.3056 198.6944,0 128,0 C57.3056,0 0,57.3056 0,128 C0,198.6944 57.3056,256 128,256 L128,256 Z" fill="url(#linearGradient-1)"></path>
<path d="M96,76.8 L96,179.2 L115.2,179.2 L115.2,147.2 L144.256,147.2 C163.552,146.688 179.2,131.04 179.2,112 C179.2,92.448 163.552,76.8 144.256,76.8 L96,76.8 L96,76.8 Z M144.4928,128 L115.2,128 L115.2,96 L144.4928,96 C153.056,96 160,103.168 160,112 C160,120.832 153.056,128 144.4928,128 L144.4928,128 Z" fill="#FFFFFF"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -102,13 +102,16 @@
<body class="">
<div class="page">
{% block announcement %}
<div class="alert alert-warning text-center mb-0" role="alert"
style="color: white; background-color: #ea532a; font-weight: 500;">
<a href="https://www.producthunt.com/posts/simplelogin" target="_blank" style="color: white" >
Support SimpleLogin on ProductHunt
<i class="fe fe-external-link"></i>
</a>
</div>
<div class="text-center mb-0" role="alert" style="color: white; background-color: #e96a48; font-weight: 500;">
SimpleLogin is on ProductHunt
<img src="/static/images/producthunt.svg" style="width: 18px">
,
<a href="https://www.producthunt.com/posts/simplelogin" target="_blank"
style="font-weight: 500; color: white; text-decoration: underline;">
Support Us
<i class="fe fe-external-link"></i>
</a>
</div>
{% endblock %}
<div class="container">