2021-08-18 19:56:22 +01:00
|
|
|
<div class="container mx-auto h-full m-16 p-6 w-11/12 h-11/12">
|
2021-08-29 21:23:02 +01:00
|
|
|
<div class="grid grid-rows-1 grid-flow-col gap-4">
|
|
|
|
<div class="row-span-2 col-span-2">
|
|
|
|
<p class="color-grey">Freeside is a student run project at the <a
|
|
|
|
class="link color-primary text-500 weight-bold" href="https://www.hull.ac.uk/">University of
|
|
|
|
Hull</a>.
|
|
|
|
<hr/>
|
|
|
|
<p class="color-grey">Website built by:</p>
|
|
|
|
{% for contributor in contributors %}
|
|
|
|
|
|
|
|
<a class="inline-block" href="{{ contributor.html_url }}">
|
|
|
|
<div class="m-1 mr-2 w-12 h-12 relative flex justify-center items-center rounded-full bg-gray-500 text-xl text-white">
|
|
|
|
<img src="{{contributor.avatar_url}}" class="rounded-full">
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</p>
|
2021-08-18 19:56:22 +01:00
|
|
|
</div>
|
2021-08-29 21:23:02 +01:00
|
|
|
<div class="row-span-1 col-span-1">
|
2021-08-30 20:22:23 +01:00
|
|
|
<img class="w-40" src="../img/uoh-logo.png"/>
|
2021-08-29 21:23:02 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-08-18 19:56:22 +01:00
|
|
|
</div>
|
|
|
|
|