File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -650,11 +650,31 @@ <h2 class="font-inter-tight text-3xl md:text-4xl font-bold text-zinc-900 mb-4">
650
650
<!-- Site footer -->
651
651
< footer >
652
652
< div class ="max-w-6xl mx-auto px-4 sm:px-6 ">
653
- < div class ="flex justify -center py-8 md:py-12 border-t border-zinc-200 ">
653
+ < div class ="flex flex-col items -center py-8 md:py-12 border-t border-zinc-200 ">
654
654
< div class ="text-sm text-zinc-500 ">
655
655
Made with ❤️ by
656
656
< a class ="underline hover:text-zinc-900 " href ="https://github.com/psviderski "> Pasha Sviderski</ a >
657
657
</ div >
658
+
659
+ <!-- Social links -->
660
+ < ul class ="flex space-x-4 mt-4 mb-1 ">
661
+ < li >
662
+ < a class ="flex justify-center items-center text-zinc-700 hover:text-zinc-900 transition "
663
+ href ="https://x.com/psviderski " aria-label ="Twitter ">
664
+ < svg class ="fill-current " xmlns ="http://www.w3.org/2000/svg " width ="20 " height ="20 ">
665
+ < path d ="m7.063 3 3.495 4.475L14.601 3h2.454l-5.359 5.931L18 17h-4.938l-3.866-4.893L4.771 17H2.316l5.735-6.342L2 3h5.063Zm-.74 1.347H4.866l8.875 11.232h1.36L6.323 4.347Z "/>
666
+ </ svg >
667
+ </ a >
668
+ </ li >
669
+ < li >
670
+ < a class ="flex justify-center items-center text-zinc-700 hover:text-zinc-900 transition "
671
+ href ="https://t.me/spyyy " aria-label ="Telegram ">
672
+ < svg class ="fill-current " xmlns ="http://www.w3.org/2000/svg " width ="20 " height ="20 ">
673
+ < path d ="M17.968 3.276a.338.338 0 0 0-.232-.253 1.192 1.192 0 0 0-.63.045S3.087 8.106 2.286 8.664c-.172.121-.23.19-.259.272-.138.4.293.573.293.573l3.613 1.177a.388.388 0 0 0 .183-.011c.822-.519 8.27-5.222 8.7-5.38.068-.02.118 0 .1.049-.172.6-6.606 6.319-6.64 6.354a.138.138 0 0 0-.05.118l-.337 3.528s-.142 1.1.956 0a30.66 30.66 0 0 1 1.9-1.738c1.242.858 2.58 1.806 3.156 2.3a1 1 0 0 0 .732.283.825.825 0 0 0 .7-.622S17.894 5.292 17.98 3.909c.008-.135.021-.217.021-.317a1.177 1.177 0 0 0-.032-.316Z "/>
674
+ </ svg >
675
+ </ a >
676
+ </ li >
677
+ </ ul >
658
678
</ div >
659
679
</ div >
660
680
</ footer >
Original file line number Diff line number Diff line change @@ -1720,6 +1720,10 @@ input[type="search"]::-webkit-search-results-decoration {
1720
1720
background-clip : text;
1721
1721
}
1722
1722
1723
+ .fill-current {
1724
+ fill : currentColor;
1725
+ }
1726
+
1723
1727
.fill-zinc-300 {
1724
1728
fill : # d4d4d8 ;
1725
1729
}
@@ -1958,6 +1962,11 @@ input[type="search"]::-webkit-search-results-decoration {
1958
1962
color : rgb (82 82 91 / var (--tw-text-opacity ));
1959
1963
}
1960
1964
1965
+ .text-zinc-700 {
1966
+ --tw-text-opacity : 1 ;
1967
+ color : rgb (63 63 70 / var (--tw-text-opacity ));
1968
+ }
1969
+
1961
1970
.text-zinc-800 {
1962
1971
--tw-text-opacity : 1 ;
1963
1972
color : rgb (39 39 42 / var (--tw-text-opacity ));
You can’t perform that action at this time.
0 commit comments