Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-26 08:41:38 +02:00
committed by GitHub
parent c2d92a7e1a
commit 71730d201b
+29 -10
View File
@@ -148,18 +148,37 @@
</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>
<style>
/* Rounded border */
hr.rounded {
border-top: 2px solid #bbb;
border-radius: 5px;
margin-top: 20px;
margin-bottom: 20px;
}
</style>
<hr class="rounded">
<!-- Contact card - Subtle and full width -->
<div>
<div class="bg-gray-50 rounded-lg p-4 border border-gray-200">
<div class="flex items-center justify-between">
<div class="flex items-center">
<div class="rounded-full w-10 h-10 flex items-center justify-center bg-gray-100 text-gray-500 mr-3">
<i class="fas fa-phone-alt"></i>
</div>
<div>
<h3 class="text-sm font-medium text-gray-700">Telefonní seznam</h3>
<p class="text-xs text-gray-500">Firemní kontakty a důležitá čísla</p>
</div>
</div>
<a href="http://webportal/kontakt" class="text-sm text-blue-600 hover:text-blue-800 hover:underline">
Otevřít
</a>
</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="http://webportal/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>