diff --git a/src/html/one-card-modal.html b/src/html/one-card-modal.html deleted file mode 100644 index 09a5e7f51e25d562ad8758e0341032faa36c2561..0000000000000000000000000000000000000000 --- 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 10332060e842de0a8c24f9ec10a63b004c85e8ed..78d3f7064d36b6eb9536600d7e323b29b4cf92f5 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/sass/main.scss b/src/sass/main.scss index 4c7c0bf5348d3940f453197564dc4378edaa9738..7561ea903808d87b5849b32a87e8cc070ed0e73d 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'; +