camp-homepage/public/index.html

330 lines
14 KiB
HTML
Raw Permalink Normal View History

2020-07-06 22:09:52 +02:00
<!DOCTYPE html>
2021-06-10 23:33:39 +02:00
<html class="no-js" lang="de-de">
2020-07-06 22:09:52 +02:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2022-02-04 22:12:06 +01:00
<title> VVoid Camp 2022 </title>
2020-07-06 22:09:52 +02:00
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-07-16 00:35:20 +02:00
<meta name="generator" content="Hugo 0.101.0" />
2020-07-06 22:09:52 +02:00
<!-- Stylesheets -->
<link rel="stylesheet" href="https://www.vvoid.camp/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.vvoid.camp/css/themefisher-fonts.css">
2022-08-09 00:38:01 +02:00
<link rel="stylesheet" href="https://www.vvoid.camp/css/brands.min.css">
2020-07-06 22:09:52 +02:00
<link rel="stylesheet" href="https://www.vvoid.camp/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.vvoid.camp/css/owl.carousel.css">
<link rel="stylesheet" href="https://www.vvoid.camp/css/animate.css">
<link rel="stylesheet" href="https://www.vvoid.camp/css/style.css">
2021-06-11 22:40:29 +02:00
2020-07-06 22:09:52 +02:00
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body id="body">
<div id="preloader">
<div class="book">
<div class="book__page"></div>
<div class="book__page"></div>
<div class="book__page"></div>
</div>
</div>
2022-07-16 00:35:20 +02:00
2020-07-06 22:09:52 +02:00
<div class="container">
<nav class="navbar navbar-fixed-top navigation " id="top-nav">
<a class="navbar-brand float-none float-lg-left" href="https://www.vvoid.camp">
<img src="images/woidcamp_logo01.png" alt="logo">
</a>
<button class="navbar-toggler hidden-lg-up float-lg-right" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<i class="tf-ion-android-menu"></i>
</button>
<div class="collapse navbar-toggleable-md" id="navbarResponsive">
<ul class="nav navbar-nav menu float-lg-right" id="top-nav">
<li class="nav-item active">
<a class="nav-link" href="https://www.vvoid.camp#home">
Home
</a>
</li>
2022-04-15 19:36:26 +02:00
2020-07-06 22:09:52 +02:00
<li class="nav-item">
<a class="nav-link" href="https://www.vvoid.camp#about">
About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.vvoid.camp#service">
Info
</a>
</li>
2021-06-25 13:54:38 +02:00
<li class="nav-item">
2022-03-14 23:27:12 +01:00
<a class="nav-link" href="https://vviki.vvoid.camp" role="button">
2022-02-04 22:23:29 +01:00
VViki
2021-06-25 13:54:38 +02:00
</a>
</li>
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
</ul>
</div>
</nav>
</div>
<!-- Hero Area Section -->
2021-06-10 23:15:54 +02:00
<section id="home" class="hero-area" style='background-image: url(" images/header-bg-camp4.jpg");'>
2020-07-06 22:09:52 +02:00
<div class="container">
2021-06-12 00:46:00 +02:00
<div class="row mt-3 hidden-md-up"></div>
2020-07-06 22:09:52 +02:00
<div class="row">
2023-02-05 13:47:43 +01:00
<div class="col-lg-7 col-md-6 col-xs-8 push-lg-5 push-xs-2 push-md-0">
2020-07-06 22:09:52 +02:00
<div class="block">
<img class="wow fadeInDown" data-wow-delay="0.3s" data-wow-duration=".2s" src="images/VVoidCampSignetWhite.svg" alt="VVoid">
<img class="wow fadeInDown" data-wow-delay="0.3s" data-wow-duration=".2s" src="images/VVoidCampLogoWhite.svg" alt="VVoid Camp">
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="text-align:center">
Chaos unterm Sternenhimmel<br>VVe'll be back
2020-07-06 22:09:52 +02:00
</p>
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2021-06-12 00:46:00 +02:00
<div class="hidden-sm-down wow fadeInDown" data-wow-delay="0.7s" data-wow-duration=".7s" style="text-align:center">
2020-07-06 22:09:52 +02:00
<a class="btn btn-home" href="#about" role="button">
Mehr Infos
</a>
</div>
</div>
</div>
</div>
</div>
</section>
2022-04-15 19:36:26 +02:00
<!-- About Section -->
2022-06-14 01:08:55 +02:00
<section id="about" class="section about bg-gray pb-0">
2020-07-06 22:09:52 +02:00
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="content">
<div class="sub-heading">
2022-02-04 22:12:06 +01:00
<h3>Habt ihr auch so große Sehnsucht nach tollen Chaos Veranstaltungen wie wir? Nach dem Austausch mit netten Menschen, nach Fachsimpeln, Abhängen und Rumnerden? Nach den tollen Erfahrungen im Sommer 2020 und 2021 können wir euch jetzt verraten: 2022 wird es wieder ein VVoid Camp geben.</h3>
2020-07-06 22:09:52 +02:00
</div>
2021-12-04 15:50:25 +01:00
<p>Lange Gespräche am Lagerfeuer, Hacken im Wald, Siebdrucken, Musikhören unterm Sternenhimmel, Zelten und mehr. Vom 18.08.2022 - 21.08.2022 ist es wieder soweit. </br> Ihr habt ganz richtig gelesen: weil es 2021 so schön war, gibt es auch 2022 wieder vier Tage lang die Gelegenheit, zusammen zu chillen, zu hacken und neue Dinge zu lernen. <br> Gecampt wird wieder im Bayerischen Wald (sprich: VVoid) in der Nähe von Passau. </p>
2020-07-06 22:09:52 +02:00
2021-06-06 20:22:08 +02:00
</div>
</div>
2022-06-14 01:08:55 +02:00
<div class="col-md-5 col-sm-12 mt-3 wow fadeInLeft" data-wow-delay="0.3s">
2021-06-06 20:22:08 +02:00
<div class="about-slider">
2021-04-29 21:54:21 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid01.jpg" alt="Slider image">
2021-04-29 21:54:21 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid02.jpg" alt="Slider image">
2021-04-29 21:54:21 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid03.jpg" alt="Slider image">
2021-04-29 21:54:21 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid04.jpg" alt="Slider image">
2021-04-29 21:54:21 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid05.jpg" alt="Slider image">
2021-04-29 21:54:21 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid06.jpg" alt="Slider image">
2021-04-29 21:54:21 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid07.jpg" alt="Slider image">
2020-07-06 22:09:52 +02:00
</div>
</div>
2021-06-06 20:22:08 +02:00
</div>
</div>
</section>
<!-- Details Section -->
2022-06-14 01:08:55 +02:00
<section id="" class="section about details bg-gray pb-0">
2021-06-06 20:22:08 +02:00
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-12 wow fadeInLeft">
2020-07-06 22:09:52 +02:00
<div class="about-slider">
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid11.jpg" alt="Slider image">
<img src="images/about/vvoid12.jpg" alt="Slider image">
2020-07-06 22:09:52 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid13.jpg" alt="Slider image">
2020-07-06 22:09:52 +02:00
2021-06-06 20:22:08 +02:00
<img src="images/about/vvoid14.jpg" alt="Slider image">
<img src="images/about/vvoid15.jpg" alt="Slider image">
<img src="images/about/vvoid16.jpg" alt="Slider image">
2020-07-06 22:09:52 +02:00
</div>
</div>
2022-06-14 01:07:20 +02:00
<div class="col-md-7 col-sm-12 mt-sm-3 wow fadeInLeft">
2021-06-06 20:22:08 +02:00
<div class="col-md-12 col-sm-12 mb-3 wow fadeInLeft" data-wow-delay="0.3s">
<div class="content">
<div class="sub-heading mb-1">
2022-02-04 22:12:06 +01:00
<h3>VVoid Camp barrierefrei</h3>
2021-06-06 20:22:08 +02:00
</div>
<p>Eine Wiese bekommt man nie zu 100% barrierefrei, das liegt einfach in der Natur der Sache. Wenn ihr allerdings soweit geländegängig seid: eine geeignete Toilette ist vorhanden.</p>
</div>
</div>
<div class="col-md-12 col-sm-12 mb-3 wow fadeInLeft" data-wow-delay="0.3s">
<div class="content">
<div class="sub-heading mb-1">
2022-02-04 22:12:06 +01:00
<h3>Mach es zu deinem VVoid Camp</h3>
2021-06-06 20:22:08 +02:00
</div>
2022-03-14 23:27:12 +01:00
<p> Siebdrucken, Löten, Astronomie oder Häkeln - wenn du dein Wissen mit anderen teilen möchtest, kannst du das in Form eines Talks oder Workshops tun. Entsprechende Infos findet ihr im <a href="https://vviki.vvoid.camp/doku.php?id=participation">VViki.</a><br></p>
2021-06-06 20:22:08 +02:00
</div>
</div>
</div>
2020-07-06 22:09:52 +02:00
</div>
</div>
</section>
2021-06-06 20:22:08 +02:00
2020-07-06 22:09:52 +02:00
<!-- Service Section -->
<section id="service" class="service section">
<div class="container">
<div class="row">
<div class="heading wow fadeInUp">
<h2>Alle Informationen</h2>
<p>auf einen Blick</p>
</div>
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2023-02-05 13:47:43 +01:00
2022-08-09 00:39:53 +02:00
2023-02-05 13:47:43 +01:00
2022-08-10 23:52:04 +02:00
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2023-02-05 13:47:43 +01:00
<div class="col-sm-6 col-md-6 wow fadeInLeft" data-wow-delay="">
2020-07-06 22:09:52 +02:00
<div class="block">
2022-08-09 00:38:01 +02:00
<div class="tf-ion-network"></div>
2020-07-06 22:09:52 +02:00
<h3>IRC</h3>
2020-08-20 10:49:09 +02:00
<p><a href="irc://irc.hackint.org/vvoid.camp">irc://irc.hackint.org/vvoid.camp</a></p>
2020-07-06 22:09:52 +02:00
</div>
</div>
2023-02-05 13:47:43 +01:00
2020-07-06 22:09:52 +02:00
2023-02-05 13:47:43 +01:00
<div class="col-sm-6 col-md-6 wow fadeInLeft" data-wow-delay="">
2020-07-06 22:09:52 +02:00
<div class="block">
2022-08-09 00:38:01 +02:00
<div class="tf-ion-social-twitter"></div>
2020-07-06 22:09:52 +02:00
<h3>Twitter</h3>
2020-08-20 10:49:09 +02:00
<p><a href="https://twitter.com/vvoid_camp">https://twitter.com/vvoid_camp</a></p>
</div>
</div>
2023-02-05 13:47:43 +01:00
2020-08-20 10:49:09 +02:00
2023-02-05 13:47:43 +01:00
<div class="col-sm-6 col-md-6 wow fadeInLeft" data-wow-delay="">
2022-08-09 00:38:01 +02:00
<div class="block">
<div class="fa-brands fa-mastodon"></div>
<h3>Mastodon</h3>
<p><a href="https://chaos.social/@VVoidCamp">https://chaos.social/@VVoidCamp</a></p>
</div>
</div>
2023-02-05 13:47:43 +01:00
2022-08-09 00:38:01 +02:00
2023-02-05 13:47:43 +01:00
<div class="col-sm-6 col-md-6 wow fadeInLeft" data-wow-delay="">
2021-08-03 23:40:50 +02:00
<div class="block">
2022-08-09 00:38:01 +02:00
<div class="tf-ion-clipboard"></div>
2022-02-04 22:23:29 +01:00
<h3>VViki</h3>
2022-03-14 23:27:12 +01:00
<p><a href="https://vviki.vvoid.camp">https://vviki.vvoid.camp</a></p>
2021-08-03 23:40:50 +02:00
</div>
</div>
2023-02-05 13:47:43 +01:00
2021-08-03 23:40:50 +02:00
2023-02-05 13:47:43 +01:00
2021-08-03 23:40:50 +02:00
2020-07-06 22:09:52 +02:00
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
2021-06-25 10:01:45 +02:00
<p><a href="/impressum.html">Impressum & Datenschutz</a></p>
2021-06-16 09:23:12 +02:00
<p>CD & Logo by <a href="https://nadine-trautzsch.de">Nadine Trautzsch</a> |
<a href="https://twitter.com/_LeoDJ/status/1300172064586858497">Titelbild</a>
</p>
<p>
Theme &copy;
<a href="http://www.Themefisher.com">Themefisher</a> | All right reserved.</p>
2020-07-06 22:09:52 +02:00
</div>
</div>
</div>
</div>
</footer>
<!-- Js -->
<script src="https://www.vvoid.camp/js/vendor/jquery-2.1.1.min.js"></script>
<script src="https://www.vvoid.camp/js/bootstrap.min.js"></script>
<script src="https://www.vvoid.camp/js/vendor/modernizr-2.6.2.min.js"></script>
<script src="https://www.vvoid.camp/js/jquery.lwtCountdown-1.0.js"></script>
<script src="https://www.vvoid.camp/js/owl.carousel.min.js"></script>
<script src="https://www.vvoid.camp/js/jquery.validate.min.js"></script>
<script src="https://www.vvoid.camp/js/jquery.form.js"></script>
<script src="https://www.vvoid.camp/js/jquery.nav.js"></script>
<script src="https://www.vvoid.camp/js/wow.min.js"></script>
<script src="https://www.vvoid.camp/js/main.js"></script>
</body>
</html>