This commit is contained in:
2025-10-02 00:49:12 +02:00
commit 2ebd800d44
146 changed files with 2960 additions and 0 deletions

31
tools/contact.php Normal file
View File

@@ -0,0 +1,31 @@
<div class="contacts" id="contacts">
<div class="contact-format-container">
<img src="/img/other/svg/logo_contacts.svg" alt="logo Epinger2">
<br>
<address>
Slunečná 545 <br> 747 64 Velká Polom<br>
: 44776632, DIČ: CZ7108095544
</address>
<br>
<br>
<p>
<strong>Radim Epinger</strong>
<br>
Majitel
<br>
<a href="tel:+420775795996">+420 775 795 996</a><br>
<a href="mailto:radim@epinger2.cz">radim@epinger2.cz</a>
</p>
<br>
<br>
<p>
<strong>Marie Epingerová</strong>
<br>
objednávky, administrativa, fakturace
<br>
<a href="tel:+420775795965">+420 775 795 965</a><br>
<a href="mailto:marie@epinger2.cz">marie@epinger2.cz</a>
</p>
</div>
</div>

18
tools/email-me.php Normal file
View File

@@ -0,0 +1,18 @@
<div class="email-me-container" >
<form class="email-me-form" action="https://formspree.io/f/xblgkvez" method="POST">
<header class="email-me">
Napište nám
<hr class="email-me">
</header>
<label for="name">Jméno a přijmení</label>
<input type="text" name="name" required>
<label for="email">E-mail</label>
<input type="email" name="email" required>
<label for="message">Text</label>
<textarea placeholder="Vaše zpráva:" class="form-control" name="message" rows="10" required></textarea>
<button class="email-me" type="submit">Odeslat</button>
</form>
</div>

10
tools/footer.php Normal file
View File

@@ -0,0 +1,10 @@
<footer>
<p>Epinger 2,</p>
<address>
<p>Nám. Vitězslava Nováka 546, 708 00 Ostrava-Poruba</p>
<p>Czech Republic</p>
</address>
<a href="mailto:info@davo1.cz">radim@epinger2.cz</a>
<a href="tel:+420775795996">+420 775 795 996</a>
</footer>

54
tools/index/about_us.php Normal file
View File

@@ -0,0 +1,54 @@
<div class="about-us">
<div class="about-us-big">
<header>
<h1>Služby</h1>
<hr>
</header>
<!--<main>
<p>V oblasti reklamy jsme doma od roku 1994.</p>
<h2>Naše specializace</h2>
<p>Od návrhu po realizaci se staráme o kompletní grafickou prezentaci firem. Máme vlastní výrobní zázemí, což nám umožňuje rychlé zpracování zakázek. Díky naší situaci v centru města jsme vždy blízko k vám.</p>
<h2>Široká škála služeb</h2>
<p>Nabízíme komplexní grafické zpracování a tisk firemních materiálů. Od vizitek a pozvánek, přes hlavičkové papíry po speciální formuláře, reklamní letáky, propagační materiály a katalogy. Specializujeme se také na Signmaking, což zahrnuje výrobu reklamy od samolepek přes světelnou reklamu po bigboardy.</p>
<h2>Naše přednosti</h2>
<p>Jsme hrdí na mnoho úspěšných projektů, které pomohly našim klientům k jednotné identitě firmy a zviditelnění na trhu. Naším hlavním cílem je udržet konkurenceschopné ceny a zůstat kvalitním a cenově dostupným partnerem pro naše klienty.</p>
<p>S námi máte jistotu, že vaše reklamní potřeby budou v dobrých rukou.</p>
</main>-->
</div>
<div class="about-us-small">
<header>
<h1>Služby</h1>
<hr>
</header>
<!--<main>
<p>V oblasti reklamy jsme doma od roku 1994.</p>
<h2>Naše specializace</h2>
<p>Od návrhu po realizaci se staráme o kompletní grafickou prezentaci firem. Máme vlastní výrobní zázemí, což nám umožňuje rychlé zpracování zakázek. Díky naší situaci v centru města jsme vždy blízko k vám.</p>
<h2>Široká škála služeb</h2>
<p>Nabízíme komplexní grafické zpracování a tisk firemních materiálů. Od vizitek a pozvánek, přes hlavičkové papíry po speciální formuláře, reklamní letáky, propagační materiály a katalogy. Specializujeme se také na Signmaking, což zahrnuje výrobu reklamy od samolepek přes světelnou reklamu po bigboardy.</p>
<h2>Naše přednosti</h2>
<p>Jsme hrdí na mnoho úspěšných projektů, které pomohly našim klientům k jednotné identitě firmy a zviditelnění na trhu. Naším hlavním cílem je udržet konkurenceschopné ceny a zůstat kvalitním a cenově dostupným partnerem pro naše klienty.</p>
<p>S námi máte jistotu, že vaše reklamní potřeby budou v dobrých rukou.</p>
</main>-->
</div>
<div class="sluzby">
<a href="/brany"><img src="/img/other/sluzby_index/Epinger2_symbol_brany.svg" alt=""></a>
<a href="/rolety"><img src="/img/other/sluzby_index/Epinger2_symbol_rolety.svg" alt=""></a>
<a href="/vrata"><img src="/img/other/sluzby_index/Epinger2_symbol_vrata.svg" alt=""></a>
<a href="/zaluzie"><img src="/img/other/sluzby_index/Epinger2_symbol_zaluzie.svg" alt=""></a>
<a href="/zavory"><img src="/img/other/sluzby_index/Epinger2_symbol_zavory.svg" alt=""></a>
<a href="/komplex"><img src="/img/other/sluzby_index/Epinger2_symbol_sluzby.svg" alt=""></a>
</div>
</div>

17
tools/index/carousel.php Normal file
View File

@@ -0,0 +1,17 @@
<div class="carousel">
<div class="carousel-inner">
<div class="carousel-item carousel-item-first"><h1></h1></div>
<div class="carousel-item carousel-item-second"><h1></h1></div>
<div class="carousel-item carousel-item-third"><h1></h1></div>
<div class="carousel-item carousel-item-fourth"><h1></h1></div>
<div class="carousel-item carousel-item-fifth"><h1></h1></div>
<div class="carousel-item carousel-item-sixth"><h1></h1></div>
</div>
<div class="carousel-controls">
<span class="prev"></span>
<span class="next"></span>
</div>
<div class="carousel-indicators"></div>
</div>
<script src="js/index/carousel.js"></script>

28
tools/index/products.php Normal file
View File

@@ -0,0 +1,28 @@
<article class="products" >
<div class="products-container">
<section class="products-item">
<img class="products-img" src="/img/other/one-to-one.png" alt="">
<a href="">Grafický design</a>
</section>
<section class="products-item">
<img class="products-img" src="/img/other/one-to-one.png" alt="">
<a href="">Světelná reklama</a>
</section>
<section class="products-item">
<img class="products-img" src="/img/other/one-to-one.png" alt="">
<a href="">Polepy vozidel</a>
</section>
<section class="products-item">
<img class="products-img" src="/img/other/one-to-one.png" alt="">
<a href="">Tisk servis</a>
</section>
<section class="products-item">
<img class="products-img" src="/img/other/one-to-one.png" alt="">
<a href="">Potisk textilu</a>
</section>
<section class="products-item">
<img class="products-img" src="/img/other/one-to-one.png" alt="">
<a href="">Web design</a>
</section>
</div>
</article>

13
tools/instagram-posts.php Normal file
View File

@@ -0,0 +1,13 @@
<!-- Place <div> tag where you want the feed to appear -->
<div id="curator-feed-epinger-layout"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div>
<!-- The Javascript can be moved to the end of the html page before the </body> tag -->
<script type="text/javascript">
/* curator-feed-epinger-layout */
(function(){
var i,e,d=document,s="script";i=d.createElement("script");i.async=1;i.charset="UTF-8";
i.src="https://cdn.curator.io/published/375473f4-4fe4-432a-8b4f-9c46d32234d1.js";
e=d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
})();
</script>

42
tools/map.php Normal file
View File

@@ -0,0 +1,42 @@
<iframe class="iframe-map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d777.0029107863407!2d18.09741296969175!3d49.858471198217806!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4713e09564a69fc1%3A0x59a73e65b066ab81!2zU2x1bmXEjW7DoSA1NDUvNTQ1LCA3NDcgNjQgVmVsa8OhIFBvbG9t!5e1!3m2!1scs!2scz!4v1737554027105!5m2!1scs!2scz" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<script>
$(document).ready(function() {
refreshAssets = () => {
let links = document.getElementsByTagName('link');
for (let i = 0; i < links.length; i++) {
if (links[i].getAttribute('rel') === 'stylesheet') {
let href = links[i].getAttribute('href').split('?')[0];
let newHref = href + '?version=' + new Date().getTime();
links[i].setAttribute('href', newHref);
}
}
let scripts = document.getElementsByTagName('script');
for (let i = 0; i < scripts.length; i++) {
let src = scripts[i].getAttribute('src');
if (src) {
let newSrc = src.split('?')[0] + '?version=' + new Date().getTime();
scripts[i].setAttribute('src', newSrc);
}
}
let images = document.getElementsByTagName('img');
for (let i = 0; i < images.length; i++) {
let src = images[i].getAttribute('src').split('?')[0];
let newSrc = src + '?version=' + new Date().getTime();
images[i].setAttribute('src', newSrc);
}
};
refreshAssets();
$(".contacts-button").click(function() {
$('html, body').animate({
scrollTop: $("#contacts").offset().top
}, 2000);
});
});
</script>

53
tools/nav.php Normal file
View File

@@ -0,0 +1,53 @@
<nav class="mobile-nav">
<div class="nav-logo">
<a href="/"><img src="/img/other/Epinger2_logo_bile.svg" alt="logo"></a>
<button id="nav-buton-js" type="button">&#8801;<!--&equiv;--></button>
</div>
<div class="nav-links">
<!--<a class="nav-items" href="/about-us.php">O nás</a>-->
<div class="dropdown" >
<div id="drop-act" class="nav-items">Služby</div>
<div class="dropdown-content">
<a class="nav-items" href="/brany">Brány</a>
<a class="nav-items" href="/vrata">Vrata</a>
<a class="nav-items" href="/rolety">Rolety</a>
<a class="nav-items" href="/zavory">Závory</a>
<a class="nav-items" href="/zaluzie">Žaluzie</a>
<a class="nav-items" href="/reklamy">Reklamy</a>
<a class="nav-items" href="/komplex">Komplexní služby</a>
</div>
</div>
<a class="nav-items" href="/servis">Servis</a>
<a class="nav-items contacts-button">Kontakty</a>
<a class="nav-items" href="https://www.instagram.com/epinger_2_"><i class="fa-brands fa-instagram" aria-hidden="true"></i></a>
<a class="nav-items" href="https://wa.me/420775795996"><i class="fa-brands fa-whatsapp"></i></a>
</div>
</nav>
<nav class="desktop-nav">
<div class="nav-logo">
<a href="/"><img src="/img/other/Epinger2_logo_bile.svg" alt="logo"></a>
</div>
<div class="desktop-nav-second-section">
<!--<a class="nav-items" href="/about-us.php">O nás</a>-->
<div class="dropdown" >
<div id="drop-act" class="nav-items">Služby</div>
<div class="dropdown-content">
<a class="nav-items" href="/brany">Brány</a>
<a class="nav-items" href="/vrata">Vrata</a>
<a class="nav-items" href="/rolety">Rolety</a>
<a class="nav-items" href="/zavory">Závory</a>
<a class="nav-items" href="/zaluzie">Žaluzie</a>
<a class="nav-items" href="/reklamy">Reklamy</a>
<a class="nav-items" href="/komplex">Komplexní služby</a>
</div>
</div>
<a class="nav-items" href="/servis">Servis</a>
<a class="nav-items contacts-button">Kontakty</a>
<a class="nav-items" href="https://www.instagram.com/epinger_2_"><i class="fa-brands fa-instagram" aria-hidden="true"></i></a>
<a class="nav-items" href="https://wa.me/420775795996"><i class="fa-brands fa-whatsapp"></i></a>
</div>
</nav>
<script src="/js/nav-mobile.js"></script>