From da61ab072239cbbe6a891b41b86fa16b638cdfae Mon Sep 17 00:00:00 2001 From: TatianaSenatorova <108460915+TatianaSenatorova@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:34:33 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=20=D1=80=D0=B0=D0=B7=D0=B1=D0=B8=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20js-=D0=BA=D0=BE=D0=B4=D0=B0=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +- js/create-photos.js | 39 ++++++++++++++ js/data.js | 55 ++++++++++++++++++++ js/main.js | 124 +------------------------------------------- js/utils.js | 16 ++++++ 5 files changed, 113 insertions(+), 126 deletions(-) create mode 100644 js/create-photos.js create mode 100644 js/data.js create mode 100644 js/utils.js diff --git a/index.html b/index.html index 19c7560..5bc8e48 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,6 @@