From ad11cab9e4366da398ca27d22a171f3ac4490adf Mon Sep 17 00:00:00 2001 From: Allocene Date: Wed, 13 Dec 2023 17:36:30 +0200 Subject: [PATCH 01/14] homework 10_final (basic changes) --- .../GamesProject/about.html | 4 + .../GamesProject/calculator.html | 4 + .../GamesProject/games.html | 34 +++--- .../GamesProject/login.html | 4 + .../GamesProject/script/burger.js | 21 ++++ .../GamesProject/script/games.js | 14 ++- .../GamesProject/style/footer.css | 35 +++++- .../GamesProject/style/header.css | 104 ++++++++++++++++++ .../GamesProject/style/main-about.css | 96 ++++++++++++++++ 9 files changed, 292 insertions(+), 24 deletions(-) create mode 100644 homeworks/artur.kobyliatsky_Allocene/GamesProject/script/burger.js diff --git a/homeworks/artur.kobyliatsky_Allocene/GamesProject/about.html b/homeworks/artur.kobyliatsky_Allocene/GamesProject/about.html index 376af4ee..06d54a40 100644 --- a/homeworks/artur.kobyliatsky_Allocene/GamesProject/about.html +++ b/homeworks/artur.kobyliatsky_Allocene/GamesProject/about.html @@ -36,6 +36,9 @@ +
+ +
@@ -99,6 +102,7 @@