Skip to content

Commit

Permalink
add under construction page
Browse files Browse the repository at this point in the history
  • Loading branch information
marc101101 committed Dec 11, 2023
1 parent 5bc6dc8 commit 36b873b
Show file tree
Hide file tree
Showing 52 changed files with 579 additions and 4,519 deletions.
773 changes: 406 additions & 367 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ html {
.hackaburg {
color: #82bd53;
}

.bg-hackaburg {
background-color: #82bd53;
}
Binary file added src/lib/images/2018.jpg
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/2019.jpg
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/2022.jpg
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/2023.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions src/lib/images/blob.svg

This file was deleted.

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

This file was deleted.

Binary file added src/lib/images/construction.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/green-01.png
Binary file not shown.
Binary file removed src/lib/images/green-explained.png
Binary file not shown.
209 changes: 0 additions & 209 deletions src/lib/images/green.svg

This file was deleted.

Binary file removed src/lib/images/hackaburg_2023.png
Binary file not shown.
2,526 changes: 0 additions & 2,526 deletions src/lib/images/hackaburg_2023.svg

This file was deleted.

Binary file removed src/lib/images/hb22.mp4
Binary file not shown.
Binary file removed src/lib/images/header.png
Binary file not shown.
Binary file added 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 added src/lib/images/sponsors.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/supporters/bechtle.png
Binary file not shown.
Binary file removed src/lib/images/supporters/conti.png
Binary file not shown.
Binary file removed src/lib/images/supporters/dgo.png
Binary file not shown.
Binary file removed src/lib/images/supporters/eagentur.png
Binary file not shown.
Binary file removed src/lib/images/supporters/emgenics.png
Binary file not shown.
Binary file removed src/lib/images/supporters/infineon.png
Binary file not shown.
Binary file removed src/lib/images/supporters/rnext.png
Binary file not shown.
Binary file removed src/lib/images/supporters/syscron.png
Binary file not shown.
Binary file removed src/lib/images/supporters/tcon.png
Binary file not shown.
Binary file removed src/lib/images/supporters/tng.png
Diff not rendered.
Binary file removed src/lib/images/supporters/trinnovative.png
Diff not rendered.
Binary file removed src/lib/images/supporters/vector.png
Diff not rendered.
Binary file removed src/lib/images/supporters/vitesco.png
Diff not rendered.
Binary file removed src/lib/images/supporters/wacker.png
Diff not rendered.
Binary file removed src/lib/images/supporters/witt.png
Diff not rendered.
Binary file removed src/lib/images/supporters/zollner.png
Diff not rendered.
25 changes: 4 additions & 21 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,19 @@
import 'flowbite/dist/flowbite.css';
import Hero from './landing/Hero.svelte';
import About from './landing/About.svelte';
import Footer from './components/Footer.svelte';
import Green from './landing/Green.svelte';
import Sponsors from './landing/Sponsors.svelte';
import Behind from './landing/Behind.svelte';
import Tracks from './landing/Tracks.svelte';
import Supporters from './landing/Supporters.svelte';
import Hb22 from './landing/Hb22.svelte';
import Schedule from './landing/Schedule.svelte';
import Venue from './landing/Venue.svelte';
import Faq from './landing/FAQ.svelte';
import Teaser from './landing/Teaser.svelte';
import Footer from './components/Footer.svelte';
export const prerender = true;
</script>

<Nav />
<div class="container mx-auto">
<Hero />
<Sponsors />
<About />
<Green />
<Tracks />
<Behind />
<Supporters />
</div>

<Hb22 />

<div class="container mx-auto">
<Schedule />
<Teaser />
<Venue />
<Faq />
</div>
<Footer />

Expand Down
8 changes: 8 additions & 0 deletions src/routes/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@
<div class="grid-cols-1 ml-12 md:mr-32 sm:gap-6 sm:grid-cols-1">
<h2 class="mb-6 text-md font-bold text-white uppercase dark:text-white">Hackathon</h2>
<ul class="text-white dark:text-gray-400">
<li class="mb-4">
<a
href="https://www.hackaburg.de/2023"
class="hover:underline"
target="_blank"
rel="noreferrer">Hackaburg 2023</a
>
</li>
<li class="mb-4">
<a
href="https://www.hackaburg.de/2022"
Expand Down
27 changes: 0 additions & 27 deletions src/routes/components/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,6 @@
<li class="mt-2 hover:text-hackaburg-900">
<a href="/#about" class="nav-element-base">About</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#green" class="nav-element-base">Green</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#tracks" class="nav-element-base">Tracks</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#ratisbona-coding" class="nav-element-base">Behind Hackaburg</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#supporters" class="nav-element-base">Supporters</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#hackaburg22" class="nav-element-base">Hackaburg 2022</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#schedule" class="nav-element-base">Schedule</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#teaser" class="nav-element-base">Teaser</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#venue" class="nav-element-base">Venue</a>
</li>
<li class="mt-2 hover:text-navHighlight-900">
<a href="/#faq" class="nav-element-base">FAQ</a>
</li>
</ul>
</div>
</div>
Expand Down
16 changes: 0 additions & 16 deletions src/routes/green/+page.svelte

This file was deleted.

203 changes: 0 additions & 203 deletions src/routes/green/Content.svelte

This file was deleted.

Loading

0 comments on commit 36b873b

Please sign in to comment.