feat: add lichess link and move static assets to /static

This commit is contained in:
Mohammad Rafiq 2025-07-05 21:23:58 +08:00
parent 9010adc01a
commit e00c1c2607
No known key found for this signature in database
4 changed files with 13 additions and 1 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>rrv.sh</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="static/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
@ -26,6 +26,9 @@
<a class="fa fa-github" href="https://github.com/rrvsh"></a>
<a class="fa fa-instagram" href="https://instagram.com/88rafiq"></a>
<a class="fa fa-linkedin" href="https://linkedin.com/in/rrvsh"></a>
<a class="fa" href="https://lichess.org/@/bwfiq">
<img src="static/lichess.svg" alt="Lichess Icon" class="icon">
</a>
<a class="fa fa-reddit" href="https://reddit.com/u/bwfiq"></a>
</footer>
</div>

View file

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Before After
Before After

4
src/static/lichess.svg Normal file
View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
<path fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" d="M38.956.5c-3.53.418-6.452.902-9.286 2.984C5.534 1.786-.692 18.533.68 29.364 3.493 50.214 31.918 55.785 41.329 41.7c-7.444 7.696-19.276 8.752-28.323 3.084C3.959 39.116-.506 27.392 4.683 17.567 9.873 7.742 18.996 4.535 29.03 6.405c2.43-1.418 5.225-3.22 7.655-3.187l-1.694 4.86 12.752 21.37c-.439 5.654-5.459 6.112-5.459 6.112-.574-1.47-1.634-2.942-4.842-6.036-3.207-3.094-17.465-10.177-15.788-16.207-2.001 6.967 10.311 14.152 14.04 17.663 3.73 3.51 5.426 6.04 5.795 6.756 0 0 9.392-2.504 7.838-8.927L37.4 7.171z"></path>
</svg>

After

Width:  |  Height:  |  Size: 697 B

View file

@ -24,3 +24,8 @@ a:active {
a.fa {
text-decoration: none;
}
.icon {
width: 24px;
height: 24px;
vertical-align: middle;
}