fix buttons and shorten homepage title

pull/4/head
Lawrence Gibson 2024-02-13 23:25:46 +00:00
parent d89e4f69d2
commit cf1fb65c2e
1 changed files with 4 additions and 10 deletions

View File

@ -1,6 +1,6 @@
---
layout: layouts/default
title: Freeside | Student run Linux user group within the University of Hull Computer Science department.
title: Freeside | Student run Linux user group at the University of Hull.
---
<section class="landing mx-auto container h-full w-screen grid grid-rows-1 grid-flow-col gap-2">
@ -53,24 +53,18 @@ title: Freeside | Student run Linux user group within the University of Hull Com
<h2 class="text-white text-bold">Discord</h2>
<p class="text-white">Hop onto our Discord server for friendly chats, advice and guidance from fellow students.</p>
<br>
<button class="bg-discord text-white btn-cta inline-block">
<a href="https://discord.freeside.co.uk"> Join our Discord </a>
</button>
<a class="bg-discord text-white btn-cta inline-block" href="https://discord.freeside.co.uk">Join our Discord</a>
</div>
<div class="col-span-1 rounded-xl bg-projects p-10">
<h2 class="text-white text-bold">Hands-on Projects</h2>
<p class="text-white">Get involved with hands-on Linux administration or contribute to open-source coding projects.</p>
<br>
<button class="btn-cta">
<a href="https://github.com/freesidehull"> Get involved </a>
</button>
<a class="btn-cta" href="https://github.com/freesidehull">Get involved</a>
</div>
<div class="col-span-1 rounded-xl bg-resources p-10">
<h2 class="text-bold">Free Resources</h2>
<p>Take your learning to the next level with our Free Student Resources List featuring over 130 contributions in multiple areas of Computer Science.</p>
<br>
<button class="bg-secondary btn-cta">
<a href="https://github.com/freesidehull/studentresources"> View List </a>
</button>
<a class="bg-secondary btn-cta" href="https://github.com/freesidehull/studentresources">View List</a>
</div>
</div>