Compare commits

...

12 Commits

Author SHA1 Message Date
ImgBotApp dafc41ec9a
[ImgBot] Optimize images
*Total -- 10,394.36kb -> 2,640.67kb (74.6%)

/old/img/group.jpg -- 4,033.16kb -> 206.40kb (94.88%)
/internal/_includes/img/group.jpg -- 4,033.16kb -> 206.40kb (94.88%)
/internal/img/apple-touch-icon.png -- 8.80kb -> 6.90kb (21.64%)
/old/img/mike-brayshaw.png -- 247.43kb -> 201.37kb (18.62%)
/internal/img/logo.svg -- 4.31kb -> 3.92kb (9.21%)
/old/img/andy-hancock.jpeg -- 64.96kb -> 59.25kb (8.79%)
/internal/_includes/img/andy-hancock.jpeg -- 64.96kb -> 59.25kb (8.79%)
/internal/img/projects-bg.jpg -- 8.82kb -> 8.20kb (6.96%)
/internal/img/discord-bg.jpg -- 11.65kb -> 11.02kb (5.39%)
/internal/_includes/img/brian-tompsett.jpg -- 44.83kb -> 43.15kb (3.74%)
/old/img/brian-tompsett.jpg -- 44.83kb -> 43.15kb (3.74%)
/old/img/hardware.jpg -- 383.18kb -> 369.01kb (3.7%)
/internal/_includes/img/hardware.jpg -- 383.18kb -> 369.01kb (3.7%)
/internal/img/uoh-logo.svg -- 16.69kb -> 16.15kb (3.24%)
/internal/img/resources-bg.jpg -- 10.55kb -> 10.25kb (2.87%)
/internal/img/favicon.svg -- 2.06kb -> 2.01kb (2.51%)
/internal/img/lab.jpg -- 374.99kb -> 372.54kb (0.65%)
/internal/_includes/img/lab.jpg -- 374.99kb -> 372.54kb (0.65%)
/old/img/party.jpg -- 140.90kb -> 140.07kb (0.59%)
/internal/_includes/img/party.jpg -- 140.90kb -> 140.07kb (0.59%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-03-22 06:45:20 +00:00
Lawrence Gibson dc3df38bb0 update uni logo 2024-03-21 23:00:48 +00:00
Lawrence Gibson cf1fb65c2e fix buttons and shorten homepage title 2024-02-13 23:25:46 +00:00
Lawrence Gibson d89e4f69d2 remove outdated or incomplete content 2024-02-13 10:17:03 +00:00
Lawrence Gibson bf13837abb add favicon 2024-02-13 10:15:40 +00:00
Lawrence Gibson 5e1aa6dc79 Revert "temp (hopefully) change to freeside.uk domain"
This reverts commit 35e70ccb52.
2022-12-08 12:41:17 +00:00
Lawrence Gibson 35e70ccb52 temp (hopefully) change to freeside.uk domain 2022-12-07 13:36:41 +00:00
Lawrence Gibson 65b2480c21
remove gitlab link 2022-09-05 17:35:52 +01:00
Lawrence Gibson 2babff95a1
Update .gitignore 2022-09-05 13:56:54 +01:00
Starbeamrainbowlabs b5cc137f79
Merge pull request #6 from CrimsonTome/master
Remove forums.freeside.co.uk
2022-08-02 16:43:09 +01:00
CrimsonTome 3eb99caf63
rm forums link
rip forums
2022-08-02 10:20:23 +01:00
CTome 04f2e75b26
Merge pull request #5 from CrimsonTome/master
discord.freeside.co.uk redirect
2022-05-24 10:45:21 +01:00
44 changed files with 76 additions and 135 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
last-build.log # auto-created on fs-web02 in the root crontab
.cache/
.vs/
.vscode/

View File

@ -3,11 +3,14 @@
@tailwind utilities;
@layer components {
.about-links {
@apply underline text-primary font-semibold hover:text-danger visited:text-discord
}
.logo {
width: 10rem;
}
.font-big {
font-size: 1.125rem;
line-height: 3;
@ -21,55 +24,32 @@
@apply inline-block pb-1 pt-2 pl-2 pr-2 mr-2 bg-primary hover:ring-white rounded ring-2 ring-black text-white;
}
.bg-project::before {
content: "";
position: absolute;
.bg-block {
top:0;
left: 0;
right: 0;
z-index: -1;
display: block;
background-image: url("/img/project-bg.png");
background-size:cover;
width: 100%;
height: 100%;
filter: blur(2px);
}
.bg-project {
/* this is needed or the background will be offset by a few pixels at the top */
overflow: auto;
position: relative;
}
.bg-alumni:before {
content: "";
position: absolute;
top:0;
left: 0;
right: 0;
z-index: -1;
display: block;
background-image: url("/img/alumni-bg.jpg");
background-size:cover;
width: 100%;
height: 100%;
filter: blur(2px) brightness(40%);
}
.bg-alumni {
/* this is needed or the background will be offset by a few pixels at the top */
overflow: auto;
position: relative;
display: block;
background-size:cover;
}
.bg-projects {
@apply bg-block;
background-image: url("/img/projects-bg.jpg");
}
.bg-resources {
@apply bg-block;
background-image: url("/img/resources-bg.jpg");
}
.bg-discord-guild {
@apply bg-block;
background-image: url("/img/discord-bg.jpg");
}
.social-icons .icon-link:hover {
color: #fe6431;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 KiB

After

Width:  |  Height:  |  Size: 369 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -2,8 +2,6 @@
<html class="h-100" lang="{{ metadata.language }}">
{# include header #}
{% include "snippets/head.njk" %}
{# include nav #}
{% include "snippets/nav.njk" %}
<body class="bg-white color-primary font-base leading-normal">
@ -11,6 +9,11 @@
<div id="wrapper" class="container mx-auto ">
<div class="container flex mx-auto h-24 mb-20 mt-2 py-8">
<div class="flex-none">
<a href="/"><img src="/img/logo.svg" class="logo float-left"></a>
</div>
</div>
{# include content #}
{{ content | safe }}
@ -21,4 +24,4 @@
</div>
</body>
</html>
</html>

View File

@ -1,22 +0,0 @@
<!doctype html>
<html lang="en">
{# include header #}
{% include "snippets/head.njk" %}
<body class="bg-white color-primary font-base leading-normal">
{# include nav #}
{% include "snippets/nav.njk" %}
<div id="wrapper" class="container mx-auto ">
{# include content #}
{{ content | safe }}
{# include footer #}
{% include "snippets/footer.njk" %}
</div>
</body>
</html>

View File

@ -19,7 +19,7 @@
</p>
</div>
<div class="row-span-1 col-span-1">
<img class="w-40" src="../img/uoh-logo.png"/>
<img class="w-40" src="/img/uoh-logo.svg"/>
</div>
</div>
</div>

View File

@ -1,25 +1,22 @@
{# page meta #}
<meta charset="utf-8">
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<meta name="description" content="{{ meta_description | truncate(140) if meta_description else content | striptags | truncate(140) }}">
<meta name="format-detection" content="telephone=no">
<meta name="robots" content="{{ robots if robots else 'index,follow' }}" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="{{ metadata.description }}">
<meta name="author" content="{{ metadata.author }}">
<meta name="HandheldFriendly" content="true"/>
{# page meta #}
<title>{{ title or metadata.title }}</title>
<meta charset="utf-8">
<title>{{ title or metadata.title }}</title>
{# include css #}
<link rel="stylesheet" href="../assets/css/main.css">
{# include javascript #}
<script src="assets/js/{{ 'main.js' if helpers.environment === 'development' else 'main.min.js' }}" defer></script>
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<meta name="description" content="{{ meta_description | truncate(140) if meta_description else content | striptags | truncate(140) }}">
<meta name="format-detection" content="telephone=no">
<meta name="robots" content="{{ robots if robots else 'index,follow' }}" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="{{ metadata.description }}">
<meta name="author" content="{{ metadata.author }}">
<meta name="HandheldFriendly" content="true"/>
{# include social meta tags #}
{# include favicon, fonts, etc #}
<link rel="icon" type="image/png" sizes="96x96" href="{{ '/img/favicon.png' | url }}">
<link rel="icon" type="image/svg+xml" href="{{ site.images.favicon_svg }}">
<link rel="icon" type="image/png" href="{{ site.images.favicon }}">
<link rel="apple-touch-icon" href="{{ site.images.apple_touch_icon }}" sizes="180x180">
<!-- endbuild -->
{# include css #}
<link rel="stylesheet" href="../assets/css/main.css">
{# include favicon, fonts, etc #}
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg">
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png" sizes="180x180">
<!-- endbuild -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
internal/img/discord-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
internal/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

1
internal/img/favicon.svg Executable file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="640" height="640" version="1.1" viewBox="0 0 480 480"><path fill="#f6f5f4" stroke-width="1.557" d="m479.84 239.98c0.0177 254.39 14.566 239.83-239.82 239.87-254.39 0.01806-239.83 14.566-239.87-239.82-0.018065-254.39-14.566-239.83 239.82-239.87 254.39-0.018058 239.83-14.566 239.87 239.82z"/><path fill="#535353" stroke-width="1.438" d="m283.32 11.55c24.652-5.2299 49.845-8.9725 75.235-9.4052-56.173 13.76-109.01 38.066-154.15 70.494-56.261 40.393-100.64 94.604-122.22 155.93-16.707 46.849-19.23 97.738-5.986 145.49 9.9059 36.677 29.028 71.283 55.07 101.13-40.482-25.726-73.718-60.766-93.204-101.43-21.813-44.848-26.751-95.807-14.282-143.31 12.971-51.018 44.463-97.63 86.443-134.25 47.45-41.605 108.42-70.544 173.18-84.718z"/><path fill="#535353" stroke-width="2.725" d="m157.36 132.61h200.19c-0.15844 14.026-0.0613 28.052-0.0288 42.078-44.306 0.0206-88.611 0-132.96 0.0206 0.0606 15.406 0.18986 30.792-0.12662 46.198 39.456 0.0691 78.892-0.0206 118.28 0.0454-0.28512 13.957-0.28512 27.934 0 41.891-39.426 0.0208-78.892-0.0452-118.28 0.0208 0.44329 30.299 0 60.599 0.253 90.879-22.512 0-45.006 0.0204-67.517 0 0.31675-73.708 0.0612-147.46 0.12677-221.19z"/><path fill="#e06438" stroke-width="1.817" d="m310.43 190.17c22.306-13.947 51.629-17.21 78.932-15.977 22.906 0.60896 45.252 6.1527 65.695 14.479-5.7964 12.538-11.315 25.154-16.913 37.761-22.344-9.542-48.199-14.213-73.215-10.497-7.06 1.1018-14.804 3.1587-18.758 8.4726-5.4353 7.5347-3.5908 18.393 5.1955 23.744 13.257 8.6368 30.27 11.532 45.617 16.766 19.821 6.7121 41.181 13.257 55.197 27.263 13.041 12.882 16.145 30.536 14.746 46.77-1.3043 15.317-9.965 30.369-25.055 39.732-18.895 11.946-43.428 15.396-66.7 16.253-33.059 1.1023-67.173-2.9774-96.605-15.988 5.7965-12.567 10.99-25.282 16.608-37.909 16.974 6.7292 35.139 11.897 54.103 12.754 15.603 0.62503 32.478 1.7436 46.779-4.4424 13.316-5.8242 14.439-22.571 3.9111-30.783-8.6854-6.6799-20.097-10.221-30.95-13.849-23.311-7.2059-48.879-12.715-66.917-27.707-28.861-23.36-23.854-67.143 8.324-86.837z"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

1
internal/img/logo.svg Executable file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="500pt" height="500pt" version="1.1" viewBox="0 0 500 500"><metadata/><g fill="#535353"><path d="m209.5 81.9c16.1-3.87 32.56-6.64 49.14-6.96-36.69 10.18-71.19 28.17-100.7 52.17-36.75 29.89-65.71 70.01-79.82 115.4-10.91 34.67-12.56 72.33-3.91 107.7 6.47 27.14 18.96 52.75 35.97 74.83-26.44-19.04-48.15-44.97-60.88-75.07-14.25-33.19-17.47-70.9-9.33-106.1 8.47-37.75 29.04-72.25 56.46-99.32 30.99-30.79 70.79-52.2 113.1-62.69z"/><path stroke-width="1.333" d="m364.6 180.8c-11.99 0.36-24.04 0.8937-35.8 3.4 0.1867 41.23 0.1077 82.47 0.04101 123.7 9.48 0.01333 18.96 0 28.43 0-0.08-15.25 9.3e-4 -30.51-0.03907-45.76h13.96c11.25 14.13 19.97 30.03 28.76 45.75 10.65 0.06667 21.31-0.0536 31.96 0.0664-8.787-17.97-18.69-35.56-31.31-51.15 6.347-2.96 12.64-6.627 16.93-12.31 7.067-9.213 7.892-21.84 5.545-32.87-1.8-9.36-8.012-17.57-16.33-22.16-12.76-7.16-27.77-8.573-42.15-8.666zm4.109 24.28c6.453 0.00677 12.87 0.7504 18.7 3.65 10.52 5 9.988 23.03-0.7324 27.51-9.213 4.16-19.63 3.068-29.47 3.281 0.01333-11.32 0.07899-22.65-0.04101-33.96 3.78-0.22 7.665-0.4806 11.54-0.4766z" transform="scale(.75)"/><path d="m181.6 136.6h63.22c-0.05 5.98-0.02 11.96-0.01 17.94-13.99 0.01-27.98 0-41.97 0.01 0.02 6.57 0.06 13.13-0.04 19.7 12.46 0.03 24.91-0.01 37.36 0.02-0.09 5.95-0.09 11.91 0 17.86-12.45 0.01-24.91-0.02-37.36 0.01 0.14 12.92 0 25.84 0.08 38.75-7.11 0-14.21 0.01-21.32 0 0.1-31.43 0.02-62.86 0.04-94.29z"/><path d="m324.2 136.6h63.88c-0.01 5.98-0.03 11.95 0.02 17.93-14.2 0.03-28.39 0-42.59 0.02 0.05 6.14 0.06 12.29 0 18.43 12.58 0.02 25.16-0.03 37.74 0.03-0.08 5.81-0.08 11.62-0.01 17.43-12.58 0.04-25.15 0-37.73 0.02 0.06 7.53 0.06 15.06 0 22.58 15.23 0.02 30.45 0 45.67 0.02-0.08 5.94-0.07 11.89-0.01 17.83-22.3 0-44.6 0.01-66.9 0-0.15-31.43-0.02-62.86-0.07-94.29z"/><path d="m393.4 136.6c21.28-0.01 42.57-0.01 63.86 0-0.01 5.97-0.04 11.94 0.03 17.91-14.2 0.06-28.4 0.01-42.6 0.03 0.02 6.14 0.06 12.29-0.04 18.43 12.59 0.03 25.19-0.04 37.78 0.04-0.11 5.8-0.1 11.6-0.01 17.4-12.58 0.08-25.17 0.01-37.76 0.04 0.07 7.53 0.1 15.06-0.02 22.58 15.25 0.04 30.49-0.03 45.74 0.04-0.12 5.93-0.09 11.87-0.03 17.81-22.32 0.01-44.64 0-66.95 0 0-31.43-0.02-62.86 0-94.28z"/></g><g fill="#e06438"><path d="m126.1 243.4c11.12-8.48 25.74-10.46 39.35-9.71 11.42 0.37 22.56 3.74 32.75 8.8-2.89 7.62-5.64 15.29-8.43 22.95-11.14-5.8-24.03-8.64-36.5-6.38-3.52 0.67-7.38 1.92-9.35 5.15-2.71 4.58-1.79 11.18 2.59 14.43 6.61 5.25 15.09 7.01 22.74 10.19 9.88 4.08 20.53 8.06 27.52 16.57 6.5 7.83 8.05 18.56 7.35 28.43-0.65 9.31-4.97 18.46-12.49 24.15-9.42 7.26-21.65 9.36-33.25 9.88-16.48 0.67-33.49-1.81-48.16-9.72 2.89-7.64 5.48-15.37 8.28-23.04 8.46 4.09 17.52 7.23 26.97 7.75 7.78 0.38 16.19 1.06 23.32-2.7 6.64-3.54 7.2-13.72 1.95-18.71-4.33-4.06-10.02-6.21-15.43-8.42-11.62-4.38-24.37-7.73-33.36-16.84-14.39-14.2-11.89-40.81 4.15-52.78z"/><path stroke-width="1.333" d="m388 313.4c-1.558 0.00277-3.11 0.02107-4.656 0.05273-15.6 0.3333-31.23 1.359-46.6 4.199 0.2133 55.77 0.04042 111.5 0.09375 167.3 26.23 4.44 53.35 6.44 79.71 1.934 21.72-3.573 43.37-14.01 56.01-32.63 14.33-20.48 16.45-46.79 13.55-70.95-2.52-20.84-12.96-41.31-30.67-53.17-19.66-13.38-44.07-16.8-67.44-16.76zm3.645 33.1c11.96 0.03402 23.91 1.562 34.38 7.658 12.13 6.987 18.59 20.71 20.4 34.15 1.453 12.15 1.308 24.84-2.959 36.45-3.893 11.07-12.03 20.8-22.85 25.6-14.03 6.493-29.97 6.146-45.07 5.199-0.04-36.16 0.1199-72.3-0.08008-108.5 5.304-0.3125 10.74-0.6073 16.18-0.5918z" transform="scale(.75)"/><path d="m210.6 236.6c9.71 0 19.43 0.01 29.15-0.01 0 42.92-0.03 85.83 0.01 128.8-9.74-0.01-19.48 0.03-29.21-0.03 0.16-42.9 0.06-85.81 0.05-128.7z"/><path d="m373.1 236.5c29.03 0.02 58.06 0.01 87.1 0.01-0.03 8.14-0.06 16.28 0.02 24.42-19.34 0.02-38.67 0-58 0.01 0.02 8.38 0.03 16.77 0 25.15h51.48c-0.02 7.93-0.02 15.86 0 23.8-17.16 0-34.32 0-51.48-0.01 0.02 10.35 0.03 20.7 0 31.06 20.74 0.02 41.49-0.04 62.23 0.03-0.08 8.08-0.09 16.17 0 24.25-30.45 0.06-60.91 0.02-91.37 0.03 0.05-42.92 0.02-85.83 0.02-128.8z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,19 +1,17 @@
---
layout: layouts/default
title: Freeside
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">
<div class="grid grid-cols-4 gap-4">
<div class="col-span-4 md:col-span-2">
<h1 class="text-8xl font-bold overflow-ellipsis">Linux @ Hull.</h1>
<p class="font-big tracking-wide leading-loose py-4">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.</p>
<p class="font-big tracking-wide leading-loose py-4">Freeside is the student run Linux user group 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.
</p>
</div>
<div class="col-span-4 md:col-span-2">
<img class="rounded-3xl pull-right shadow-2xl" src="/img/lab.jpg"/>
@ -28,21 +26,13 @@ title: Freeside
<a class="icon-link" 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="icon-link" 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.freeside.co.uk"><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>
<a class="icon-link" href="https://www.x.com/freeside"><img height="64" width="64"
src="https://cdn.jsdelivr.net/npm/simple-icons@v11/icons/x.svg"/></a>
</li>
<li>
<a class="icon-link" href="https://www.facebook.com/freesidehull"><img height="64" width="64"
@ -53,40 +43,28 @@ title: Freeside
</div>
<div class="col-span-1">
<ol class="flex gap-4 m-5 p-5 justify-center">
<button class="bg-discord text-white btn-cta inline-block">
<a href="https://discord.freeside.co.uk"> Join our Discord </a>
</button>
<button class="btn-cta inline-block">
<a href="https://profiles.freeside.co.uk/join"> Create Freeside Account </a>
</button>
</ol>
</div>
</div>
</div>
<div class="container mx-auto h-full grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<div class="col-span-1 bg-alumni rounded-xl p-10">
<h2 class="text-white text-bold">Alumni Network</h2>
<p class="text-white">Our community is made up of like-minded life-time members including many distinguished alumni
whom continue to support students.</p>
<div class="container mx-auto h-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 gap-4">
<div class="col-span-1 rounded-xl bg-discord-guild p-10">
<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="btn-cta">
<a href="/alumni"> View Alumni </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-project p-10">
<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-primary p-10">
<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="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>

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 145 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 MiB

After

Width:  |  Height:  |  Size: 3.9 MiB

View File

Before

Width:  |  Height:  |  Size: 383 KiB

After

Width:  |  Height:  |  Size: 383 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 247 KiB

View File

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

@ -4,7 +4,7 @@
"publisher": "",
"homepage": "https://github.com/owner/project#readme",
"license": "ISC",
"version": "1.0.0",
"version": "1.0.1",
"description": "Freeside web is an eleventy static site with tailwind and postcss integration to update the Freeside website",
"main": "index.js",
"dependencies": {

View File

@ -14,10 +14,10 @@ module.exports = {
extend: {
colors: {
primary: '#fe7c3b',
secondary: '#525252',
secondary: '#738493',
danger: '#240d09',
discord: '#5865F2'
}
}
}
}
}