Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Practice 6 semester
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Шафорост Наталья Викторовна
Practice 6 semester
Commits
bb1cc972
Commit
bb1cc972
authored
3 years ago
by
Шафорост Наталья Викторовна
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
2a96f211
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
0 deletions
+82
-0
features.html
Задание_9/features.html
+82
-0
No files found.
Задание_9/features.html
0 → 100644
View file @
bb1cc972
<!--
Аргументы сниппета
image - ссылка на изображение, отображаемое слево. Полагается, что находится в папке img
title - Заголовок
maintext - текст под заголовком
item1,
item2,
item3 - тексты для пунктов
link - ссылка для кнопки
linktext - текст для кнопки
-->
<!DOCTYPE html>
<html
lang=
"ru"
>
<head>
<!-- Required Meta Tags Always Come First -->
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<!-- Title -->
<title>
Icon Blocks - Snippets | Unify - Multipurpose Responsive Template
</title>
<!-- Favicon -->
<link
rel=
"shortcut icon"
href=
"../favicon.ico"
>
<!-- Font -->
<link
href=
"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
rel=
"stylesheet"
>
<!-- CSS Implementing Plugins -->
<link
rel=
"stylesheet"
href=
"/vendor/bootstrap-icons/font/bootstrap-icons.css"
>
<!-- CSS Unify Template -->
<link
rel=
"stylesheet"
href=
"/css/theme.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/snippets.min.css"
>
</head>
<!-- Features -->
<div
class=
"container content-space-1"
>
<div
class=
"row justify-content-lg-between align-items-lg-center"
>
<div
class=
"col-lg-6 mb-5 mb-lg-0"
>
<img
class=
"img-fluid rounded-3"
src=
"/img/{{ .Get "
image
"
}}"
alt=
"Image Description"
>
</div>
<!-- End Col -->
<div
class=
"col-lg-5"
>
<div
class=
"mb-5"
>
<h2>
{{ .Get "title" }}
</h2>
<p>
{{ .Get "maintext" }}
</p>
</div>
<!-- List Checked -->
<ul
class=
"list-checked list-checked-soft-bg-primary list-checked-lg mb-5"
>
<li
class=
"list-checked-item"
>
{{ .Get "item1" }}
</li>
<li
class=
"list-checked-item"
>
{{ .Get "item2" }}
</li>
<li
class=
"list-checked-item"
>
{{ .Get "item3" }}
</li>
</ul>
<!-- End List Checked -->
<a
class=
"btn btn-primary"
href=
"{{ .Get "
link
"
}}"
>
{{ .Get "linktext" }}
</a>
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End Features -->
<!-- JS Global Compulsory -->
<script
src=
"/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"
></script>
<!-- JS Implementing Plugins -->
<script
src=
"/vendor/hs-header/dist/hs-header.min.js"
></script>
<script
src=
"/vendor/hs-nav-scroller/dist/hs-nav-scroller.min.js"
></script>
<script
src=
"/vendor/list.js/dist/list.min.js"
></script>
<script
src=
"/vendor/hs-go-to/dist/hs-go-to.min.js"
></script>
<script
src=
"/vendor/prism/prism.js"
></script>
<!-- JS Unify -->
<script
src=
"/js/theme.min.js"
></script>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment