Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit 4f43cf4

Browse files
committed
style: add new sns icon and adjust footer layout
1 parent 391ff83 commit 4f43cf4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/components/Footer.jsx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Footer() {
3232
</div>
3333
</div>
3434
{/* right-side footer [social emblems] */}
35-
<div className="mr-5 flex w-48 justify-between self-center md:w-72">
35+
<div className="mr-5 flex w-56 justify-between self-center md:w-80">
3636
{/* GitHub */}
3737
<a href="https://github.com/mmmmmob" target="_blank">
3838
<svg
@@ -71,6 +71,21 @@ function Footer() {
7171
<path d="M32.4092 0H2.58398C1.15527 0 0 1.12793 0 2.52246V32.4707C0 33.8652 1.15527 35 2.58398 35H32.4092C33.8379 35 35 33.8652 35 32.4775V2.52246C35 1.12793 33.8379 0 32.4092 0ZM10.3838 29.8252H5.18848V13.1182H10.3838V29.8252ZM7.78613 10.8418C6.11816 10.8418 4.77148 9.49512 4.77148 7.83398C4.77148 6.17285 6.11816 4.82617 7.78613 4.82617C9.44727 4.82617 10.7939 6.17285 10.7939 7.83398C10.7939 9.48828 9.44727 10.8418 7.78613 10.8418ZM29.8252 29.8252H24.6367V21.7041C24.6367 19.7695 24.6025 17.2744 21.9365 17.2744C19.2363 17.2744 18.8262 19.3867 18.8262 21.5674V29.8252H13.6445V13.1182H18.6211V15.4014H18.6895C19.3799 14.0889 21.0752 12.7012 23.5977 12.7012C28.8545 12.7012 29.8252 16.1602 29.8252 20.6582V29.8252Z" />
7272
</svg>
7373
</a>
74+
{/* Bluesky */}
75+
<a href="https://bsky.app/profile/theppitak.me" target="_blank">
76+
<svg
77+
xmlns="http://www.w3.org/2000/svg"
78+
width="20"
79+
height="20"
80+
viewBox="0 -35 568 576"
81+
fill="none"
82+
className="fill-slate-300 hover:fill-gray-100 dark:hover:fill-slate-100"
83+
>
84+
<path
85+
d="M123.121 33.6637C188.241 82.5526 258.281 181.681 284 234.873C309.719 181.681 379.759 82.5526 444.879 33.6637C491.866 -1.61183 568 -28.9064 568 57.9464C568 75.2916 558.055 203.659 552.222 224.501C531.947 296.954 458.067 315.434 392.347 304.249C507.222 323.8 536.444 388.56 473.333 453.32C353.473 576.312 301.061 422.461 287.631 383.039C285.169 375.812 284.017 372.431 284 375.306C283.983 372.431 282.831 375.812 280.369 383.039C266.939 422.461 214.527 576.312 94.6667 453.32C31.5556 388.56 60.7778 323.8 175.653 304.249C109.933 315.434 36.0535 296.954 15.7778 224.501C9.94525 203.659 0 75.2916 0 57.9464C0 -28.9064 76.1345 -1.61183 123.121 33.6637Z"
86+
/>
87+
</svg>
88+
</a>
7489
{/* Medium */}
7590
<a href="https://medium.com/@mmmmmob" target="_blank">
7691
<svg

0 commit comments

Comments
 (0)