Skip to content

Commit

Permalink
Holding page tweaks (#47)
Browse files Browse the repository at this point in the history
* Holding page tweaks

* Fixed font on Safari, added correct favicon
  • Loading branch information
danrparker authored Dec 9, 2024
1 parent 1a5549e commit 39583d1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
@apply text-[#231f20];
font-family: "ff-good-web-pro-extra-conden", sans-serif;
@apply text-[#231f20] italic;
}

.countdown-tile {
Expand Down
16 changes: 9 additions & 7 deletions components/HoldingPage.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<template>
<div class="flex flex-wrap justify-center items-center gap-y-8">
<img
src="https://assets-cdn.sums.su/YU/website/img/Roses/500x500_Roses_Holding_Page.webp"
class="aspect-square"
alt="Roses 2025 logo"
>
<div class="flex flex-wrap justify-center items-center h-full">
<div class="max-w-[500px] max-h-[500px]">
<img
src="https://assets-cdn.sums.su/YU/website/img/Roses/500x500_Roses_Holding_Page.webp"
class="aspect-square w-full object-contain"
alt="Roses 2025 logo"
>
</div>
<div class="flex flex-col gap-y-8 text-center">
<h1 class="text-5xl xxs:text-6xl sm:text-8xl">
#RosesAreWhite
Expand All @@ -13,7 +15,7 @@
<div class="flex justify-center">
<SocialLinks />
</div>
<div class="flex justify-center items-center gap-6">
<div class="flex justify-center items-center gap-6 h-20">
<a href="https://yorksu.org/"><img
src="https://assets-cdn.sums.su/YU/website/img/yorksu-logo-black-full.png"
alt="University of York Students' Union"
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineNuxtConfig({
{
rel: 'icon',
type: 'image/x-icon',
href: '/yorksu-logo-black-icon.png',
href: '/roses-logo.png',
},
{ rel: 'stylesheet', href: 'https://use.typekit.net/nks8xpu.css' },
{
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/roses-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39583d1

Please sign in to comment.