templates/homepage/_hero.html.twig line 1

Open in your IDE?
  1. <div class="relative isolate overflow-hidden bg-white pb-20">
  2. {#    <svg class="absolute inset-0 -z-10 h-full w-full stroke-gray-200 [mask-image:radial-gradient(100%_100%_at_top_right,white,transparent)]" aria-hidden="true">#}
  3. {#        <defs>#}
  4. {#            <pattern id="0787a7c5-978c-4f66-83c7-11c213f99cb7" width="200" height="200" x="50%" y="-1" patternUnits="userSpaceOnUse">#}
  5. {#                <path d="M.5 200V.5H200" fill="none"></path>#}
  6. {#            </pattern>#}
  7. {#        </defs>#}
  8. {#        <rect width="100%" height="100%" stroke-width="0" fill="url(#0787a7c5-978c-4f66-83c7-11c213f99cb7)"></rect>#}
  9. {#    </svg>#}
  10.     <div class="mx-auto max-w-7xl px-6 pb-24 pt-5 sm:pb-32 lg:flex lg:px-8 lg:py-20">
  11.         <div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-xl lg:flex-shrink-0 lg:pt-8">
  12. {#            <div class="mt-24 sm:mt-32 lg:mt-16">#}
  13. {#                <a href="#" class="inline-flex space-x-6">#}
  14. {#                    <span class="rounded-full bg-indigo-600/10 px-3 py-1 text-sm font-semibold leading-6 text-indigo-600 ring-1 ring-inset ring-indigo-600/10">What's new</span>#}
  15. {#                    <span class="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-gray-600">#}
  16. {#              <span>Just shipped v1.0</span>#}
  17. {#              <svg class="h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">#}
  18. {#  <path fill-rule="evenodd" d="M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z" clip-rule="evenodd"></path>#}
  19. {#</svg>#}
  20. {#            </span>#}
  21. {#                </a>#}
  22. {#            </div>#}
  23.             <h1 class="mt-10 text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">Jsme specialisté na komplexní řešení pro realitní kanceláře</h1>
  24.             <p class="mt-6 text-lg leading-8 text-gray-600">
  25.                 Zabýváme se vývojem softwaru pro realitní kanceláře. Mezi naše hlavní aktivity patří server
  26.                 <a href="http://realitymix.centrum.cz"><strong>RealityMIX.cz</strong></a> a realitní software
  27.                 <a href="http://www.irest.cz"><strong>iRest.cz</strong></a>.
  28.             </p>
  29.             <div class="mt-10 flex items-center gap-x-6">
  30. {#                <a href="#" class="rounded-md bg-daltenorange px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-daltenorangedark focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Get started</a>#}
  31. {#                <a href="#" class="text-sm font-semibold leading-6 text-gray-900">Learn more <span aria-hidden="true">→</span></a>#}
  32.             </div>
  33.         </div>
  34.         <div class="mx-auto mt-16 flex max-w-2xl sm:mt-24 lg:ml-10 lg:mr-0 lg:mt-0 lg:max-w-none lg:flex-none xl:ml-32">
  35.             <div class="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none">
  36.                 <div class="-m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4">
  37.                     <img src="/dist/realitymix.jpg" alt="RealityMIX.cz" width="2432" height="1442" class="w-[76rem] rounded-md shadow-2xl ring-1 ring-gray-900/10">
  38.                 </div>
  39.             </div>
  40.         </div>
  41.     </div>
  42. </div>