Skip to content

Commit

Permalink
[deployment auto commit]
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaMDZH committed Oct 17, 2022
1 parent 7dbc05d commit 5e86c86
Show file tree
Hide file tree
Showing 8 changed files with 276 additions and 284 deletions.
295 changes: 139 additions & 156 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions website/out/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/1351943a710cedae.css" as="style"/><link rel="stylesheet" href="/_next/static/css/1351943a710cedae.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-7ee66019f7f6d30f.js" defer=""></script><script src="/_next/static/chunks/framework-f99e4e38d5204d9a.js" defer=""></script><script src="/_next/static/chunks/main-e0ddca6ca271803b.js" defer=""></script><script src="/_next/static/chunks/pages/_app-1c3e9f62218baa15.js" defer=""></script><script src="/_next/static/chunks/pages/_error-7397496ca01950b1.js" defer=""></script><script src="/_next/static/joYeE7DIlpGAJpfXqIUQ7/_buildManifest.js" defer=""></script><script src="/_next/static/joYeE7DIlpGAJpfXqIUQ7/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/1351943a710cedae.css" as="style"/><link rel="stylesheet" href="/_next/static/css/1351943a710cedae.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-7ee66019f7f6d30f.js" defer=""></script><script src="/_next/static/chunks/framework-f99e4e38d5204d9a.js" defer=""></script><script src="/_next/static/chunks/main-e0ddca6ca271803b.js" defer=""></script><script src="/_next/static/chunks/pages/_app-1c3e9f62218baa15.js" defer=""></script><script src="/_next/static/chunks/pages/_error-7397496ca01950b1.js" defer=""></script><script src="/_next/static/znLl4AeSfQzWEU7HBupEI/_buildManifest.js" defer=""></script><script src="/_next/static/znLl4AeSfQzWEU7HBupEI/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
body { margin: 0; color: #000; background: #fff; }
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, .3);
Expand All @@ -9,4 +9,4 @@
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, .3);
}
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"joYeE7DIlpGAJpfXqIUQ7","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"znLl4AeSfQzWEU7HBupEI","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
background: #555;
}
}
.hiddenScrollbar, .imageViewer > .container > .footer > .thumbnailsWrapper, .imageViewer > .container > .imagesWrapper > .imageContainer, .imageViewer > .container > .imagesWrapper {
scrollbar-width: none;
}
.hiddenScrollbar::-webkit-scrollbar, .imageViewer > .container > .footer > .thumbnailsWrapper::-webkit-scrollbar, .imageViewer > .container > .imagesWrapper > .imageContainer::-webkit-scrollbar, .imageViewer > .container > .imagesWrapper::-webkit-scrollbar {
width: 0;
height: 0;
Expand Down Expand Up @@ -381,7 +385,9 @@
}
.imageViewer > .container > .footer > .thumbnailsWrapper > .thumbnailContainer > .thumbnail {
width: auto;
height: calc(100% - 10px);
max-width: 120px;
height: auto;
max-height: 70px;
border: solid 3px transparent;
border-radius: 3px;
cursor: pointer;
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/out/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5e86c86

Please sign in to comment.