Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 79 additions & 19 deletions frontend/src/app.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
@use 'sass:map';
@use 'design-system/typographies.scss';


// Theme configuration is done by giving value to Bulma variables
// https://bulma.io/documentation/customize/concepts/

// Color palette
$color-dark: #151132ff;
$color-primary: $color-dark;
$color-secondary: #cfb3ffff;
$color-secondary-light: #cfb3ffff;
$color-white: #f7f8f9ff;
$color-primary-light: rgba(203, 199, 238, 0.39);
$color-dark: #0d3b44;
$color-primary: #0d3b44;
$color-secondary: #43b2dc;
$color-secondary-light: #ffffff;
$color-white: #ffffff;
$color-primary-light: #ffffff;
$color-white-bis: #f1f2f4ff;
$color-white-ter: #dcdfe4ff;
$color-white-ter: rgb(5, 33, 80);
$color-secondary-lighter: #e4d4ffff;
$color-violet: #8d627b;
$color-orange: #e8b290;
Expand All @@ -24,8 +23,8 @@ $color-brown: #af590c;
$color-text: $color-dark;

// Typography
$font-family-primary: 'Vollkorn', serif;
$font-family-secondary: 'Arial', sans-serif;
$font-family-primary: 'Cinzel', sans-serif;
$font-family-secondary: 'Lora', sans-serif;

// Font sizes
$font-size-xxl: 4rem; // 64px
Expand All @@ -46,7 +45,7 @@ $control-border-width: 0.125rem; // 2px
$white-bis: $color-white-bis,
$white-ter: $color-white-ter,
$body-font-size: 1.2rem,
$body-color: #1a1e18ff,
$body-color: #0d3b44,
$link: $color-brown,
$section-padding: 1rem 1.5rem,
$section-padding-desktop: 2rem 2.5rem,
Expand Down Expand Up @@ -152,6 +151,7 @@ body {
// background-position: top;
// background-size: cover;
min-height: 100vh;
font-family: $font-family-secondary;
}

.container-all {
Expand All @@ -162,23 +162,47 @@ body {

.navbar {
left: 0;
width: 100%;
background-color: #cceaf5;
width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
transition: transform 0.1s ease-in-out;
padding: 2rem 5rem;

padding: 2rem 0;
font-family: $font-family-primary;
&-item {
font-weight: 600;
color: $color-primary;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
&:hover {
background-color: #43b2dc !important;
color: $color-white !important;
border-radius: 30px !important;
}

img {
max-height: 2rem;
/*max-height: 2rem;*/
max-height: 3rem;
transform: rotate(5deg);
}

&.brand {
// FIXME
@include mixins.desktop {
padding: 0;
transform: scale(1.2);
transform-origin: left center;
}
}

.brand-home-label {
font-family: $font-family-primary;
font-size: 1em;
font-weight: 600;
line-height: inherit;
color: inherit;
white-space: nowrap;

@include mixins.desktop {
transform: scale(0.8333);
transform-origin: left center;
}
}
}
Expand All @@ -190,11 +214,15 @@ body {
&-right {
width: 100%;
justify-content: flex-end;
padding-right: 5rem;
}

&-left {
width: 100%;
justify-content: flex-start;
padding-left: 5rem;
}

&-burger {
color: $color-primary;
&:hover {
Expand Down Expand Up @@ -278,11 +306,15 @@ body {
footer {
background-image: linear-gradient(to right, $color-dark, $color-dark);
color: $color-white;
width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
position: relative;
left: 0;
a {
color: $color-white;
}
.logo-footer {
max-width: 12.5rem; // 200px
max-width: 1rem; // 200px
display: block;
}
}
Expand Down Expand Up @@ -374,6 +406,31 @@ footer {
}
}

.content {
ul {
list-style: none;
padding-left: 0;
margin-left: 0;
}

ul li {
position: relative;
padding-left: 1.4rem;
margin-bottom: 0.75rem;
line-height: 1.65;
}

ul li::before {
content: "✦";
position: absolute;
left: 0;
top: 0.05rem;
color: #b06b2d;
font-size: 0.9rem;
line-height: 1.65;
}
}

.content-location {
h4 {
margin-top: 3rem;
Expand Down Expand Up @@ -464,4 +521,7 @@ footer {
margin-bottom: 0.625rem;
}
}
@import 'https://fonts.googleapis.com/css?family=Vollkorn:400,700';

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
/* @import 'https://fonts.googleapis.com/css?family=Vollkorn:400,700'; */
611 changes: 610 additions & 1 deletion frontend/src/assets/images/easyfest-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/assets/images/easyfest_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/assets/images/easyfest_okhand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/lib/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="container">
<div class="columns is-6">
<div class="column is-one-third">
<a class="logo_footer" href="/">
<a class="logo_footer" href="https://www.sociedadtolkien.org/" target="_blank" rel="noopener noreferrer">
{#if data.logo_horiz}
<img alt={data.title} src="{storage_url}{data.logo_horiz.url}" />
{:else}
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
{:else}
<img alt={data.title} src={logoFallback}/>
{/if}
<span class="brand-home-label">Mereth Gaerlen</span>
</a>

{#if showMenu}
<button class="navbar-burger" aria-label="menu" aria-expanded="false" data-menu-id="mainMenu"
onclick={hamburgerClick}>
Expand Down
19 changes: 19 additions & 0 deletions frontend/src/lib/ProfileModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,24 @@
display: flex;
justify-content: flex-end;
}

@media screen and (max-width: 768px) {
.modal-card-head {
position: relative;
padding-right: 4rem;
}

.modal-card-head .delete {
position: absolute;
top: 1rem;
right: 1rem;
display: block !important;
z-index: 10;
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
}
}

</style>
4 changes: 2 additions & 2 deletions frontend/src/lib/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const i18n = createI18n(runtime, {
},
"/press-kit" : {
en: "/press-kit",
es: "/kit-de-prensa",
es: "/prensa",
},
"/privacy-policy" : {
en: "/privacy-policy",
Expand All @@ -96,7 +96,7 @@ export const i18n = createI18n(runtime, {
},
"/speakers" : {
en: "/speakers",
es: "/ponentes",
es: "/invitados",
},
"/sponsors" : {
en: "/sponsors",
Expand Down
8 changes: 4 additions & 4 deletions frontend/src/lib/siteConfig.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const siteConfig = {
title: "EasyFest",
description: "EasyFest, straightforward festival webpages",
title: "Estelcon 2026",
description: "Estelcon 2026, 'Mereth Gaerlen'",
url: "",
image: "/img/thumbnail.jpg",
image: "/img/easyfest_logo.png",
imageWidth: "600",
imageHeight: "600",
siteName: "easyfest"
siteName: "estelcon2026"
};
Loading
Loading