mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
Add files via upload
This commit is contained in:
+13
-12
@@ -53,18 +53,6 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Contact card -->
|
||||
<div class="card bg-white rounded-xl shadow p-6 border-t-4 border-green-600" data-name="kontakt">
|
||||
<div class="rounded-full w-14 h-14 flex items-center justify-center bg-green-100 text-green-600 mb-4">
|
||||
<i class="fas fa-envelope text-2xl"></i>
|
||||
</div>
|
||||
<h2 class="text-xl font-bold text-gray-800 mb-2">Kontaktní formulář</h2>
|
||||
<p class="text-gray-600 mb-4">Formulář pro kontaktování vedení společnosti.</p>
|
||||
<a href="/kontakt" class="block text-center bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg transition-colors">
|
||||
Otevřít
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- 2. Lunches -->
|
||||
<div class="card bg-white rounded-xl shadow p-6 border-t-4 border-green-600" data-name="obědy obedy jídlo lunch">
|
||||
<div class="rounded-full w-14 h-14 flex items-center justify-center bg-green-100 text-green-600 mb-4">
|
||||
@@ -100,6 +88,19 @@
|
||||
Otevřít aplikaci
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Contact card -->
|
||||
<div class="card bg-gray-50 rounded-lg shadow-xs p-4 border border-gray-100" data-name="kontakt">
|
||||
<div class="rounded-full w-10 h-10 flex items-center justify-center bg-gray-50 text-gray-400 mb-2">
|
||||
<i class="fas fa-envelope text-lg"></i>
|
||||
</div>
|
||||
<h2 class="text-base font-normal text-gray-500 mb-1">Kontaktní seznam</h2>
|
||||
<p class="text-gray-400 mb-2 text-xs">Firemní seznam kontaktů</p>
|
||||
<a href="/kontakt" class="block text-center bg-gray-100 hover:bg-gray-200 text-gray-500 font-normal py-1 px-3 rounded transition-colors text-xs">
|
||||
Otevřít
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user