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 */
+50 -50
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>
@@ -729,25 +729,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>
@@ -757,19 +757,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>
@@ -812,9 +812,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>
@@ -838,11 +838,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';
}); });
} }
@@ -867,7 +867,7 @@
}); });
}); });
</script> </script>
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<style> <style>
/* Cookie Consent Styles */ /* Cookie Consent Styles */
+79 -52
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>
@@ -696,25 +723,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>
@@ -724,19 +751,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>
@@ -779,9 +806,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>
@@ -805,11 +832,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';
}); });
} }
@@ -834,7 +861,7 @@
}); });
}); });
</script> </script>
<script src="script.js" defer></script> <script src="../script.js" defer></script>
<style> <style>
/* Cookie Consent Styles */ /* Cookie Consent Styles */