This commit is contained in:
Tomas Dvorak
2025-07-04 11:59:34 +02:00
parent 9f2cff4fa5
commit be81e03aee
9 changed files with 673 additions and 646 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

+6 -6
View File
@@ -947,7 +947,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Winnersport --> <!-- Winnersport -->
<div class="portfolio-item group relative overflow-hidden rounded-lg shadow-md transition-all duration-300 hover:shadow-xl" data-categories="social sprava-webu"> <div class="portfolio-item group relative overflow-hidden rounded-lg shadow-md transition-all duration-300 hover:shadow-xl" data-categories="social sprava-webu">
<a href="portfolio/winnersport.html" target="_blank"> <!-- <a href="portfolio/winnersport.html" target="_blank"> -->
<img src="assets/images/winnersport.png" alt="Winnersport" class="w-full h-full object-cover transition-transform duration-500" style="display: block; width: 100%; height: 100%; object-fit: cover;" /> <img src="assets/images/winnersport.png" alt="Winnersport" class="w-full h-full object-cover transition-transform duration-500" style="display: block; width: 100%; height: 100%; object-fit: cover;" />
<div class="portfolio-overlay" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, transparent 100%); opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; transform: translateY(20px);"> <div class="portfolio-overlay" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, transparent 100%); opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; transform: translateY(20px);">
<h3 class="text-white text-xl font-bold mb-2">Winnersport</h3> <h3 class="text-white text-xl font-bold mb-2">Winnersport</h3>
@@ -957,7 +957,7 @@
<span class="bg-sport-orange bg-opacity-80 text-white text-xs px-2 py-1 rounded">Správa e-shopu</span> <span class="bg-sport-orange bg-opacity-80 text-white text-xs px-2 py-1 rounded">Správa e-shopu</span>
</div> </div>
</div> </div>
</a> <!-- </a> -->
<style> <style>
.portfolio-item:hover .portfolio-overlay { .portfolio-item:hover .portfolio-overlay {
opacity: 1 !important; opacity: 1 !important;
@@ -985,7 +985,7 @@
<!-- FC Bizoni UH --> <!-- FC Bizoni UH -->
<div class="portfolio-item group relative overflow-hidden rounded-lg shadow-md transition duration-300 hover:shadow-xl" data-categories="social web sprava-webu foto video"> <div class="portfolio-item group relative overflow-hidden rounded-lg shadow-md transition duration-300 hover:shadow-xl" data-categories="social web sprava-webu foto video">
<a href="portfolio/bizoni.html" target="_blank"> <!-- <a href="portfolio/bizoni.html" target="_blank"> -->
<img src="assets/images/bizoni.jpg" alt="FC Bizoni UH" class="w-full h-64 object-cover transition duration-300 transform group-hover:scale-105" /> <img src="assets/images/bizoni.jpg" alt="FC Bizoni UH" class="w-full h-64 object-cover transition duration-300 transform group-hover:scale-105" />
<div class="portfolio-overlay absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 transition duration-300 flex flex-col justify-end p-6"> <div class="portfolio-overlay absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 transition duration-300 flex flex-col justify-end p-6">
<h3 class="text-white text-xl font-bold">FC Bizoni UH</h3> <h3 class="text-white text-xl font-bold">FC Bizoni UH</h3>
@@ -997,12 +997,12 @@
<span class="bg-sport-orange bg-opacity-80 text-white text-xs px-2 py-1 rounded">Video</span> <span class="bg-sport-orange bg-opacity-80 text-white text-xs px-2 py-1 rounded">Video</span>
</div> </div>
</div> </div>
</a> <!-- </a> -->
</div> </div>
<!-- FK Kofola Krnov --> <!-- FK Kofola Krnov -->
<div class="portfolio-item group relative overflow-hidden rounded-lg shadow-md transition duration-300 hover:shadow-xl" data-categories="sprava-webu social video"> <div class="portfolio-item group relative overflow-hidden rounded-lg shadow-md transition duration-300 hover:shadow-xl" data-categories="sprava-webu social video">
<a href="portfolio/krnov.html" target="_blank"> <!-- <a href="portfolio/krnov.html" target="_blank"> -->
<img src="assets/images/krnov.jpg" alt="FK Kofola Krnov" class="w-full h-64 object-cover transition duration-300 transform group-hover:scale-105" /> <img src="assets/images/krnov.jpg" alt="FK Kofola Krnov" class="w-full h-64 object-cover transition duration-300 transform group-hover:scale-105" />
<div class="portfolio-overlay absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 transition duration-300 flex flex-col justify-end p-6"> <div class="portfolio-overlay absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 transition duration-300 flex flex-col justify-end p-6">
<h3 class="text-white text-xl font-bold">FK Kofola Krnov</h3> <h3 class="text-white text-xl font-bold">FK Kofola Krnov</h3>
@@ -1013,7 +1013,7 @@
<span class="bg-sport-purple bg-opacity-80 text-white text-xs px-2 py-1 rounded">Video</span> <span class="bg-sport-purple bg-opacity-80 text-white text-xs px-2 py-1 rounded">Video</span>
</div> </div>
</div> </div>
</a> <!-- </a> -->
</div> </div>
<!-- Penalty --> <!-- Penalty -->
+54 -54
View File
@@ -9,48 +9,48 @@
<meta name="geo.placename" content="Uherské Hradiště" /> <meta name="geo.placename" content="Uherské Hradiště" />
<meta name="geo.position" content="49.0695;17.4597" /> <meta name="geo.position" content="49.0695;17.4597" />
<meta name="ICBM" content="49.0695, 17.4597" /> <meta name="ICBM" content="49.0695, 17.4597" />
<link rel="canonical" href="https://sportcreative.cz/" /> <link rel="canonical" href="https://sportcreative.eu/" />
<link rel="alternate" hreflang="cs" href="https://sportcreative.cz/" /> <link rel="alternate" hreflang="cs" href="https://sportcreative.eu/" />
<link rel="alternate" hreflang="x-default" href="https://sportcreative.cz/" /> <link rel="alternate" hreflang="x-default" href="https://sportcreative.eu/" />
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/7.1.0/esm/ionicons.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/7.1.0/esm/ionicons.min.js"></script>
<!-- Custom JS will be included here --> <!-- Custom JS will be included here -->
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="../style.css">
<link rel="icon" href="logo.ico" type="image/x-icon"> <link rel="icon" href="../logo.ico" type="image/x-icon">
<meta name="description" content="SportCreative - Profesionální digitální marketing pro sportovní kluby v Uherském Hradišti a Zlínském kraji. Specializujeme se na správu sociálních sítí, tvorbu videí, webdesign a online propagaci sportovních týmů."> <meta name="description" content="SportCreative - Profesionální digitální marketing pro sportovní kluby v Uherském Hradišti a Zlínském kraji. Specializujeme se na správu sociálních sítí, tvorbu videí, webdesign a online propagaci sportovních týmů.">
<meta name="keywords" content="digitální marketing Uherské Hradiště, správa sociálních sítí, sportovní marketing, tvorba videí pro sport, webdesign pro sportovní kluby, online propagace sportu, Zlínský kraj, fotbalový marketing, sportovní fotografie, grafický design"> <meta name="keywords" content="digitální marketing Uherské Hradiště, správa sociálních sítí, sportovní marketing, tvorba videí pro sport, webdesign pro sportovní kluby, online propagace sportu, Zlínský kraj, fotbalový marketing, sportovní fotografie, grafický design">
<meta name="author" content="SportCreative"> <meta name="author" content="SportCreative">
<!-- Open Graph / Facebook --> <!-- Open Graph / Facebook -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://sportcreative.cz/"> <meta property="og:url" content="https://sportcreative.eu/">
<meta property="og:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby"> <meta property="og:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby">
<meta property="og:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy."> <meta property="og:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy.">
<meta property="og:image" content="https://sportcreative.cz/page-prev.png"> <meta property="og:image" content="https://sportcreative.eu/page-prev.png">
<meta property="og:image:width" content="1200"> <meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630"> <meta property="og:image:height" content="630">
<meta property="og:locale" content="cs_CZ"> <meta property="og:locale" content="cs_CZ">
<!-- Twitter --> <!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"> <meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sportcreative.cz/"> <meta property="twitter:url" content="https://sportcreative.eu/">
<meta property="twitter:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby"> <meta property="twitter:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby">
<meta property="twitter:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy."> <meta property="twitter:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy.">
<meta property="twitter:image" content="https://sportcreative.cz/page-prev.png"> <meta property="twitter:image" content="https://sportcreative.eu/page-prev.png">
<!-- Structured Data --> <!-- Structured Data -->
<script type="application/ld+json"> <script type="application/ld+json">
[{ [{
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "ProfessionalService", "@type": "ProfessionalService",
"@id": "https://sportcreative.cz/#business", "@id": "https://sportcreative.eu/#business",
"name": "SportCreative", "name": "SportCreative",
"image": [ "image": [
"https://sportcreative.cz/logo.png", "https://sportcreative.eu/logo.png",
"https://sportcreative.cz/page-prev.png" "https://sportcreative.eu/page-prev.png"
], ],
"url": "https://sportcreative.cz/", "url": "https://sportcreative.eu/",
"telephone": "+420775247633", "telephone": "+420775247633",
"priceRange": "Kč", "priceRange": "Kč",
"hasOfferCatalog": { "hasOfferCatalog": {
@@ -106,9 +106,9 @@
"closes": "17:00" "closes": "17:00"
}], }],
"sameAs": [ "sameAs": [
"https://www.facebook.com/vasstranka", "https://www.facebook.com/sportcreative",
"https://www.instagram.com/vasucet", "https://www.instagram.com/sportcreative",
"https://www.linkedin.com/company/vasfirma" "https://www.linkedin.com/company/sportcreative-eu"
], ],
"areaServed": [{ "areaServed": [{
"@type": "State", "@type": "State",
@@ -126,7 +126,7 @@
"@type": "ListItem", "@type": "ListItem",
"position": 1, "position": 1,
"name": "Úvod", "name": "Úvod",
"item": "https://sportcreative.cz/" "item": "https://sportcreative.eu/"
}] }]
}, },
{ {
@@ -490,23 +490,23 @@
<div class="flex justify-between items-center py-4"> <div class="flex justify-between items-center py-4">
<!-- Logo --> <!-- Logo -->
<div class="flex items-center"> <div class="flex items-center">
<a href="index.html" class="logo"> <a href="../index.html" class="logo">
<img src="header-logo.png" alt="SportCreative" class="logo"> <img src="../header-logo.png" alt="SportCreative" class="logo">
</a> </a>
</div> </div>
<!-- Desktop Navigation --> <!-- Desktop Navigation -->
<nav class="hidden md:flex space-x-8"> <nav class="hidden md:flex space-x-8">
<a href="index.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Domů</a> <a href="../index.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Domů</a>
<a href="sluzby.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Služby</a> <a href="../sluzby.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Služby</a>
<a href="portfolio.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Portfolio</a> <a href="../portfolio.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Portfolio</a>
<a href="o-nas.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">O nás</a> <a href="../o-nas.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">O nás</a>
<a href="kontakt.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Kontakt</a> <a href="../kontakt.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Kontakt</a>
</nav> </nav>
<!-- CTA Button --> <!-- CTA Button -->
<div class="hidden md:block"> <div class="hidden md:block">
<a href="kontakt.html" class="bg-sport-purple text-white px-6 py-2 rounded-full font-medium hover:shadow-lg transition duration-300"> <a href="../kontakt.html" class="bg-sport-purple text-white px-6 py-2 rounded-full font-medium hover:shadow-lg transition duration-300">
Nezávazná konzultace Nezávazná konzultace
</a> </a>
</div> </div>
@@ -522,14 +522,14 @@
<!-- Mobile Navigation --> <!-- Mobile Navigation -->
<div class="mobile-menu w-full absolute top-full left-0 bg-white shadow-lg"> <div class="mobile-menu w-full absolute top-full left-0 bg-white shadow-lg">
<nav class="px-2 pt-2 pb-4 space-y-1"> <nav class="px-2 pt-2 pb-4 space-y-1">
<a href="index.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Domů</a> <a href="../index.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Domů</a>
<a href="sluzby.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Služby</a> <a href="../sluzby.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Služby</a>
<a href="portfolio.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Portfolio</a> <a href="../portfolio.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Portfolio</a>
<a href="o-nas.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">O nás</a> <a href="../o-nas.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">O nás</a>
<a href="kontakt.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Kontakt</a> <a href="../kontakt.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Kontakt</a>
</nav> </nav>
<div class="px-4 py-3 border-t border-gray-100"> <div class="px-4 py-3 border-t border-gray-100">
<a href="kontakt.html" class="block w-full text-center px-6 py-3 border border-transparent rounded-full text-base font-medium text-white bg-sport-purple hover:bg-sport-orange transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5"> <a href="../kontakt.html" class="block w-full text-center px-6 py-3 border border-transparent rounded-full text-base font-medium text-white bg-sport-purple hover:bg-sport-orange transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5">
Nezávazná konzultace Nezávazná konzultace
</a> </a>
</div> </div>
@@ -611,16 +611,16 @@
</div> </div>
<div> <div>
<h4 class="text-sm font-medium text-gray-500">Web</h4> <h4 class="text-sm font-medium text-gray-500">Web</h4>
<a href="https://www.fcbizoni.cz" target="_blank" class="text-blue-600 hover:underline">www.fcbizoni.cz</a> <a href="https://www.bizoniuh.cz" target="_blank" class="text-blue-600 hover:underline">www.fcbizoni.cz</a>
</div> </div>
<div class="pt-4"> <div class="pt-4">
<a href="https://www.facebook.com/fcbizonihradiste" target="_blank" class="inline-flex items-center text-blue-600 hover:text-blue-800"> <a href="https://www.facebook.com/bizoniuh" target="_blank" class="inline-flex items-center text-blue-600 hover:text-blue-800">
<ion-icon name="logo-facebook" class="text-xl mr-2"></ion-icon> <ion-icon name="logo-facebook" class="text-xl mr-2"></ion-icon>
Facebook Facebook
</a> </a>
</div> </div>
<div> <div>
<a href="https://www.instagram.com/fcbizoni" target="_blank" class="inline-flex items-center text-pink-600 hover:text-pink-800"> <a href="https://www.instagram.com/fcbizoni_uh/" target="_blank" class="inline-flex items-center text-pink-600 hover:text-pink-800">
<ion-icon name="logo-instagram" class="text-xl mr-2"></ion-icon> <ion-icon name="logo-instagram" class="text-xl mr-2"></ion-icon>
Instagram Instagram
</a> </a>
@@ -709,7 +709,7 @@
Kontaktujte nás ještě dnes a zjistěte, jak můžeme pomoci vašemu týmu nebo sportovní organizaci zazářit v digitálním světě. Kontaktujte nás ještě dnes a zjistěte, jak můžeme pomoci vašemu týmu nebo sportovní organizaci zazářit v digitálním světě.
</p> </p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="kontakt.html" class="inline-flex items-center justify-center px-6 py-3 border border-transparent rounded-full font-medium text-sport-purple bg-white hover:bg-gray-100 shadow-lg transition duration-300"> <a href="../kontakt.html" class="inline-flex items-center justify-center px-6 py-3 border border-transparent rounded-full font-medium text-sport-purple bg-white hover:bg-gray-100 shadow-lg transition duration-300">
Nezávazná konzultace Nezávazná konzultace
</a> </a>
<!-- <a href="#portfolio" class="inline-flex items-center justify-center px-6 py-3 border border-white rounded-full font-medium text-white hover:bg-white/10 transition duration-300"> <!-- <a href="#portfolio" class="inline-flex items-center justify-center px-6 py-3 border border-white rounded-full font-medium text-white hover:bg-white/10 transition duration-300">
@@ -755,25 +755,25 @@
<h3 class="text-lg font-semibold mb-4 text-white">Služby</h3> <h3 class="text-lg font-semibold mb-4 text-white">Služby</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li> <li>
<a href="sluzby/video-editing.html" class="text-gray-400 hover:text-white transition duration-150">Video Editing</a> <a href="../sluzby/video-editing.html" class="text-gray-400 hover:text-white transition duration-150">Video Editing</a>
</li> </li>
<li> <li>
<a href="sluzby/sociální-sítě.html" class="text-gray-400 hover:text-white transition duration-150">Sociální sítě</a> <a href="../sluzby/sociální-sítě.html" class="text-gray-400 hover:text-white transition duration-150">Sociální sítě</a>
</li> </li>
<li> <li>
<a href="sluzby/tvorba-reels.html" class="text-gray-400 hover:text-white transition duration-150">Tvorba Reels</a> <a href="../sluzby/tvorba-reels.html" class="text-gray-400 hover:text-white transition duration-150">Tvorba Reels</a>
</li> </li>
<li> <li>
<a href="sluzby/fotografie-video.html" class="text-gray-400 hover:text-white transition duration-150">Profi Fotografie & Video</a> <a href="../sluzby/fotografie-video.html" class="text-gray-400 hover:text-white transition duration-150">Profi Fotografie & Video</a>
</li> </li>
<li> <li>
<a href="sluzby/web.html" class="text-gray-400 hover:text-white transition duration-150">Správa Webu</a> <a href="../sluzby/web.html" class="text-gray-400 hover:text-white transition duration-150">Správa Webu</a>
</li> </li>
<li> <li>
<a href="sluzby/design.html" class="text-gray-400 hover:text-white transition duration-150">Grafický Design</a> <a href="../sluzby/design.html" class="text-gray-400 hover:text-white transition duration-150">Grafický Design</a>
</li> </li>
<li> <li>
<a href="sluzby/marketing.html" class="text-gray-400 hover:text-white transition duration-150">Digitální Marketing</a> <a href="../sluzby/marketing.html" class="text-gray-400 hover:text-white transition duration-150">Digitální Marketing</a>
</li> </li>
</ul> </ul>
</div> </div>
@@ -783,19 +783,19 @@
<h3 class="text-lg font-semibold mb-4 text-white">Rychlé odkazy</h3> <h3 class="text-lg font-semibold mb-4 text-white">Rychlé odkazy</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li> <li>
<a href="index.html" class="text-gray-400 hover:text-white transition duration-150">Domů</a> <a href="../index.html" class="text-gray-400 hover:text-white transition duration-150">Domů</a>
</li> </li>
<li> <li>
<a href="o-nas.html" class="text-gray-400 hover:text-white transition duration-150">O nás</a> <a href="../o-nas.html" class="text-gray-400 hover:text-white transition duration-150">O nás</a>
</li> </li>
<li> <li>
<a href="portfolio.html" class="text-gray-400 hover:text-white transition duration-150">Portfolio</a> <a href="../portfolio.html" class="text-gray-400 hover:text-white transition duration-150">Portfolio</a>
</li> </li>
<li> <li>
<a href="kariéra.html" class="text-gray-400 hover:text-white transition duration-150">Kariéra</a> <a href="../kariéra.html" class="text-gray-400 hover:text-white transition duration-150">Kariéra</a>
</li> </li>
<li> <li>
<a href="kontakt.html" class="text-gray-400 hover:text-white transition duration-150">Kontakt</a> <a href="../kontakt.html" class="text-gray-400 hover:text-white transition duration-150">Kontakt</a>
</li> </li>
</ul> </ul>
</div> </div>
@@ -838,9 +838,9 @@
&copy; 2025 SportCreative. Všechna práva vyhrazena. &copy; 2025 SportCreative. Všechna práva vyhrazena.
</p> </p>
<div class="flex space-x-4 text-sm text-gray-400"> <div class="flex space-x-4 text-sm text-gray-400">
<a href="obchodni-podminky.html" class="hover:text-white transition duration-150">Podmínky použití</a> <a href="../obchodni-podminky.html" class="hover:text-white transition duration-150">Podmínky použití</a>
<a href="gdpr.html" class="hover:text-white transition duration-150">Ochrana soukromí</a> <a href="../gdpr.html" class="hover:text-white transition duration-150">Ochrana soukromí</a>
<a href="cookies.html" class="hover:text-white transition duration-150">Cookies</a> <a href="../cookies.html" class="hover:text-white transition duration-150">Cookies</a>
</div> </div>
</div> </div>
</div> </div>
@@ -864,11 +864,11 @@
console.log('Email zkopírován do schránky'); console.log('Email zkopírován do schránky');
// Redirect to contact page // Redirect to contact page
window.location.href = 'kontakt.html'; window.location.href = '../kontakt.html';
}).catch(function(err) { }).catch(function(err) {
console.error('Nepodařilo se zkopírovat email: ', err); console.error('Nepodařilo se zkopírovat email: ', err);
// Still redirect even if copy fails // Still redirect even if copy fails
window.location.href = 'kontakt.html'; window.location.href = '../kontakt.html';
}); });
} }
@@ -893,7 +893,7 @@
}); });
}); });
</script> </script>
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<style> <style>
/* Cookie Consent Styles */ /* Cookie Consent Styles */
+281 -281
View File
@@ -9,48 +9,48 @@
<meta name="geo.placename" content="Uherské Hradiště" /> <meta name="geo.placename" content="Uherské Hradiště" />
<meta name="geo.position" content="49.0695;17.4597" /> <meta name="geo.position" content="49.0695;17.4597" />
<meta name="ICBM" content="49.0695, 17.4597" /> <meta name="ICBM" content="49.0695, 17.4597" />
<link rel="canonical" href="https://sportcreative.cz/" /> <link rel="canonical" href="https://sportcreative.eu/" />
<link rel="alternate" hreflang="cs" href="https://sportcreative.cz/" /> <link rel="alternate" hreflang="cs" href="https://sportcreative.eu/" />
<link rel="alternate" hreflang="x-default" href="https://sportcreative.cz/" /> <link rel="alternate" hreflang="x-default" href="https://sportcreative.eu/" />
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/7.1.0/esm/ionicons.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/7.1.0/esm/ionicons.min.js"></script>
<!-- Custom JS will be included here --> <!-- Custom JS will be included here -->
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="../style.css">
<link rel="icon" href="logo.ico" type="image/x-icon"> <link rel="icon" href="../logo.ico" type="image/x-icon">
<meta name="description" content="SportCreative - Profesionální digitální marketing pro sportovní kluby v Uherském Hradišti a Zlínském kraji. Specializujeme se na správu sociálních sítí, tvorbu videí, webdesign a online propagaci sportovních týmů."> <meta name="description" content="SportCreative - Profesionální digitální marketing pro sportovní kluby v Uherském Hradišti a Zlínském kraji. Specializujeme se na správu sociálních sítí, tvorbu videí, webdesign a online propagaci sportovních týmů.">
<meta name="keywords" content="digitální marketing Uherské Hradiště, správa sociálních sítí, sportovní marketing, tvorba videí pro sport, webdesign pro sportovní kluby, online propagace sportu, Zlínský kraj, fotbalový marketing, sportovní fotografie, grafický design"> <meta name="keywords" content="digitální marketing Uherské Hradiště, správa sociálních sítí, sportovní marketing, tvorba videí pro sport, webdesign pro sportovní kluby, online propagace sportu, Zlínský kraj, fotbalový marketing, sportovní fotografie, grafický design">
<meta name="author" content="SportCreative"> <meta name="author" content="SportCreative">
<!-- Open Graph / Facebook --> <!-- Open Graph / Facebook -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://sportcreative.cz/"> <meta property="og:url" content="https://sportcreative.eu/">
<meta property="og:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby"> <meta property="og:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby">
<meta property="og:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy."> <meta property="og:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy.">
<meta property="og:image" content="https://sportcreative.cz/page-prev.png"> <meta property="og:image" content="https://sportcreative.eu/page-prev.png">
<meta property="og:image:width" content="1200"> <meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630"> <meta property="og:image:height" content="630">
<meta property="og:locale" content="cs_CZ"> <meta property="og:locale" content="cs_CZ">
<!-- Twitter --> <!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"> <meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sportcreative.cz/"> <meta property="twitter:url" content="https://sportcreative.eu/">
<meta property="twitter:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby"> <meta property="twitter:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby">
<meta property="twitter:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy."> <meta property="twitter:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy.">
<meta property="twitter:image" content="https://sportcreative.cz/page-prev.png"> <meta property="twitter:image" content="https://sportcreative.eu/page-prev.png">
<!-- Structured Data --> <!-- Structured Data -->
<script type="application/ld+json"> <script type="application/ld+json">
[{ [{
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "ProfessionalService", "@type": "ProfessionalService",
"@id": "https://sportcreative.cz/#business", "@id": "https://sportcreative.eu/#business",
"name": "SportCreative", "name": "SportCreative",
"image": [ "image": [
"https://sportcreative.cz/logo.png", "https://sportcreative.eu/logo.png",
"https://sportcreative.cz/page-prev.png" "https://sportcreative.eu/page-prev.png"
], ],
"url": "https://sportcreative.cz/", "url": "https://sportcreative.eu/",
"telephone": "+420775247633", "telephone": "+420775247633",
"priceRange": "Kč", "priceRange": "Kč",
"hasOfferCatalog": { "hasOfferCatalog": {
@@ -106,9 +106,9 @@
"closes": "17:00" "closes": "17:00"
}], }],
"sameAs": [ "sameAs": [
"https://www.facebook.com/vasstranka", "https://www.facebook.com/sportcreative",
"https://www.instagram.com/vasucet", "https://www.instagram.com/sportcreative",
"https://www.linkedin.com/company/vasfirma" "https://www.linkedin.com/company/sportcreative-eu"
], ],
"areaServed": [{ "areaServed": [{
"@type": "State", "@type": "State",
@@ -126,7 +126,7 @@
"@type": "ListItem", "@type": "ListItem",
"position": 1, "position": 1,
"name": "Úvod", "name": "Úvod",
"item": "https://sportcreative.cz/" "item": "https://sportcreative.eu/"
}] }]
}, },
{ {
@@ -490,23 +490,23 @@
<div class="flex justify-between items-center py-4"> <div class="flex justify-between items-center py-4">
<!-- Logo --> <!-- Logo -->
<div class="flex items-center"> <div class="flex items-center">
<a href="index.html" class="logo"> <a href="../index.html" class="logo">
<img src="header-logo.png" alt="SportCreative" class="logo"> <img src="../header-logo.png" alt="SportCreative" class="logo">
</a> </a>
</div> </div>
<!-- Desktop Navigation --> <!-- Desktop Navigation -->
<nav class="hidden md:flex space-x-8"> <nav class="hidden md:flex space-x-8">
<a href="index.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Domů</a> <a href="../index.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Domů</a>
<a href="sluzby.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Služby</a> <a href="../sluzby.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Služby</a>
<a href="portfolio.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Portfolio</a> <a href="../portfolio.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Portfolio</a>
<a href="o-nas.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">O nás</a> <a href="../o-nas.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">O nás</a>
<a href="kontakt.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Kontakt</a> <a href="../kontakt.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Kontakt</a>
</nav> </nav>
<!-- CTA Button --> <!-- CTA Button -->
<div class="hidden md:block"> <div class="hidden md:block">
<a href="kontakt.html" class="bg-sport-purple text-white px-6 py-2 rounded-full font-medium hover:shadow-lg transition duration-300"> <a href="../kontakt.html" class="bg-sport-purple text-white px-6 py-2 rounded-full font-medium hover:shadow-lg transition duration-300">
Nezávazná konzultace Nezávazná konzultace
</a> </a>
</div> </div>
@@ -522,14 +522,14 @@
<!-- Mobile Navigation --> <!-- Mobile Navigation -->
<div class="mobile-menu w-full absolute top-full left-0 bg-white shadow-lg"> <div class="mobile-menu w-full absolute top-full left-0 bg-white shadow-lg">
<nav class="px-2 pt-2 pb-4 space-y-1"> <nav class="px-2 pt-2 pb-4 space-y-1">
<a href="index.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Domů</a> <a href="../index.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Domů</a>
<a href="sluzby.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Služby</a> <a href="../sluzby.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Služby</a>
<a href="portfolio.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Portfolio</a> <a href="../portfolio.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Portfolio</a>
<a href="o-nas.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">O nás</a> <a href="../o-nas.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">O nás</a>
<a href="kontakt.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Kontakt</a> <a href="../kontakt.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Kontakt</a>
</nav> </nav>
<div class="px-4 py-3 border-t border-gray-100"> <div class="px-4 py-3 border-t border-gray-100">
<a href="kontakt.html" class="block w-full text-center px-6 py-3 border border-transparent rounded-full text-base font-medium text-white bg-sport-purple hover:bg-sport-orange transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5"> <a href="../kontakt.html" class="block w-full text-center px-6 py-3 border border-transparent rounded-full text-base font-medium text-white bg-sport-purple hover:bg-sport-orange transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5">
Nezávazná konzultace Nezávazná konzultace
</a> </a>
</div> </div>
@@ -697,132 +697,132 @@
<!-- Footer --> <!-- Footer -->
<footer class="bg-gray-900 text-white"> <footer class="bg-gray-900 text-white">
<!-- Main Footer --> <!-- Main Footer -->
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12"> <div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Column 1: Logo & About --> <!-- Column 1: Logo & About -->
<div> <div>
<div class="text-2xl font-bold mb-4"> <div class="text-2xl font-bold mb-4">
<span class="text-sport-purple">Sport</span><span class="text-sport-orange">Creative</span> <span class="text-sport-purple">Sport</span><span class="text-sport-orange">Creative</span>
</div> </div>
<p class="text-gray-400 mb-4"> <p class="text-gray-400 mb-4">
Digitální marketingová agentura specializovaná na sportovní týmy a organizace. Tvoříme obsah, který inspiruje a spojuje fanoušky. Digitální marketingová agentura specializovaná na sportovní týmy a organizace. Tvoříme obsah, který inspiruje a spojuje fanoušky.
</p> </p>
<div class="flex space-x-4"> <div class="flex space-x-4">
<!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150"> <!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-facebook" class="text-xl"></ion-icon> <ion-icon name="logo-facebook" class="text-xl"></ion-icon>
</a> --> </a> -->
<a href="https://www.instagram.com/sportcreative_cz/" target="_blank" aria-label="Instagram" alt="Instagram" class="text-gray-400 hover:text-white transition duration-150"> <a href="https://www.instagram.com/sportcreative_cz/" target="_blank" aria-label="Instagram" alt="Instagram" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-instagram" class="text-xl"></ion-icon> <ion-icon name="logo-instagram" class="text-xl"></ion-icon>
</a> </a>
<!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150"> <!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-twitter" class="text-xl"></ion-icon> <ion-icon name="logo-twitter" class="text-xl"></ion-icon>
</a> --> </a> -->
<a href="https://www.linkedin.com/company/sportcreative-eu" target="_blank" aria-label="LinkedIn" alt="LinkedIn" class="text-gray-400 hover:text-white transition duration-150"> <a href="https://www.linkedin.com/company/sportcreative-eu" target="_blank" aria-label="LinkedIn" alt="LinkedIn" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-linkedin" class="text-xl"></ion-icon> <ion-icon name="logo-linkedin" class="text-xl"></ion-icon>
</a> </a>
</div> </div>
</div> </div>
<!-- Column 2: Services --> <!-- Column 2: Services -->
<div> <div>
<h3 class="text-lg font-semibold mb-4 text-white">Služby</h3> <h3 class="text-lg font-semibold mb-4 text-white">Služby</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li> <li>
<a href="sluzby/video-editing.html" class="text-gray-400 hover:text-white transition duration-150">Video Editing</a> <a href="../sluzby/video-editing.html" class="text-gray-400 hover:text-white transition duration-150">Video Editing</a>
</li> </li>
<li> <li>
<a href="sluzby/sociální-sítě.html" class="text-gray-400 hover:text-white transition duration-150">Sociální sítě</a> <a href="../sluzby/sociální-sítě.html" class="text-gray-400 hover:text-white transition duration-150">Sociální sítě</a>
</li> </li>
<li> <li>
<a href="sluzby/tvorba-reels.html" class="text-gray-400 hover:text-white transition duration-150">Tvorba Reels</a> <a href="../sluzby/tvorba-reels.html" class="text-gray-400 hover:text-white transition duration-150">Tvorba Reels</a>
</li> </li>
<li> <li>
<a href="sluzby/fotografie-video.html" class="text-gray-400 hover:text-white transition duration-150">Profi Fotografie & Video</a> <a href="../sluzby/fotografie-video.html" class="text-gray-400 hover:text-white transition duration-150">Profi Fotografie & Video</a>
</li> </li>
<li> <li>
<a href="sluzby/web.html" class="text-gray-400 hover:text-white transition duration-150">Správa Webu</a> <a href="../sluzby/web.html" class="text-gray-400 hover:text-white transition duration-150">Správa Webu</a>
</li> </li>
<li> <li>
<a href="sluzby/design.html" class="text-gray-400 hover:text-white transition duration-150">Grafický Design</a> <a href="../sluzby/design.html" class="text-gray-400 hover:text-white transition duration-150">Grafický Design</a>
</li> </li>
<li> <li>
<a href="sluzby/marketing.html" class="text-gray-400 hover:text-white transition duration-150">Digitální Marketing</a> <a href="../sluzby/marketing.html" class="text-gray-400 hover:text-white transition duration-150">Digitální Marketing</a>
</li> </li>
</ul> </ul>
</div> </div>
<!-- Column 3: Quick Links --> <!-- Column 3: Quick Links -->
<div> <div>
<h3 class="text-lg font-semibold mb-4 text-white">Rychlé odkazy</h3> <h3 class="text-lg font-semibold mb-4 text-white">Rychlé odkazy</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li> <li>
<a href="index.html" class="text-gray-400 hover:text-white transition duration-150">Domů</a> <a href="../index.html" class="text-gray-400 hover:text-white transition duration-150">Domů</a>
</li> </li>
<li> <li>
<a href="o-nas.html" class="text-gray-400 hover:text-white transition duration-150">O nás</a> <a href="../o-nas.html" class="text-gray-400 hover:text-white transition duration-150">O nás</a>
</li> </li>
<li> <li>
<a href="portfolio.html" class="text-gray-400 hover:text-white transition duration-150">Portfolio</a> <a href="../portfolio.html" class="text-gray-400 hover:text-white transition duration-150">Portfolio</a>
</li> </li>
<li> <li>
<a href="kariéra.html" class="text-gray-400 hover:text-white transition duration-150">Kariéra</a> <a href="../kariéra.html" class="text-gray-400 hover:text-white transition duration-150">Kariéra</a>
</li> </li>
<li> <li>
<a href="kontakt.html" class="text-gray-400 hover:text-white transition duration-150">Kontakt</a> <a href="../kontakt.html" class="text-gray-400 hover:text-white transition duration-150">Kontakt</a>
</li> </li>
</ul> </ul>
</div> </div>
<!-- Column 4: Contact Info --> <!-- Column 4: Contact Info -->
<div> <div>
<h3 class="text-lg font-semibold mb-4 text-white">Kontakt</h3> <h3 class="text-lg font-semibold mb-4 text-white">Kontakt</h3>
<ul class="space-y-3"> <ul class="space-y-3">
<!-- <li class="flex items-start"> <!-- <li class="flex items-start">
<ion-icon name="location-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon> <ion-icon name="location-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon>
<span class="text-gray-400">Sportovní 123, 150 00 Praha 5</span> <span class="text-gray-400">Sportovní 123, 150 00 Praha 5</span>
</li> --> </li> -->
<li class="flex items-start"> <li class="flex items-start">
<ion-icon name="call-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon> <ion-icon name="call-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon>
<div> <div>
<div class="text-gray-400">+420 775 247 633</div> <div class="text-gray-400">+420 775 247 633</div>
<div class="text-gray-400">+420 778 701 838</div> <div class="text-gray-400">+420 778 701 838</div>
</div> </div>
</li> </li>
<li class="flex items-center"> <li class="flex items-center">
<ion-icon name="mail-outline" class="text-sport-orange text-xl mr-2 mt-1"></ion-icon> <ion-icon name="mail-outline" class="text-sport-orange text-xl mr-2 mt-1"></ion-icon>
<div> <div>
<div class="text-gray-400 cursor-pointer hover:text-white transition-colors" onclick="copyEmailAndRedirect('info@sportcreative.eu')">info@sportcreative.eu</div> <div class="text-gray-400 cursor-pointer hover:text-white transition-colors" onclick="copyEmailAndRedirect('info@sportcreative.eu')">info@sportcreative.eu</div>
<div class="text-sm text-sport-orange">Odpovídáme do 24 hodin</div> <div class="text-sm text-sport-orange">Odpovídáme do 24 hodin</div>
</div> </div>
</li> </li>
<li class="flex items-start"> <li class="flex items-start">
<ion-icon name="time-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon> <ion-icon name="time-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon>
<span class="text-gray-400">Po-Ne: 8:00 - 20:00</span> <span class="text-gray-400">Po-Ne: 8:00 - 20:00</span>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
<!-- Copyright --> <!-- Copyright -->
<div class="border-t border-gray-800 py-6"> <div class="border-t border-gray-800 py-6">
<div class="container mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center"> <div class="container mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm mb-4 md:mb-0"> <p class="text-gray-400 text-sm mb-4 md:mb-0">
&copy; 2025 SportCreative. Všechna práva vyhrazena. &copy; 2025 SportCreative. Všechna práva vyhrazena.
</p> </p>
<div class="flex space-x-4 text-sm text-gray-400"> <div class="flex space-x-4 text-sm text-gray-400">
<a href="obchodni-podminky.html" class="hover:text-white transition duration-150">Podmínky použití</a> <a href="../obchodni-podminky.html" class="hover:text-white transition duration-150">Podmínky použití</a>
<a href="gdpr.html" class="hover:text-white transition duration-150">Ochrana soukromí</a> <a href="../gdpr.html" class="hover:text-white transition duration-150">Ochrana soukromí</a>
<a href="cookies.html" class="hover:text-white transition duration-150">Cookies</a> <a href="../cookies.html" class="hover:text-white transition duration-150">Cookies</a>
</div> </div>
</div> </div>
</div> </div>
</footer> </footer>
<!-- Back to Top Button --> <!-- Back to Top Button -->
<button class="fixed bottom-6 right-6 bg-sport-orange rounded-full shadow-lg opacity-0 invisible transition-all duration-300 hover:bg-sport-purple hover:scale-110" id="backToTop"> <button class="fixed bottom-6 right-6 bg-sport-orange rounded-full shadow-lg opacity-0 invisible transition-all duration-300 hover:bg-sport-purple hover:scale-110" id="backToTop">
<ion-icon name="arrow-up-outline"></ion-icon> <ion-icon name="arrow-up-outline"></ion-icon>
</button> </button>
<!-- Ionicons Script - Placed at the end for performance --> <!-- Ionicons Script - Placed at the end for performance -->
@@ -830,161 +830,161 @@
<!-- Simple JavaScript for Back to Top functionality --> <!-- Simple JavaScript for Back to Top functionality -->
<script> <script>
// Copy email to clipboard and redirect to contact page // Copy email to clipboard and redirect to contact page
function copyEmailAndRedirect(email) { function copyEmailAndRedirect(email) {
// Copy email to clipboard // Copy email to clipboard
navigator.clipboard.writeText(email).then(function() { navigator.clipboard.writeText(email).then(function() {
// Show copied tooltip or feedback if needed // Show copied tooltip or feedback if needed
console.log('Email zkopírován do schránky'); console.log('Email zkopírován do schránky');
// Redirect to contact page // Redirect to contact page
window.location.href = 'kontakt.html'; window.location.href = '../kontakt.html';
}).catch(function(err) { }).catch(function(err) {
console.error('Nepodařilo se zkopírovat email: ', err); console.error('Nepodařilo se zkopírovat email: ', err);
// Still redirect even if copy fails // Still redirect even if copy fails
window.location.href = 'kontakt.html'; window.location.href = '../kontakt.html';
}); });
} }
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const backToTopButton = document.getElementById('backToTop'); const backToTopButton = document.getElementById('backToTop');
window.addEventListener('scroll', function() { window.addEventListener('scroll', function() {
if (window.pageYOffset > 300) { if (window.pageYOffset > 300) {
backToTopButton.classList.remove('opacity-0', 'invisible'); backToTopButton.classList.remove('opacity-0', 'invisible');
backToTopButton.classList.add('opacity-100', 'visible'); backToTopButton.classList.add('opacity-100', 'visible');
} else { } else {
backToTopButton.classList.remove('opacity-100', 'visible'); backToTopButton.classList.remove('opacity-100', 'visible');
backToTopButton.classList.add('opacity-0', 'invisible'); backToTopButton.classList.add('opacity-0', 'invisible');
} }
}); });
backToTopButton.addEventListener('click', function() { backToTopButton.addEventListener('click', function() {
window.scrollTo({ window.scrollTo({
top: 0, top: 0,
behavior: 'smooth' behavior: 'smooth'
}); });
}); });
}); });
</script> </script>
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<style> <style>
/* Cookie Consent Styles */ /* Cookie Consent Styles */
.cookie-consent { .cookie-consent {
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
z-index: 9999; z-index: 9999;
padding: 16px; padding: 16px;
display: flex; display: flex;
justify-content: center; justify-content: center;
transition: transform 0.3s ease; transition: transform 0.3s ease;
} }
.cookie-consent.hidden { .cookie-consent.hidden {
transform: translateY(100%); transform: translateY(100%);
} }
.cookie-consent-banner {
background: white;
border-radius: 15px;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
0 8px 10px -6px rgba(0, 0, 0, 0.1);
padding: 1.5rem 1.5rem 1.5rem 1.25rem;
max-width: 800px;
width: 100%;
display: flex;
align-items: center;
gap: 1rem;
position: relative;
overflow: hidden;
}
.cookie-message {
flex: 1;
font-size: 1rem;
line-height: 1.5;
color: #333;
}
.cookie-link {
color: #6c38d9;
text-decoration: none;
font-weight: 600;
margin-left: 0.25rem;
transition: 0.3s;
}
.cookie-link:hover {
text-decoration: underline;
}
.cookie-button {
border: none;
border-radius: 9999px;
padding: 0.6rem 1.75rem;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.5;
white-space: nowrap;
min-width: 120px;
text-align: center;
background: linear-gradient(135deg, #6c38d9 0%, #8a5ad1 100%);
color: white;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cookie-button:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
.cookie-consent-banner { .cookie-consent-banner {
background: white; flex-direction: column;
border-radius: 15px; text-align: center;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
0 8px 10px -6px rgba(0, 0, 0, 0.1);
padding: 1.5rem 1.5rem 1.5rem 1.25rem;
max-width: 800px;
width: 100%;
display: flex;
align-items: center;
gap: 1rem;
position: relative;
overflow: hidden;
}
.cookie-message {
flex: 1;
font-size: 1rem;
line-height: 1.5;
color: #333;
}
.cookie-link {
color: #6c38d9;
text-decoration: none;
font-weight: 600;
margin-left: 0.25rem;
transition: 0.3s;
}
.cookie-link:hover {
text-decoration: underline;
} }
.cookie-button { .cookie-button {
border: none; width: 100%;
border-radius: 9999px; margin-top: 1rem;
padding: 0.6rem 1.75rem;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.5;
white-space: nowrap;
min-width: 120px;
text-align: center;
background: linear-gradient(135deg, #6c38d9 0%, #8a5ad1 100%);
color: white;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cookie-button:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
.cookie-consent-banner {
flex-direction: column;
text-align: center;
}
.cookie-button {
width: 100%;
margin-top: 1rem;
}
} }
}
</style> </style>
<!-- Cookie Consent HTML --> <!-- Cookie Consent HTML -->
<div id="cookieConsent" class="cookie-consent hidden"> <div id="cookieConsent" class="cookie-consent hidden">
<div class="cookie-consent-banner"> <div class="cookie-consent-banner">
<p class="cookie-message"> <p class="cookie-message">
Pro zajištění nejlepšího zážitku používáme cookies. Pokračováním souhlasíte s naším Pro zajištění nejlepšího zážitku používáme cookies. Pokračováním souhlasíte s naším
<a href="cookies.html" class="cookie-link" target="_blank" rel="noopener noreferrer"> <a href="cookies.html" class="cookie-link" target="_blank" rel="noopener noreferrer">
sběrem a používáním dat sběrem a používáním dat
</a> </a>
</p> </p>
<button id="cookieConsentButton" class="cookie-button">Rozumím</button> <button id="cookieConsentButton" class="cookie-button">Rozumím</button>
</div> </div>
</div> </div>
<script> <script>
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const cookieConsent = document.getElementById('cookieConsent'); const cookieConsent = document.getElementById('cookieConsent');
const consentButton = document.getElementById('cookieConsentButton'); const consentButton = document.getElementById('cookieConsentButton');
const consentKey = 'cookieConsentAccepted'; const consentKey = 'cookieConsentAccepted';
// Check if consent was already given // Check if consent was already given
if (!localStorage.getItem(consentKey)) { if (!localStorage.getItem(consentKey)) {
cookieConsent.classList.remove('hidden'); cookieConsent.classList.remove('hidden');
} }
// Handle button click // Handle button click
consentButton.addEventListener('click', function() { consentButton.addEventListener('click', function() {
localStorage.setItem(consentKey, 'true'); localStorage.setItem(consentKey, 'true');
cookieConsent.classList.add('hidden'); cookieConsent.classList.add('hidden');
});
}); });
});
</script> </script>
</body> </body>
+310 -283
View File
@@ -9,48 +9,48 @@
<meta name="geo.placename" content="Uherské Hradiště" /> <meta name="geo.placename" content="Uherské Hradiště" />
<meta name="geo.position" content="49.0695;17.4597" /> <meta name="geo.position" content="49.0695;17.4597" />
<meta name="ICBM" content="49.0695, 17.4597" /> <meta name="ICBM" content="49.0695, 17.4597" />
<link rel="canonical" href="https://sportcreative.cz/" /> <link rel="canonical" href="https://sportcreative.eu/" />
<link rel="alternate" hreflang="cs" href="https://sportcreative.cz/" /> <link rel="alternate" hreflang="cs" href="https://sportcreative.eu/" />
<link rel="alternate" hreflang="x-default" href="https://sportcreative.cz/" /> <link rel="alternate" hreflang="x-default" href="https://sportcreative.eu/" />
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/7.1.0/esm/ionicons.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/7.1.0/esm/ionicons.min.js"></script>
<!-- Custom JS will be included here --> <!-- Custom JS will be included here -->
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="../style.css">
<link rel="icon" href="logo.ico" type="image/x-icon"> <link rel="icon" href="../logo.ico" type="image/x-icon">
<meta name="description" content="SportCreative - Profesionální digitální marketing pro sportovní kluby v Uherském Hradišti a Zlínském kraji. Specializujeme se na správu sociálních sítí, tvorbu videí, webdesign a online propagaci sportovních týmů."> <meta name="description" content="SportCreative - Profesionální digitální marketing pro sportovní kluby v Uherském Hradišti a Zlínském kraji. Specializujeme se na správu sociálních sítí, tvorbu videí, webdesign a online propagaci sportovních týmů.">
<meta name="keywords" content="digitální marketing Uherské Hradiště, správa sociálních sítí, sportovní marketing, tvorba videí pro sport, webdesign pro sportovní kluby, online propagace sportu, Zlínský kraj, fotbalový marketing, sportovní fotografie, grafický design"> <meta name="keywords" content="digitální marketing Uherské Hradiště, správa sociálních sítí, sportovní marketing, tvorba videí pro sport, webdesign pro sportovní kluby, online propagace sportu, Zlínský kraj, fotbalový marketing, sportovní fotografie, grafický design">
<meta name="author" content="SportCreative"> <meta name="author" content="SportCreative">
<!-- Open Graph / Facebook --> <!-- Open Graph / Facebook -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://sportcreative.cz/"> <meta property="og:url" content="https://sportcreative.eu/">
<meta property="og:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby"> <meta property="og:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby">
<meta property="og:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy."> <meta property="og:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy.">
<meta property="og:image" content="https://sportcreative.cz/page-prev.png"> <meta property="og:image" content="https://sportcreative.eu/page-prev.png">
<meta property="og:image:width" content="1200"> <meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630"> <meta property="og:image:height" content="630">
<meta property="og:locale" content="cs_CZ"> <meta property="og:locale" content="cs_CZ">
<!-- Twitter --> <!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"> <meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sportcreative.cz/"> <meta property="twitter:url" content="https://sportcreative.eu/">
<meta property="twitter:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby"> <meta property="twitter:title" content="SportCreative | Profesionální digitální marketing pro sportovní kluby">
<meta property="twitter:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy."> <meta property="twitter:description" content="Zvyšte viditelnost vašeho sportovního klubu. Specializujeme se na správu sociálních sítí, tvorbu videí a webdesign pro sportovní týmy.">
<meta property="twitter:image" content="https://sportcreative.cz/page-prev.png"> <meta property="twitter:image" content="https://sportcreative.eu/page-prev.png">
<!-- Structured Data --> <!-- Structured Data -->
<script type="application/ld+json"> <script type="application/ld+json">
[{ [{
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "ProfessionalService", "@type": "ProfessionalService",
"@id": "https://sportcreative.cz/#business", "@id": "https://sportcreative.eu/#business",
"name": "SportCreative", "name": "SportCreative",
"image": [ "image": [
"https://sportcreative.cz/logo.png", "https://sportcreative.eu/logo.png",
"https://sportcreative.cz/page-prev.png" "https://sportcreative.eu/page-prev.png"
], ],
"url": "https://sportcreative.cz/", "url": "https://sportcreative.eu/",
"telephone": "+420775247633", "telephone": "+420775247633",
"priceRange": "Kč", "priceRange": "Kč",
"hasOfferCatalog": { "hasOfferCatalog": {
@@ -106,9 +106,9 @@
"closes": "17:00" "closes": "17:00"
}], }],
"sameAs": [ "sameAs": [
"https://www.facebook.com/vasstranka", "https://www.facebook.com/sportcreative",
"https://www.instagram.com/vasucet", "https://www.instagram.com/sportcreative",
"https://www.linkedin.com/company/vasfirma" "https://www.linkedin.com/company/sportcreative-eu"
], ],
"areaServed": [{ "areaServed": [{
"@type": "State", "@type": "State",
@@ -126,7 +126,7 @@
"@type": "ListItem", "@type": "ListItem",
"position": 1, "position": 1,
"name": "Úvod", "name": "Úvod",
"item": "https://sportcreative.cz/" "item": "https://sportcreative.eu/"
}] }]
}, },
{ {
@@ -490,23 +490,23 @@
<div class="flex justify-between items-center py-4"> <div class="flex justify-between items-center py-4">
<!-- Logo --> <!-- Logo -->
<div class="flex items-center"> <div class="flex items-center">
<a href="index.html" class="logo"> <a href="../index.html" class="logo">
<img src="header-logo.png" alt="SportCreative" class="logo"> <img src="../header-logo.png" alt="SportCreative" class="logo">
</a> </a>
</div> </div>
<!-- Desktop Navigation --> <!-- Desktop Navigation -->
<nav class="hidden md:flex space-x-8"> <nav class="hidden md:flex space-x-8">
<a href="index.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Domů</a> <a href="../index.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Domů</a>
<a href="sluzby.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Služby</a> <a href="../sluzby.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Služby</a>
<a href="portfolio.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Portfolio</a> <a href="../portfolio.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Portfolio</a>
<a href="o-nas.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">O nás</a> <a href="../o-nas.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">O nás</a>
<a href="kontakt.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Kontakt</a> <a href="../kontakt.html" class="text-gray-700 hover:text-sport-purple font-medium transition duration-150">Kontakt</a>
</nav> </nav>
<!-- CTA Button --> <!-- CTA Button -->
<div class="hidden md:block"> <div class="hidden md:block">
<a href="kontakt.html" class="bg-sport-purple text-white px-6 py-2 rounded-full font-medium hover:shadow-lg transition duration-300"> <a href="../kontakt.html" class="bg-sport-purple text-white px-6 py-2 rounded-full font-medium hover:shadow-lg transition duration-300">
Nezávazná konzultace Nezávazná konzultace
</a> </a>
</div> </div>
@@ -522,14 +522,14 @@
<!-- Mobile Navigation --> <!-- Mobile Navigation -->
<div class="mobile-menu w-full absolute top-full left-0 bg-white shadow-lg"> <div class="mobile-menu w-full absolute top-full left-0 bg-white shadow-lg">
<nav class="px-2 pt-2 pb-4 space-y-1"> <nav class="px-2 pt-2 pb-4 space-y-1">
<a href="index.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Domů</a> <a href="../index.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Domů</a>
<a href="sluzby.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Služby</a> <a href="../sluzby.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Služby</a>
<a href="portfolio.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Portfolio</a> <a href="../portfolio.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Portfolio</a>
<a href="o-nas.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">O nás</a> <a href="../o-nas.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">O nás</a>
<a href="kontakt.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Kontakt</a> <a href="../kontakt.html" class="block px-4 py-3 text-base font-medium text-gray-700 hover:bg-gray-50 hover:text-sport-purple rounded-lg transition-colors duration-200">Kontakt</a>
</nav> </nav>
<div class="px-4 py-3 border-t border-gray-100"> <div class="px-4 py-3 border-t border-gray-100">
<a href="kontakt.html" class="block w-full text-center px-6 py-3 border border-transparent rounded-full text-base font-medium text-white bg-sport-purple hover:bg-sport-orange transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5"> <a href="../kontakt.html" class="block w-full text-center px-6 py-3 border border-transparent rounded-full text-base font-medium text-white bg-sport-purple hover:bg-sport-orange transition-all duration-300 hover:shadow-lg hover:-translate-y-0.5">
Nezávazná konzultace Nezávazná konzultace
</a> </a>
</div> </div>
@@ -605,13 +605,40 @@
<p class="text-gray-900">Září 2024</p> <p class="text-gray-900">Září 2024</p>
</div> </div>
<div> <div>
<h4 class="text-sm font-medium text-gray-500">Web</h4> <h4 class="text-sm font-medium text-gray-500">E-shop Winnersport</h4>
<a href="https://www.winnersport.cz" target="_blank" class="text-sport-purple hover:underline">www.winnersport.cz</a> <a href="https://www.winnersport.cz" target="_blank" class="text-sport-purple hover:underline">www.winnersport.cz</a>
</div> </div>
<div> <div>
<h4 class="text-sm font-medium text-gray-500">Instagram</h4> <h4 class="text-sm font-medium text-gray-500">Web - ZEUS Sport</h4>
<a href="https://www.zeusport.cz/" target="_blank" class="text-sport-purple hover:underline">www.zeusport.cz</a>
</div>
<div>
<h4 class="text-sm font-medium text-gray-500">Web - Révvi Sport</h4>
<a href="https://www.revvisport.cz/" target="_blank" class="text-sport-purple hover:underline">www.zeusport.cz</a>
</div>
<div>
<h4 class="text-sm font-medium text-gray-500">Instagram - Winnersport</h4>
<a href="https://www.instagram.com/winnersport_cz/" target="_blank" class="text-sport-purple hover:underline">@winnersport_cz</a> <a href="https://www.instagram.com/winnersport_cz/" target="_blank" class="text-sport-purple hover:underline">@winnersport_cz</a>
</div> </div>
<div>
<h4 class="text-sm font-medium text-gray-500">Instagram - Masita</h4>
<a href="https://www.instagram.com/masita_cz/" target="_blank" class="text-sport-purple hover:underline">@masita_cz</a>
</div>
<div>
<h4 class="text-sm font-medium text-gray-500">Instagram - Révvi Sport</h4>
<a href="https://www.instagram.com/revvisport_cz/" target="_blank" class="text-sport-purple hover:underline">@revvisport_cz</a>
</div>
<div>
<h4 class="text-sm font-medium text-gray-500">Facebook - Winnersport</h4>
<a href="https://www.facebook.com/winnersportas" target="_blank" class="text-sport-purple hover:underline">@winnersportas</a>
</div>
<div>
<h4 class="text-sm font-medium text-gray-500">Facebook - Révvi Sport</h4>
<a href="https://www.facebook.com/profile.php?id=61571357696931" target="_blank" class="text-sport-purple hover:underline">@revvisport</a>
</div>
<div>
<h4 class="text-sm font-medium text-gray-500">Facebook - Masita</h4>
<a href="https://www.facebook.com/profile.php?id=100094388109257" target="_blank" class="text-sport-purple hover:underline">@masita</a>
</div> </div>
</div> </div>
</div> </div>
@@ -664,132 +691,132 @@
<!-- Footer --> <!-- Footer -->
<footer class="bg-gray-900 text-white"> <footer class="bg-gray-900 text-white">
<!-- Main Footer --> <!-- Main Footer -->
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12"> <div class="container mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Column 1: Logo & About --> <!-- Column 1: Logo & About -->
<div> <div>
<div class="text-2xl font-bold mb-4"> <div class="text-2xl font-bold mb-4">
<span class="text-sport-purple">Sport</span><span class="text-sport-orange">Creative</span> <span class="text-sport-purple">Sport</span><span class="text-sport-orange">Creative</span>
</div> </div>
<p class="text-gray-400 mb-4"> <p class="text-gray-400 mb-4">
Digitální marketingová agentura specializovaná na sportovní týmy a organizace. Tvoříme obsah, který inspiruje a spojuje fanoušky. Digitální marketingová agentura specializovaná na sportovní týmy a organizace. Tvoříme obsah, který inspiruje a spojuje fanoušky.
</p> </p>
<div class="flex space-x-4"> <div class="flex space-x-4">
<!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150"> <!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-facebook" class="text-xl"></ion-icon> <ion-icon name="logo-facebook" class="text-xl"></ion-icon>
</a> --> </a> -->
<a href="https://www.instagram.com/sportcreative_cz/" target="_blank" aria-label="Instagram" alt="Instagram" class="text-gray-400 hover:text-white transition duration-150"> <a href="https://www.instagram.com/sportcreative_cz/" target="_blank" aria-label="Instagram" alt="Instagram" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-instagram" class="text-xl"></ion-icon> <ion-icon name="logo-instagram" class="text-xl"></ion-icon>
</a> </a>
<!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150"> <!-- <a href="#" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-twitter" class="text-xl"></ion-icon> <ion-icon name="logo-twitter" class="text-xl"></ion-icon>
</a> --> </a> -->
<a href="https://www.linkedin.com/company/sportcreative-eu" target="_blank" aria-label="LinkedIn" alt="LinkedIn" class="text-gray-400 hover:text-white transition duration-150"> <a href="https://www.linkedin.com/company/sportcreative-eu" target="_blank" aria-label="LinkedIn" alt="LinkedIn" class="text-gray-400 hover:text-white transition duration-150">
<ion-icon name="logo-linkedin" class="text-xl"></ion-icon> <ion-icon name="logo-linkedin" class="text-xl"></ion-icon>
</a> </a>
</div> </div>
</div> </div>
<!-- Column 2: Services --> <!-- Column 2: Services -->
<div> <div>
<h3 class="text-lg font-semibold mb-4 text-white">Služby</h3> <h3 class="text-lg font-semibold mb-4 text-white">Služby</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li> <li>
<a href="sluzby/video-editing.html" class="text-gray-400 hover:text-white transition duration-150">Video Editing</a> <a href="../sluzby/video-editing.html" class="text-gray-400 hover:text-white transition duration-150">Video Editing</a>
</li> </li>
<li> <li>
<a href="sluzby/sociální-sítě.html" class="text-gray-400 hover:text-white transition duration-150">Sociální sítě</a> <a href="../sluzby/sociální-sítě.html" class="text-gray-400 hover:text-white transition duration-150">Sociální sítě</a>
</li> </li>
<li> <li>
<a href="sluzby/tvorba-reels.html" class="text-gray-400 hover:text-white transition duration-150">Tvorba Reels</a> <a href="../sluzby/tvorba-reels.html" class="text-gray-400 hover:text-white transition duration-150">Tvorba Reels</a>
</li> </li>
<li> <li>
<a href="sluzby/fotografie-video.html" class="text-gray-400 hover:text-white transition duration-150">Profi Fotografie & Video</a> <a href="../sluzby/fotografie-video.html" class="text-gray-400 hover:text-white transition duration-150">Profi Fotografie & Video</a>
</li> </li>
<li> <li>
<a href="sluzby/web.html" class="text-gray-400 hover:text-white transition duration-150">Správa Webu</a> <a href="../sluzby/web.html" class="text-gray-400 hover:text-white transition duration-150">Správa Webu</a>
</li> </li>
<li> <li>
<a href="sluzby/design.html" class="text-gray-400 hover:text-white transition duration-150">Grafický Design</a> <a href="../sluzby/design.html" class="text-gray-400 hover:text-white transition duration-150">Grafický Design</a>
</li> </li>
<li> <li>
<a href="sluzby/marketing.html" class="text-gray-400 hover:text-white transition duration-150">Digitální Marketing</a> <a href="../sluzby/marketing.html" class="text-gray-400 hover:text-white transition duration-150">Digitální Marketing</a>
</li> </li>
</ul> </ul>
</div> </div>
<!-- Column 3: Quick Links --> <!-- Column 3: Quick Links -->
<div> <div>
<h3 class="text-lg font-semibold mb-4 text-white">Rychlé odkazy</h3> <h3 class="text-lg font-semibold mb-4 text-white">Rychlé odkazy</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li> <li>
<a href="index.html" class="text-gray-400 hover:text-white transition duration-150">Domů</a> <a href="../index.html" class="text-gray-400 hover:text-white transition duration-150">Domů</a>
</li> </li>
<li> <li>
<a href="o-nas.html" class="text-gray-400 hover:text-white transition duration-150">O nás</a> <a href="../o-nas.html" class="text-gray-400 hover:text-white transition duration-150">O nás</a>
</li> </li>
<li> <li>
<a href="portfolio.html" class="text-gray-400 hover:text-white transition duration-150">Portfolio</a> <a href="../portfolio.html" class="text-gray-400 hover:text-white transition duration-150">Portfolio</a>
</li> </li>
<li> <li>
<a href="kariéra.html" class="text-gray-400 hover:text-white transition duration-150">Kariéra</a> <a href="../kariéra.html" class="text-gray-400 hover:text-white transition duration-150">Kariéra</a>
</li> </li>
<li> <li>
<a href="kontakt.html" class="text-gray-400 hover:text-white transition duration-150">Kontakt</a> <a href="../kontakt.html" class="text-gray-400 hover:text-white transition duration-150">Kontakt</a>
</li> </li>
</ul> </ul>
</div> </div>
<!-- Column 4: Contact Info --> <!-- Column 4: Contact Info -->
<div> <div>
<h3 class="text-lg font-semibold mb-4 text-white">Kontakt</h3> <h3 class="text-lg font-semibold mb-4 text-white">Kontakt</h3>
<ul class="space-y-3"> <ul class="space-y-3">
<!-- <li class="flex items-start"> <!-- <li class="flex items-start">
<ion-icon name="location-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon> <ion-icon name="location-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon>
<span class="text-gray-400">Sportovní 123, 150 00 Praha 5</span> <span class="text-gray-400">Sportovní 123, 150 00 Praha 5</span>
</li> --> </li> -->
<li class="flex items-start"> <li class="flex items-start">
<ion-icon name="call-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon> <ion-icon name="call-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon>
<div> <div>
<div class="text-gray-400">+420 775 247 633</div> <div class="text-gray-400">+420 775 247 633</div>
<div class="text-gray-400">+420 778 701 838</div> <div class="text-gray-400">+420 778 701 838</div>
</div> </div>
</li> </li>
<li class="flex items-center"> <li class="flex items-center">
<ion-icon name="mail-outline" class="text-sport-orange text-xl mr-2 mt-1"></ion-icon> <ion-icon name="mail-outline" class="text-sport-orange text-xl mr-2 mt-1"></ion-icon>
<div> <div>
<div class="text-gray-400 cursor-pointer hover:text-white transition-colors" onclick="copyEmailAndRedirect('info@sportcreative.eu')">info@sportcreative.eu</div> <div class="text-gray-400 cursor-pointer hover:text-white transition-colors" onclick="copyEmailAndRedirect('info@sportcreative.eu')">info@sportcreative.eu</div>
<div class="text-sm text-sport-orange">Odpovídáme do 24 hodin</div> <div class="text-sm text-sport-orange">Odpovídáme do 24 hodin</div>
</div> </div>
</li> </li>
<li class="flex items-start"> <li class="flex items-start">
<ion-icon name="time-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon> <ion-icon name="time-outline" class="text-sport-orange text-xl mt-1 mr-2"></ion-icon>
<span class="text-gray-400">Po-Ne: 8:00 - 20:00</span> <span class="text-gray-400">Po-Ne: 8:00 - 20:00</span>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
<!-- Copyright --> <!-- Copyright -->
<div class="border-t border-gray-800 py-6"> <div class="border-t border-gray-800 py-6">
<div class="container mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center"> <div class="container mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm mb-4 md:mb-0"> <p class="text-gray-400 text-sm mb-4 md:mb-0">
&copy; 2025 SportCreative. Všechna práva vyhrazena. &copy; 2025 SportCreative. Všechna práva vyhrazena.
</p> </p>
<div class="flex space-x-4 text-sm text-gray-400"> <div class="flex space-x-4 text-sm text-gray-400">
<a href="obchodni-podminky.html" class="hover:text-white transition duration-150">Podmínky použití</a> <a href="../obchodni-podminky.html" class="hover:text-white transition duration-150">Podmínky použití</a>
<a href="gdpr.html" class="hover:text-white transition duration-150">Ochrana soukromí</a> <a href="../gdpr.html" class="hover:text-white transition duration-150">Ochrana soukromí</a>
<a href="cookies.html" class="hover:text-white transition duration-150">Cookies</a> <a href="../cookies.html" class="hover:text-white transition duration-150">Cookies</a>
</div> </div>
</div> </div>
</div> </div>
</footer> </footer>
<!-- Back to Top Button --> <!-- Back to Top Button -->
<button class="fixed bottom-6 right-6 bg-sport-orange rounded-full shadow-lg opacity-0 invisible transition-all duration-300 hover:bg-sport-purple hover:scale-110" id="backToTop"> <button class="fixed bottom-6 right-6 bg-sport-orange rounded-full shadow-lg opacity-0 invisible transition-all duration-300 hover:bg-sport-purple hover:scale-110" id="backToTop">
<ion-icon name="arrow-up-outline"></ion-icon> <ion-icon name="arrow-up-outline"></ion-icon>
</button> </button>
<!-- Ionicons Script - Placed at the end for performance --> <!-- Ionicons Script - Placed at the end for performance -->
@@ -797,161 +824,161 @@
<!-- Simple JavaScript for Back to Top functionality --> <!-- Simple JavaScript for Back to Top functionality -->
<script> <script>
// Copy email to clipboard and redirect to contact page // Copy email to clipboard and redirect to contact page
function copyEmailAndRedirect(email) { function copyEmailAndRedirect(email) {
// Copy email to clipboard // Copy email to clipboard
navigator.clipboard.writeText(email).then(function() { navigator.clipboard.writeText(email).then(function() {
// Show copied tooltip or feedback if needed // Show copied tooltip or feedback if needed
console.log('Email zkopírován do schránky'); console.log('Email zkopírován do schránky');
// Redirect to contact page // Redirect to contact page
window.location.href = 'kontakt.html'; window.location.href = '../kontakt.html';
}).catch(function(err) { }).catch(function(err) {
console.error('Nepodařilo se zkopírovat email: ', err); console.error('Nepodařilo se zkopírovat email: ', err);
// Still redirect even if copy fails // Still redirect even if copy fails
window.location.href = 'kontakt.html'; window.location.href = '../kontakt.html';
}); });
} }
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const backToTopButton = document.getElementById('backToTop'); const backToTopButton = document.getElementById('backToTop');
window.addEventListener('scroll', function() { window.addEventListener('scroll', function() {
if (window.pageYOffset > 300) { if (window.pageYOffset > 300) {
backToTopButton.classList.remove('opacity-0', 'invisible'); backToTopButton.classList.remove('opacity-0', 'invisible');
backToTopButton.classList.add('opacity-100', 'visible'); backToTopButton.classList.add('opacity-100', 'visible');
} else { } else {
backToTopButton.classList.remove('opacity-100', 'visible'); backToTopButton.classList.remove('opacity-100', 'visible');
backToTopButton.classList.add('opacity-0', 'invisible'); backToTopButton.classList.add('opacity-0', 'invisible');
} }
}); });
backToTopButton.addEventListener('click', function() { backToTopButton.addEventListener('click', function() {
window.scrollTo({ window.scrollTo({
top: 0, top: 0,
behavior: 'smooth' behavior: 'smooth'
}); });
}); });
}); });
</script> </script>
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<style> <style>
/* Cookie Consent Styles */ /* Cookie Consent Styles */
.cookie-consent { .cookie-consent {
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
z-index: 9999; z-index: 9999;
padding: 16px; padding: 16px;
display: flex; display: flex;
justify-content: center; justify-content: center;
transition: transform 0.3s ease; transition: transform 0.3s ease;
} }
.cookie-consent.hidden { .cookie-consent.hidden {
transform: translateY(100%); transform: translateY(100%);
} }
.cookie-consent-banner {
background: white;
border-radius: 15px;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
0 8px 10px -6px rgba(0, 0, 0, 0.1);
padding: 1.5rem 1.5rem 1.5rem 1.25rem;
max-width: 800px;
width: 100%;
display: flex;
align-items: center;
gap: 1rem;
position: relative;
overflow: hidden;
}
.cookie-message {
flex: 1;
font-size: 1rem;
line-height: 1.5;
color: #333;
}
.cookie-link {
color: #6c38d9;
text-decoration: none;
font-weight: 600;
margin-left: 0.25rem;
transition: 0.3s;
}
.cookie-link:hover {
text-decoration: underline;
}
.cookie-button {
border: none;
border-radius: 9999px;
padding: 0.6rem 1.75rem;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.5;
white-space: nowrap;
min-width: 120px;
text-align: center;
background: linear-gradient(135deg, #6c38d9 0%, #8a5ad1 100%);
color: white;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cookie-button:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
.cookie-consent-banner { .cookie-consent-banner {
background: white; flex-direction: column;
border-radius: 15px; text-align: center;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
0 8px 10px -6px rgba(0, 0, 0, 0.1);
padding: 1.5rem 1.5rem 1.5rem 1.25rem;
max-width: 800px;
width: 100%;
display: flex;
align-items: center;
gap: 1rem;
position: relative;
overflow: hidden;
}
.cookie-message {
flex: 1;
font-size: 1rem;
line-height: 1.5;
color: #333;
}
.cookie-link {
color: #6c38d9;
text-decoration: none;
font-weight: 600;
margin-left: 0.25rem;
transition: 0.3s;
}
.cookie-link:hover {
text-decoration: underline;
} }
.cookie-button { .cookie-button {
border: none; width: 100%;
border-radius: 9999px; margin-top: 1rem;
padding: 0.6rem 1.75rem;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.5;
white-space: nowrap;
min-width: 120px;
text-align: center;
background: linear-gradient(135deg, #6c38d9 0%, #8a5ad1 100%);
color: white;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cookie-button:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
.cookie-consent-banner {
flex-direction: column;
text-align: center;
}
.cookie-button {
width: 100%;
margin-top: 1rem;
}
} }
}
</style> </style>
<!-- Cookie Consent HTML --> <!-- Cookie Consent HTML -->
<div id="cookieConsent" class="cookie-consent hidden"> <div id="cookieConsent" class="cookie-consent hidden">
<div class="cookie-consent-banner"> <div class="cookie-consent-banner">
<p class="cookie-message"> <p class="cookie-message">
Pro zajištění nejlepšího zážitku používáme cookies. Pokračováním souhlasíte s naším Pro zajištění nejlepšího zážitku používáme cookies. Pokračováním souhlasíte s naším
<a href="cookies.html" class="cookie-link" target="_blank" rel="noopener noreferrer"> <a href="cookies.html" class="cookie-link" target="_blank" rel="noopener noreferrer">
sběrem a používáním dat sběrem a používáním dat
</a> </a>
</p> </p>
<button id="cookieConsentButton" class="cookie-button">Rozumím</button> <button id="cookieConsentButton" class="cookie-button">Rozumím</button>
</div> </div>
</div> </div>
<script> <script>
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const cookieConsent = document.getElementById('cookieConsent'); const cookieConsent = document.getElementById('cookieConsent');
const consentButton = document.getElementById('cookieConsentButton'); const consentButton = document.getElementById('cookieConsentButton');
const consentKey = 'cookieConsentAccepted'; const consentKey = 'cookieConsentAccepted';
// Check if consent was already given // Check if consent was already given
if (!localStorage.getItem(consentKey)) { if (!localStorage.getItem(consentKey)) {
cookieConsent.classList.remove('hidden'); cookieConsent.classList.remove('hidden');
} }
// Handle button click // Handle button click
consentButton.addEventListener('click', function() { consentButton.addEventListener('click', function() {
localStorage.setItem(consentKey, 'true'); localStorage.setItem(consentKey, 'true');
cookieConsent.classList.add('hidden'); cookieConsent.classList.add('hidden');
});
}); });
});
</script> </script>
</body> </body>