Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
34a2740106
commit
6891a7517a
440 changed files with 0 additions and 16 deletions
18
workshop-tailwind-css/code/sponsors-4.txt
Normal file
18
workshop-tailwind-css/code/sponsors-4.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% for sponsor in sponsors.findByType(type) %}
|
||||
<li class="mt-2 ml-2">
|
||||
<a
|
||||
class="flex flex-col items-center justify-center w-64 h-48 p-4 bg-gray-light"
|
||||
href="#0"
|
||||
>
|
||||
<span class="flex items-center h-full">
|
||||
<img
|
||||
class="block w-4/5 max-h-full mx-auto"
|
||||
src="{{ sponsor.logo_url }}"
|
||||
alt=""
|
||||
>
|
||||
</span>
|
||||
|
||||
<p class="sr-only">{{ sponsor.name }}</p>
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue