From 8f81c305fca985b30e8841e502c6ae13a440e8de Mon Sep 17 00:00:00 2001 From: "rit1992@mail.ru" <158091165+margarita0206@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:09:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC=20=D1=8D=D1=84=D1=84=D0=B5=D0=BA=D1=82=D1=8B=20?= =?UTF-8?q?=D1=84=D0=BE=D1=82=D0=BE=20=D0=B8=20=D1=81=D0=BB=D0=B0=D0=B9?= =?UTF-8?q?=D0=B4=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 + js/constant.js | 80 +++++++++++++++- js/effects-img.js | 95 +++++++++++++++++++ ...img-upload-form-modal.js => form-modal.js} | 18 ++-- js/form-validate.js | 75 +++++++++++++++ js/img-upload-form-validate.js | 10 -- js/main.js | 2 + js/modal-pictures.js | 4 +- js/scale.js | 35 +++++++ 9 files changed, 301 insertions(+), 20 deletions(-) create mode 100644 js/effects-img.js rename js/{img-upload-form-modal.js => form-modal.js} (78%) create mode 100644 js/form-validate.js delete mode 100644 js/img-upload-form-validate.js create mode 100644 js/scale.js diff --git a/index.html b/index.html index b6029b7..65fdd3a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ +