Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/2024 redesign #78

Merged
merged 3 commits into from
Feb 16, 2024
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
Binary file removed docs/hb_23.pdf
Binary file not shown.
Binary file removed docs/infineon.pptx.pdf
Binary file not shown.
Binary file removed docs/rnext.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ html {
@layer base {
body {
font-family: 'Mulish', sans-serif;
}
background-color: black;
}
}

.hackaburg {
color: #82bd53;
color: #3fb28f;
}

.bg-hackaburg {
background-color: #82bd53;
background-color: #3fb28f;
}
Binary file added src/lib/images/2016.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 added src/lib/images/2017.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 removed src/lib/images/2018.jpg
Binary file not shown.
Binary file added src/lib/images/2018.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 removed src/lib/images/2019.jpg
Binary file not shown.
Binary file added src/lib/images/2019.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 removed src/lib/images/2022.jpg
Binary file not shown.
Binary file added src/lib/images/2022.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 removed src/lib/images/2023.jpg
Binary file not shown.
Binary file added src/lib/images/2023.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 removed src/lib/images/construction.png
Binary file not shown.
1,522 changes: 0 additions & 1,522 deletions src/lib/images/header.svg

This file was deleted.

Binary file removed src/lib/images/hydro.png
Binary file not shown.
260 changes: 0 additions & 260 deletions src/lib/images/hydro.svg

This file was deleted.

Binary file added src/lib/images/logo2024.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 removed src/lib/images/mitgliederBlob.png
Binary file not shown.
Binary file modified src/lib/images/ratisbonacoding.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 removed src/lib/images/solar.png
Binary file not shown.
619 changes: 0 additions & 619 deletions src/lib/images/solar.svg

This file was deleted.

Binary file removed src/lib/images/team.png
Binary file not shown.
Binary file added src/lib/images/team_1.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 added src/lib/images/team_2.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 added src/lib/images/team_3.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 removed src/lib/images/track_ai.jpg
Binary file not shown.
Binary file removed src/lib/images/track_free.jpg
Binary file not shown.
Binary file removed src/lib/images/track_local.jpg
Diff not rendered.
Binary file removed src/lib/images/track_mobility.jpg
Diff not rendered.
Binary file removed src/lib/images/track_social_justice.jpg
Diff not rendered.
Binary file removed src/lib/images/trash-01.png
Diff not rendered.
Binary file removed src/lib/images/twitter.png
Diff not rendered.
Binary file removed src/lib/images/wind.png
Diff not rendered.
190 changes: 0 additions & 190 deletions src/lib/images/wind.svg
Diff not rendered.
6 changes: 4 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
import 'flowbite/dist/flowbite.css';
import Hero from './landing/Hero.svelte';
import About from './landing/About.svelte';
import Sponsors from './landing/Sponsors.svelte';
import Behind from './landing/Behind.svelte';

import Footer from './components/Footer.svelte';
import Timeline from './landing/Timeline.svelte';
import Team from './landing/Team.svelte';
export const prerender = true;
</script>

<Nav />
<div class="container mx-auto">
<Hero />
<Sponsors />
<Timeline />
<Team />
<About />
<Behind />
</div>
Expand Down
9 changes: 6 additions & 3 deletions src/routes/components/BaseComponent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
export let subHeadline: string;
</script>

<section class="container mx-auto px-6 p-3 pt-10" {id}>
<h2 class="text-3xl font-bold text-center text-black-800 mb-8 uppercase hackaburg">{headline}</h2>
<h2 class="text-xl font-bold text-center text-black-800 mb-8 ">{subHeadline}</h2>
<section class="container mx-auto px-6 p-3 pt-10 mt-16" {id}>
<h2 class="text-3xl font-bold text-center text-black-800 mb-4 uppercase hackaburg text-white">
{headline}
</h2>
<hr class="w-20 h-1 bg-primary mb-4 mx-auto text-black" />
<h2 class="text-xl font-bold text-center text-black-800 mb-8 text-white ">{@html subHeadline}</h2>
<slot />
</section>

Expand Down
18 changes: 18 additions & 0 deletions src/routes/components/Button.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<script lang="ts">
export let label: string;
let glowVisible = false;
</script>

<div class="relative group">
{#if glowVisible}
<div class="w-full absolute -inset-0.5 mt-7 round-2xl bg-gradient-to-r from-primary to-primary rounded-lg blur opacity-75 group-hover:opacity-100" />
{/if}

<button
on:mouseover={() => {glowVisible = true}}
on:mouseleave={() => {glowVisible = false}}
class="relative bg-black m-auto w-full mt-8 border-2 border-white rounded-3xl px-3 py-2 text-white hover:cursor-pointer hover:bg-primary hover:text-black"
>
{label}
</button>
</div>
Loading
Loading