From 15b4df471a09f998e165a0c3d2a51561779c9964 Mon Sep 17 00:00:00 2001 From: Factorino73 Date: Fri, 10 Nov 2023 02:05:00 +0400 Subject: [PATCH] LabWork_02 2.0 --- LabWork_01/{Info.docx => Report.docx} | Bin LabWork_02/.gitignore | 24 + LabWork_02/Report.docx | 0 LabWork_02/about_us.html | 36 +- LabWork_02/account.html | 376 ++- LabWork_02/admin.html | 0 LabWork_02/armor.html | 28 +- LabWork_02/contact_us.html | 46 +- LabWork_02/css/about_us.css | 20 - LabWork_02/css/account.css | 122 - LabWork_02/css/all.min.css | 5 - LabWork_02/css/armor.css | 73 - LabWork_02/css/bootstrap.min.css | 6 - LabWork_02/css/contact_us.css | 107 - LabWork_02/css/index.css | 56 - LabWork_02/css/style.css | 241 -- LabWork_02/index.html | 28 +- LabWork_02/js/bootstrap.min.js | 7 - LabWork_02/js/script.js | 14 - LabWork_02/package-lock.json | 2995 ++++++++++++----- LabWork_02/package.json | 29 +- LabWork_02/public/favicon/favicon.ico | Bin 0 -> 6022 bytes LabWork_02/{img => public/images}/armor.png | Bin LabWork_02/{img => public/images}/avatar.png | Bin LabWork_02/{img => public/images}/book.png | Bin LabWork_02/public/images/bookshelf.png | Bin 0 -> 22144 bytes LabWork_02/{img => public/images}/cross.png | Bin LabWork_02/{img => public/images}/logo.png | Bin LabWork_02/{img => public/images}/pickaxe.png | Bin LabWork_02/shop.html | 104 + LabWork_02/src/css/style.css | 727 ++++ LabWork_02/src/js/main.js | 0 LabWork_02/vite.config.js | 17 + 33 files changed, 3445 insertions(+), 1616 deletions(-) rename LabWork_01/{Info.docx => Report.docx} (100%) create mode 100644 LabWork_02/.gitignore create mode 100644 LabWork_02/Report.docx create mode 100644 LabWork_02/admin.html delete mode 100644 LabWork_02/css/about_us.css delete mode 100644 LabWork_02/css/account.css delete mode 100644 LabWork_02/css/all.min.css delete mode 100644 LabWork_02/css/armor.css delete mode 100644 LabWork_02/css/bootstrap.min.css delete mode 100644 LabWork_02/css/contact_us.css delete mode 100644 LabWork_02/css/index.css delete mode 100644 LabWork_02/css/style.css delete mode 100644 LabWork_02/js/bootstrap.min.js delete mode 100644 LabWork_02/js/script.js create mode 100644 LabWork_02/public/favicon/favicon.ico rename LabWork_02/{img => public/images}/armor.png (100%) rename LabWork_02/{img => public/images}/avatar.png (100%) rename LabWork_02/{img => public/images}/book.png (100%) create mode 100644 LabWork_02/public/images/bookshelf.png rename LabWork_02/{img => public/images}/cross.png (100%) rename LabWork_02/{img => public/images}/logo.png (100%) rename LabWork_02/{img => public/images}/pickaxe.png (100%) create mode 100644 LabWork_02/shop.html create mode 100644 LabWork_02/src/css/style.css create mode 100644 LabWork_02/src/js/main.js create mode 100644 LabWork_02/vite.config.js diff --git a/LabWork_01/Info.docx b/LabWork_01/Report.docx similarity index 100% rename from LabWork_01/Info.docx rename to LabWork_01/Report.docx diff --git a/LabWork_02/.gitignore b/LabWork_02/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/LabWork_02/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/LabWork_02/Report.docx b/LabWork_02/Report.docx new file mode 100644 index 0000000..e69de29 diff --git a/LabWork_02/about_us.html b/LabWork_02/about_us.html index 994c6c7..20b6d5d 100644 --- a/LabWork_02/about_us.html +++ b/LabWork_02/about_us.html @@ -1,25 +1,25 @@ + - - - - - - - + + + + + + Bookshelf +
-
-
+
-
-

- Welcome to our online library! We are a team of enthusiasts who are committed to making reading accessible to all. We know how important enchantment books are for Minecraft, but due to the variety of types of enchantments and the vastness of their application, even experienced players cannot intelligently choose the enchantments they need.
- Our goal is to make the possibility of enchanting accessible and convenient for everyone, and our book selector can help you with that. Go to the desired section and select the books you need - that's all you need to do!
- Our app is the only one of its kind. All ideas are patented and copyrighted. Any borrowing or use of materials from our labor must be negotiated with our managers, otherwise a lawsuit will follow in your side. -

-
+

+ Welcome to our online library! We are a team of enthusiasts who are committed to making reading accessible to all. We know how important enchantment books are for Minecraft, but due to the variety of types of enchantments and the vastness of their application, even experienced players cannot intelligently choose the enchantments they need.
+ Our goal is to make the possibility of enchanting accessible and convenient for everyone, and our book selector can help you with that. Go to the desired section and select the books you need - that's all you need to do!
+ Our app is the only one of its kind. All ideas are patented and copyrighted. Any borrowing or use of materials from our labor must be negotiated with our managers, otherwise a lawsuit will follow in your side. +

@@ -88,7 +86,7 @@
- + \ No newline at end of file diff --git a/LabWork_02/account.html b/LabWork_02/account.html index 04b17a2..0588077 100644 --- a/LabWork_02/account.html +++ b/LabWork_02/account.html @@ -1,25 +1,26 @@ + - - - - - - - + + + + + + Bookshelf +
-