Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-23 12:33:43 +02:00
committed by GitHub
parent 01c157331e
commit 1b04f5fba7
3 changed files with 30 additions and 30 deletions
+10 -10
View File
@@ -55,7 +55,7 @@
<nav class="bg-brand-blue text-white shadow-lg"> <nav class="bg-brand-blue text-white shadow-lg">
<div class="max-w-6xl mx-auto px-4 py-3 flex justify-between items-center"> <div class="max-w-6xl mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2"> <div class="flex items-center space-x-2">
<a href="index.html"><img src="http://pp-kunovice.cz/wp-content/uploads/2022/04/logo-retina-white.png" alt="Poppe Potthoff Logo" class="h-10"></a> <a href="http://webportal/index.html"><img src="http://pp-kunovice.cz/wp-content/uploads/2022/04/logo-retina-white.png" alt="Poppe Potthoff Logo" class="h-10"></a>
<div class="hidden md:block text-xl font-semibold">Poppe + Potthoff</div> <div class="hidden md:block text-xl font-semibold">Poppe + Potthoff</div>
</div> </div>
@@ -70,23 +70,23 @@
<!-- Desktop menu --> <!-- Desktop menu -->
<div class="hidden md:flex space-x-6"> <div class="hidden md:flex space-x-6">
<a href="/index.html" class="hover:text-brand-light-blue">Rozcestník</a> <a href="http://webportal/index.html" class="hover:text-brand-light-blue">Rozcestník</a>
<a href="/evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a> <a href="http://webportal/evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a>
<a href="http://ppc-app/pwkweb2/" class="hover:text-brand-light-blue">Obědy</a> <a href="http://ppc-app/pwkweb2/" class="hover:text-brand-light-blue">Obědy</a>
<a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a> <a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a>
<a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a> <a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a>
<a href="/kontakt" class="hover:text-brand-light-blue">Kontakt</a> <a href="http://webportal/kontakt" class="hover:text-brand-light-blue">Kontakt</a>
</div> </div>
</div> </div>
<!-- Mobile menu --> <!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden px-2 pt-2 pb-3 space-y-1"> <div id="mobile-menu" class="hidden md:hidden px-2 pt-2 pb-3 space-y-1">
<a href="/index.html" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a> <a href="http://webportal/index.html" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a>
<a href="/evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a> <a href="http://webportal/evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a>
<a href="http://ppc-app/pwkweb2/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Obědy</a> <a href="http://ppc-app/pwkweb2/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Obědy</a>
<a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a> <a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a>
<a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a> <a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a>
<a href="/kontakt" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kontakt</a> <a href="http://webportal/kontakt" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kontakt</a>
</div> </div>
</nav> </nav>
@@ -314,11 +314,11 @@
<div> <div>
<h3 class="text-white text-lg font-semibold mb-4">Rychlé odkazy</h3> <h3 class="text-white text-lg font-semibold mb-4">Rychlé odkazy</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li><a href="/index.html" class="hover:text-white">Rozcestník</a></li> <li><a href="http://webportal/index.html" class="hover:text-white">Rozcestník</a></li>
<li><a href="/evidence-aut" class="hover:text-white">Evidence aut</a></li> <li><a href="http://webportal/evidence-aut" class="hover:text-white">Evidence aut</a></li>
<li><a href="http://ppc-app/pwkweb2/" class="hover:text-white">Objednávka obědů</a></li> <li><a href="http://ppc-app/pwkweb2/" class="hover:text-white">Objednávka obědů</a></li>
<li><a href="http://osticket/" class="hover:text-white">Technická podpora</a></li> <li><a href="http://osticket/" class="hover:text-white">Technická podpora</a></li>
<li><a href="/kontakt" class="hover:text-white">Kontakty</a></li> <li><a href="http://webportal/kontakt" class="hover:text-white">Kontakty</a></li>
</ul> </ul>
</div> </div>
+10 -10
View File
@@ -33,7 +33,7 @@
<nav class="bg-brand-blue text-white shadow-lg"> <nav class="bg-brand-blue text-white shadow-lg">
<div class="max-w-6xl mx-auto px-4 py-3 flex justify-between items-center"> <div class="max-w-6xl mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2"> <div class="flex items-center space-x-2">
<a href="index.html"><img src="http://pp-kunovice.cz/wp-content/uploads/2022/04/logo-retina-white.png" alt="Poppe Potthoff Logo" class="h-10"></a> <a href="http://webportal/index.html"><img src="http://pp-kunovice.cz/wp-content/uploads/2022/04/logo-retina-white.png" alt="Poppe Potthoff Logo" class="h-10"></a>
<div class="hidden md:block text-xl font-semibold">Poppe + Potthoff</div> <div class="hidden md:block text-xl font-semibold">Poppe + Potthoff</div>
</div> </div>
@@ -48,23 +48,23 @@
<!-- Desktop menu --> <!-- Desktop menu -->
<div class="hidden md:flex space-x-6"> <div class="hidden md:flex space-x-6">
<a href="/index.html" class="hover:text-brand-light-blue">Rozcestník</a> <a href="http://webportal/index.html" class="hover:text-brand-light-blue">Rozcestník</a>
<a href="/evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a> <a href="http://webportal/evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a>
<a href="http://ppc-app/pwkweb2/" class="hover:text-brand-light-blue">Obědy</a> <a href="http://ppc-app/pwkweb2/" class="hover:text-brand-light-blue">Obědy</a>
<a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a> <a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a>
<a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a> <a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a>
<a href="/kontakt" class="hover:text-brand-light-blue">Kontakt</a> <a href="http://webportal/kontakt" class="hover:text-brand-light-blue">Kontakt</a>
</div> </div>
</div> </div>
<!-- Mobile menu --> <!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden px-2 pt-2 pb-3 space-y-1"> <div id="mobile-menu" class="hidden md:hidden px-2 pt-2 pb-3 space-y-1">
<a href="/index.html" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a> <a href="webportal/index.html" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a>
<a href="/evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a> <a href="webportal/evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a>
<a href="http://ppc-app/pwkweb2/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Obědy</a> <a href="http://ppc-app/pwkweb2/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Obědy</a>
<a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a> <a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a>
<a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a> <a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a>
<a href="/kontakt" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kontakt</a> <a href="webportal/kontakt" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kontakt</a>
</div> </div>
</nav> </nav>
@@ -179,11 +179,11 @@
<div> <div>
<h3 class="text-white text-lg font-semibold mb-4">Rychlé odkazy</h3> <h3 class="text-white text-lg font-semibold mb-4">Rychlé odkazy</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li><a href="/index.html" class="hover:text-white">Rozcestník</a></li> <li><a href="http://webportal/" class="hover:text-white">Rozcestník</a></li>
<li><a href="/evidence-aut" class="hover:text-white">Evidence aut</a></li> <li><a href="http://webportal/evidence-aut" class="hover:text-white">Evidence aut</a></li>
<li><a href="http://ppc-app/pwkweb2/" class="hover:text-white">Objednávka obědů</a></li> <li><a href="http://ppc-app/pwkweb2/" class="hover:text-white">Objednávka obědů</a></li>
<li><a href="http://osticket/" class="hover:text-white">Technická podpora</a></li> <li><a href="http://osticket/" class="hover:text-white">Technická podpora</a></li>
<li><a href="/kontakt" class="hover:text-white">Kontakty</a></li> <li><a href="http://webportal/kontakt" class="hover:text-white">Kontakty</a></li>
</ul> </ul>
</div> </div>
+10 -10
View File
@@ -39,7 +39,7 @@
<nav class="bg-brand-blue text-white shadow-lg"> <nav class="bg-brand-blue text-white shadow-lg">
<div class="max-w-6xl mx-auto px-4 py-3 flex justify-between items-center"> <div class="max-w-6xl mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2"> <div class="flex items-center space-x-2">
<a href="webportal"><img src="http://pp-kunovice.cz/wp-content/uploads/2022/04/logo-retina-white.png" alt="Poppe Potthoff Logo" class="h-10"></a> <a href="http://webportal"><img src="http://pp-kunovice.cz/wp-content/uploads/2022/04/logo-retina-white.png" alt="Poppe Potthoff Logo" class="h-10"></a>
<div class="hidden md:block text-xl font-semibold">Poppe + Potthoff</div> <div class="hidden md:block text-xl font-semibold">Poppe + Potthoff</div>
</div> </div>
@@ -54,23 +54,23 @@
<!-- Desktop menu --> <!-- Desktop menu -->
<div class="hidden md:flex space-x-6"> <div class="hidden md:flex space-x-6">
<a href="webportal" class="hover:text-brand-light-blue">Rozcestník</a> <a href="http://webportal/index.html" class="hover:text-brand-light-blue">Rozcestník</a>
<a href="webportal/evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a> <a href="http://webportal/evidence-aut" class="hover:text-brand-light-blue">Evidence aut</a>
<a href="http://ppc-app/pwkweb2/" class="hover:text-brand-light-blue">Objednávka obědů</a> <a href="http://ppc-app/pwkweb2/" class="hover:text-brand-light-blue">Objednávka obědů</a>
<a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a> <a href="http://osticket/" class="hover:text-brand-light-blue">OSticket</a>
<a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a> <a href="http://kanboard/" class="hover:text-brand-light-blue">Kanboard</a>
<a href="index.html" class="hover:text-brand-light-blue">Kontakt</a> <a href="http://webportal/kontakt" class="hover:text-brand-light-blue">Kontakt</a>
</div> </div>
</div> </div>
<!-- Mobile menu --> <!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden px-2 pt-2 pb-3 space-y-1"> <div id="mobile-menu" class="hidden md:hidden px-2 pt-2 pb-3 space-y-1">
<a href="webportal" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a> <a href="http://webportal/index.html" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Rozcestník</a>
<a href="webportal/evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a> <a href="http://webportal/evidence-aut" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Evidence aut</a>
<a href="http://ppc-app/pwkweb2/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Objednávka obědů</a> <a href="http://ppc-app/pwkweb2/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Objednávka obědů</a>
<a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a> <a href="http://osticket/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">OSticket</a>
<a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a> <a href="http://kanboard/" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kanboard</a>
<a href="index.html" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kontakt</a> <a href="http://webportal/kontakt" class="block px-3 py-2 rounded-md text-base font-medium hover:text-brand-light-blue">Kontakt</a>
</div> </div>
</nav> </nav>
@@ -200,11 +200,11 @@
<div> <div>
<h3 class="text-white text-lg font-semibold mb-4">Rychlé odkazy</h3> <h3 class="text-white text-lg font-semibold mb-4">Rychlé odkazy</h3>
<ul class="space-y-2"> <ul class="space-y-2">
<li><a href="webportal" class="hover:text-white">Rozcestník</a></li> <li><a href="http://webportal/index.html" class="hover:text-white">Rozcestník</a></li>
<li><a href="webportal/evidence-aut" class="hover:text-white">Evidence aut</a></li> <li><a href="http://webportal/evidence-aut" class="hover:text-white">Evidence aut</a></li>
<li><a href="http://ppc-app/pwkweb2/" class="hover:text-white">Objednávka obědů</a></li> <li><a href="http://ppc-app/pwkweb2/" class="hover:text-white">Objednávka obědů</a></li>
<li><a href="http://osticket/" class="hover:text-white">Technická podpora</a></li> <li><a href="http://osticket/" class="hover:text-white">Technická podpora</a></li>
<li><a href="/kontakt" class="hover:text-white">Kontakty</a></li> <li><a href="http://webportal/kontakt" class="hover:text-white">Kontakty</a></li>
</ul> </ul>
</div> </div>