Skip to content

Commit

Permalink
add Youtube link
Browse files Browse the repository at this point in the history
  • Loading branch information
windows-2048 committed Sep 2, 2024
1 parent 545b4fd commit 6576b9e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,23 @@ <h1><img class="mylogo" src="/assets/images/favicon_large.png" alt="Logo" /><a h
{{ site.t['follow_text'][page.lang] }} facebook
</a>
<br/>
<a href="https://x.com/Fastest_Clicker" target="_blank">
<svg width="1.5em" height="1.5em" viewBox="0 0 24 24" class="bi bi-box-arrow-in-down" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<title>Developer's X</title>
<a href="https://youtu.be/BwB65SpH3-I" target="_blank">
<svg width="1.5em" height="1.5em" viewBox="0 0 512 512" class="bi bi-box-arrow-in-down" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<title>Developer's Youtube</title>
<g>
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
<path style="fill:#FF4B26;" d="M428.522,439.652H83.478C37.446,439.652,0,402.206,0,356.174V155.826
c0-46.032,37.446-83.478,83.478-83.478h345.043c46.032,0,83.478,37.446,83.478,83.478v200.348
C512,402.206,474.554,439.652,428.522,439.652z"/>
<path style="fill:#D93F21;" d="M0,256v100.174c0,46.032,37.446,83.478,83.478,83.478h345.043c46.032,0,83.478-37.446,83.478-83.478
V256H0z"/>
<path style="fill:#E6F3FF;" d="M194.783,372.87c-2.652,0-5.315-0.63-7.75-1.902c-5.5-2.892-8.946-8.587-8.946-14.793V155.826
c0-6.206,3.446-11.902,8.946-14.793c5.49-2.881,12.152-2.468,17.25,1.065l144.696,100.174c4.511,3.12,7.196,8.25,7.196,13.728
c0,5.478-2.685,10.608-7.196,13.728L204.282,369.902C201.445,371.87,198.12,372.87,194.783,372.87z"/>
<path style="fill:#CFDBE6;" d="M178.087,356.174c0,6.206,3.446,11.902,8.946,14.793c2.435,1.272,5.098,1.902,7.75,1.902
c3.337,0,6.663-1,9.5-2.967l144.696-100.174c4.511-3.12,7.196-8.25,7.196-13.728H178.087V356.174z"/>
</g>
</svg>
{{ site.t['follow_text'][page.lang] }} X
{{ site.t['follow_text'][page.lang] }} Youtube
</a>
<br/>
<a href="mailto:[email protected]" target="_blank">
Expand Down

0 comments on commit 6576b9e

Please sign in to comment.