git server done

This commit is contained in:
Cypro Freelance 2024-06-25 23:16:25 +05:30
parent 3e91072295
commit bd419f6e0d

View file

@ -38,8 +38,41 @@ export default {
</>
),
project: {
title: "SVRJS",
link: "https://svrjs.org",
link: "https://git.svrjs.org/",
icon: (
<svg
width="30"
height="30"
viewBox="0 0 123 123"
fill="none"
xmlns="http://www.w3.org/2000/svg"
style={{ mixBlendMode: "difference" }}
>
<g clip-path="url(#clip0_46_2)">
<mask
id="mask0_46_2"
maskUnits="userSpaceOnUse"
x="0"
y="0"
width="123"
height="123"
>
<path d="M0 0.150635H122.516V122.667H0V0.150635Z" fill="white" />
</mask>
<g mask="url(#mask0_46_2)">
<path
d="M120.208 55.9532L66.7147 2.46389C65.9824 1.73064 65.1128 1.14894 64.1556 0.752052C63.1983 0.355164 62.1723 0.150879 61.136 0.150879C60.0997 0.150879 59.0737 0.355164 58.1164 0.752052C57.1592 1.14894 56.2896 1.73064 55.5573 2.46389L44.448 13.5732L58.536 27.6612C60.1923 27.0987 61.9729 27.0109 63.6765 27.4077C65.3801 27.8045 66.9387 28.6701 68.176 29.9066C69.4199 31.1522 70.2885 32.7224 70.683 34.438C71.0774 36.1535 70.9816 37.9454 70.4067 39.6092L83.984 53.1879C85.6475 52.6098 87.4403 52.5123 89.1567 52.9066C90.8731 53.3009 92.4436 54.1711 93.688 55.4172C94.5598 56.2889 95.2514 57.3237 95.7232 58.4627C96.1951 59.6017 96.4379 60.8224 96.4379 62.0552C96.4379 63.288 96.1951 64.5088 95.7232 65.6478C95.2514 66.7867 94.5598 67.8216 93.688 68.6932C91.9265 70.4539 89.5379 71.443 87.0473 71.443C84.5568 71.443 82.1681 70.4539 80.4067 68.6932C79.0955 67.3829 78.2018 65.7136 77.8383 63.896C77.4747 62.0783 77.6577 60.1937 78.364 58.4799L65.6973 45.8172V79.1466C67.0343 79.807 68.1947 80.7764 69.0823 81.9746C69.97 83.1728 70.5595 84.5652 70.8019 86.0366C71.0443 87.5079 70.9327 89.0158 70.4762 90.4354C70.0198 91.855 69.2318 93.1455 68.1773 94.1999C67.3057 95.0717 66.2708 95.7633 65.1319 96.2351C63.9929 96.707 62.7722 96.9498 61.5393 96.9498C60.3065 96.9498 59.0858 96.707 57.9468 96.2351C56.8078 95.7633 55.773 95.0717 54.9013 94.1999C54.0293 93.3282 53.3376 92.2933 52.8656 91.1542C52.3937 90.0151 52.1508 88.7942 52.1508 87.5612C52.1508 86.3282 52.3937 85.1073 52.8656 83.9683C53.3376 82.8292 54.0293 81.7942 54.9013 80.9226C55.7807 80.0411 56.8268 79.3435 57.9787 78.8706V45.2346C56.8267 44.7642 55.7805 44.0684 54.9013 43.1879C53.5848 41.8696 52.6897 40.1899 52.3298 38.3619C51.9699 36.5339 52.1614 34.6402 52.88 32.9212L38.9893 19.0306L2.312 55.7026C1.57895 56.4353 0.997443 57.3053 0.600701 58.2629C0.203959 59.2204 -0.000244141 60.2467 -0.000244141 61.2832C-0.000244141 62.3197 0.203959 63.346 0.600701 64.3036C0.997443 65.2611 1.57895 66.1311 2.312 66.8639L55.8067 120.36C57.2867 121.838 59.2932 122.669 61.3853 122.669C63.4774 122.669 65.4839 121.838 66.964 120.36L120.208 67.1146C121.686 65.6335 122.516 63.6264 122.516 61.5339C122.516 59.4414 121.686 57.4343 120.208 55.9532Z"
fill="white"
/>
</g>
</g>
<defs>
<clipPath id="clip0_46_2">
<rect width="122.667" height="122.667" fill="white" />
</clipPath>
</defs>
</svg>
),
},
footer: {
component: null,