diff --git a/admin.html b/admin.html index dac0896..27433b5 100644 --- a/admin.html +++ b/admin.html @@ -1,101 +1,126 @@ + + + + + + + + + Админка + + - - - - - - - - - LiveCinema - + +
+ +
+
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + +
НазваниеЖанр + Логлайн + + Длительность +
1Постучись в мою дверьДрама + Это какой-то очередной слезливый сериал про великую любовь и + Серкана Болата + 2:03
+
- -
- -
-
-
- -
- -
-
- - - - - - + - - - - - - - - - - - - - -
НазваниеЖанр - - Логлайн - - - - Длительность - -
1Постучись в мою дверьДрамаЭто какой-то очередной слезливый сериал про великую любовь и Серкана Болата2:03
-
- - - - - - - \ No newline at end of file + + + diff --git a/categoryfilm.html b/categoryfilm.html index d49990e..326dbc6 100644 --- a/categoryfilm.html +++ b/categoryfilm.html @@ -1,241 +1,396 @@ + + + + + + + + + LiveCinema + + - - - - - - - - + +
+ +
- - LiveCinema - +
+
+
+
+ +
+ + + + + + + + +
+
+

+ Некая информация об этом фильме. Вы сможете узнать всю + информацию чуть позже, когда будет в процессе приготовления 3 + лаба... +

+
+
- -
- -
+
+ -
-
+ +
+ + + + + + + + +
+ +
+

+ Некая информация об этом фильме. Вы сможете узнать всю + информацию чуть позже, когда будет в процессе приготовления 3 + лаба... +

+
+
+
-
-
+
+
+ +
+ + + + + + + + +
+ +
+

+ Некая информация об этом фильме. Вы сможете узнать всю + информацию чуть позже, когда будет в процессе приготовления 3 + лаба... +

+
+
+
+ +
+ + + + + + + + +
+ +
+

+ Некая информация об этом фильме. Вы сможете узнать всю + информацию чуть позже, когда будет в процессе приготовления 3 + лаба... +

+
+
+
- -
+
+
+ +
+ + + + + + + + +
+ +
+

+ Некая информация об этом фильме. Вы сможете узнать всю + информацию чуть позже, когда будет в процессе приготовления 3 + лаба... +

+
+
+
+ +
+ + + + + + + + +
+ +
+

+ Некая информация об этом фильме. Вы сможете узнать всю + информацию чуть позже, когда будет в процессе приготовления 3 + лаба... +

+
+
+
+
+
+ - - - - - - - - - - - -
-

- Некая информация об этом фильме. Вы сможете узнать всю информацию чуть позже, когда будет в - процессе приготовления 3 лаба... -

-
- - - -
- - - -
- - - - - - - - -
- -
-

- Некая информация об этом фильме. Вы сможете узнать всю информацию чуть позже, когда будет в - процессе приготовления 3 лаба... -

-
-
- - -
-
- -
- - - - - - - - -
- -
-

- Некая информация об этом фильме. Вы сможете узнать всю информацию чуть позже, когда будет в - процессе приготовления 3 лаба... -

-
-
-
- -
- - - - - - - - -
- -
-

- Некая информация об этом фильме. Вы сможете узнать всю информацию чуть позже, когда будет в - процессе приготовления 3 лаба... -

-
-
-
- -
-
- -
- - - - - - - - -
- -
-

- Некая информация об этом фильме. Вы сможете узнать всю информацию чуть позже, когда будет в - процессе приготовления 3 лаба... -

-
-
-
- -
- - - - - - - - -
- -
-

- Некая информация об этом фильме. Вы сможете узнать всю информацию чуть позже, когда будет в - процессе приготовления 3 лаба... -

-
-
-
- - - - - - - - - - - \ No newline at end of file + + + diff --git a/data.json b/data.json index e31c027..2331e86 100644 --- a/data.json +++ b/data.json @@ -2,226 +2,59 @@ "categories": [ { "id": 1, - "title": "Драма", + "name": "Драма", "img": "./static/img/img1.webp" }, { "id": 2, - "title": "Комедия", + "name": "Комедия", "img": "./static/img/img2.webp" }, { "id": 3, - "title": "Боевик", + "name": "Боевик", "img": "./static/img/img3.webp" }, { "id": 4, - "title": "Триллер", + "name": "Триллер", "img": "./static/img/img4.webp" }, { "id": 5, - "title": "Фантастика", + "name": "Фантастика", "img": "./static/img/img5.webp" }, { "id": 6, - "title": "Детектив", + "name": "Детектив", "img": "./static/img/img6.webp" } ], - "drama": [ - { - "id": 1, - "title": "Драма", - "img": "./static/images-genres/drama/img1.jpg" - }, - { - "id": 2, - "title": "Драма", - "img": "./static/images-genres/drama/img2.jpg" - }, - { - "id": 3, - "title": "Драма", - "img": "./static/images-genres/drama/img3.jpg" - }, - { - "id": 4, - "title": "Драма", - "img": "./static/images-genres/drama/img4.jpg" - }, - { - "id": 5, - "title": "Драма", - "img": "./static/images-genres/drama/img6.jpg" - } - ], - "comedy": [ - { - "id": 1, - "title": "Комедия", - "img": "./static/images-genres/comedy/img1.jpg" - }, - { - "id": 2, - "title": "Комедия", - "img": "./static/images-genres/comedy/img2.jpg" - }, - { - "id": 3, - "title": "Комедия", - "img": "./static/images-genres/comedy/img3.jpg" - }, - { - "id": 4, - "title": "Комедия", - "img": "./static/images-genres/comedy/img4.jpg" - }, - { - "id": 5, - "title": "Комедия", - "img": "./static/images-genres/comedy/img6.jpg" - } - ], - "warfilm": [ - { - "id": 1, - "title": "Боевик", - "img": "./static/images-genres/warfilms/img1.jpg" - }, - { - "id": 2, - "title": "Боевик", - "img": "./static/images-genres/warfilms/img2.webp" - }, - { - "id": 3, - "title": "Боевик", - "img": "./static/images-genres/warfilms/img3.jpeg" - }, - { - "id": 4, - "title": "Боевик", - "img": "./static/images-genres/warfilms/img4.jpg" - }, - { - "id": 5, - "title": "Боевик", - "img": "./static/images-genres/warfilms/img5.jpeg" - }, - { - "id": 6, - "title": "Боевик", - "img": "./static/images-genres/warfilms/img6.jpeg" - } - ], - "triller": [ - { - "id": 1, - "title": "Триллер", - "img": "./static/images-genres/triller/img1.jpeg" - }, - { - "id": 2, - "title": "Триллер", - "img": "./static/images-genres/triller/img2.jpg" - }, - { - "id": 3, - "title": "Триллер", - "img": "./static/images-genres/triller/img3.jpg" - }, - { - "id": 4, - "title": "Триллер", - "img": "./static/images-genres/triller/img4.jpg" - }, - { - "id": 5, - "title": "Триллер", - "img": "./static/images-genres/triller/img5.jpg" - }, - { - "id": 6, - "title": "Триллер", - "img": "./static/images-genres/triller/img6.jpg" - } - ], - "detective": [ - { - "id": 1, - "title": "Детектив", - "img": "./static/images-genres/detective/img1.jpeg" - }, - { - "id": 2, - "title": "Детектив", - "img": "./static/images-genres/detective/img2.jpg" - }, - { - "id": 3, - "title": "Детектив", - "img": "./static/images-genres/detective/img3.jpуg" - }, - { - "id": 4, - "title": "Детектив", - "img": "./static/images-genres/detective/img4.jpg" - }, - { - "id": 5, - "title": "Детектив", - "img": "./static/images-genres/detective/img5.jpg" - }, - { - "id": 6, - "title": "Детектив", - "img": "./static/images-genres/detective/img6.jpg" - } - ], - "lines": [ - { - "itemsID": "1", - "logline": "Романтическая комедия", - "img": "", - "time": "2:03" - }, - { - "itemsID": "2", - "logline": "Фильм о Великой Отечественной Войне", - "img": "", - "time": "2:40" - }, - { - "itemsID": "3", - "logline": "Мультфильм-мюзикл", - "img": "", - "time": "2:03" - } - ], "movies": [ { "id": 1, "name": "Постучись в мою дверь", "categoryId": 1, - "logline": "Какой-то очередной романтический фильм, где ктко-то кого-то любит, а кто-то нет, грустно :(", - "time": "2:03" + "desc": "Какой-то очередной романтический фильм, где ктко-то кого-то любит, а кто-то нет, грустно :(", + "duration": "2:03", + "img": "https://placehold.co/160x230/png" }, { "id": 2, "name": "А зори здесь тихие", "categoryId": 2, - "logline": "Фильм про войну, здесь больше нечего сказать", - "time": "2:54" + "desc": "Фильм про войну, здесь больше нечего сказать", + "duration": "2:54", + "img": "https://placehold.co/160x230/png" }, { "id": 3, "name": "Леди Баг и Супер Кот", "categoryId": 1, - "logline": "Божья коровка и кот пытаются найти друг друга и спасают мир от бабочек", - "time": "1:03" + "desc": "Божья коровка и кот пытаются найти друг друга и спасают мир от бабочек", + "duration": "1:03", + "img": "https://placehold.co/160x230/png" } ] -} \ No newline at end of file +} diff --git a/index.html b/index.html index 6ae423f..ef58bbb 100644 --- a/index.html +++ b/index.html @@ -1,109 +1,159 @@ + + + + + + + + + Главная + + - - - - - - - - - LiveCinema - + +
+ +
+
+
+
+
+ + +
+
+ Кино месяца + Barbie + + Марго Роби и Райан Гослинг + +
+
+ + +
+
- -
- -
-
-
-
-
- - -
-
- - Кино месяца - - - Barbie - - - Марго Роби и Райан Гослинг - -
-
- - -
-
- - - - -
-
- - - - - \ No newline at end of file + +
+
+ + diff --git a/into.html b/into.html index 5089fda..5b17a34 100644 --- a/into.html +++ b/into.html @@ -1,83 +1,119 @@ + + + + + + + + + LiveCinema + + - - - LiveCinema - - - - - - - + +
+ +
- -
- -
+
+
+

+ Имя пользователя / электронная почта +

+
+ +
+

Пароль

+
+ +
-
+ +
+
-
- -

- Имя пользователя / электронная почта -

-
- -
- -

- Пароль -

-
- -
- -
- -
-
- - - - - - - - \ No newline at end of file + + + diff --git a/katalog.html b/katalog.html index 5a0cae6..a94bd0e 100644 --- a/katalog.html +++ b/katalog.html @@ -1,153 +1,238 @@ + + + + + + + + + Каталог + + - - - - - - - - - LiveCinema - + +
+ +
- -
- -
+
+
+ + -
-
- +
+ +
+
+
+
+ © 2023 LiveCinema Бакальская Е. Д. +
+ - - -
- -
-
-
- - - - - - \ No newline at end of file + + diff --git a/lk.html b/lk.html index bee5b1d..30714e1 100644 --- a/lk.html +++ b/lk.html @@ -1,157 +1,234 @@ + + + + + + + + + Профиль + + - - - - - - - - - - LiveCinema - + +
+ +
- -
- -
+
+
+
+ Избранное +
+
+
+ +
-
-
+
+ +
-
- - Избранное - -
+
+ +
+
-
+
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+
-
- -
+
+ Посмотреть позже +
-
+
+
+ +
-
+
+ +
-
- -
+
+ +
+
-
- -
+
+
+ +
-
- -
+
+ +
-
- -
- - Посмотреть позже - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
-
- - © 2023 LiveCinema Бакальская Е. Д. - -
- - - \ No newline at end of file +
+ +
+
+
+
+ + + diff --git a/logIn.html b/logIn.html index 5ca55ce..332c4f9 100644 --- a/logIn.html +++ b/logIn.html @@ -1,113 +1,129 @@ + + + + + + + + + Вход + + - - - LiveCinema - - - - - - - + +
+ +
- +
+
+

+ Имя пользователя / электронная почта +

+
+ +
- +

Пароль

+
+ +
-
- -
+

Пароль повторно

+
+ +
+
+ +
+
+
-
- -
- -

- Имя пользователя / электронная почта -

-
- -
- -

- Пароль -

-
- -
- -

- Пароль повторно -

-
- -
- -
- -
-
-
- - - - - \ No newline at end of file + + + diff --git a/static/css/caregoryfilm.css b/static/css/caregoryfilm.css index ad10dc5..3a03ccd 100644 --- a/static/css/caregoryfilm.css +++ b/static/css/caregoryfilm.css @@ -1,6 +1,6 @@ main { background-color: rgba(0, 0, 0, 0.6); - background-image: url("../fotos/films.jpg"); + background-image: url("../images/background-films.jpg"); background-blend-mode: multiply; background-size: cover; background-position: center; @@ -39,5 +39,5 @@ main { } #item-show { - background-image: url("../fotos/11.jpeg"); + background-image: url("../images/barbie-dumaet.jpg"); } \ No newline at end of file diff --git a/static/css/catalog.css b/static/css/catalog.css index 2429460..c29843d 100644 --- a/static/css/catalog.css +++ b/static/css/catalog.css @@ -1,5 +1,5 @@ main { - background-image: url('../img/bg.png'); + background-image: url('../images/background-films.jpg'); background-color: rgba(0, 0, 0, 0.75); background-blend-mode: multiply; background-repeat: round; diff --git a/static/css/index.css b/static/css/index.css index a80cea0..cf098e5 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -58,7 +58,7 @@ a:hover { } #main-page { - background-image: url("../img/barbie_big.png"); + background-image: url("../images/barbie-v-mashine.png"); background-position: center; background-size: cover; background-repeat: no-repeat; diff --git a/static/css/into.css b/static/css/into.css index 6d164a7..6460182 100644 --- a/static/css/into.css +++ b/static/css/into.css @@ -5,7 +5,7 @@ main { body { background-color: #D8BAFF; - background-image: url("../img/logotip_LC.png"); + background-image: url("../images/logo-livecinema.png"); background-position: center; background-size: cover; background-repeat: no-repeat; diff --git a/static/css/lk.css b/static/css/lk.css index 7aa982b..d6e6875 100644 --- a/static/css/lk.css +++ b/static/css/lk.css @@ -1,7 +1,6 @@ main { font-family: Candara; background-image: linear-gradient(to bottom, #806f9f, rgb(21, 16, 54)); - /* background-image: url("../fotos/11.jpeg"); */ color: white; background-size: cover; } diff --git a/static/css/lk2.css b/static/css/lk2.css index 73bb91f..28d36e6 100644 --- a/static/css/lk2.css +++ b/static/css/lk2.css @@ -3,5 +3,5 @@ font-size: 30px; font-family: Candara; background-image: linear-gradient(to bottom, #b69fe1, rgb(40, 34, 79)); - background-image: url("../fotos/11.jpeg"); + background-image: url("../images/barbie-dumaet.jpg"); } \ No newline at end of file diff --git a/static/css/logIn.css b/static/css/logIn.css index bec7b36..f1ad2ee 100644 --- a/static/css/logIn.css +++ b/static/css/logIn.css @@ -1,6 +1,6 @@ main { background-color: rgb(0, 0, 0); - background-image: url("../fotos/logo_light.png"); + background-image: url("../images/logo-livecinema-light.png"); background-position: center; background-size: cover; background-repeat: no-repeat; diff --git a/static/css/subscribe.css b/static/css/subscribe.css index d6e1db5..b5be093 100644 --- a/static/css/subscribe.css +++ b/static/css/subscribe.css @@ -1,6 +1,6 @@ #mainSubscribe { background-color: rgba(0, 0, 0, 0.6); - background-image: url("../fotos/films.jpg"); + background-image: url("../images/background-films.jpg"); background-blend-mode: multiply; background-size: cover; background-position: center; diff --git a/static/fotos/11.jpeg b/static/fotos/11.jpeg deleted file mode 100644 index ad2fe91..0000000 Binary files a/static/fotos/11.jpeg and /dev/null differ diff --git a/static/fotos/86.jpeg b/static/fotos/86.jpeg deleted file mode 100644 index 09eea13..0000000 Binary files a/static/fotos/86.jpeg and /dev/null differ diff --git a/static/fotos/Barbie-fon.jpeg b/static/fotos/Barbie-fon.jpeg deleted file mode 100644 index d4a59fb..0000000 Binary files a/static/fotos/Barbie-fon.jpeg and /dev/null differ diff --git a/static/fotos/drama.jpeg b/static/fotos/drama.jpeg deleted file mode 100644 index a758947..0000000 Binary files a/static/fotos/drama.jpeg and /dev/null differ diff --git a/static/fotos/image 2.png b/static/fotos/image 2.png deleted file mode 100644 index 6447392..0000000 Binary files a/static/fotos/image 2.png and /dev/null differ diff --git a/static/fotos/image 3.png b/static/fotos/image 3.png deleted file mode 100644 index 31d99ae..0000000 Binary files a/static/fotos/image 3.png and /dev/null differ diff --git a/static/fotos/image 4.png b/static/fotos/image 4.png deleted file mode 100644 index 1915846..0000000 Binary files a/static/fotos/image 4.png and /dev/null differ diff --git a/static/fotos/image1.png b/static/fotos/image1.png deleted file mode 100644 index c184eb7..0000000 Binary files a/static/fotos/image1.png and /dev/null differ diff --git a/static/fotos/logo_light.png b/static/fotos/logo_light.png deleted file mode 100644 index 4baa878..0000000 Binary files a/static/fotos/logo_light.png and /dev/null differ diff --git a/static/fotos/logotip_LC 1.png b/static/fotos/logotip_LC 1.png deleted file mode 100644 index d662d62..0000000 Binary files a/static/fotos/logotip_LC 1.png and /dev/null differ diff --git a/static/fotos/logotip_LC.png b/static/fotos/logotip_LC.png deleted file mode 100644 index 4e778e8..0000000 Binary files a/static/fotos/logotip_LC.png and /dev/null differ diff --git a/static/img/bg2.png b/static/images/background-8-covers-shiffle.png similarity index 100% rename from static/img/bg2.png rename to static/images/background-8-covers-shiffle.png diff --git a/static/img/bg.png b/static/images/background-8-covers.png similarity index 100% rename from static/img/bg.png rename to static/images/background-8-covers.png diff --git a/static/fotos/films.jpg b/static/images/background-films.jpg similarity index 100% rename from static/fotos/films.jpg rename to static/images/background-films.jpg diff --git a/static/fotos/serials.jpg b/static/images/background-serials.jpg similarity index 100% rename from static/fotos/serials.jpg rename to static/images/background-serials.jpg diff --git a/static/fotos/86.jpg b/static/images/barbie-dumaet.jpg similarity index 100% rename from static/fotos/86.jpg rename to static/images/barbie-dumaet.jpg diff --git a/static/img/frame4.jpg b/static/images/barbie-i-barbieland.jpg similarity index 100% rename from static/img/frame4.jpg rename to static/images/barbie-i-barbieland.jpg diff --git a/static/img/frame2.webp b/static/images/barbie-i-monogo-kenov.webp similarity index 100% rename from static/img/frame2.webp rename to static/images/barbie-i-monogo-kenov.webp diff --git a/static/fotos/222.jpeg b/static/images/barbie-megdu-kenami.jpeg similarity index 100% rename from static/fotos/222.jpeg rename to static/images/barbie-megdu-kenami.jpeg diff --git a/static/img/frame1.jpg b/static/images/barbie-smeetsya.jpg similarity index 100% rename from static/img/frame1.jpg rename to static/images/barbie-smeetsya.jpg diff --git a/static/fotos/44.jpg b/static/images/barbie-ulybaetsya.jpg similarity index 100% rename from static/fotos/44.jpg rename to static/images/barbie-ulybaetsya.jpg diff --git a/static/fotos/Barbie_fon.png b/static/images/barbie-v-mashine.png similarity index 100% rename from static/fotos/Barbie_fon.png rename to static/images/barbie-v-mashine.png diff --git a/static/img/frame3.jpg b/static/images/barbie-v-zerkale.jpg similarity index 100% rename from static/img/frame3.jpg rename to static/images/barbie-v-zerkale.jpg diff --git a/static/images-genres/triller/img1.jpeg b/static/images/cover-57-sekund.jpeg similarity index 100% rename from static/images-genres/triller/img1.jpeg rename to static/images/cover-57-sekund.jpeg diff --git a/static/images-genres/detective/img6.jpg b/static/images/cover-anna-detektiv.jpg similarity index 100% rename from static/images-genres/detective/img6.jpg rename to static/images/cover-anna-detektiv.jpg diff --git a/static/images-genres/warfilms/img5.jpeg b/static/images/cover-apgreyd.jpeg similarity index 100% rename from static/images-genres/warfilms/img5.jpeg rename to static/images/cover-apgreyd.jpeg diff --git a/static/img/img5.webp b/static/images/cover-bez-pravil.webp similarity index 100% rename from static/img/img5.webp rename to static/images/cover-bez-pravil.webp diff --git a/static/images-genres/warfilms/img1.jpg b/static/images/cover-cherniy-lotos.jpg similarity index 100% rename from static/images-genres/warfilms/img1.jpg rename to static/images/cover-cherniy-lotos.jpg diff --git a/static/img/img2.webp b/static/images/cover-dva-holma.webp similarity index 100% rename from static/img/img2.webp rename to static/images/cover-dva-holma.webp diff --git a/static/images-genres/fantastic/img3.jpg b/static/images/cover-fantasticheskaya-chetverka.jpg similarity index 100% rename from static/images-genres/fantastic/img3.jpg rename to static/images/cover-fantasticheskaya-chetverka.jpg diff --git a/static/images-genres/fantastic/img4.jpg b/static/images/cover-golodnye-igry.jpg similarity index 100% rename from static/images-genres/fantastic/img4.jpg rename to static/images/cover-golodnye-igry.jpg diff --git a/static/images-genres/drama/img3.jpg b/static/images/cover-hatiko-samiy-verniy-drug.jpg similarity index 100% rename from static/images-genres/drama/img3.jpg rename to static/images/cover-hatiko-samiy-verniy-drug.jpg diff --git a/static/images-genres/detective/img1.jpeg b/static/images/cover-hitrovka-znak-chetyreh.jpeg similarity index 100% rename from static/images-genres/detective/img1.jpeg rename to static/images/cover-hitrovka-znak-chetyreh.jpeg diff --git a/static/images-genres/triller/img4.jpg b/static/images/cover-kak-ya-provel-etim-letom.jpg similarity index 100% rename from static/images-genres/triller/img4.jpg rename to static/images/cover-kak-ya-provel-etim-letom.jpg diff --git a/static/images-genres/comedy/img3.jpg b/static/images/cover-kandidat-narodnaya-komedia.jpg similarity index 100% rename from static/images-genres/comedy/img3.jpg rename to static/images/cover-kandidat-narodnaya-komedia.jpg diff --git a/static/img/img1.webp b/static/images/cover-kiberderevnya.webp similarity index 100% rename from static/img/img1.webp rename to static/images/cover-kiberderevnya.webp diff --git a/static/images-genres/drama/img1.jpg b/static/images/cover-koroleva-serdec.jpg similarity index 100% rename from static/images-genres/drama/img1.jpg rename to static/images/cover-koroleva-serdec.jpg diff --git a/static/img/img8.webp b/static/images/cover-kruche-nekuda.webp similarity index 100% rename from static/img/img8.webp rename to static/images/cover-kruche-nekuda.webp diff --git a/static/images-genres/detective/img2.jpg b/static/images/cover-kto-poymal-buket-nevesty.jpg similarity index 100% rename from static/images-genres/detective/img2.jpg rename to static/images/cover-kto-poymal-buket-nevesty.jpg diff --git a/static/img/img9.webp b/static/images/cover-lamborgini.webp similarity index 100% rename from static/img/img9.webp rename to static/images/cover-lamborgini.webp diff --git a/static/img/img3.webp b/static/images/cover-ledybag-i-superkot.webp similarity index 100% rename from static/img/img3.webp rename to static/images/cover-ledybag-i-superkot.webp diff --git a/static/images-genres/drama/img6.jpg b/static/images/cover-lubov-lubit-sluchainosti.jpg similarity index 100% rename from static/images-genres/drama/img6.jpg rename to static/images/cover-lubov-lubit-sluchainosti.jpg diff --git a/static/images-genres/drama/img2.jpg b/static/images/cover-marriage-story.jpg similarity index 100% rename from static/images-genres/drama/img2.jpg rename to static/images/cover-marriage-story.jpg diff --git a/static/images-genres/triller/img2.jpg b/static/images/cover-mizantrop.jpg similarity index 100% rename from static/images-genres/triller/img2.jpg rename to static/images/cover-mizantrop.jpg diff --git a/static/images-genres/comedy/img1.jpeg b/static/images/cover-moya-piratskaya-svadba.jpeg similarity index 100% rename from static/images-genres/comedy/img1.jpeg rename to static/images/cover-moya-piratskaya-svadba.jpeg diff --git a/static/images-genres/triller/img6.jpg b/static/images/cover-narkoz.jpg similarity index 100% rename from static/images-genres/triller/img6.jpg rename to static/images/cover-narkoz.jpg diff --git a/static/images-genres/detective/img5.jpg b/static/images/cover-nastoyzschiy-detektiv.jpg similarity index 100% rename from static/images-genres/detective/img5.jpg rename to static/images/cover-nastoyzschiy-detektiv.jpg diff --git a/static/images-genres/comedy/img2.jpg b/static/images/cover-neposredstvenno-kacha.jpg similarity index 100% rename from static/images-genres/comedy/img2.jpg rename to static/images/cover-neposredstvenno-kacha.jpg diff --git a/static/images-genres/warfilms/img6.jpeg b/static/images/cover-nindzya-2.jpeg similarity index 100% rename from static/images-genres/warfilms/img6.jpeg rename to static/images/cover-nindzya-2.jpeg diff --git a/static/img/img7.webp b/static/images/cover-novichok.webp similarity index 100% rename from static/img/img7.webp rename to static/images/cover-novichok.webp diff --git a/static/img/img10.webp b/static/images/cover-papiny-dochki.webp similarity index 100% rename from static/img/img10.webp rename to static/images/cover-papiny-dochki.webp diff --git a/static/images/cover-placeholder160x230.png b/static/images/cover-placeholder160x230.png new file mode 100644 index 0000000..e055d7a Binary files /dev/null and b/static/images/cover-placeholder160x230.png differ diff --git a/static/images-genres/triller/img3.jpg b/static/images/cover-pod-pokrovom-nochi.jpg similarity index 100% rename from static/images-genres/triller/img3.jpg rename to static/images/cover-pod-pokrovom-nochi.jpg diff --git a/static/fotos/ment-s_rub.jpeg b/static/images/cover-policeyskiy-s-rublevki.jpeg similarity index 100% rename from static/fotos/ment-s_rub.jpeg rename to static/images/cover-policeyskiy-s-rublevki.jpeg diff --git a/static/images-genres/drama/img4.jpg b/static/images/cover-posle-glava-2.jpg similarity index 100% rename from static/images-genres/drama/img4.jpg rename to static/images/cover-posle-glava-2.jpg diff --git a/static/fotos/serkan.jpeg b/static/images/cover-postuchis-v-mou-dver.jpeg similarity index 100% rename from static/fotos/serkan.jpeg rename to static/images/cover-postuchis-v-mou-dver.jpeg diff --git a/static/images-genres/comedy/img4.jpg b/static/images/cover-prababushka-legkogo-povedeniya.jpg similarity index 100% rename from static/images-genres/comedy/img4.jpg rename to static/images/cover-prababushka-legkogo-povedeniya.jpg diff --git a/static/images-genres/detective/img4.jpg b/static/images/cover-professor-and-madman.jpg similarity index 100% rename from static/images-genres/detective/img4.jpg rename to static/images/cover-professor-and-madman.jpg diff --git a/static/images-genres/warfilms/img4.jpg b/static/images/cover-reid-vygivshiy.jpg similarity index 100% rename from static/images-genres/warfilms/img4.jpg rename to static/images/cover-reid-vygivshiy.jpg diff --git a/static/img/img4.webp b/static/images/cover-s-nulya.webp similarity index 100% rename from static/img/img4.webp rename to static/images/cover-s-nulya.webp diff --git a/static/images-genres/warfilms/img3.jpeg b/static/images/cover-shugaley.jpeg similarity index 100% rename from static/images-genres/warfilms/img3.jpeg rename to static/images/cover-shugaley.jpeg diff --git a/static/images-genres/fantastic/img2.jpeg b/static/images/cover-slezy-stali.jpeg similarity index 100% rename from static/images-genres/fantastic/img2.jpeg rename to static/images/cover-slezy-stali.jpeg diff --git a/static/images-genres/fantastic/img6.jpg b/static/images/cover-sonik-v-kino.jpg similarity index 100% rename from static/images-genres/fantastic/img6.jpg rename to static/images/cover-sonik-v-kino.jpg diff --git a/static/images-genres/triller/img5.jpg b/static/images/cover-split.jpg similarity index 100% rename from static/images-genres/triller/img5.jpg rename to static/images/cover-split.jpg diff --git a/static/images-genres/fantastic/img5.jpg b/static/images/cover-tainy-dambldora.jpg similarity index 100% rename from static/images-genres/fantastic/img5.jpg rename to static/images/cover-tainy-dambldora.jpg diff --git a/static/images-genres/detective/img3.jpeg b/static/images/cover-ubiystva-po-otkrytkam.jpeg similarity index 100% rename from static/images-genres/detective/img3.jpeg rename to static/images/cover-ubiystva-po-otkrytkam.jpeg diff --git a/static/fotos/akademy-ambrella.jpeg b/static/images/cover-umbrella-academy.jpeg similarity index 100% rename from static/fotos/akademy-ambrella.jpeg rename to static/images/cover-umbrella-academy.jpeg diff --git a/static/images-genres/fantastic/img1.jpg b/static/images/cover-valerian-i-gorod-tysyachi-planet.jpg similarity index 100% rename from static/images-genres/fantastic/img1.jpg rename to static/images/cover-valerian-i-gorod-tysyachi-planet.jpg diff --git a/static/images-genres/warfilms/img2.webp b/static/images/cover-without-remorse.webp similarity index 100% rename from static/images-genres/warfilms/img2.webp rename to static/images/cover-without-remorse.webp diff --git a/static/images-genres/comedy/img6.jpg b/static/images/cover-za-bortom.jpg similarity index 100% rename from static/images-genres/comedy/img6.jpg rename to static/images/cover-za-bortom.jpg diff --git a/static/img/img6.webp b/static/images/cover-zveroboy.webp similarity index 100% rename from static/img/img6.webp rename to static/images/cover-zveroboy.webp diff --git a/static/images/favicon.svg b/static/images/favicon.svg new file mode 100644 index 0000000..803fca6 --- /dev/null +++ b/static/images/favicon.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + diff --git a/static/fotos/pngwing.com (1).png b/static/images/icon-enter.png similarity index 100% rename from static/fotos/pngwing.com (1).png rename to static/images/icon-enter.png diff --git a/static/fotos/pngwing.com.png b/static/images/icon-home.png similarity index 100% rename from static/fotos/pngwing.com.png rename to static/images/icon-home.png diff --git a/static/img/logo_light.png b/static/images/logo-livecinema-light.png similarity index 100% rename from static/img/logo_light.png rename to static/images/logo-livecinema-light.png diff --git a/static/img/logo_livecinema.png b/static/images/logo-livecinema-small.png similarity index 100% rename from static/img/logo_livecinema.png rename to static/images/logo-livecinema-small.png diff --git a/static/img/logotip_LC.png b/static/images/logo-livecinema.png similarity index 100% rename from static/img/logotip_LC.png rename to static/images/logo-livecinema.png diff --git a/static/img/img13.webp b/static/images/poster-korolevskiy-korgi.webp similarity index 100% rename from static/img/img13.webp rename to static/images/poster-korolevskiy-korgi.webp diff --git a/static/fotos/scale.jpeg b/static/images/poster-moana.jpeg similarity index 100% rename from static/fotos/scale.jpeg rename to static/images/poster-moana.jpeg diff --git a/static/img/img11.webp b/static/images/poster-posle-navsegda.webp similarity index 100% rename from static/img/img11.webp rename to static/images/poster-posle-navsegda.webp diff --git a/static/img/img12.webp b/static/images/poster-posredniki.webp similarity index 100% rename from static/img/img12.webp rename to static/images/poster-posredniki.webp diff --git a/static/img/11.jpeg b/static/img/11.jpeg deleted file mode 100644 index ad2fe91..0000000 Binary files a/static/img/11.jpeg and /dev/null differ diff --git a/static/img/222.jpeg b/static/img/222.jpeg deleted file mode 100644 index ef279f9..0000000 Binary files a/static/img/222.jpeg and /dev/null differ diff --git a/static/img/86.jpg b/static/img/86.jpg deleted file mode 100644 index bc8d9ae..0000000 Binary files a/static/img/86.jpg and /dev/null differ diff --git a/static/img/Barbie-fon.jpeg b/static/img/Barbie-fon.jpeg deleted file mode 100644 index ac4956a..0000000 Binary files a/static/img/Barbie-fon.jpeg and /dev/null differ diff --git a/static/img/barbie_big.png b/static/img/barbie_big.png deleted file mode 100644 index ccccefb..0000000 Binary files a/static/img/barbie_big.png and /dev/null differ diff --git a/static/img/films.jpg b/static/img/films.jpg deleted file mode 100644 index f0f5147..0000000 Binary files a/static/img/films.jpg and /dev/null differ diff --git a/static/img/nBkSUhL2hFknms--Jr6BrNOp2Z3z8Zii1iDEh_fH_nKUPXuaDyXTjHou4MVO6BCVoZKf9GqVe5Q_CPawk214LyWK9G1N5ho=KXnj778DaqLSULwyKJtlbw.jpg b/static/img/nBkSUhL2hFknms--Jr6BrNOp2Z3z8Zii1iDEh_fH_nKUPXuaDyXTjHou4MVO6BCVoZKf9GqVe5Q_CPawk214LyWK9G1N5ho=KXnj778DaqLSULwyKJtlbw.jpg deleted file mode 100644 index b4f4338..0000000 Binary files a/static/img/nBkSUhL2hFknms--Jr6BrNOp2Z3z8Zii1iDEh_fH_nKUPXuaDyXTjHou4MVO6BCVoZKf9GqVe5Q_CPawk214LyWK9G1N5ho=KXnj778DaqLSULwyKJtlbw.jpg and /dev/null differ diff --git a/static/img/pngwing.com (1).png b/static/img/pngwing.com (1).png deleted file mode 100644 index 3969590..0000000 Binary files a/static/img/pngwing.com (1).png and /dev/null differ diff --git a/static/img/pngwing.com.png b/static/img/pngwing.com.png deleted file mode 100644 index b1ede4e..0000000 Binary files a/static/img/pngwing.com.png and /dev/null differ diff --git a/static/img/scale.jpeg b/static/img/scale.jpeg deleted file mode 100644 index 17e9221..0000000 Binary files a/static/img/scale.jpeg and /dev/null differ diff --git a/static/img/Без названия (1).jpeg b/static/img/Без названия (1).jpeg deleted file mode 100644 index 6606cd8..0000000 Binary files a/static/img/Без названия (1).jpeg and /dev/null differ diff --git a/static/img/Без названия.jpeg b/static/img/Без названия.jpeg deleted file mode 100644 index 722b46c..0000000 Binary files a/static/img/Без названия.jpeg and /dev/null differ diff --git a/static/img/Полицейский_с_Рублёвки._Новогодний_беспредел.jpeg b/static/img/Полицейский_с_Рублёвки._Новогодний_беспредел.jpeg deleted file mode 100644 index eb11b76..0000000 Binary files a/static/img/Полицейский_с_Рублёвки._Новогодний_беспредел.jpeg and /dev/null differ diff --git a/static/img/сериалы.jpg b/static/img/сериалы.jpg deleted file mode 100644 index bb7cb2d..0000000 Binary files a/static/img/сериалы.jpg and /dev/null differ diff --git a/subscribe.html b/subscribe.html index 901531a..aa20d89 100644 --- a/subscribe.html +++ b/subscribe.html @@ -1,98 +1,145 @@ + + + + + + + + + Подписка + + - - - LiveCinema - - - - - - - + +
+ +
- -
- -
+
+
+
+
+ +
-
-
+
+ +
-
+
+ +
+
-
- -
+
+ Оформи подписку +
-
- -
+
+
+ +
+
+
+
-
- -
-
+ +
+ © 2023, Live Cinema. All rights reserved. +
-
- Оформи подписку -
- -
-
- -
-
- -
-
- - - - - - - - - \ No newline at end of file + + +