From 110e85b9c76e2610e2244eb926587df64899c772 Mon Sep 17 00:00:00 2001 From: archos Date: Sun, 30 Jun 2024 18:29:44 +0200 Subject: [PATCH] =?UTF-8?q?Nahr=C3=A1n=C3=AD=20k=C3=B3du=20od=20kolegy=20d?= =?UTF-8?q?o=20v=C4=9Btve=20test=5Fweb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- error/403.html | 22 + error/404.html | 19 + error/413.html | 20 + error/5xx.html | 22 + index.html | 87 +- index/about/img/qrcode-paypal.png | Bin 0 -> 64749 bytes index/about/index.html | 137 ++ index/games/fractal/index.html | 56 + .../games/fractal/script/starter-template.js | 12 + index/games/fractal/script/xaos.js | 1518 +++++++++++++++++ index/games/fractal/style.css | 67 + index/games/index.html | 81 + index/games/rps/index.html | 51 + index/games/rps/script/script.js | 93 + index/privaci-policy/index.html | 169 ++ index/project/YourTravelAssistant/Readme.md | 3 + .../YourTravelAssistant/cestovatel.css | 554 ++++++ .../YourTravelAssistant/cestovatel.html | 217 +++ .../icons/PngItem_1608357.png | Bin 0 -> 7183 bytes .../YourTravelAssistant/icons/car-white.png | Bin 0 -> 9677 bytes .../YourTravelAssistant/icons/cycle-white.png | Bin 0 -> 13979 bytes .../icons/hiking-white.png | Bin 0 -> 15609 bytes .../YourTravelAssistant/icons/water-white.png | Bin 0 -> 8247 bytes .../alexey-fedenkov-BaCZYH9RLmQ-unsplash.jpg | Bin 0 -> 149366 bytes ...nneliese-phillips-uv4-vl3liKM-unsplash.jpg | Bin 0 -> 261729 bytes .../chung-yee-tsang-wqxCKM0R6R8-unsplash.jpg | Bin 0 -> 2895020 bytes .../daniel-tseng-73lmMKhi2U8-unsplash.jpg | Bin 0 -> 243733 bytes .../holly-mandarich-UVyOfX3v0Ls-unsplash.jpg | Bin 0 -> 159467 bytes .../james-wheeler-ZOA-cqKuJAA-unsplash.jpg | Bin 0 -> 171830 bytes .../jeffrey-keenan-pUhxoSapPFA-unsplash.jpg | Bin 0 -> 61230 bytes .../julian-bialowas-ilkTnuMunP8-unsplash.jpg | Bin 0 -> 133211 bytes .../kalen-emsley-kGSapVfg8Kw-unsplash.jpg | Bin 0 -> 224889 bytes .../matej-drha-rbDzMcJsBkY-unsplash.jpg | Bin 0 -> 304409 bytes .../omer-salom-LoijtQXXNhs-unsplash.jpg | Bin 0 -> 89055 bytes .../patrick-szylar-45bM3XGqnDE-unsplash.jpg | Bin 0 -> 208567 bytes .../scott-goodwill-y8Ngwq34_Ak-unsplash.jpg | Bin 0 -> 201587 bytes .../simon-english-48nerZQCHgo-unsplash.jpg | Bin 0 -> 241506 bytes ...vincentiu-solomon-7MH4ped6_Mo-unsplash.jpg | Bin 0 -> 333411 bytes index/project/index.html | 116 ++ .../project/kartaProduktu/img/psi-hracka.png | Bin 0 -> 375537 bytes .../project/kartaProduktu/karta-produktu.html | 55 + index/project/kartaProduktu/style.karta.css | 147 ++ .../project/nature/images/PngItem_1608357.png | Bin 0 -> 7183 bytes .../photo-1512419180521-2c5585bdf851.avif | Bin 0 -> 864927 bytes .../photo-1540503831458-3237544b2ce5.avif | Bin 0 -> 551633 bytes index/project/nature/nature-and-culture.html | 41 + index/project/nature/style-nature.css | 115 ++ .../project/zivotopis/Folder.DotSettings.user | 2 + index/project/zivotopis/README.md | 3 + .../zivotopis/image/1702045296079.jpeg | Bin 0 -> 54700 bytes index/project/zivotopis/style-cv.css | 86 + index/project/zivotopis/zivotopis.html | 183 ++ index/projects/index.html | 121 ++ index/projects/nsc-web/index.html | 84 + index/projects/nsc-web/script/script.js | 19 + index/projects/script/script.js | 38 + index/repository/index.html | 44 + index/socials/index.html | 73 + package.json | 17 + pnpm-lock.yaml | 1336 +++++++++++++++ style/alt.index.html | 27 + style/alt.style.css | 315 ++++ style/style.css | 744 ++++++++ 63 files changed, 6671 insertions(+), 23 deletions(-) create mode 100755 error/403.html create mode 100755 error/404.html create mode 100755 error/413.html create mode 100755 error/5xx.html create mode 100644 index/about/img/qrcode-paypal.png create mode 100755 index/about/index.html create mode 100755 index/games/fractal/index.html create mode 100755 index/games/fractal/script/starter-template.js create mode 100755 index/games/fractal/script/xaos.js create mode 100755 index/games/fractal/style.css create mode 100755 index/games/index.html create mode 100755 index/games/rps/index.html create mode 100755 index/games/rps/script/script.js create mode 100644 index/privaci-policy/index.html create mode 100644 index/project/YourTravelAssistant/Readme.md create mode 100644 index/project/YourTravelAssistant/cestovatel.css create mode 100644 index/project/YourTravelAssistant/cestovatel.html create mode 100644 index/project/YourTravelAssistant/icons/PngItem_1608357.png create mode 100644 index/project/YourTravelAssistant/icons/car-white.png create mode 100644 index/project/YourTravelAssistant/icons/cycle-white.png create mode 100644 index/project/YourTravelAssistant/icons/hiking-white.png create mode 100644 index/project/YourTravelAssistant/icons/water-white.png create mode 100644 index/project/YourTravelAssistant/images/alexey-fedenkov-BaCZYH9RLmQ-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/anneliese-phillips-uv4-vl3liKM-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/chung-yee-tsang-wqxCKM0R6R8-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/daniel-tseng-73lmMKhi2U8-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/holly-mandarich-UVyOfX3v0Ls-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/james-wheeler-ZOA-cqKuJAA-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/jeffrey-keenan-pUhxoSapPFA-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/julian-bialowas-ilkTnuMunP8-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/kalen-emsley-kGSapVfg8Kw-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/matej-drha-rbDzMcJsBkY-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/omer-salom-LoijtQXXNhs-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/patrick-szylar-45bM3XGqnDE-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/scott-goodwill-y8Ngwq34_Ak-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/simon-english-48nerZQCHgo-unsplash.jpg create mode 100644 index/project/YourTravelAssistant/images/vincentiu-solomon-7MH4ped6_Mo-unsplash.jpg create mode 100755 index/project/index.html create mode 100644 index/project/kartaProduktu/img/psi-hracka.png create mode 100644 index/project/kartaProduktu/karta-produktu.html create mode 100644 index/project/kartaProduktu/style.karta.css create mode 100644 index/project/nature/images/PngItem_1608357.png create mode 100644 index/project/nature/images/photo-1512419180521-2c5585bdf851.avif create mode 100644 index/project/nature/images/photo-1540503831458-3237544b2ce5.avif create mode 100644 index/project/nature/nature-and-culture.html create mode 100644 index/project/nature/style-nature.css create mode 100644 index/project/zivotopis/Folder.DotSettings.user create mode 100644 index/project/zivotopis/README.md create mode 100644 index/project/zivotopis/image/1702045296079.jpeg create mode 100644 index/project/zivotopis/style-cv.css create mode 100644 index/project/zivotopis/zivotopis.html create mode 100755 index/projects/index.html create mode 100755 index/projects/nsc-web/index.html create mode 100755 index/projects/nsc-web/script/script.js create mode 100755 index/projects/script/script.js create mode 100644 index/repository/index.html create mode 100755 index/socials/index.html create mode 100644 package.json create mode 100644 pnpm-lock.yaml create mode 100755 style/alt.index.html create mode 100755 style/alt.style.css create mode 100755 style/style.css diff --git a/error/403.html b/error/403.html new file mode 100755 index 0000000..f1e2843 --- /dev/null +++ b/error/403.html @@ -0,0 +1,22 @@ + + + + + + + 403 Error + + + + + + + + diff --git a/error/404.html b/error/404.html new file mode 100755 index 0000000..c23b231 --- /dev/null +++ b/error/404.html @@ -0,0 +1,19 @@ + + + + + + + 404 Error + + + + + + + + diff --git a/error/413.html b/error/413.html new file mode 100755 index 0000000..c6bb92b --- /dev/null +++ b/error/413.html @@ -0,0 +1,20 @@ + + + + + + + 413 Error + + + + + + + + diff --git a/error/5xx.html b/error/5xx.html new file mode 100755 index 0000000..bb706a9 --- /dev/null +++ b/error/5xx.html @@ -0,0 +1,22 @@ + + + + + + + 5XX Error + + + + + + + + diff --git a/index.html b/index.html index da8d59b..895ef91 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,70 @@ - - - - Oscloud - - - -
-

Vítejte na Oscloud

- + + + + + + Kankys v Matrixu + + + + + + + + -
-

Váš bezpečný cloud

-

Oscloud je váš bezpečný cloud. Naším cílem je ukázat lidem výhody bezpečného internetu a Open Source technologií.

-
-