Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Goit Filmoteka
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mariia Moroz
Goit Filmoteka
Commits
81e190b8
Commit
81e190b8
authored
2 years ago
by
AnatoliiWorkmail
Browse files
Options
Downloads
Patches
Plain Diff
creat scelet
parent
e0dc0990
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/html/one-card.html
+28
-0
28 additions, 0 deletions
src/html/one-card.html
src/index.html
+1
-0
1 addition, 0 deletions
src/index.html
with
29 additions
and
0 deletions
src/html/one-card.html
0 → 100644
+
28
−
0
View file @
81e190b8
<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>
This diff is collapsed.
Click to expand it.
src/index.html
+
1
−
0
View file @
81e190b8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment