Task 2 - Add intro text
This commit is contained in:
parent
d6a5af062a
commit
4014f12395
5
templates/includes/home/intro-text.html.twig
Normal file
5
templates/includes/home/intro-text.html.twig
Normal 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>
|
|
@ -1,5 +1,5 @@
|
|||
{% extends 'page.html.twig' %}
|
||||
|
||||
{% 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 %}
|
||||
|
|
Loading…
Reference in a new issue