Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit b888458

Browse files
committed
Update DOCS
1 parent 5d25e63 commit b888458

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
<!doctype html>
22
<html lang="cs">
33
<head>
4+
<!-- Google Tag Manager -->
5+
<script>(function (w, d, s, l, i) {
6+
w[l] = w[l] || [];
7+
w[l].push({
8+
'gtm.start':
9+
new Date().getTime(), event: 'gtm.js'
10+
});
11+
var f = d.getElementsByTagName(s)[0],
12+
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
13+
j.async = true;
14+
j.src =
15+
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
16+
f.parentNode.insertBefore(j, f);
17+
})(window, document, 'script', 'dataLayer', 'GTM-MPH9Q3T');</script>
18+
<!-- End Google Tag Manager -->
19+
420
<meta charset="UTF-8">
521
<meta name="viewport"
622
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
@@ -75,8 +91,18 @@
7591
<body>
7692

7793
<div class="container">
94+
<!-- Google Tag Manager (noscript) -->
95+
<noscript>
96+
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MPH9Q3T"
97+
height="0" width="0" style="display:none;visibility:hidden"></iframe>
98+
</noscript>
99+
<!-- End Google Tag Manager (noscript) -->
100+
78101
<h1>Ceník implementace EET</h1>
79102

103+
<p>Získejte možnost implementace od <a href="https://filipsedivy.cz/">autora</a> knihovny
104+
<a href="https://github.com/filipsedivy/php-eet">PHP-EET</a>.</p>
105+
80106
<p class="warning" id="core" style="display: none">
81107
<i class="fa fa-exclamation-triangle"></i> Pro fungování EET jako celku, je třeba mít implementované <strong>jádro
82108
EET</strong>!
@@ -154,10 +180,15 @@ <h1>Ceník implementace EET</h1>
154180
<a href="#" class="right">odeslat jako poptávku</a>
155181
</p>
156182

183+
<p>
184+
<i class="fa fa-info-circle fa-info"></i> Doba implementace jsou přibližně <strong>3 pracovní dny</strong>.
185+
</p>
186+
157187
<p>
158188
<i class="fa fa-info-circle fa-info"></i> Požadavky na aplikaci: PHP >= 5.6, databáze, cURL
159189
</p>
160190

191+
161192
<p>
162193
<i class="fa fa-info-circle fa-info"></i>
163194
Z této implementace je možné si nárokovat slevu 5 000 Kč na dani.

0 commit comments

Comments
 (0)