Final touches

Small fix and logo changes
This commit is contained in:
Lbr 2024-02-24 00:25:10 +01:00
parent 015af70be1
commit bdfe3198c2
5 changed files with 23 additions and 4 deletions

View file

@ -195,7 +195,7 @@ button:hover,
/* BeReal */ /* BeReal */
.button.button-bereal { .button.button-bereal {
color: #ffffff; color: #ffffff;
background-color: #121212; background-color: #000000;
border: 1px solid #ffffff; border: 1px solid #ffffff;
} }
.button.button-bereal:hover, .button.button-bereal:hover,
@ -740,7 +740,7 @@ button:hover,
.button.button-revolut { .button.button-revolut {
color: #000000; color: #000000;
background-color: #ffffff; background-color: #ffffff;
border: 2px solid black; border: 1px solid black;
} }
.button.button-rev:hover, .button.button-rev:hover,
.button.button-rev:focus { .button.button-rev:focus {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

16
images/icons/bereal.svg Normal file
View file

@ -0,0 +1,16 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1_2)">
<g clip-path="url(#clip1_1_2)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2164 3C12.0707 3 13.5782 3.40669 14.7399 4.22008C15.9008 5.03377 16.4818 6.40343 16.4818 8.32906C16.4818 9.03991 16.3176 9.68033 15.9901 10.2503C15.6623 10.8209 15.2359 11.3118 14.7118 11.7228C15.5731 12.1716 16.2805 12.7796 16.833 13.5459C17.3853 14.3129 17.6618 15.2849 17.6618 16.4629C17.6618 18.2209 17.0481 19.5952 15.8216 20.5862C14.5944 21.5772 12.9601 22.0724 10.9188 22.0724H3.08V3H10.2164ZM10.8907 13.7142H6.70439V19.0713H10.6378C11.6115 19.0713 12.3938 18.8472 12.9839 18.3982C13.5739 17.9494 13.8689 17.314 13.8689 16.4909C13.8689 15.5934 13.597 14.9062 13.0541 14.4294C12.5106 13.9529 11.7898 13.7142 10.8907 13.7142ZM9.68257 6.02915H6.70439V10.7692H9.40161C10.4131 10.7692 11.2041 10.5779 11.7757 10.1942C12.347 9.81122 12.6327 9.2082 12.6327 8.38515C12.6327 7.48794 12.3701 6.87089 11.846 6.53401C11.3212 6.19744 10.6001 6.02915 9.68257 6.02915Z" fill="white"/>
<path d="M22.8461 22.0724V18.3327H19.1V22.0724H22.8461Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0_1_2">
<rect width="24" height="24" fill="white"/>
</clipPath>
<clipPath id="clip1_1_2">
<rect width="86.4" height="19.44" fill="white" transform="translate(2 3)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 664 B

View file

@ -131,7 +131,7 @@
<a class="button button-behance" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/behance.svg" alt="">Behance</a><br> <a class="button button-behance" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/behance.svg" alt="">Behance</a><br>
<!-- BeReal --> <!-- BeReal -->
<a class="button button-bereal" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/bereal.ico" alt=""> BeReal</a><br> <a class="button button-bereal" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/bereal.svg" alt=""> BeReal</a><br>
<!-- Bluesky --> <!-- Bluesky -->
<a class="button button-bluesky" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/bluesky.svg" alt="">Bluesky</a><br> <a class="button button-bluesky" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/bluesky.svg" alt="">Bluesky</a><br>