Task 2 - Add intro text

This commit is contained in:
Oliver Davies 2021-02-17 19:43:24 +00:00
parent d6a5af062a
commit 4014f12395
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<div>
<p>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>Learn more</a>
</div>

View file

@ -1,5 +1,5 @@
{% extends 'page.html.twig' %} {% extends 'page.html.twig' %}
{% block content %} {% block content %}
<h1 class="text-5xl font-bold text-center text-white">Welcome to the Tailwind CSS workshop</h1> {% include 'includes/home/intro-text.html.twig' %}
{% endblock %} {% endblock %}