Upload New File

parent 6c76bac0
No related merge requests found
<!--
Документация
Аргументы заголовков: title1, title2, title3
Аргументы для чисел/значений: value1, value2, value3
Аргументы текстов под числами: text1, text2, text3, text4
-->
<!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>
<!-- Stats -->
<div class="container content-space-1">
<div class="row">
<div class="col-sm-6 col-md-4 mb-5 mb-md-0">
<h4>{{ .Get "title1" }}</h4>
<span class="display-4 text-primary">{{ .Get "value1" }}</span>
<p>{{ .Get "text1" }}</p>
</div>
<!-- End Col -->
<div class="col-sm-6 col-md-4 mb-5 mb-md-0">
<h4>{{ .Get "title2" }}</h4>
<span class="display-4 text-primary">{{ .Get "value2" }}</span>
<p>{{ .Get "text2" }}</p>
</div>
<!-- End Col -->
<div class="col-sm-6 col-md-4">
<h4>{{ .Get "title3" }}</h4>
<span class="display-4 text-primary">{{ .Get "value3" }}</span>
<p>{{ .Get "text3" }}</p>
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End Stats -->
<a class="js-go-to go-to position-fixed" href="javascript:;" style="visibility: hidden;"
data-hs-go-to-options='{
"offsetTop": 700,
"position": {
"init": {
"right": "2rem"
},
"show": {
"bottom": "2rem"
},
"hide": {
"bottom": "-2rem"
}
}
}'>
<i class="bi-chevron-up"></i>
</a>
<!-- ========== END SECONDARY CONTENTS ========== -->
<!-- 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment