From 81e190b85d1fc39f86c904d1cd3441ac6ed0986a Mon Sep 17 00:00:00 2001 From: AnatoliiWorkmail <jp.komod.su@gmail.com> Date: Tue, 3 May 2022 23:05:40 +0300 Subject: [PATCH] creat scelet --- src/html/one-card.html | 28 ++++++++++++++++++++++++++++ src/index.html | 1 + 2 files changed, 29 insertions(+) create mode 100644 src/html/one-card.html diff --git a/src/html/one-card.html b/src/html/one-card.html new file mode 100644 index 0000000..e20fcb9 --- /dev/null +++ b/src/html/one-card.html @@ -0,0 +1,28 @@ +<div class="container conteiner_card"> + <img src="#" alt="poster" /> + <h2>name</h2> + <div> + <p>Vote / Votes</p> + <p>Popularity</p> + <p>Original Title</p> + <p>Genre</p> + </div> + <div> + <p>8/115</p> + <p>100.2</p> + <p>Western</p> + </div> + <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> + <div> + <button>add to Watched</button> + <button>add to queue</button> + </div> +</div> diff --git a/src/index.html b/src/index.html index 194fd44..087b534 100644 --- a/src/index.html +++ b/src/index.html @@ -20,6 +20,7 @@ <body> <!-- Так добавлÑÑŽÑ‚ÑÑ Ñ„Ñ€Ð°Ð³Ð¼ÐµÐ½Ñ‚Ñ‹ в главные HTML-файлы Ñтраниц. --> <!-- <include src="./partials/example.html"></include> --> + <include src="./html/one-card.html"></include> <!-- Скрипт идёт поÑледним в разметке. Ð’ нём уже подключен главный SASS-файл. --> <script src="./index.js"></script> -- GitLab