This commit is contained in:
Firesieht 2022-08-28 05:05:05 +03:00
parent d4cdd3cee1
commit 9b907cbb0d
12 changed files with 126 additions and 50 deletions

View File

@ -1,3 +1,2 @@
{
"extends": "next/core-web-vitals"
}

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},

View File

@ -1 +1 @@
export const host = "http://192.168.9.207:8000"
export const host = "https://5bf1-89-223-81-202.eu.ngrok.io"

View File

@ -40,6 +40,11 @@ const Upload: NextPage = () => {
<img src="/images/myoficce.svg"></img>
<img src="/images/libreoficce.svg"></img>
</div>
<div className={styles.programsM}>
<img src="/images/wordm.svg"></img>
<img src="/images/myoficcem.svg"></img>
<img src="/images/libreoficcem.svg"></img>
</div>
</div>
</div>
<img className={styles.downloadStars} src="/images/stars.svg"></img>

View File

@ -19,22 +19,32 @@ import 'react-circular-progressbar/dist/styles.css';
const Home: NextPage = () => {
const [correct, setCorrect] = useState(true)
const [err, setErr] = useState(true)
const [sort, setSort] = useState("alphabet")
let files = JSON.parse(localStorage.getItem("files") as string)
const [file, setFile] = useState(files[0])
const [files, setFiles] = useState([])
const [file, setFile] = useState({})
const [data,setData] = useState("")
let i = 1;
let cards = new Array<JSX.Element>()
let correctClasses = 0
const getData = () =>{
let select = new Array<SelectItemIE>()
const getData = () =>{
let localFiles = JSON.parse(localStorage == undefined? "":localStorage.getItem("files") as string)
setFiles(localFiles)
setFile(localFiles[0])
if (data == ""){
axios.get(host+"/api/site/docx/" + file.uuid).then(res => {
axios.get(host+"/api/site/docx/" + (localFiles[0] as any).uuid).then(res => {
setData(res.data)
})
}
files.forEach((value : any) => {
select.push(
{
name: value.file.slice(48, value.uuid.lenght),
value: value
} as SelectItemIE
)
});
}
const onFileChange = (newFile:any) =>{
setData("")
@ -60,18 +70,13 @@ const Home: NextPage = () => {
></ErrorViewer>
)
i++
}
}
let select = new Array<SelectItemIE>()
files.forEach((value : any) => {
select.push(
{
name: value.file.slice(48, value.uuid.lenght),
value: value
} as SelectItemIE
)
});
return (
<div className={styles.container}>
@ -91,7 +96,7 @@ const Home: NextPage = () => {
</div>
<div className={styles.pagination}>
<div className={styles.tools}>
<div><a href={file.file}>Скачать файл</a></div>
<div><a href={(file as any).file}>Скачать файл</a></div>
<Checkbox checked={err} onChange={()=>setErr(!err)}>Есть замечания</Checkbox>
<Checkbox checked={correct} onChange={()=>setCorrect(!correct)}>Без замечаний </Checkbox>
</div>

View File

@ -15,19 +15,20 @@ import { useRouter } from 'next/router'
const View: NextPage = () => {
let router = useRouter()
let uuid = router.query.id as string
let router = useRouter()
let uuid = router.query.id as string
const [data,setData] = useState("")
let i = 1;
let cards = new Array<JSX.Element>()
const [text, setText] = useState("")
const getData = () =>{
if (data == ""){
axios.get(host+"/api/site/docx/" + uuid).then(res => {
setData(res.data)
})
}
setText(localStorage.getItem(uuid)?.slice(48,localStorage.getItem(uuid)?.length) as string)
}
setTimeout(getData, 2000);
if (data != ""){
@ -61,7 +62,7 @@ const View: NextPage = () => {
<img style={{ cursor:"pointer"}}src="/images/ArrowLeft.svg"></img>
</div>
<div className={styles.viewerText}>
{localStorage.getItem(uuid)?.slice(48,localStorage.getItem(uuid)?.length)}
{text}
</div>
</div>
{data == ""? <PulseLoader color={"#13377D"}></PulseLoader>:cards}

View File

@ -0,0 +1,46 @@
<svg width="67" height="48" viewBox="0 0 67 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_506_6545)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.7689 1.18164H14.4965V46.8183H51.9511V17.3582L35.7689 1.18164Z" fill="white"/>
<path d="M51.9511 48H14.4953C14.1819 48 13.8814 47.8755 13.6598 47.6539C13.4382 47.4323 13.3137 47.1317 13.3137 46.8183V1.18168C13.3137 0.868279 13.4382 0.567714 13.6598 0.346106C13.8814 0.124498 14.1819 0 14.4953 0H35.7689C36.0823 0.000243328 36.3829 0.124503 36.605 0.345637L52.786 16.5222C53.0079 16.7439 53.1326 17.0446 53.1328 17.3582V46.8183C53.1328 47.1317 53.0083 47.4323 52.7867 47.6539C52.5651 47.8755 52.2645 48 51.9511 48ZM15.6781 45.6366H50.7694V17.843L35.283 2.35663H15.6781V45.6366Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.9511 11.1872V1.18164H41.9512L51.9511 11.1872Z" fill="black"/>
<path d="M51.9511 12.3689C51.7958 12.369 51.642 12.3384 51.4985 12.2789C51.355 12.2194 51.2247 12.1322 51.1151 12.0222L41.1151 2.01997C40.9489 1.85483 40.8355 1.64399 40.7894 1.41426C40.7433 1.18453 40.7665 0.946275 40.8561 0.729772C40.9457 0.513269 41.0977 0.328294 41.2926 0.198352C41.4876 0.0684107 41.7168 -0.000628723 41.9512 4.31462e-06H51.9511C52.2645 4.31462e-06 52.5651 0.124503 52.7867 0.346111C53.0083 0.567719 53.1328 0.868283 53.1328 1.18168V11.1872C53.1329 11.3425 53.1025 11.4962 53.0431 11.6396C52.9838 11.7831 52.8968 11.9134 52.787 12.0232C52.6773 12.1329 52.5469 12.2199 52.4035 12.2793C52.2601 12.3386 52.1063 12.3691 51.9511 12.3689ZM44.8027 2.36336L50.7694 8.33236V2.36336H44.8027Z" fill="black"/>
<path d="M66.3277 23.3174H0.790985V41.6654H66.3277V23.3174Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.89063 24.8828V33.9065H8.73506V32.5362H4.67493V24.8828H2.89063Z" fill="#18A303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.79779 33.9063H11.581V27.411H9.79779V33.9063ZM10.6888 26.8522C10.8917 26.8524 11.0901 26.7924 11.259 26.6799C11.4278 26.5673 11.5594 26.4072 11.6372 26.2198C11.715 26.0324 11.7355 25.8261 11.6961 25.6271C11.6566 25.428 11.559 25.2452 11.4156 25.1016C11.2722 24.958 11.0895 24.8602 10.8905 24.8206C10.6915 24.7809 10.4852 24.8012 10.2977 24.8788C10.1102 24.9564 9.94994 25.0878 9.83719 25.2565C9.72443 25.4252 9.66425 25.6236 9.66425 25.8265C9.66425 26.0983 9.77216 26.359 9.96427 26.5514C10.1564 26.7437 10.417 26.8519 10.6888 26.8522Z" fill="#18A303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6872 28.1678H14.6603V24.3242H12.8771V33.9067H14.621L14.6603 33.1492H14.6872C15.2483 33.7743 15.8094 34.0403 16.724 34.0403C18.4545 34.0403 19.5991 32.4826 19.5991 30.5401C19.5991 28.6627 18.5745 27.2779 16.8037 27.2779C15.8588 27.2779 15.3 27.5584 14.6872 28.17V28.1678ZM14.6603 30.5109C14.6603 29.3887 15.1664 28.6469 16.1192 28.6469C17.1841 28.6469 17.7161 29.4056 17.7161 30.6445C17.7161 31.8834 17.1976 32.6644 16.145 32.6644C15.2281 32.6644 14.6547 31.9462 14.6547 30.8016L14.6603 30.5109Z" fill="#18A303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.3662 27.2773C23.9459 27.3055 23.5393 27.4385 23.1836 27.6641C22.8278 27.8897 22.5342 28.2008 22.3294 28.569H22.3036L22.2632 27.4109H20.5193V33.9062H22.3036V31.4576C22.3036 30.1536 22.5427 29.6878 22.9556 29.3949C23.3147 29.1413 23.7412 29.0347 24.3258 29.0089L24.3662 27.2773Z" fill="#18A303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9233 30.2725C30.9233 28.6621 29.938 27.2773 28.23 27.2773C26.1797 27.2773 24.8634 28.6891 24.8634 30.8325C24.8634 32.922 26.2212 34.0397 28.23 34.0397C29.1749 34.0397 29.8403 33.8927 30.4654 33.6144L30.2791 32.2824C29.7027 32.53 29.0829 32.6612 28.4555 32.6684C27.3771 32.6684 26.6858 32.1758 26.6185 31.1647H30.838C30.8937 30.8687 30.9208 30.5681 30.9188 30.2669L30.9233 30.2725ZM28.0482 28.6487C28.8203 28.6487 29.1794 29.2749 29.2063 29.9403H26.6903C26.8227 29.1952 27.3423 28.6487 28.0482 28.6487Z" fill="#18A303"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.3289 24.749C33.933 24.749 31.9624 26.4929 31.9624 29.3949C31.9624 32.297 33.933 34.0397 36.3289 34.0397C38.7248 34.0397 40.6954 32.2958 40.6954 29.3949C40.6954 26.4941 38.7248 24.749 36.3289 24.749ZM36.3289 25.6546C38.1121 25.6546 39.4711 26.9845 39.4711 29.3949C39.4711 31.8054 38.1132 33.1353 36.3289 33.1353C34.5446 33.1353 33.1867 31.8032 33.1867 29.3949C33.1867 26.9867 34.5446 25.6546 36.3289 25.6546Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.3955 27.052V27.4639H41.344V28.3168H42.3955V33.9065H43.5177V28.3168H45.1685V27.4639H43.5133V26.8792C43.5133 25.7211 44.0059 25.0422 44.8981 25.0422C45.2159 25.0355 45.532 25.0896 45.8295 25.2015L45.9417 24.3756C45.6031 24.2591 45.2482 24.1966 44.8902 24.1904C43.3056 24.1904 42.4012 25.215 42.4012 27.052H42.3955Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.1044 27.052V27.4639H45.0529V28.3168H46.1044V33.9065H47.2266V28.3168H48.8774V27.4639H47.2266V26.8792C47.2266 25.7211 47.7204 25.0422 48.6114 25.0422C48.9296 25.0356 49.2461 25.0897 49.544 25.2015L49.6495 24.3756C49.3109 24.259 48.956 24.1965 48.598 24.1904C47.0145 24.1904 46.1089 25.215 46.1089 27.052H46.1044Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1679 33.9061H51.2901V27.4635H50.1679V33.9061ZM50.729 26.5186C50.866 26.5186 50.9998 26.478 51.1137 26.4019C51.2276 26.3258 51.3163 26.2177 51.3687 26.0912C51.4211 25.9646 51.4348 25.8254 51.4081 25.6911C51.3814 25.5568 51.3155 25.4334 51.2186 25.3366C51.1218 25.2398 50.9984 25.1738 50.8641 25.1471C50.7298 25.1204 50.5906 25.1341 50.4641 25.1865C50.3375 25.2389 50.2294 25.3277 50.1533 25.4415C50.0772 25.5554 50.0366 25.6892 50.0366 25.8262C50.0357 25.9174 50.053 26.0078 50.0875 26.0922C50.122 26.1766 50.1729 26.2533 50.2374 26.3178C50.3019 26.3823 50.3786 26.4332 50.463 26.4677C50.5474 26.5022 50.6379 26.5195 50.729 26.5186Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.6064 30.6584C53.6064 29.0346 54.5782 28.1828 55.8429 28.1828C56.4411 28.1823 57.0321 28.3141 57.5733 28.5689L57.6788 27.7171C57.1336 27.4611 56.5384 27.3293 55.9361 27.3311C53.9397 27.3311 52.4348 28.5419 52.4348 30.8099C52.4348 32.9421 53.7926 34.0441 55.5904 34.0441C56.3883 34.0441 56.9606 33.9509 57.6104 33.6715L57.5038 32.8198C56.964 33.0632 56.3789 33.1902 55.7868 33.1923C54.4963 33.1923 53.6041 32.3799 53.6041 30.6629L53.6064 30.6584Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.971 30.9389C63.98 30.8626 63.9867 30.7908 63.9923 30.7224V29.8863C63.8588 28.4342 63.0048 27.3311 61.4831 27.3311C59.6876 27.3311 58.3679 28.8213 58.3679 30.8099C58.3679 32.9926 59.6853 34.0441 61.4831 34.0441C62.1748 34.0587 62.8621 33.9319 63.5031 33.6715L63.3965 32.8198C62.843 33.0637 62.2451 33.1906 61.6402 33.1923C60.3486 33.1923 59.508 32.4068 59.4833 30.9479L63.971 30.9389ZM61.39 28.1828C62.3753 28.1828 62.9072 28.9953 62.9072 30.0603H59.5406C59.701 28.9291 60.3261 28.1828 61.3911 28.1828H61.39Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5424 36.1689H2.87492V36.5505H3.9758V39.9676H4.43141V36.5505H5.5424V36.1689Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.42108 37.7057V35.9326H5.96546V39.9669H6.42108V38.4766C6.42108 37.9155 6.75774 37.5789 7.15836 37.5789C7.55899 37.5789 7.68468 37.8258 7.68468 38.3465V39.9658H8.14029V38.2028C8.14029 37.5407 7.8474 37.1996 7.28854 37.1996C7.1145 37.2027 6.9442 37.2507 6.79418 37.339C6.64416 37.4272 6.5195 37.5528 6.4323 37.7035L6.42108 37.7057Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0345 38.7156C11.0451 38.6262 11.0508 38.5363 11.0513 38.4463C11.0513 37.7516 10.6989 37.1973 10.02 37.1973C9.28831 37.1973 8.7519 37.8246 8.7519 38.6561C8.7519 39.5752 9.28831 40.0174 10.02 40.0174C10.3029 40.0237 10.584 39.9702 10.8448 39.8603L10.801 39.5023C10.5763 39.605 10.3322 39.6586 10.0851 39.6594C9.55988 39.6594 9.21873 39.3227 9.20751 38.7122L11.0345 38.7156ZM9.98295 37.5552C10.3836 37.5552 10.6002 37.8975 10.6002 38.3408H9.22883C9.29392 37.865 9.54866 37.5552 9.98295 37.5552Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9231 36.2192V39.9348C13.238 39.9749 13.5551 39.9951 13.8725 39.9954C14.9835 39.9954 16.0305 39.3288 16.0305 37.9508C16.0305 36.7399 15.2281 36.1407 13.8826 36.1407C13.5611 36.1396 13.2401 36.1658 12.9231 36.2192ZM13.3787 36.5559C13.562 36.5301 13.747 36.5192 13.932 36.5233C14.9678 36.5233 15.5311 37.0945 15.5311 38.008C15.5311 39.0887 14.8051 39.6161 13.9264 39.6161C13.758 39.6161 13.5684 39.6161 13.3787 39.5937V36.5559Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.725 37.2002C16.9328 37.2002 16.4614 37.8163 16.4614 38.6119C16.4614 39.4076 16.9328 40.0237 17.725 40.0237C18.5173 40.0237 18.9875 39.4076 18.9875 38.6119C18.9875 37.8163 18.5162 37.2002 17.725 37.2002ZM17.725 39.669C17.1763 39.669 16.9395 39.1809 16.9395 38.6153C16.9395 38.0497 17.1774 37.5615 17.725 37.5615C18.2727 37.5615 18.5106 38.0497 18.5106 38.6153C18.5106 39.1809 18.2715 39.669 17.725 39.669Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9144 38.6036C19.9144 37.9191 20.3095 37.5611 20.8246 37.5611C21.0688 37.5609 21.3099 37.6165 21.5293 37.7238L21.5731 37.3647C21.3515 37.258 21.1086 37.2028 20.8627 37.2031C20.0491 37.2031 19.4364 37.7126 19.4364 38.662C19.4364 39.5598 19.9896 40.0232 20.7213 40.0232C21.0046 40.0339 21.2866 39.9802 21.5461 39.8661L21.5024 39.5081C21.2835 39.6106 21.0449 39.6643 20.8032 39.6652C20.278 39.6652 19.9144 39.323 19.9144 38.6003V38.6036Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8388 39.5192L23.8545 39.9681H24.2944V37.2568H23.8388V38.7482C23.8388 39.3093 23.5021 39.646 23.1015 39.646C22.7009 39.646 22.5752 39.3991 22.5752 38.8784V37.2568H22.1196V39.0221C22.1196 39.6842 22.4125 40.0253 22.9713 40.0253C23.1454 40.0222 23.3157 39.9742 23.4657 39.8859C23.6157 39.7977 23.7404 39.6721 23.8276 39.5214L23.8388 39.5192Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.3209 38.2921V39.9676H28.7765V38.1473C28.7765 37.5413 28.506 37.2002 27.9909 37.2002C27.6173 37.2002 27.3176 37.446 27.1448 37.8107H27.1291C27.0259 37.4291 26.8093 37.2002 26.3907 37.2002C26.017 37.2002 25.7791 37.4067 25.5939 37.7041H25.5838L25.567 37.2552H25.1282V39.9676H25.5838V38.5895C25.5838 37.979 25.8442 37.5795 26.2504 37.5795C26.5871 37.5795 26.7273 37.8264 26.7273 38.291V39.9664H27.183V38.5895C27.183 37.9667 27.4433 37.5795 27.8495 37.5795C28.1862 37.5795 28.3265 37.8264 28.3265 38.291L28.3209 38.2921Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.6628 38.7156C31.6735 38.6262 31.6791 38.5363 31.6796 38.4463C31.6796 37.7516 31.3273 37.1973 30.6494 37.1973C29.9166 37.1973 29.3802 37.8246 29.3802 38.6561C29.3802 39.5752 29.9166 40.0174 30.6494 40.0174C30.932 40.0236 31.2127 39.9701 31.4731 39.8603L31.4294 39.5023C31.2051 39.6051 30.9613 39.6587 30.7145 39.6594C30.1882 39.6594 29.8471 39.3227 29.8358 38.7122L31.6628 38.7156ZM30.6113 37.5552C31.0119 37.5552 31.2296 37.8975 31.2296 38.3408H29.856C29.9211 37.865 30.1759 37.5552 30.6102 37.5552H30.6113Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.7794 37.7063L32.7626 37.2574H32.3249V39.9698H32.7816V38.4773C32.7816 37.9162 33.1116 37.5795 33.5178 37.5795C33.924 37.5795 34.0452 37.8264 34.0452 38.3471V39.9664H34.4997V38.2034C34.4997 37.5413 34.2068 37.2002 33.648 37.2002C33.4739 37.2033 33.3036 37.2513 33.1536 37.3396C33.0036 37.4279 32.8789 37.5534 32.7917 37.7041L32.7794 37.7063Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.5298 37.2575H35.9002V36.6582H35.4457V37.2575H35.0283V37.6166H35.4457V39.2999C35.4457 39.7936 35.7061 40.0226 36.1292 40.0226C36.2933 40.0319 36.4577 40.0071 36.6117 39.9496L36.5623 39.613C36.4694 39.6509 36.3698 39.67 36.2694 39.6691C36.0046 39.6691 35.9002 39.512 35.9002 39.1865V37.6154H36.5298V37.2575Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.8786 39.9676V38.2529H40.196V37.8724H38.8786V36.5505H40.3801V36.1689H38.423V39.9676H38.8786Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.0275 37.2002C41.2419 37.2002 40.7639 37.8163 40.7639 38.6119C40.7639 39.4076 41.2363 40.0237 42.0275 40.0237C42.8186 40.0237 43.2911 39.4076 43.2911 38.6119C43.2911 37.8163 42.8186 37.2002 42.0275 37.2002ZM42.0275 39.669C41.4798 39.669 41.2419 39.1809 41.2419 38.6153C41.2419 38.0497 41.4809 37.5615 42.0275 37.5615C42.574 37.5615 42.813 38.0497 42.813 38.6153C42.813 39.1809 42.574 39.669 42.0275 39.669Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.6208 39.5192L45.6376 39.9681H46.0764V37.2568H45.6208V38.7482C45.6208 39.3093 45.2908 39.646 44.8835 39.646C44.4761 39.646 44.3583 39.3991 44.3583 38.8784V37.2568H43.9027V39.0221C43.9027 39.6842 44.1956 40.0253 44.7533 40.0253C44.9274 40.0219 45.0977 39.9737 45.2479 39.8855C45.398 39.7973 45.5229 39.6719 45.6107 39.5214L45.6208 39.5192Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.3624 37.7063L47.3467 37.2574H46.9079V39.9698H47.3568V38.4773C47.3568 37.9162 47.6935 37.5795 48.0941 37.5795C48.5172 37.5795 48.6204 37.8264 48.6204 38.3471V39.9664H49.076V38.2034C49.076 37.5413 48.7831 37.2002 48.2254 37.2002C48.0512 37.2031 47.8806 37.251 47.7304 37.3393C47.5802 37.4276 47.4553 37.5532 47.368 37.7041L47.3624 37.7063Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.7188 37.6754C51.6368 37.5245 51.514 37.3998 51.3643 37.3156C51.2146 37.2314 51.0442 37.1912 50.8727 37.1996C50.1679 37.1996 49.691 37.8044 49.691 38.6584C49.691 39.4765 50.1197 40.0197 50.8401 40.0197C51.0149 40.021 51.1871 39.9781 51.3407 39.8949C51.4944 39.8117 51.6244 39.6909 51.7188 39.5439H51.7289L51.7458 39.9636H52.1879V35.9326H51.7323V37.6754H51.7188ZM51.7289 38.774C51.7289 39.2442 51.4484 39.6651 50.9815 39.6651C50.4552 39.6651 50.1679 39.2386 50.1679 38.6169C50.1679 37.9784 50.4451 37.5576 50.9703 37.5576C51.3878 37.5576 51.7289 37.9279 51.7289 38.4486V38.774Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.9262 37.2002C53.6479 37.1995 53.372 37.2525 53.1137 37.3562L53.1564 37.7153C53.3786 37.6171 53.6181 37.5637 53.8611 37.5582C54.2628 37.5582 54.4301 37.7995 54.4301 38.181V38.2584C54.2871 38.2334 54.142 38.2221 53.9969 38.2248C53.3303 38.2248 52.8253 38.5614 52.8253 39.1607C52.8253 39.7162 53.2214 40.0237 53.6445 40.0237C53.8058 40.027 53.9646 39.9839 54.1021 39.8996C54.2395 39.8152 54.3499 39.6931 54.42 39.5478H54.4301L54.4469 39.9676H54.8812V38.1305C54.8812 37.5189 54.5288 37.2002 53.9217 37.2002H53.9262ZM54.4301 38.8027C54.4301 39.3402 54.1652 39.6657 53.7803 39.6657C53.5031 39.6657 53.3135 39.4581 53.3135 39.127C53.3135 38.769 53.5379 38.5334 54.0676 38.5334C54.1891 38.5349 54.3103 38.5462 54.4301 38.567V38.8027Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.9146 37.2575H56.2862V36.6582H55.8306V37.2575H55.4131V37.6166H55.8306V39.2999C55.8306 39.7936 56.0909 40.0226 56.514 40.0226C56.6782 40.0319 56.8425 40.0071 56.9965 39.9496L56.9472 39.613C56.8542 39.6509 56.7547 39.67 56.6543 39.6691C56.3883 39.6691 56.2862 39.512 56.2862 39.1865V37.6154H56.9146V37.2575Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.5801 39.9674H58.029V37.2573H57.5801V39.9674ZM57.8045 36.8578C57.8626 36.8598 57.92 36.8444 57.9693 36.8136C58.0186 36.7828 58.0575 36.7379 58.0812 36.6848C58.1048 36.6317 58.1121 36.5728 58.102 36.5155C58.0919 36.4583 58.0649 36.4054 58.0245 36.3635C57.9842 36.3217 57.9322 36.2929 57.8754 36.2808C57.8185 36.2687 57.7593 36.2739 57.7054 36.2956C57.6515 36.3174 57.6053 36.3547 57.5728 36.4029C57.5403 36.4511 57.5229 36.5079 57.5229 36.566C57.5221 36.6037 57.5288 36.6411 57.5426 36.6762C57.5563 36.7113 57.5769 36.7433 57.6031 36.7704C57.6292 36.7975 57.6605 36.8192 57.6951 36.8342C57.7297 36.8492 57.7668 36.8572 57.8045 36.8578Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.9311 37.2002C59.1388 37.2002 58.6675 37.8163 58.6675 38.6119C58.6675 39.4076 59.1388 40.0237 59.9311 40.0237C60.7234 40.0237 61.1947 39.4076 61.1947 38.6119C61.1947 37.8163 60.7223 37.2002 59.9311 37.2002ZM59.9311 39.669C59.3835 39.669 59.1456 39.1809 59.1456 38.6153C59.1456 38.0497 59.3846 37.5615 59.9311 37.5615C60.4776 37.5615 60.7166 38.0497 60.7166 38.6153C60.7166 39.1809 60.4776 39.669 59.9311 39.669Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.2877 37.7063L62.272 37.2574H61.8388V39.9698H62.2877V38.4773C62.2877 37.9162 62.6176 37.5795 63.025 37.5795C63.4324 37.5795 63.5502 37.8264 63.5502 38.3471V39.9664H63.9901V37.9532C63.9228 37.4561 63.6377 37.2002 63.1541 37.2002C62.98 37.2033 62.8097 37.2513 62.6597 37.3396C62.5097 37.4279 62.385 37.5534 62.2978 37.7041L62.2877 37.7063Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_506_6545">
<rect width="65.5367" height="48" fill="white" transform="translate(0.790985)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,18 @@
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M41.7671 0H14.1328L24.5476 10.408C24.7817 10.3943 25.0175 10.3874 25.2548 10.3874C27.6269 10.3863 29.9522 11.0464 31.9691 12.2935C33.986 13.5406 35.6144 15.3251 36.6711 17.4462C36.8746 17.4329 37.0804 17.4256 37.2875 17.4256C38.9986 17.426 40.6755 17.9043 42.1288 18.8065C43.5821 19.7086 44.7538 20.9987 45.5115 22.531L48.7813 19.2653V7.36964C48.7498 5.48674 48.0113 3.68435 46.7123 2.31947C45.4132 0.954589 43.6483 0.126776 41.7671 0V0Z" fill="#00B4FF"/>
<path d="M32.2133 35.8105L43.9348 47.5187H43.9433L32.2242 35.8142H32.2133V35.8105Z" fill="#00B4FF"/>
<path d="M45.5164 22.5313L32.2242 35.8107L43.9433 47.5152C45.3518 46.9838 46.5673 46.0409 47.4313 44.8094C48.2954 43.5779 48.7679 42.1149 48.7874 40.6113V19.2607L45.5164 22.5313Z" fill="#FF6E6E"/>
<path d="M6.01051 31.4934C5.6563 30.6252 5.4749 29.6963 5.47645 28.7587C5.47645 24.8628 8.54396 21.7047 12.3272 21.7047C12.4156 21.7047 12.5028 21.7047 12.59 21.7108C12.922 18.7175 14.3063 15.9389 16.4967 13.8692C18.6872 11.7995 21.5417 10.573 24.5524 10.4078L14.1377 0.00585938H7.73742C5.83374 0.127048 4.04779 0.968067 2.74295 2.3578C1.43812 3.74754 0.712418 5.58158 0.71351 7.48677V36.7851L6.01051 31.4934Z" fill="#23D3FF"/>
<path d="M32.2133 35.8102H12.3272C11.2932 35.8112 10.2731 35.5714 9.34808 35.1099C7.83361 34.3475 6.64766 33.062 6.01051 31.4922L0.713509 36.7851V40.4995C0.713509 42.4884 1.50456 44.3958 2.91265 45.8022C3.60986 46.4985 4.43757 47.0509 5.34852 47.4277C6.25947 47.8046 7.23582 47.9986 8.22183 47.9986H41.279C42.1862 47.9981 43.0859 47.8342 43.9348 47.5148L32.2133 35.8102Z" fill="#00F5D0"/>
<path d="M48.7498 7.36964C48.7184 5.4851 47.9787 3.68124 46.6775 2.31607C45.3764 0.950889 43.6089 0.124178 41.7259 0L7.69625 0C5.79318 0.122883 4.00823 0.96442 2.70374 2.35378C1.39925 3.74315 0.672974 5.57623 0.672333 7.48091H0.672333V40.5009C0.672333 42.4898 1.46339 44.3972 2.87147 45.8036C4.27955 47.2099 6.18932 48 8.18066 48H41.2415C42.1487 47.9996 43.0484 47.8357 43.8973 47.5162H43.9057C45.3143 46.9849 46.5299 46.042 47.394 44.8105C48.2581 43.5789 48.7306 42.1159 48.7498 40.6122V19.5072V7.36964Z" fill="url(#paint0_radial_502_6390)"/>
<path d="M45.5467 22.546C44.7889 21.0137 43.6172 19.7236 42.1639 18.8214C40.7107 17.9192 39.0337 17.4409 37.3226 17.4406C37.1155 17.4406 36.9109 17.4478 36.7074 17.4611C35.6504 15.34 34.0218 13.5555 32.0047 12.3085C29.9877 11.0614 27.6622 10.4013 25.2899 10.4023C25.0477 10.4023 24.8176 10.4096 24.5827 10.4229C21.5719 10.5881 18.7174 11.8147 16.527 13.8843C14.3366 15.954 12.9522 18.7326 12.6203 21.7259C12.5331 21.7259 12.4459 21.7199 12.3575 21.7199C8.57424 21.7199 5.50672 24.8779 5.50672 28.7738C5.50517 29.7114 5.68657 30.6403 6.04078 31.5086C6.67794 33.0784 7.86388 34.3638 9.37835 35.1262C10.3034 35.5878 11.3234 35.8276 12.3575 35.8266H32.2545L45.5479 22.5472L45.5467 22.546Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.4486 21.6279C42.8736 21.6073 44.2837 21.92 45.566 22.5411L32.2678 35.8205V30.3861H32.2799C32.3862 28.0284 33.3985 25.8024 35.1062 24.1711C36.8139 22.5398 39.0856 21.629 41.4486 21.6279Z" fill="#FFD12F"/>
<defs>
<radialGradient id="paint0_radial_502_6390" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(24.7111 24.0006) scale(24.0339 24.0042)">
<stop stop-color="#261C38" stop-opacity="0.6"/>
<stop offset="0.28" stop-color="#261C38" stop-opacity="0.3"/>
<stop offset="0.86" stop-color="#302640" stop-opacity="0.05"/>
<stop offset="1" stop-color="#302640" stop-opacity="0"/>
</radialGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

13
public/images/wordm.svg Normal file
View File

@ -0,0 +1,13 @@
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_502_6381)">
<path d="M46.8239 5.75781H25.9754V42.2427H46.8239C47.5444 42.2427 48.1269 41.6602 48.1269 40.9396V7.06084C48.1269 6.34027 47.5444 5.75781 46.8239 5.75781Z" fill="#2196F3"/>
<path d="M25.9754 12.2744H44.2178V14.8792H25.9754V12.2744ZM25.9754 17.4852H44.2178V20.0913H25.9754V17.4852ZM25.9754 22.6987H44.2178V25.3047H25.9754V22.6987ZM25.9754 27.9108H44.2178V30.5155H25.9754V27.9108ZM25.9754 33.1216H44.2178V35.729H25.9754V33.1216Z" fill="white"/>
<path d="M28.5814 47.455L1.21779 42.2429V5.75802L28.5814 0.545898V47.455Z" fill="#0D47A1"/>
<path d="M20.9809 33.137H17.4405L15.0925 21.4253C14.9648 20.8038 14.8905 20.1275 14.8657 19.3718H14.824C14.768 20.2018 14.6807 20.8859 14.5673 21.4253L12.1567 33.137H8.47306L4.7464 14.8763H8.232L10.2335 27.031C10.3142 27.5574 10.3781 28.2532 10.4198 29.1249H10.4745C10.4993 28.476 10.6022 27.7555 10.7651 26.9815L13.3321 14.875H16.7486L19.0745 27.1287C19.1553 27.5822 19.2296 28.2311 19.296 29.0976H19.3364C19.3625 28.4265 19.4315 27.7489 19.5449 27.0609L21.5034 14.875H24.7192L20.9809 33.137Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_502_6381">
<rect width="48" height="48" fill="white" transform="translate(0.672333)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -221,11 +221,17 @@
/* main/black */
color: #000000;
}
.programsM{
display: none;
}
@media screen and (max-width: 1000px) {
.h1{
font-size: 24px;
}
.downloadText{
font-size: 14px !important;
}
.main{
padding:0px 25px;
padding-top: 150px;
@ -246,7 +252,14 @@
display: none;
}
.programs{
display: none;
}
.programsM{
flex-wrap: wrap;
display: flex;
gap:25px;
height: 24px;
align-items: center;
}
.profileWrapper{
flex-wrap: wrap;