Move all files to workshop-tailwind-css/demo/florida-drupalcamp/
This commit is contained in:
parent
0da8b14a52
commit
fc8813a5c9
49 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
{% extends 'html.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
{% include 'includes/navbar.html.twig' %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<footer class="py-10 bg-blue-dark">
|
||||
<div class="px-4 mx-auto max-w-screen-2xl">
|
||||
<p class="text-white">A clone of the <a class="underline" href="https://www.fldrupal.camp">DrupalCamp Florida website</a>, built by <a class="underline" href="https://www.oliverdavies.uk">Oliver Davies</a>, for his Tailwind CSS training workshop.</p>
|
||||
</div>
|
||||
</footer>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue