Compare commits

...

3 Commits

Author SHA1 Message Date
Fred Boniface 5bc4157097 Remove redundant files 2022-10-13 21:42:46 +01:00
Fred Boniface 44c5b93bfd Add social links to div 2022-10-13 21:42:39 +01:00
Fred Boniface 67c5ca6e9b Change social link styles 2022-10-13 21:42:21 +01:00
3 changed files with 21 additions and 20 deletions

View File

@ -18,6 +18,7 @@
<a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">GitHub</a> <a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">GitHub</a>
<a href="https://500px.com/p/fredboniface" target="_blank" rel="noreferrer noopener">500px</a> <a href="https://500px.com/p/fredboniface" target="_blank" rel="noreferrer noopener">500px</a>
<div class="social-links">
<picture> <picture>
<source media="(max-width: 400px)" srcset="/images/social-icons/fb_blue_58.png" type="image/png"> <source media="(max-width: 400px)" srcset="/images/social-icons/fb_blue_58.png" type="image/png">
<source media="(max-width: 600px)" srcset="/images/social-icons/fb_blue_144.png" type="image/png"> <source media="(max-width: 600px)" srcset="/images/social-icons/fb_blue_144.png" type="image/png">
@ -33,6 +34,7 @@
<source srcset="/images/social-icons/500px_250.jxl" type="image/jxl"> <source srcset="/images/social-icons/500px_250.jxl" type="image/jxl">
<img src="/images/social-icons/500px_250.png" alt="500px Logo"> <img src="/images/social-icons/500px_250.png" alt="500px Logo">
</picture> </picture>
</div>
</div> </div>

View File

@ -39,6 +39,10 @@ body {
padding-top: 45px; padding-top: 45px;
} }
.social-links img {
max-width: 100px;
}
.download-link { .download-link {
background-color: #444444; background-color: #444444;
color: #f1f1f1; color: #f1f1f1;

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="26" height="26" viewBox="0 0 24 24">
<path fill="#ffffda" d="M19.07,4.93C17.22,3 14.66,1.96 12,2C9.34,1.96 6.79,3 4.94,4.93C3,6.78 1.96,9.34 2,12C1.96,14.66 3,17.21 4.93,19.06C6.78,21 9.34,22.04 12,22C14.66,22.04 17.21,21 19.06,19.07C21,17.22 22.04,14.66 22,12C22.04,9.34 21,6.78 19.07,4.93M17,12V18H13.5V13H10.5V18H7V12H5L12,5L19.5,12H17Z" />
</svg>

Before

Width:  |  Height:  |  Size: 602 B