-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
2,057 additions
and
1,119 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
import { SiLinkedin, SiX, SiInstagram } from "@icons-pack/react-simple-icons"; | ||
|
||
export const Footer = () => { | ||
const year = new Date().getFullYear(); | ||
const socials = [ | ||
{ | ||
icon: <SiLinkedin size={18} />, | ||
name: "linkedin", | ||
url: "https://www.linkedin.com/company/communityos", | ||
}, | ||
{ icon: <SiX size={18} />, name: "x", url: "https://x.com/communityos_" }, | ||
{ | ||
icon: <SiInstagram size={18} />, | ||
name: "instagram", | ||
url: "https://www.instagram.com/communityos.io/", | ||
}, | ||
]; | ||
const links = [ | ||
["Código de conducta", "https://legal.communityos.io"], | ||
[ | ||
"Términos y condiciones", | ||
"https://legal.communityos.io/terminos_de_compra_e_imagen", | ||
], | ||
[ | ||
"Política de privacidad", | ||
"https://legal.communityos.io/politica_de_privacidad", | ||
], | ||
[ | ||
"Terminos de servicio", | ||
"https://legal.communityos.io/terminos_de_servicio", | ||
], | ||
]; | ||
|
||
return ( | ||
<footer className="border-t bg-background/95 text-sm text-primary"> | ||
<div className="container flex flex-col justify-between gap-4 py-8 md:flex-row"> | ||
<div className="flex flex-col gap-2"> | ||
<div>© {year} Proudly Powered by CommunityOS</div> | ||
<div className="flex gap-2"> | ||
{socials.map(({ icon, name, url }) => ( | ||
<a | ||
key={name} | ||
className="hover:underline" | ||
href={url} | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
{icon} | ||
</a> | ||
))} | ||
</div> | ||
</div> | ||
<div className="flex flex-col gap-4 md:flex-row"> | ||
{links.map(([name, url]) => ( | ||
<a | ||
key={name} | ||
className="hover:underline" | ||
href={url} | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
{name} | ||
</a> | ||
))} | ||
</div> | ||
</div> | ||
</footer> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
export const CommunityOS = ({ className }: { className?: string }) => ( | ||
<svg | ||
className={className} | ||
width="226" | ||
height="36" | ||
viewBox="0 0 226 36" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M218.183 22.8083C219.086 22.8083 219.82 22.7088 220.384 22.5097C221.454 22.1283 221.989 21.4193 221.989 20.3828C221.989 19.7775 221.723 19.3089 221.193 18.9773C220.662 18.6539 219.829 18.3678 218.693 18.119L216.752 17.6837C214.845 17.2525 213.527 16.784 212.797 16.2781C211.561 15.4323 210.944 14.1097 210.944 12.3103C210.944 10.6685 211.541 9.30439 212.735 8.2181C213.929 7.13182 215.683 6.58868 217.996 6.58868C219.928 6.58868 221.574 7.1028 222.934 8.13104C224.302 9.15098 225.02 10.6353 225.086 12.584H221.404C221.338 11.4811 220.857 10.6975 219.961 10.2331C219.364 9.9263 218.622 9.7729 217.735 9.7729C216.748 9.7729 215.96 9.97191 215.372 10.3699C214.783 10.768 214.488 11.3235 214.488 12.0367C214.488 12.6918 214.779 13.181 215.359 13.5044C215.732 13.72 216.528 13.9729 217.747 14.2631L220.907 15.0219C222.291 15.3536 223.336 15.7972 224.041 16.3528C225.136 17.2152 225.683 18.4631 225.683 20.0967C225.683 21.7717 225.04 23.1648 223.755 24.276C222.478 25.3788 220.67 25.9303 218.332 25.9303C215.944 25.9303 214.066 25.3871 212.697 24.3009C211.329 23.2063 210.645 21.7054 210.645 19.7982H214.302C214.418 20.6357 214.646 21.2618 214.986 21.6764C215.608 22.431 216.673 22.8083 218.183 22.8083Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M199.811 25.9679C197.191 25.9679 195.188 25.2547 193.804 23.8285C191.946 22.0788 191.017 19.558 191.017 16.266C191.017 12.9076 191.946 10.3868 193.804 8.70348C195.188 7.27722 197.191 6.56409 199.811 6.56409C202.432 6.56409 204.434 7.27722 205.819 8.70348C207.668 10.3868 208.593 12.9076 208.593 16.266C208.593 19.558 207.668 22.0788 205.819 23.8285C204.434 25.2547 202.432 25.9679 199.811 25.9679ZM203.431 21.0423C204.318 19.9228 204.762 18.3307 204.762 16.266C204.762 14.2095 204.314 12.6215 203.418 11.5021C202.531 10.3744 201.329 9.81049 199.811 9.81049C198.294 9.81049 197.083 10.3702 196.179 11.4897C195.275 12.6091 194.823 14.2012 194.823 16.266C194.823 18.3307 195.275 19.9228 196.179 21.0423C197.083 22.1617 198.294 22.7215 199.811 22.7215C201.329 22.7215 202.535 22.1617 203.431 21.0423Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M182.746 21.9005L185.545 11.9001H189.313L184.662 25.234C183.766 27.8046 183.057 29.3967 182.535 30.0103C182.012 30.6322 180.967 30.9432 179.4 30.9432C179.085 30.9432 178.832 30.939 178.641 30.9307C178.451 30.9307 178.165 30.9183 177.783 30.8934V28.0575L178.231 28.0823C178.579 28.0989 178.911 28.0865 179.226 28.045C179.541 28.0036 179.806 27.9082 180.022 27.7589C180.229 27.618 180.42 27.3236 180.594 26.8758C180.777 26.428 180.851 26.1544 180.818 26.0549L175.843 11.9001H179.786L182.746 21.9005Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M174.96 22.933V25.5824L173.281 25.6446C171.605 25.7026 170.461 25.4124 169.848 24.7739C169.449 24.3676 169.25 23.7415 169.25 22.8957V14.5496H167.36V12.0246H169.25V8.24335H172.758V12.0246H174.96V14.5496H172.758V21.7141C172.758 22.2696 172.829 22.6179 172.97 22.7589C173.111 22.8915 173.542 22.9579 174.263 22.9579C174.371 22.9579 174.483 22.9579 174.599 22.9579C174.723 22.9496 174.844 22.9413 174.96 22.933Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M165.307 11.9003V25.4581H161.713V11.9003H165.307ZM165.307 7.01202V10.2833H161.713V7.01202H165.307Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M152.471 14.5245C151.269 14.5245 150.444 15.0345 149.996 16.0545C149.764 16.5935 149.647 17.2817 149.647 18.1192V25.4578H146.115V11.9249H149.536V13.9026C149.992 13.2061 150.423 12.7044 150.829 12.3976C151.559 11.8503 152.483 11.5767 153.603 11.5767C155.004 11.5767 156.149 11.9457 157.036 12.6837C157.931 13.4134 158.379 14.6282 158.379 16.3281V25.4578H154.747V17.2112C154.747 16.4981 154.652 15.9508 154.461 15.5694C154.113 14.8728 153.449 14.5245 152.471 14.5245Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M139.212 23.5424C139.179 23.5838 139.096 23.7082 138.963 23.9155C138.83 24.1228 138.673 24.3052 138.49 24.4628C137.935 24.9603 137.396 25.3003 136.873 25.4827C136.359 25.6652 135.754 25.7564 135.057 25.7564C133.051 25.7564 131.699 25.035 131.003 23.5921C130.613 22.7961 130.418 21.6227 130.418 20.0721V11.9001H134.05V20.0721C134.05 20.8432 134.141 21.4237 134.324 21.8134C134.647 22.5017 135.281 22.8458 136.227 22.8458C137.437 22.8458 138.267 22.3566 138.714 21.3781C138.947 20.8474 139.063 20.1467 139.063 19.276V11.9001H142.657V25.4579H139.212V23.5424Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M115.467 15.6318C115.168 14.9767 114.584 14.6492 113.713 14.6492C112.701 14.6492 112.022 14.9767 111.673 15.6318C111.483 16.005 111.387 16.5606 111.387 17.2986V25.4581H107.792V11.9252H111.238V13.9029C111.677 13.1981 112.092 12.6964 112.482 12.3979C113.17 11.8672 114.061 11.6018 115.156 11.6018C116.192 11.6018 117.03 11.8298 117.669 12.2859C118.183 12.7088 118.572 13.252 118.838 13.9153C119.302 13.1193 119.878 12.5347 120.567 12.1615C121.296 11.7884 122.109 11.6018 123.005 11.6018C123.602 11.6018 124.19 11.7179 124.771 11.9501C125.351 12.1823 125.878 12.5886 126.35 13.169C126.732 13.6417 126.989 14.2221 127.122 14.9104C127.205 15.3665 127.246 16.034 127.246 16.913L127.221 25.4581H123.589V16.8259C123.589 16.3118 123.506 15.8889 123.34 15.5572C123.025 14.927 122.445 14.6119 121.599 14.6119C120.621 14.6119 119.945 15.0182 119.572 15.8308C119.381 16.262 119.285 16.7803 119.285 17.3856V25.4581H115.716V17.3856C115.716 16.5813 115.633 15.9967 115.467 15.6318Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M92.8043 15.6318C92.5058 14.9767 91.9212 14.6492 91.0505 14.6492C90.0389 14.6492 89.3589 14.9767 89.0106 15.6318C88.8199 16.005 88.7246 16.5606 88.7246 17.2986V25.4581H85.1299V11.9252H88.5753V13.9029C89.0148 13.1981 89.4294 12.6964 89.8191 12.3979C90.5074 11.8672 91.3988 11.6018 92.4934 11.6018C93.5299 11.6018 94.3674 11.8298 95.0059 12.2859C95.52 12.7088 95.9098 13.252 96.1751 13.9153C96.6395 13.1193 97.2158 12.5347 97.904 12.1615C98.6338 11.7884 99.4464 11.6018 100.342 11.6018C100.939 11.6018 101.528 11.7179 102.108 11.9501C102.689 12.1823 103.215 12.5886 103.688 13.169C104.069 13.6417 104.326 14.2221 104.459 14.9104C104.542 15.3665 104.583 16.034 104.583 16.913L104.559 25.4581H100.927V16.8259C100.927 16.3118 100.844 15.8889 100.678 15.5572C100.363 14.927 99.7822 14.6119 98.9364 14.6119C97.9579 14.6119 97.2821 15.0182 96.909 15.8308C96.7183 16.262 96.6229 16.7803 96.6229 17.3856V25.4581H93.0531V17.3856C93.0531 16.5813 92.9702 15.9967 92.8043 15.6318Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M80.9259 13.6167C82.0703 15.0512 82.6424 16.747 82.6424 18.7039C82.6424 20.6941 82.0703 22.3981 80.9259 23.8161C79.7816 25.2258 78.0444 25.9306 75.7143 25.9306C73.3842 25.9306 71.6469 25.2258 70.5026 23.8161C69.3583 22.3981 68.7861 20.6941 68.7861 18.7039C68.7861 16.747 69.3583 15.0512 70.5026 13.6167C71.6469 12.1821 73.3842 11.4648 75.7143 11.4648C78.0444 11.4648 79.7816 12.1821 80.9259 13.6167ZM75.7018 14.4625C74.6653 14.4625 73.8651 14.8315 73.3012 15.5695C72.7457 16.2992 72.4679 17.344 72.4679 18.7039C72.4679 20.0639 72.7457 21.1128 73.3012 21.8508C73.8651 22.5889 74.6653 22.9579 75.7018 22.9579C76.7384 22.9579 77.5344 22.5889 78.09 21.8508C78.6456 21.1128 78.9234 20.0639 78.9234 18.7039C78.9234 17.344 78.6456 16.2992 78.09 15.5695C77.5344 14.8315 76.7384 14.4625 75.7018 14.4625Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M64.4326 24.0898C63.0644 25.342 61.3147 25.968 59.1836 25.968C56.5467 25.968 54.4736 25.1222 52.9645 23.4306C51.4553 21.7307 50.7007 19.4006 50.7007 16.4403C50.7007 13.2395 51.5589 10.7725 53.2754 9.03947C54.768 7.53029 56.6669 6.7757 58.9722 6.7757C62.0569 6.7757 64.3124 7.78735 65.7386 9.81065C66.5264 10.9467 66.9493 12.0869 67.0073 13.2312H63.1763C62.9276 12.3522 62.6083 11.6888 62.2186 11.2411C61.522 10.445 60.4896 10.047 59.1214 10.047C57.7283 10.047 56.6296 10.6108 55.8253 11.7386C55.0209 12.858 54.6188 14.446 54.6188 16.5025C54.6188 18.5589 55.0417 20.1013 55.8875 21.1295C56.7416 22.1495 57.8237 22.6594 59.1339 22.6594C60.4772 22.6594 61.5013 22.22 62.2061 21.341C62.5959 20.8683 62.9193 20.1593 63.1763 19.214H66.97C66.6383 21.2124 65.7925 22.8377 64.4326 24.0898Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M30.8208 20.2765C30.2333 20.2765 29.7438 20.766 29.7438 21.3535V25.8963L16.3307 33.6504L2.85885 25.8963V23.7815C3.38754 23.4486 3.75959 22.8612 3.75959 22.1759C3.75959 21.1381 2.9176 20.2961 1.87979 20.2961C0.841991 20.2961 0 21.1381 0 22.1759C0 22.7829 0.293719 23.3116 0.724505 23.664V26.5229C0.724505 26.9145 0.939897 27.267 1.27278 27.4628L15.567 35.6869C15.7629 35.9023 16.0566 36.0002 16.3307 36.0002H16.3503C16.3699 36.0002 16.3895 36.0002 16.409 36.0002C16.7027 36.0002 16.9769 35.8827 17.1923 35.6673L31.3886 27.4432C31.7215 27.2474 31.9173 26.8949 31.9173 26.5033V21.3535C31.8978 20.766 31.4082 20.2765 30.8208 20.2765Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M1.23353 10.6033L9.20307 15.2637C9.28139 16.2231 10.1038 16.9868 11.0829 16.9868C12.1207 16.9868 12.9627 16.1448 12.9627 15.107C12.9627 14.0692 12.1207 13.2272 11.0829 13.2272C10.7891 13.2272 10.515 13.286 10.28 13.4034L3.89657 9.66343L16.311 2.32049L23.8302 6.62835C24.3393 6.92207 25.0051 6.74584 25.2988 6.23673C25.5925 5.72762 25.4163 5.06186 24.9072 4.76814L16.8397 0.146981C16.5069 -0.0488309 16.0956 -0.0488309 15.7628 0.146981L1.23353 8.74312C0.900647 8.93893 0.704834 9.29139 0.704834 9.66343C0.704834 10.0551 0.900647 10.4075 1.23353 10.6033Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M30.8208 7.78387C29.8417 7.78387 29.0389 8.52796 28.941 9.48744L15.7628 17.2024C15.4299 17.3982 15.2341 17.7507 15.2341 18.1227V23.8404C15.2341 24.4279 15.7237 24.9174 16.3111 24.9174C16.8985 24.9174 17.3881 24.4279 17.3881 23.8404V18.7493L29.9788 11.3868C30.2333 11.5043 30.5075 11.5826 30.8208 11.5826C31.8586 11.5826 32.7005 10.7406 32.7005 9.70283C32.7005 8.62587 31.8586 7.78387 30.8208 7.78387Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.