florida-drupalcamp-tailwindcss/templates/includes/home/description.html.twig

5 lines
628 B
Twig
Raw Normal View History

2020-12-27 12:28:00 +00:00
<div class="py-12 px-8 text-center sm:max-w-3xl sm:mx-auto">
<p class="text-xl leading-relaxed font-sans text-center text-blue-700 sm:text-3xl sm:leading-normal">Florida DrupalCamp is an annual conference that brings together web developers from all over the world to learn, network and discuss web development and the Drupal content management system.</p>
<a class="my-6 px-5 py-3 inline-block text-xl font-sans text-blue-700 border-2 border-blue-700 transition transition-color duration-200 ease-in-out hover:text-white hover:bg-blue-700 focus:text-white focus:bg-blue-700 sm:text-3xl" href="#0">Learn more</a>
</div>