@@ -9,26 +9,25 @@ const ShareIcons = ({
99 showDivider = true ,
1010 class : className = "" ,
1111} : ShareIconsProps ) => {
12- const rootClass =
13- showDivider || withBlob
14- ? "mb-[1.2em] relative flex flex-col"
15- : "relative flex flex-col" ;
12+ const rootClass = showDivider || withBlob
13+ ? "mb-[1.2em] relative flex flex-col"
14+ : "relative flex flex-col" ;
1615
1716 return (
1817 < div class = { [ rootClass , className ] . join ( " " ) } >
1918 { showDivider && (
2019 < hr class = "w-1/2 mx-auto mt-0 mb-7 not-prose border-primary/10" />
2120 ) }
2221 < div
23- className = "mx-auto inline- flex items-center share-icons "
22+ className = "share-icons mx-auto flex flex-wrap items-center justify-center gap-x-1 gap-y-1 "
2423 style = { {
2524 "--scale-timing" : "0.15s" ,
2625 } }
2726 >
2827 < a
2928 href = "https://twitter.com/rix1"
3029 target = "_blank"
31- class = "p-3 flex flex-col items-center"
30+ class = "flex flex-col items-center p-2 sm:p-3 "
3231 rel = "noreferrer"
3332 >
3433 < svg
@@ -41,14 +40,15 @@ const ShareIcons = ({
4140 width = "24"
4241 stroke = "#000"
4342 >
44- < path d = "M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z" > </ path >
43+ < path d = "M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z" >
44+ </ path >
4545 </ svg >
4646 < small > Twitter</ small >
4747 </ a >
4848 < a
4949 href = "https://bsky.app/profile/rix1.bsky.social"
5050 target = "_blank"
51- class = "p-3 flex flex-col items-center"
51+ class = "flex flex-col items-center p-2 sm:p-3 "
5252 rel = "noreferrer"
5353 >
5454 < svg
@@ -61,14 +61,15 @@ const ShareIcons = ({
6161 width = "32"
6262 stroke = "#000"
6363 >
64- < path d = "M12 11.5c-1.6-3.3-4.4-6-6.8-6-1.6 0-2.2 1.1-2.2 2.5 0 2.5 2.9 5.1 6 6.4-2.9.3-5.2 1.7-5.2 3.7 0 1.2 1 2.2 2.5 2.2 2.1 0 4.4-2.1 5.7-4.8 1.3 2.7 3.6 4.8 5.7 4.8 1.5 0 2.5-1 2.5-2.2 0-2-2.3-3.4-5.2-3.7 3.1-1.3 6-3.9 6-6.4 0-1.4-.6-2.5-2.2-2.5-2.4 0-5.2 2.7-6.8 6Z" > </ path >
64+ < path d = "M12 11.5c-1.6-3.3-4.4-6-6.8-6-1.6 0-2.2 1.1-2.2 2.5 0 2.5 2.9 5.1 6 6.4-2.9.3-5.2 1.7-5.2 3.7 0 1.2 1 2.2 2.5 2.2 2.1 0 4.4-2.1 5.7-4.8 1.3 2.7 3.6 4.8 5.7 4.8 1.5 0 2.5-1 2.5-2.2 0-2-2.3-3.4-5.2-3.7 3.1-1.3 6-3.9 6-6.4 0-1.4-.6-2.5-2.2-2.5-2.4 0-5.2 2.7-6.8 6Z" >
65+ </ path >
6566 </ svg >
6667 < small > Bluesky</ small >
6768 </ a >
6869 < a
6970 href = "https://github.com/rix1"
7071 target = "_blank"
71- class = "p-3 flex flex-col items-center"
72+ class = "flex flex-col items-center p-2 sm:p-3 "
7273 rel = "noreferrer"
7374 >
7475 < svg
@@ -81,14 +82,15 @@ const ShareIcons = ({
8182 width = "24"
8283 stroke = "#000"
8384 >
84- < path d = "M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 00-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0020 4.77 5.07 5.07 0 0019.91 1S18.73.65 16 2.48a13.38 13.38 0 00-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 005 4.77a5.44 5.44 0 00-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 009 18.13V22" > </ path >
85+ < path d = "M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 00-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0020 4.77 5.07 5.07 0 0019.91 1S18.73.65 16 2.48a13.38 13.38 0 00-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 005 4.77a5.44 5.44 0 00-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 009 18.13V22" >
86+ </ path >
8587 </ svg >
8688 < small > Github</ small >
8789 </ a >
8890 < a
8991 href = "https://instagram.com/rix1"
9092 target = "_blank"
91- class = "p-3 flex flex-col items-center"
93+ class = "flex flex-col items-center p-2 sm:p-3 "
9294 rel = "noreferrer"
9395 >
9496 < svg
@@ -102,14 +104,15 @@ const ShareIcons = ({
102104 stroke = "#000"
103105 >
104106 < rect width = "20" height = "20" x = "2" y = "2" rx = "5" ry = "5" > </ rect >
105- < path d = "M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zM17.5 6.5h.01" > </ path >
107+ < path d = "M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zM17.5 6.5h.01" >
108+ </ path >
106109 </ svg >
107110 < small > Instagram</ small >
108111 </ a >
109112 < a
110113 href = "https://linkedin.com/in/riix1"
111114 target = "_blank"
112- class = "p-3 flex flex-col items-center"
115+ class = "flex flex-col items-center p-2 sm:p-3 "
113116 rel = "noreferrer"
114117 >
115118 < svg
@@ -122,15 +125,16 @@ const ShareIcons = ({
122125 width = "24"
123126 stroke = "#000"
124127 >
125- < path d = "M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z" > </ path >
128+ < path d = "M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z" >
129+ </ path >
126130 < circle cx = "4" cy = "4" r = "2" > </ circle >
127131 </ svg >
128132 < small > LinkedIn</ small >
129133 </ a >
130134 < a
131135 href = "https://keybase.io/rix1"
132136 target = "_blank"
133- class = "p-3 flex flex-col items-center"
137+ class = "flex flex-col items-center p-2 sm:p-3 "
134138 rel = "noreferrer"
135139 >
136140 < svg
@@ -139,7 +143,8 @@ const ShareIcons = ({
139143 viewBox = "0 0 24 24"
140144 xmlns = "http://www.w3.org/2000/svg"
141145 >
142- < path d = "M10.445 21.372a.953.953 0 11-.955-.954c.524 0 .951.43.951.955m5.923-.001a.953.953 0 11-.958-.954c.526 0 .954.43.954.955m4.544-9.16l-.156-.204c-.046-.06-.096-.116-.143-.175-.045-.06-.094-.113-.141-.169-.104-.12-.21-.239-.32-.359l-.075-.08-.091-.099-.135-.13c-.015-.019-.032-.035-.05-.054a10.87 10.87 0 00-3.955-2.504l-.23-.078.035-.083a4.109 4.109 0 00-.12-3.255 4.11 4.11 0 00-2.438-2.16c-.656-.216-1.23-.319-1.712-.305-.033-.105-.1-.577.496-1.848L10.662 0l-.287.399c-.33.455-.648.895-.945 1.328a1.857 1.857 0 00-1.245-.58L6.79 1.061h-.012c-.033-.003-.07-.003-.104-.003-.99 0-1.81.771-1.87 1.755l-.088 1.402v.003a1.876 1.876 0 001.755 1.98l1.002.06c-.065.84.073 1.62.405 2.306a11.28 11.28 0 00-3.66 2.484C.912 14.392.912 18.052.912 20.995v1.775l1.305-1.387c.266.93.652 1.807 1.145 2.615H5.06a9.197 9.197 0 01-1.68-3.848l1.913-2.03-.985 3.09 1.74-1.267c3.075-2.234 6.745-2.75 10.91-1.53 1.806.533 3.56.04 4.474-1.256l.104-.165c.09.498.14.998.14 1.496 0 1.563-.254 3.687-1.38 5.512h1.612c.776-1.563 1.181-3.432 1.181-5.512-.001-2.2-.786-4.421-2.184-6.274zM8.894 6.192c.122-1.002.577-1.949 1.23-2.97a1.36 1.36 0 001.283.749c.216-.008.604.025 1.233.232a2.706 2.706 0 011.608 1.425c.322.681.349 1.442.079 2.15a2.69 2.69 0 01-.806 1.108l-.408-.502-.002-.003a1.468 1.468 0 00-2.06-.205c-.334.27-.514.66-.534 1.058-1.2-.54-1.8-1.643-1.628-3.04zm4.304 5.11l-.52.425a.228.228 0 01-.323-.032l-.11-.135a.238.238 0 01.034-.334l.51-.42-1.056-1.299a.307.307 0 01.044-.436.303.303 0 01.435.041l2.963 3.646a.309.309 0 01-.168.499.315.315 0 01-.31-.104l-.295-.365-1.045.854a.244.244 0 01-.154.055.237.237 0 01-.186-.09l-.477-.58a.24.24 0 01.035-.335l1.05-.858-.425-.533zM7.752 4.866l-1.196-.075a.463.463 0 01-.435-.488l.09-1.4a.462.462 0 01.461-.437h.024l1.401.091a.459.459 0 01.433.488l-.007.101a9.27 9.27 0 00-.773 1.72zm12.525 11.482c-.565.805-1.687 1.08-2.924.718-3.886-1.141-7.397-.903-10.469.7l1.636-5.122-5.29 5.609c.098-3.762 2.452-6.967 5.757-8.312.471.373 1.034.66 1.673.841.16.044.322.074.48.102a1.41 1.41 0 00.21 1.408l.075.09c-.172.45-.105.975.221 1.374l.476.582a1.39 1.39 0 001.079.513c.32 0 .635-.111.886-.314l.285-.232c.174.074.367.113.566.113a1.45 1.45 0 00.928-.326c.623-.51.72-1.435.209-2.06l-1.67-2.057a4.07 4.07 0 00.408-.38c.135.036.27.077.4.12.266.096.533.197.795.314a9.55 9.55 0 012.77 1.897c.03.03.06.055.086.083l.17.176c.038.039.076.079.11.12.08.085.16.175.24.267l.126.15c.045.053.086.104.13.16l.114.15c.04.05.079.102.117.154.838 1.149.987 2.329.404 3.157v.005zM7.718 4.115l-.835-.05.053-.836.834.051z" > </ path >
146+ < path d = "M10.445 21.372a.953.953 0 11-.955-.954c.524 0 .951.43.951.955m5.923-.001a.953.953 0 11-.958-.954c.526 0 .954.43.954.955m4.544-9.16l-.156-.204c-.046-.06-.096-.116-.143-.175-.045-.06-.094-.113-.141-.169-.104-.12-.21-.239-.32-.359l-.075-.08-.091-.099-.135-.13c-.015-.019-.032-.035-.05-.054a10.87 10.87 0 00-3.955-2.504l-.23-.078.035-.083a4.109 4.109 0 00-.12-3.255 4.11 4.11 0 00-2.438-2.16c-.656-.216-1.23-.319-1.712-.305-.033-.105-.1-.577.496-1.848L10.662 0l-.287.399c-.33.455-.648.895-.945 1.328a1.857 1.857 0 00-1.245-.58L6.79 1.061h-.012c-.033-.003-.07-.003-.104-.003-.99 0-1.81.771-1.87 1.755l-.088 1.402v.003a1.876 1.876 0 001.755 1.98l1.002.06c-.065.84.073 1.62.405 2.306a11.28 11.28 0 00-3.66 2.484C.912 14.392.912 18.052.912 20.995v1.775l1.305-1.387c.266.93.652 1.807 1.145 2.615H5.06a9.197 9.197 0 01-1.68-3.848l1.913-2.03-.985 3.09 1.74-1.267c3.075-2.234 6.745-2.75 10.91-1.53 1.806.533 3.56.04 4.474-1.256l.104-.165c.09.498.14.998.14 1.496 0 1.563-.254 3.687-1.38 5.512h1.612c.776-1.563 1.181-3.432 1.181-5.512-.001-2.2-.786-4.421-2.184-6.274zM8.894 6.192c.122-1.002.577-1.949 1.23-2.97a1.36 1.36 0 001.283.749c.216-.008.604.025 1.233.232a2.706 2.706 0 011.608 1.425c.322.681.349 1.442.079 2.15a2.69 2.69 0 01-.806 1.108l-.408-.502-.002-.003a1.468 1.468 0 00-2.06-.205c-.334.27-.514.66-.534 1.058-1.2-.54-1.8-1.643-1.628-3.04zm4.304 5.11l-.52.425a.228.228 0 01-.323-.032l-.11-.135a.238.238 0 01.034-.334l.51-.42-1.056-1.299a.307.307 0 01.044-.436.303.303 0 01.435.041l2.963 3.646a.309.309 0 01-.168.499.315.315 0 01-.31-.104l-.295-.365-1.045.854a.244.244 0 01-.154.055.237.237 0 01-.186-.09l-.477-.58a.24.24 0 01.035-.335l1.05-.858-.425-.533zM7.752 4.866l-1.196-.075a.463.463 0 01-.435-.488l.09-1.4a.462.462 0 01.461-.437h.024l1.401.091a.459.459 0 01.433.488l-.007.101a9.27 9.27 0 00-.773 1.72zm12.525 11.482c-.565.805-1.687 1.08-2.924.718-3.886-1.141-7.397-.903-10.469.7l1.636-5.122-5.29 5.609c.098-3.762 2.452-6.967 5.757-8.312.471.373 1.034.66 1.673.841.16.044.322.074.48.102a1.41 1.41 0 00.21 1.408l.075.09c-.172.45-.105.975.221 1.374l.476.582a1.39 1.39 0 001.079.513c.32 0 .635-.111.886-.314l.285-.232c.174.074.367.113.566.113a1.45 1.45 0 00.928-.326c.623-.51.72-1.435.209-2.06l-1.67-2.057a4.07 4.07 0 00.408-.38c.135.036.27.077.4.12.266.096.533.197.795.314a9.55 9.55 0 012.77 1.897c.03.03.06.055.086.083l.17.176c.038.039.076.079.11.12.08.085.16.175.24.267l.126.15c.045.053.086.104.13.16l.114.15c.04.05.079.102.117.154.838 1.149.987 2.329.404 3.157v.005zM7.718 4.115l-.835-.05.053-.836.834.051z" >
147+ </ path >
143148 </ svg >
144149 < small > Keybase</ small >
145150 </ a >
0 commit comments