From fbe7f8cdd1de9069ff90f35561682433b8bfec96 Mon Sep 17 00:00:00 2001 From: tolyakryv <jp.komod.su@gmail.com> Date: Wed, 4 May 2022 22:11:56 +0300 Subject: [PATCH] rename folder --- src/html/one-card-modal.html | 23 -------------------- src/index.html | 3 +-- src/{html => partials}/one-card-preview.html | 0 src/sass/components/_one-card-modal.scss | 0 src/sass/main.scss | 2 +- 5 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 src/html/one-card-modal.html rename src/{html => partials}/one-card-preview.html (100%) delete mode 100644 src/sass/components/_one-card-modal.scss diff --git a/src/html/one-card-modal.html b/src/html/one-card-modal.html deleted file mode 100644 index 09a5e7f..0000000 --- a/src/html/one-card-modal.html +++ /dev/null @@ -1,23 +0,0 @@ -<img src="#" alt="poster" /> -<h2>name</h2> -<dl> - <dt>Vote / Votes</dt> - <dd>'.../...'</dd> - <dt>Popularity</dt> - <dd>100.2</dd> - <dt>Original Title</dt> - <dd>A FISTFUL OF LEAD</dd> - <dt>Genre</dt> - <dd>Western</dd> -</dl> -<h3>About</h3> -<p> - Four of the West’s most infamous outlaws assemble to steal a huge stash of gold from the most - corrupt settlement of the gold rush towns. But not all goes to plan one is killed and the other - three escapes with bags of gold hide out in the abandoned gold mine where they happen across - another gang of three – who themselves were planning to hit the very same bank! As tensions rise, - things go from bad to worse as they realise the bags of gold are filled with lead... they’ve been - double crossed – but by who and how? -</p> -<button>add to Watched</button> -<button>add to queue</button> diff --git a/src/index.html b/src/index.html index 1033206..78d3f70 100644 --- a/src/index.html +++ b/src/index.html @@ -20,8 +20,7 @@ <body> <!-- Так добавлÑÑŽÑ‚ÑÑ Ñ„Ñ€Ð°Ð³Ð¼ÐµÐ½Ñ‚Ñ‹ в главные HTML-файлы Ñтраниц. --> <!-- <include src="./partials/example.html"></include> --> - <include src="./html/one-card-preview.html"></include> - <!-- <include src="./html/one-card-modal.html"></include> --> + <include src="./partials/one-card-preview.html"></include> <!-- Скрипт идёт поÑледним в разметке. Ð’ нём уже подключен главный SASS-файл. --> <script src="./index.js"></script> diff --git a/src/html/one-card-preview.html b/src/partials/one-card-preview.html similarity index 100% rename from src/html/one-card-preview.html rename to src/partials/one-card-preview.html diff --git a/src/sass/components/_one-card-modal.scss b/src/sass/components/_one-card-modal.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/sass/main.scss b/src/sass/main.scss index 4c7c0bf..7561ea9 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -7,4 +7,4 @@ @import './variables'; @import './utility-classes'; @import './components/one-card-preview'; -@import './components/one-card-modal'; + -- GitLab