chore: proton -> fastmail
This commit is contained in:
parent
fe2e44f487
commit
15872155f3
6 changed files with 25 additions and 19 deletions
20
src/_includes/icons/fastmail.liquid
Normal file
20
src/_includes/icons/fastmail.liquid
Normal file
|
@ -0,0 +1,20 @@
|
|||
{% if site.fastmail != "" %}
|
||||
<a
|
||||
href={{ site.fastmail }}
|
||||
rel="me"
|
||||
title="Fastmail">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg
|
||||
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-500"
|
||||
viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(0.976563, 0, 0, -0.976563, -0.000137, 437.500092)">
|
||||
<g transform="">
|
||||
<path
|
||||
d="M 256 192 L 375 274 L 375 125 C 375 117 368 110 360 110 L 136 110 L 136 274 L 256 192 Z M 512 192 C 512 51 397 -64 256 -64 C 168 -64 91 -20 45 47 L 91 79 C 127 27 187 -8 256 -8 C 366 -8 456 82 456 192 C 456 233 443 272 420 305 L 420 305 C 384 358 324 392 256 392 C 145 392 56 303 56 192 C 56 152 68 112 91 79 L 45 47 C 16 90 0 140 0 192 C 0 333 115 448 256 448 C 343 448 420 404 466 337 C 496 294 512 244 512 192 Z M 512 192"
|
||||
/>
|
||||
</g>
|
||||
</g>
|
||||
<title>Fastmail</title>
|
||||
</svg>
|
||||
</a>
|
||||
{% endif %}
|
|
@ -1,13 +0,0 @@
|
|||
{% if site.proton != "" %}
|
||||
<a
|
||||
href={{ site.proton }}
|
||||
rel="me"
|
||||
title="Proton Mail">
|
||||
<svg
|
||||
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-500"
|
||||
role="img"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<title>ProtonMail</title><path d="M12 20.351s-1.096-.108-1.955-.705c-.86-.596-6.58-4.688-6.58-4.688v8.098S3.513 24 4.55 24h14.9c1.036 0 1.085-.942 1.085-.942v-8.1s-5.723 4.092-6.58 4.69c-.86.595-1.955.704-1.955.704zm0-20.35S4.925-.23 3.465 7.623v5.35s.06.572 1.67 1.735c1.607 1.162 5.773 4.436 6.867 4.436 1.088 0 5.254-3.273 6.865-4.437 1.607-1.164 1.668-1.737 1.668-1.737V7.62C19.075-.229 12 .003 12 .003zm4.846 10.536h-9.69V7.623C8.14 3.723 12 3.67 12 3.67s3.863.054 4.846 3.954z" /></svg>
|
||||
</a>
|
||||
{% endif %}
|
Reference in a new issue