FreesideWeb/public/index.html

143 lines
7.5 KiB
HTML

<!doctype html>
<html lang="en">
<meta charset="utf-8">
<link rel="canonical" href="/">
<meta name="description" content="Linux @ Hull. Freeside is the student run and maintained linux cluster within the University Of Hull Computer Science Department providing...">
<meta name="format-detection" content="telephone=no">
<meta name="robots" content="index,follow" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="HandheldFriendly" content="true"/>
<title>Freeside</title>
<link rel="stylesheet" href="../assets/css/main.css">
<script src="assets/js/main.min.js" defer></script>
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.png">
<link rel="icon" type="image/svg+xml" href="">
<link rel="icon" type="image/png" href="">
<link rel="apple-touch-icon" href="" sizes="180x180">
<!-- endbuild -->
<div class="container mx-auto m-2 h-24">
<nav id="nav" class="nav box-hidden mobileXL:box-block" aria-label="Primary">
<a href="/"><img src="/assets/img/logo.png" class="logo float-left w-64">
<ul class="float-right flex space-x-3 m-6">
<li><a class="link hover:text-yellow-600" href="/about">about</a></li>
<li><a class="link hover:text-yellow-600" href="/about">history</a></li>
<li><a class="link hover:text-yellow-600" href="/alumni">alumni</a></li>
<li><button class="link link-button ring-1 ring-black bg-primary box-block color-primary hover:text-white text-400 weight-bold pl-500 pr-500 "><a href="https://profiles.freeside.co.uk/join"> create account </a></li>
<li><button class="link link-button ring-1 ring-black bg-gray-400 box-block color-primary hover:text-white text-400 weight-bold pl-500 pr-500 "><a href="http://profiles.freeside.co.uk/login"> login </a></button></li>
</ul>
</nav>
</div>
<body id="page-home" class="type-layouts/home page-home bg-white color-primary font-base leading-normal">
<div id="wrapper" class="container mx-auto ">
<div class="container mx-auto h-full m-16 p-6 w-screen">
<div class="grid grid-rows-1 grid-flow-col gap-2">
<div class="row-span-1 col-span-1">
<h1 class="text-8xl font-bold overflow-ellipsis z-10">Linux @ Hull.</h1>
<h5 class="tracking-wide leading-loose">Freeside is the student run and maintained linux cluster within the University Of Hull Computer Science Department providing Linux administration experience, mentoring and technical advice alongside other peer-led support. It is completely <b>free</b> to all students to join, irrespective of degree pathway.</h5>
</div>
<div class="row-span-2 col-span-2">
<img class="rounded-full pull-right shadow-2xl z-0" src="/assets/img/lab.jpg" />
</div>
</div>
</div>
<div class="container mx-auto h-full m-16 p-6 w-screen">
<div class="grid grid-rows-1 grid-flow-col">
<div class="row-span-1 col-span-1">
<h3>Connect with us</h3>
<ol class="flex gap-10 m-5">
<li ><a class="" href="https://github.com/FreesideHull"><img height="64" width="64" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/github.svg" /></a></li>
<li ><a class="" href="https://gitlab.freeside.co.uk/"><img height="64" width="64" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/gitlab.svg" /></a></li>
<li><a class="icon-link" href="https://discord.gg/qAZ8dAp"><img height="64" width="64" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/discord.svg" /></a></li>
<li><a class="icon-link" href="http://forums.freeside.co.uk/"><img height="64" width="64" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/discourse.svg" /></a></li>
<li><a class="icon-link" href="https://www.twitter.com/FreesideHull"><img height="64" width="64" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/twitter.svg" /></a></li>
<li><a class="icon-link" href="https://www.facebook.com/FreesideHull"><img height="64" width="64" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/facebook.svg" /></a></li>
</ol>
</div>
<div class="row-span-2 col-span-1 m-9">
<nav id="nav" class="nav box-hidden mobileXL:box-block gap-4" aria-label="Primary">
<button class="link link-calltoaction ring-1 ring-black bg-discord color-primary hover:text-white text-400 weight-bold pl-900 pr-900 m-5"><a href="https://discord.gg/qAZ8dAp"> Join our Discord </a></button>
<button class="link link-calltoaction ring-1 ring-black bg-primary color-primary hover:text-white text-400 weight-bold pl-900 pr-900"><a href="https://profiles.freeside.co.uk/join"> Create Freeside Account </a></button>
</nav>
</div>
</div>
</div>
<div class="container mx-auto h-full m-9 p-6">
<div class="grid grid-rows-1 grow-cols-3 grid-flow-col">
<div class="row-span-1 col-span-1">
<div class="bg-alumni rounded-xl p-10 w-3/4">
<h2 class="text-gray text-bold">Alumni Network</h2>
<p>Our community is made up of like-minded life-time members including many distinguished alumni whom continue to support students.</p>
<br>
<nav class="nav box-hidden mobileXL:box-block">
<button class="link link-calltoaction ring-2 ring-black bg-primary color-primary hover:text-white text-400 weight-bold pl-900 pr-900 "><a href="/alumnus"> View Alumni </a></button>
</nav>
</div>
</div>
<div class="row-span-1 col-span-1">
<div class="rounded-xl bg-project p-10 w-3/4">
<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>
<nav class="nav box-hidden mobileXL:box-block">
<button class="link link-calltoaction ring-2 ring-black bg-primary color-primary hover:text-white text-400 weight-bold pl-900 pr-900 "><a href="https://github.com/FreesideHull"> Get involved </a></button>
</nav>
</div>
</div>
<div class="row-span-1 col-span-1">
<div class="rounded-xl bg-primary p-10 w-3/4">
<h2 class="text-gray 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>
<nav class="nav box-hidden mobileXL:box-block">
<button class="link link-calltoaction ring-2 ring-black bg-primary color-primary hover:text-white text-400 weight-bold pl-900 pr-900 "><a href="https://github.com/FreesideHull/StudentResources"> View List </a></button>
</nav>
</div>
</div>
</div>
</div>
<div class="container mx-auto h-full m-16 p-6 w-11/12 h-11/12">
<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>. | <p class="color-grey">Built by <a href="https://github.com/closebracket" class="link color-primary text-500 weight-bold">closebracket</a>.</p></p>
</div>
<div class="row-span-1 col-span-1">
<img class="w-40" src="../assets/img/uoh-logo.png" />
</div>
</div>
</div>
</div>
</body>
</html>