Compare commits

..

No commits in common. "master" and "x70b1-matrixurl" have entirely different histories.

559 changed files with 13012 additions and 23 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
echo "Building gallery"
cd $SCRIPT_DIR/../gallery
hugo
echo "Building main page"
cd $SCRIPT_DIR/../
hugo

2
.gitignore vendored
View File

@ -2,5 +2,3 @@
gallery/public gallery/public
gallery/resources/_gen gallery/resources/_gen
public/

View File

@ -15,17 +15,11 @@ Die Zentrale Anlaufstelle ist die Datei `config.toml`
## Seite bauen ## Seite bauen
**ACHTUNG**: Die kompilierte Seite befindet sich nicht mehr im git.
Dieses Repository wird zu jeder vollen Stunde auf dem Webserver gecloned und durch
das Script in `.build/build.sh` gebaut.
## Seite bauen (Deprecated)
``` ```
hugo hugo
``` ```
## Galerie erstellen (Deprecated) ## Galerie erstellen
Die Bildergalerie ist als eigenes Hugo-Projekt im Ordner `gallery` gespeichert. Die Bildergalerie ist als eigenes Hugo-Projekt im Ordner `gallery` gespeichert.
Bilder können im Ordner `gallery/assets` abgelegt werden. Bilder können im Ordner `gallery/assets` abgelegt werden.

View File

@ -162,7 +162,7 @@ enable = true
[[params.service.serviceItem]] [[params.service.serviceItem]]
icon = "matrix" icon = "matrix"
title = "Matrix" title = "Matrix"
description = "<a href=\"https://matrix.to/#/#VVoidCamp2025:fairydust.space\">#VVoidCamp2025:fairydust.space</a>" description = "<a href=\"https://matrix.to/#/#VVoidCamp2024:fairydust.space\">#VVoidCamp2024:fairydust.space</a>"
enable = true enable = true
[[params.service.serviceItem]] [[params.service.serviceItem]]

View File

@ -1,5 +1,5 @@
# Settings # Settings
publishDir = "../public/gallery" publishDir = "../static/gallery"
baseurl = "https://www.vvoid.camp/gallery" baseurl = "https://www.vvoid.camp/gallery"
languageCode = "de-de" languageCode = "de-de"
title = "VVoid Camp" title = "VVoid Camp"

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on VVoid Camp</title>
<link>https://www.vvoid.camp/categories/</link>
<description>Recent content in Categories on VVoid Camp</description>
<generator>Hugo</generator>
<language>de-de</language>
<atom:link href="https://www.vvoid.camp/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

7
public/css/animate.css vendored Normal file

File diff suppressed because one or more lines are too long

7
public/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

4
public/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,71 @@
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

79
public/css/owl.theme.css Normal file
View File

@ -0,0 +1,79 @@
/*
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}

656
public/css/style.css Normal file
View File

@ -0,0 +1,656 @@
@font-face {
font-family: 'Cabin';
src: url('../fonts/Cabin-Variable.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/*--
Common Css
--*/
body {
font-size: 14px;
font-weight: 300;
line-height: 25px;
color: #3b4045;
font: 14px/22px 'Cabin', sans-serif, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
margin: 0px;
}
h1 {
font-size: 44px;
line-height: 56px;
color: #fff;
}
h2 {
font-size: 30px;
line-height: 35px;
}
h3 {
font-size: 23px;
line-height: 25px;
}
h4 {
font-size: 20px;
line-height: 24px;
font-weight: 400;
}
p {
font-size: 16px;
line-height: 25px;
margin: 0px;
}
ul {
padding: 0;
margin: 0;
list-style: none;
}
a {
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
a:focus,
.btn:focus,
.btn:active:focus {
box-shadow: none;
outline: 0 none;
}
a,
a:active,
a:focus,
a:active {
text-decoration: none;
}
.section {
padding: 100px 0;
}
/*--
custom heading
--*/
.text-center {
text-align: center;
}
.heading {
text-align: center;
color: #777777;
padding-bottom: 70px;
}
.heading h2 {
color: #3c3c3c;
padding-bottom: 15px;
text-transform: capitalize;
font-weight: 600;
font-size: 40px;
line-height: 40px;
}
.heading p {
font-family: 'Cabin', sans-serif;
font-size: 15px;
line-height: 24px;
font-weight: 300;
}
.btn {
border-radius: 0;
}
.btn-home {
background-color: #6700f4;
border-radius: 0px;
color: #fff;
font-size: 18px;
padding: 10px 40px;
margin-top: 30px;
}
.btn-home:hover,
.btn-home:focus {
background-color: #fff;
color: #555;
border: 1px solid #fff;
}
.navigation .menu .btn-tickets {
background-color: #6700f4;
border-radius: 0px;
color: #fff;
padding: 10px 10px;
margin-top: -4px;
}
.navigation .menu .btn-tickets:hover,
.navigation .menu .btn-tickets:focus {
background-color: #fff;
color: #666;
border: 1px solid #fff;
}
/*Preloader*/
#preloader {
background-color: #fff;
bottom: auto;
height: 100%;
left: auto;
position: fixed;
right: auto;
top: auto;
width: 100%;
z-index: 9999;
}
.book {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
margin: 0 auto;
border: 5px solid #ecf0f1;
width: 100px;
height: 60px;
}
.book__page {
position: absolute;
left: 50%;
top: -5px;
margin: 0 auto;
border-top: 5px solid #ecf0f1;
border-bottom: 5px solid #ecf0f1;
border-right: 5px solid #ecf0f1;
background: #6700f4;
width: 50px;
height: 60px;
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-animation: flip 1.2s infinite linear;
animation: flip 1.2s infinite linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
z-index: -1;
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}
.book__page:nth-child(2) {
z-index: -2;
-webkit-animation-delay: 2.8s;
animation-delay: 2.8s;
}
.book__page:nth-child(3) {
z-index: -3;
-webkit-animation-delay: 4.2s;
animation-delay: 4.2s;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(600px) rotateY(0deg);
transform: perspective(600px) rotateY(0deg);
}
20% {
background: #6700f4;
}
29.9% {
background: #6700f4;
}
30% {
-webkit-transform: perspective(200px) rotateY(-90deg);
transform: perspective(200px) rotateY(-90deg);
background: #6700f4;
}
54.999% {
opacity: 1;
}
55% {
opacity: 0;
}
60% {
-webkit-transform: perspective(200px) rotateY(-180deg);
transform: perspective(200px) rotateY(-180deg);
background: #6700f4;
}
100% {
-webkit-transform: perspective(200px) rotateY(-180deg);
transform: perspective(200px) rotateY(-180deg);
background: #6700f4;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(600px) rotateY(0deg);
transform: perspective(600px) rotateY(0deg);
}
20% {
background: #6700f4;
}
29.9% {
background: #6700f4;
}
30% {
-webkit-transform: perspective(200px) rotateY(-90deg);
transform: perspective(200px) rotateY(-90deg);
background: #6700f4;
}
54.999% {
opacity: 1;
}
55% {
opacity: 0;
}
60% {
-webkit-transform: perspective(200px) rotateY(-180deg);
transform: perspective(200px) rotateY(-180deg);
background: #6700f4;
}
100% {
-webkit-transform: perspective(200px) rotateY(-180deg);
transform: perspective(200px) rotateY(-180deg);
background: #6700f4;
}
}
/*--
.hero-area start
--*/
.bg-gray {
background: #f8f8f8;
}
.hero-area {
background-size: cover;
background-attachment: fixed;
background-position-x: 60%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.hero-area h1 {
color: #fff;
font-size: 60px;
text-transform: uppercase;
font-weight: bold;
padding-bottom: 19px;
}
.hero-area p {
color: #fff;
font-size: 20px;
line-height: 1.3;
}
.hero-area .counter {
background: rgba(255, 255, 255, 0.2);
padding: 18px;
}
.hero-area .counter ul li {
background-color: rgba(255, 255, 255, 0.3);
color: #fff;
display: inline-block;
line-height: 25px;
padding: 20px 10px 15px;
text-align: center;
width: 49%;
margin-bottom: 3px;
}
.hero-area .counter ul li span {
display: block;
font-size: 16px;
font-weight: 600;
}
.hero-area .counter ul li .digit {
display: inline-block;
font-size: 50px;
font-weight: bold;
line-height: 50px;
position: relative;
overflow: hidden;
height: 50px;
}
.hero-area img {
width: 100%;
}
@media only screen and (max-width:400px) {
.hero-area .counter ul li .digit {
font-size: 30px;
line-height: 30px;
height: 40px;
}
}
.hero-area .btn {
margin-bottom: 10px;
}
.float-none {
float: none;
}
@media only screen and (min-width: 991px) {
.float-lg-left {
float: left;
}
}
/* .hero-area */
.navigation {
background: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 10px 50px;
margin: 0;
border: 0;
}
.navigation .navbar-brand {
padding-top: 5px;
display: inline-block;
}
.navigation .navbar-toggler {
background: #fff;
outline: none;
border-radius: 0;
float: right;
}
.navigation .navbar-toggler i {
font-size: 22px;
}
.navigation.animated {
background-color: #fff;
box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15);
}
.navigation .menu a {
color: #666;
}
.menu li a {
color: #fff;
font-size: 16px;
font-weight: bold;
}
/*--
.menu li a:hover,
.menu li a:focus {
background: none;
}
--*/
/*--
service start
--*/
.service {
text-align: center;
}
.service .block {
margin-bottom: 50px;
}
.service .block i,
.service .block div {
font-size: 30px;
display: inline-block;
margin-bottom: 15px;
color: #6700f4;
line-height: 1;
}
.service .block h3 {
color: #333333;
font-weight: 600;
font-size: 18px;
margin-bottom: 15px;
letter-spacing: 1px;
text-transform: uppercase;
}
.service .block p {
color: #666;
}
/*--
News start
--*/
.news .content h3 {
font-size: 26px;
font-weight: 300;
line-height: 36px;
color: #7e7e7e;
margin-bottom: 20px;
}
/*--
About start
--*/
.news .content h3,
.about .content h3 {
font-size: 26px;
font-weight: 300;
line-height: 36px;
color: #7e7e7e;
margin-bottom: 20px;
font-style: italic;
}
.about .about-slider img {
width: 100%;
height: auto;
}
.about.details h3 {
font-family: unset;
}
/*--
call-to-action start
--*/
.call-to-action {
padding: 90px 0px;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.call-to-action:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.call-to-action .block h2 {
font-size: 30px;
margin-bottom: 6px;
font-weight: 600;
color: #fff;
}
.call-to-action .block p {
padding-right: 30px;
color: #fff;
}
.call-to-action .block .input-group {
margin-top: 30px;
}
.call-to-action .block .input-group input {
height: 50px;
border-radius: 0;
border: none;
box-shadow: none;
}
.call-to-action .block .input-group .btn-subscription {
height: 50px;
border-radius: 0;
border: none;
box-shadow: none;
background: #6700f4;
padding: 0px 35px;
color: #fff;
font-weight: bold;
}
.input-field .form-control {
box-shadow: none;
background: #f5f5f5;
border: none;
width: 100%;
height: 50px;
padding-left: 20px;
font-weight: 500;
border-radius: 0;
}
.btn-send {
line-height: 48px;
border: 2px solid #6700f4;
background: #6700f4;
color: #fff;
width: 100%;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
border-radius: 0;
margin-top: 10px;
}
.btn-send:hover {
color: #fff;
}
.input-field label {
color: rgba(237, 28, 36, 0.7);
}
.form-group .input-field+.input-field {
margin-top: 10px;
}
.input-field textarea.form-control {
height: 160px;
box-shadow: none;
}
.form-group {
margin-top: 10px;
}
#success,
#error {
display: none;
}
footer {
text-align: center;
background: #272727;
padding: 27px 0px;
}
footer p {
font-weight: 300;
font-size: 12px;
color: #dfdfdf;
letter-spacing: 3px;
}
footer p a {
color: #fff;
}
footer p a:hover {
color: #fff;
text-decoration: none;
}
a,
a:focus,
a:hover {
color: #6700f4;
}
.matrix {
&::before {
content: url('../images/matrix.svg');
display: block;
height: 1em;
width: 1em;
}
}
.mastodon {
&::before {
content: url('../images/mastodon.svg');
display: block;
height: 1em;
width: 1em;
}
}
a.navbar-brand img {
height: 1.2em;
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/fonts/Cabin-Variable.ttf Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 467 KiB

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,333 @@
<!DOCTYPE HTML><html lang="de-de">
<head>
<title>2020 - VVoid Camp</title><meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="keywords" content="vvoid camp, chaos">
<meta name="description" content="Bilder vom VVoid Camp">
<meta name="author" content="VVoid Camp">
<link rel="icon" href="/gallery">
<link rel="shortcut icon" href="/gallery">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://www.vvoid.camp/gallery/2020/vvoid01.jpg"/>
<meta name="twitter:title" content="2020 - VVoid Camp"/><meta name="twitter:description" content="Bilder vom VVoid Camp">
<meta property="og:title" content="2020 - VVoid Camp"/><meta property="og:description" content="Bilder vom VVoid Camp">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.vvoid.camp/gallery/2020/" />
<meta property="og:image" content="https://www.vvoid.camp/gallery/2020/vvoid01.jpg"/><meta property="og:site_name" content="VVoid Camp" />
<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="generator" content="Hugo 0.101.0" />
<link href="/gallery/2020/index.xml" rel="alternate" type="application/rss+xml" title="VVoid Camp" />
<link href="/gallery/2020/index.xml" rel="feed" type="application/rss+xml" title="VVoid Camp" />
<link rel="stylesheet" href="/gallery/css/custom.min.9d560b137247becb69c434f57b786a90967e36b65fc3aa6c4f7647be6a326944.css" integrity="sha256-nVYLE3JHvstpxDT1e3hqkJZ&#43;NrZfw6psT3ZHvmoyaUQ="/>
</head>
<body class="loading">
<div id="wrapper"><header id="header">
<h1>
<a href="https://www.vvoid.camp"><strong>VVoid Camp</strong></a>
/ <a href="https://www.vvoid.camp/gallery"><strong>Gallery</strong></a>
/ 2020
</h1>
<nav>
<ul>
<footer id="footer">
<p class="copyright">
Gallery generated with <a href="https://gohugo.io/">Hugo</a>, theme based on <a href="https://github.com/kc0bfv/autophugo/">AutoPhugo</a>.
</p>
</footer>
</ul>
</nav>
</header>
<div id="main">
<div class="flexrow">
<div class="flexcol">
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="0"
id="f9cfa9f66556a735a48120af652668a9"
downloadable="true"
download_file="/gallery/2020/vvoid01_hu4baed11bba9f0c65812b3b11e136ace2_347420_960x0_resize_q90_box.jpg"
orig_name="vvoid01.jpg"
href="/gallery/2020/vvoid01_hu4baed11bba9f0c65812b3b11e136ace2_347420_960x0_resize_q90_box.jpg">
<div id="image_number_0" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid01_hu4baed11bba9f0c65812b3b11e136ace2_347420_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="3"
id="5b1dc43c83988a2ffcc33fe9ac82fc3f"
downloadable="true"
download_file="/gallery/2020/vvoid04_hu9dbc8e4ab6dbc6e612398b206191a6bd_379908_960x0_resize_q90_box.jpg"
orig_name="vvoid04.jpg"
href="/gallery/2020/vvoid04_hu9dbc8e4ab6dbc6e612398b206191a6bd_379908_960x0_resize_q90_box.jpg">
<div id="image_number_3" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid04_hu9dbc8e4ab6dbc6e612398b206191a6bd_379908_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="6"
id="7a03be1d9e2d006df7833143e3cb8dff"
downloadable="true"
download_file="/gallery/2020/vvoid07_hu8de68b1efa82008f9693fbc8aa78b09e_388273_960x0_resize_q90_box.jpg"
orig_name="vvoid07.jpg"
href="/gallery/2020/vvoid07_hu8de68b1efa82008f9693fbc8aa78b09e_388273_960x0_resize_q90_box.jpg">
<div id="image_number_6" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid07_hu8de68b1efa82008f9693fbc8aa78b09e_388273_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="9"
id="e27f6a0c587799966ecb75288059223a"
downloadable="true"
download_file="/gallery/2020/vvoid13_huc1783057b0607426d587db128c420567_545164_960x0_resize_q90_box.jpg"
orig_name="vvoid13.jpg"
href="/gallery/2020/vvoid13_huc1783057b0607426d587db128c420567_545164_960x0_resize_q90_box.jpg">
<div id="image_number_9" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid13_huc1783057b0607426d587db128c420567_545164_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="12"
id="dc83d16ae295260ac4684e5b4727d849"
downloadable="true"
download_file="/gallery/2020/vvoid16_hu29fd4794df719baf1b305911642ffb30_237938_960x0_resize_q90_box.jpg"
orig_name="vvoid16.jpg"
href="/gallery/2020/vvoid16_hu29fd4794df719baf1b305911642ffb30_237938_960x0_resize_q90_box.jpg">
<div id="image_number_12" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid16_hu29fd4794df719baf1b305911642ffb30_237938_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="16"
id="d17b6d3be62bf444b5f1d92a820b8851"
downloadable="true"
download_file="/gallery/2020/vvoid20_hu913bf2c65db11ea2da91792a7a6fe7e1_805011_960x0_resize_q90_box.jpg"
orig_name="vvoid20.jpg"
href="/gallery/2020/vvoid20_hu913bf2c65db11ea2da91792a7a6fe7e1_805011_960x0_resize_q90_box.jpg">
<div id="image_number_16" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid20_hu913bf2c65db11ea2da91792a7a6fe7e1_805011_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
</div>
<div class="flexcol">
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="1"
id="1b2eaaed25f2172240d78ee7976c52db"
downloadable="true"
download_file="/gallery/2020/vvoid02_hu81e0fab4dcb8f9c518d8f1e1ac81f996_195726_960x0_resize_q90_box.jpg"
orig_name="vvoid02.jpg"
href="/gallery/2020/vvoid02_hu81e0fab4dcb8f9c518d8f1e1ac81f996_195726_960x0_resize_q90_box.jpg">
<div id="image_number_1" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid02_hu81e0fab4dcb8f9c518d8f1e1ac81f996_195726_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="4"
id="197feb90d6e943f1311220ecaa5c4d27"
downloadable="true"
download_file="/gallery/2020/vvoid05_hud13b0f2f209127a9487bcb221a72ec53_353639_960x0_resize_q90_box.jpg"
orig_name="vvoid05.jpg"
href="/gallery/2020/vvoid05_hud13b0f2f209127a9487bcb221a72ec53_353639_960x0_resize_q90_box.jpg">
<div id="image_number_4" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid05_hud13b0f2f209127a9487bcb221a72ec53_353639_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="7"
id="ca13358d6dd89e67f357a295673eedd2"
downloadable="true"
download_file="/gallery/2020/vvoid11_hu2d710cc2419e68c424447ac938d607cc_385721_960x0_resize_q90_box.jpg"
orig_name="vvoid11.jpg"
href="/gallery/2020/vvoid11_hu2d710cc2419e68c424447ac938d607cc_385721_960x0_resize_q90_box.jpg">
<div id="image_number_7" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid11_hu2d710cc2419e68c424447ac938d607cc_385721_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="10"
id="2653c5fbccfcdf174e451d8398958fab"
downloadable="true"
download_file="/gallery/2020/vvoid14_hu98b8d8e1154121f19c845587aae4ce07_106019_960x0_resize_q90_box.jpg"
orig_name="vvoid14.jpg"
href="/gallery/2020/vvoid14_hu98b8d8e1154121f19c845587aae4ce07_106019_960x0_resize_q90_box.jpg">
<div id="image_number_10" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid14_hu98b8d8e1154121f19c845587aae4ce07_106019_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="13"
id="c9eb3613a9a09c34f30dfec6a8111290"
downloadable="true"
download_file="/gallery/2020/vvoid17_hub72546089a905f8d89bc70f303485c3e_1252404_960x0_resize_q90_box.jpg"
orig_name="vvoid17.jpg"
href="/gallery/2020/vvoid17_hub72546089a905f8d89bc70f303485c3e_1252404_960x0_resize_q90_box.jpg">
<div id="image_number_13" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid17_hub72546089a905f8d89bc70f303485c3e_1252404_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="15"
id="0efc52da74301e39b30dfcd337e75958"
downloadable="true"
download_file="/gallery/2020/vvoid19_hu7746cad3370159320b53d12eb322df69_480398_960x0_resize_q90_box.jpg"
orig_name="vvoid19.jpg"
href="/gallery/2020/vvoid19_hu7746cad3370159320b53d12eb322df69_480398_960x0_resize_q90_box.jpg">
<div id="image_number_15" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid19_hu7746cad3370159320b53d12eb322df69_480398_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
</div>
<div class="flexcol">
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="2"
id="87bbde3be04bc17bbac344cc3b4244db"
downloadable="true"
download_file="/gallery/2020/vvoid03_huf0fac1322aacb740ceec936215ef5efc_325725_960x0_resize_q90_box.jpg"
orig_name="vvoid03.jpg"
href="/gallery/2020/vvoid03_huf0fac1322aacb740ceec936215ef5efc_325725_960x0_resize_q90_box.jpg">
<div id="image_number_2" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid03_huf0fac1322aacb740ceec936215ef5efc_325725_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="5"
id="8b265a9d37cc93846a6e31435592c971"
downloadable="true"
download_file="/gallery/2020/vvoid06_huc88928312f77e70d0548dd445469b7d1_87866_960x0_resize_q90_box.jpg"
orig_name="vvoid06.jpg"
href="/gallery/2020/vvoid06_huc88928312f77e70d0548dd445469b7d1_87866_960x0_resize_q90_box.jpg">
<div id="image_number_5" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid06_huc88928312f77e70d0548dd445469b7d1_87866_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="8"
id="3a998d9fefef86d6cd5165017f6d36fd"
downloadable="true"
download_file="/gallery/2020/vvoid12_hud6a834056e3a2eedbc603a108efa4553_111513_960x0_resize_q90_box.jpg"
orig_name="vvoid12.jpg"
href="/gallery/2020/vvoid12_hud6a834056e3a2eedbc603a108efa4553_111513_960x0_resize_q90_box.jpg">
<div id="image_number_8" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid12_hud6a834056e3a2eedbc603a108efa4553_111513_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="11"
id="f076e5d98bad13e42060184cfd46b64a"
downloadable="true"
download_file="/gallery/2020/vvoid15_hu9c9333f54ca6d806e4f0404c2b8afe18_317765_960x0_resize_q90_box.jpg"
orig_name="vvoid15.jpg"
href="/gallery/2020/vvoid15_hu9c9333f54ca6d806e4f0404c2b8afe18_317765_960x0_resize_q90_box.jpg">
<div id="image_number_11" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid15_hu9c9333f54ca6d806e4f0404c2b8afe18_317765_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="14"
id="74ac4db8e757f04489aac807c49996ec"
downloadable="true"
download_file="/gallery/2020/vvoid18_hud1076056614ca18d0ada38a522c2e87e_573061_960x0_resize_q90_box.jpg"
orig_name="vvoid18.jpg"
href="/gallery/2020/vvoid18_hud1076056614ca18d0ada38a522c2e87e_573061_960x0_resize_q90_box.jpg">
<div id="image_number_14" class="gallery-item-marker"></div>
<img src="/gallery/2020/vvoid18_hud1076056614ca18d0ada38a522c2e87e_573061_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
</div>
</div>
</div>
</div><script src="/gallery/js/custom.min.bc1722b00d9dd97d3473ef4a039fe19bdc83541910df77b7b22c278b65008d54.js" integrity="sha256-vBcisA2d2X00c&#43;9KA5/hm9yDVBkQ33e3siwni2UAjVQ="></script>
</body>
</html>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>2020 on VVoid Camp</title>
<link>https://www.vvoid.camp/gallery/2020/</link>
<description>Recent content in 2020 on VVoid Camp</description>
<generator>Hugo -- gohugo.io</generator>
<language>de-de</language>
<managingEditor>info@vvoid.camp (VVoid Camp)</managingEditor>
<webMaster>info@vvoid.camp (VVoid Camp)</webMaster>
<lastBuildDate>Thu, 09 Feb 2023 22:12:37 +0100</lastBuildDate><atom:link href="https://www.vvoid.camp/gallery/2020/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

View File

@ -0,0 +1,423 @@
<!DOCTYPE HTML><html lang="de-de">
<head>
<title>2021 - VVoid Camp</title><meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="keywords" content="vvoid camp, chaos">
<meta name="description" content="Bilder vom VVoid Camp">
<meta name="author" content="VVoid Camp">
<link rel="icon" href="/gallery">
<link rel="shortcut icon" href="/gallery">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://www.vvoid.camp/gallery/2021/vvoid2021-01.jpg"/>
<meta name="twitter:title" content="2021 - VVoid Camp"/><meta name="twitter:description" content="Bilder vom VVoid Camp">
<meta property="og:title" content="2021 - VVoid Camp"/><meta property="og:description" content="Bilder vom VVoid Camp">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.vvoid.camp/gallery/2021/" />
<meta property="og:image" content="https://www.vvoid.camp/gallery/2021/vvoid2021-01.jpg"/><meta property="og:site_name" content="VVoid Camp" />
<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="generator" content="Hugo 0.101.0" />
<link href="/gallery/2021/index.xml" rel="alternate" type="application/rss+xml" title="VVoid Camp" />
<link href="/gallery/2021/index.xml" rel="feed" type="application/rss+xml" title="VVoid Camp" />
<link rel="stylesheet" href="/gallery/css/custom.min.9d560b137247becb69c434f57b786a90967e36b65fc3aa6c4f7647be6a326944.css" integrity="sha256-nVYLE3JHvstpxDT1e3hqkJZ&#43;NrZfw6psT3ZHvmoyaUQ="/>
</head>
<body class="loading">
<div id="wrapper"><header id="header">
<h1>
<a href="https://www.vvoid.camp"><strong>VVoid Camp</strong></a>
/ <a href="https://www.vvoid.camp/gallery"><strong>Gallery</strong></a>
/ 2021
</h1>
<nav>
<ul>
<footer id="footer">
<p class="copyright">
Gallery generated with <a href="https://gohugo.io/">Hugo</a>, theme based on <a href="https://github.com/kc0bfv/autophugo/">AutoPhugo</a>.
</p>
</footer>
</ul>
</nav>
</header>
<div id="main">
<div class="flexrow">
<div class="flexcol">
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="0"
id="5fbe8983963c953b32febc452b3ca831"
downloadable="true"
download_file="/gallery/2021/vvoid2021-01_hu4b40c58b1a87ffda926a5ffb398a09c7_4855209_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-01.jpg"
href="/gallery/2021/vvoid2021-01_hu4b40c58b1a87ffda926a5ffb398a09c7_4855209_960x0_resize_q90_box.jpg">
<div id="image_number_0" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-01_hu4b40c58b1a87ffda926a5ffb398a09c7_4855209_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="3"
id="be90d2727f23dafbf45eb9c5a0560a47"
downloadable="true"
download_file="/gallery/2021/vvoid2021-04_hu36efa101770a548c6a5ec6aa5a12d56d_3524371_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-04.jpg"
href="/gallery/2021/vvoid2021-04_hu36efa101770a548c6a5ec6aa5a12d56d_3524371_960x0_resize_q90_box.jpg">
<div id="image_number_3" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-04_hu36efa101770a548c6a5ec6aa5a12d56d_3524371_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="6"
id="c368836c507c98864515919d8326410a"
downloadable="true"
download_file="/gallery/2021/vvoid2021-07_hu5abde2349fca297005628f5ec629e27d_4905423_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-07.jpg"
href="/gallery/2021/vvoid2021-07_hu5abde2349fca297005628f5ec629e27d_4905423_960x0_resize_q90_box.jpg">
<div id="image_number_6" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-07_hu5abde2349fca297005628f5ec629e27d_4905423_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="9"
id="c11cb3ba597512da625b7a5dc7d70079"
downloadable="true"
download_file="/gallery/2021/vvoid2021-10_hu8f8da43c6813027f34ede6c9cbed4524_4042269_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-10.jpg"
href="/gallery/2021/vvoid2021-10_hu8f8da43c6813027f34ede6c9cbed4524_4042269_960x0_resize_q90_box.jpg">
<div id="image_number_9" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-10_hu8f8da43c6813027f34ede6c9cbed4524_4042269_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="12"
id="df3a39282862252beedf4d950c88da15"
downloadable="true"
download_file="/gallery/2021/vvoid2021-13_huf5276a45c71949a7b92f6118ed59abe3_3594483_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-13.jpg"
href="/gallery/2021/vvoid2021-13_huf5276a45c71949a7b92f6118ed59abe3_3594483_960x0_resize_q90_box.jpg">
<div id="image_number_12" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-13_huf5276a45c71949a7b92f6118ed59abe3_3594483_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="15"
id="c4365c3c6391bf0592b0e57d19048b1e"
downloadable="true"
download_file="/gallery/2021/vvoid2021-16_hu5b4dea52fbbeeecce2ab6f273bf5bb91_4543033_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-16.jpg"
href="/gallery/2021/vvoid2021-16_hu5b4dea52fbbeeecce2ab6f273bf5bb91_4543033_960x0_resize_q90_box.jpg">
<div id="image_number_15" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-16_hu5b4dea52fbbeeecce2ab6f273bf5bb91_4543033_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="18"
id="3c46be8d5efd1c72251374456e7e36a1"
downloadable="true"
download_file="/gallery/2021/vvoid2021-19_hud1f06633b99a5adb08e2f283553a4d86_6229073_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-19.jpg"
href="/gallery/2021/vvoid2021-19_hud1f06633b99a5adb08e2f283553a4d86_6229073_960x0_resize_q90_box.jpg">
<div id="image_number_18" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-19_hud1f06633b99a5adb08e2f283553a4d86_6229073_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> x70b1'
gallery_index="21"
id="9e1ff82d33b5283473ea1b9d10d7316b"
downloadable="true"
download_file="/gallery/2021/vvoid2021-tobi-01_huf935ee5643a636ebc7a918bac9c1801e_5591435_960x0_resize_q90_r270_box.jpg"
orig_name="vvoid2021-tobi-01.jpg"
href="/gallery/2021/vvoid2021-tobi-01_huf935ee5643a636ebc7a918bac9c1801e_5591435_960x0_resize_q90_r270_box.jpg">
<div id="image_number_21" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-tobi-01_huf935ee5643a636ebc7a918bac9c1801e_5591435_480x0_resize_q50_r270_box.jpg"
>
</a>
<h2></h2>
</article>
</div>
<div class="flexcol">
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="1"
id="84e4b636eb5694e7adb4c63568b4834a"
downloadable="true"
download_file="/gallery/2021/vvoid2021-02_hua4762b92578c297f4082a668f88d7f93_4486944_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-02.jpg"
href="/gallery/2021/vvoid2021-02_hua4762b92578c297f4082a668f88d7f93_4486944_960x0_resize_q90_box.jpg">
<div id="image_number_1" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-02_hua4762b92578c297f4082a668f88d7f93_4486944_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="4"
id="8d78fbb4736a778d8c8bb634e5d1970e"
downloadable="true"
download_file="/gallery/2021/vvoid2021-05_huded915a7efce0a43a5f01577e3b8b85e_2994354_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-05.jpg"
href="/gallery/2021/vvoid2021-05_huded915a7efce0a43a5f01577e3b8b85e_2994354_960x0_resize_q90_box.jpg">
<div id="image_number_4" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-05_huded915a7efce0a43a5f01577e3b8b85e_2994354_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="7"
id="4b4b393fd57854a77a4e4213e5c7c464"
downloadable="true"
download_file="/gallery/2021/vvoid2021-08_hu7909d7057d6dc9a55119f82687964937_3866510_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-08.jpg"
href="/gallery/2021/vvoid2021-08_hu7909d7057d6dc9a55119f82687964937_3866510_960x0_resize_q90_box.jpg">
<div id="image_number_7" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-08_hu7909d7057d6dc9a55119f82687964937_3866510_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="10"
id="e94d109b2789d8c455fe657a2f692f97"
downloadable="true"
download_file="/gallery/2021/vvoid2021-11_huc80823515d800ea65d9b8b1154ac6ed7_2790759_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-11.jpg"
href="/gallery/2021/vvoid2021-11_huc80823515d800ea65d9b8b1154ac6ed7_2790759_960x0_resize_q90_box.jpg">
<div id="image_number_10" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-11_huc80823515d800ea65d9b8b1154ac6ed7_2790759_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="13"
id="b37e60f71cb337929a65ce063b7a1a34"
downloadable="true"
download_file="/gallery/2021/vvoid2021-14_hu94fa7326a373453f99e8500bce44d475_3024444_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-14.jpg"
href="/gallery/2021/vvoid2021-14_hu94fa7326a373453f99e8500bce44d475_3024444_960x0_resize_q90_box.jpg">
<div id="image_number_13" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-14_hu94fa7326a373453f99e8500bce44d475_3024444_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="16"
id="6f2ffdf36189e999ac59d3b8c01f2ceb"
downloadable="true"
download_file="/gallery/2021/vvoid2021-17_huba903e6218cadaf068f85daa7e4903f9_4416309_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-17.jpg"
href="/gallery/2021/vvoid2021-17_huba903e6218cadaf068f85daa7e4903f9_4416309_960x0_resize_q90_box.jpg">
<div id="image_number_16" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-17_huba903e6218cadaf068f85daa7e4903f9_4416309_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Daniel Landgraf'
gallery_index="19"
id="7c3c3c81b516bc0a46dec09f428b9016"
downloadable="true"
download_file="/gallery/2021/vvoid2021-landa-01_hua665f11c8062234a438026212e92141a_3827932_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-landa-01.jpg"
href="/gallery/2021/vvoid2021-landa-01_hua665f11c8062234a438026212e92141a_3827932_960x0_resize_q90_box.jpg">
<div id="image_number_19" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-landa-01_hua665f11c8062234a438026212e92141a_3827932_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> x70b1'
gallery_index="22"
id="fdb44736bcb91574609ac4e6fcf6fe1c"
downloadable="true"
download_file="/gallery/2021/vvoid2021-tobi-02_hu330daff15bc565d1f0b888279e980ba7_5533605_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-tobi-02.jpg"
href="/gallery/2021/vvoid2021-tobi-02_hu330daff15bc565d1f0b888279e980ba7_5533605_960x0_resize_q90_box.jpg">
<div id="image_number_22" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-tobi-02_hu330daff15bc565d1f0b888279e980ba7_5533605_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
</div>
<div class="flexcol">
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="2"
id="a3e54ffeb157efaf3df712e64141edfa"
downloadable="true"
download_file="/gallery/2021/vvoid2021-03_huf6dacb5824f34c8bd88a5fe7a7a41b15_2516773_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-03.jpg"
href="/gallery/2021/vvoid2021-03_huf6dacb5824f34c8bd88a5fe7a7a41b15_2516773_960x0_resize_q90_box.jpg">
<div id="image_number_2" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-03_huf6dacb5824f34c8bd88a5fe7a7a41b15_2516773_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="5"
id="a285c524fbef1f5dfdf682fe2f02bcde"
downloadable="true"
download_file="/gallery/2021/vvoid2021-06_huf549e8fddd8daf67e2c75f4f948ed6bc_3238977_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-06.jpg"
href="/gallery/2021/vvoid2021-06_huf549e8fddd8daf67e2c75f4f948ed6bc_3238977_960x0_resize_q90_box.jpg">
<div id="image_number_5" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-06_huf549e8fddd8daf67e2c75f4f948ed6bc_3238977_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="8"
id="851d0342b76ba2aa9218abb110768329"
downloadable="true"
download_file="/gallery/2021/vvoid2021-09_hua7c6bf63d082a34edc7d083897ee1300_4079010_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-09.jpg"
href="/gallery/2021/vvoid2021-09_hua7c6bf63d082a34edc7d083897ee1300_4079010_960x0_resize_q90_box.jpg">
<div id="image_number_8" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-09_hua7c6bf63d082a34edc7d083897ee1300_4079010_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="11"
id="b017a8b7602ae2a61d89bbd9f55fd9d6"
downloadable="true"
download_file="/gallery/2021/vvoid2021-12_hue4290e49b475b1ad73caae2ed180c859_4056848_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-12.jpg"
href="/gallery/2021/vvoid2021-12_hue4290e49b475b1ad73caae2ed180c859_4056848_960x0_resize_q90_box.jpg">
<div id="image_number_11" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-12_hue4290e49b475b1ad73caae2ed180c859_4056848_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="14"
id="09a8999df0686507370a2e9888b00e2e"
downloadable="true"
download_file="/gallery/2021/vvoid2021-15_hub1f2518b412f0abf79dab0963e36dc98_2511907_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-15.jpg"
href="/gallery/2021/vvoid2021-15_hub1f2518b412f0abf79dab0963e36dc98_2511907_960x0_resize_q90_box.jpg">
<div id="image_number_14" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-15_hub1f2518b412f0abf79dab0963e36dc98_2511907_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Christoph Schindlbeck'
gallery_index="17"
id="48c68669dd76bbb25c1fb5dadc0cf87b"
downloadable="true"
download_file="/gallery/2021/vvoid2021-18_hu5558096b12af708c7ec3c0a980828d11_4808484_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-18.jpg"
href="/gallery/2021/vvoid2021-18_hu5558096b12af708c7ec3c0a980828d11_4808484_960x0_resize_q90_box.jpg">
<div id="image_number_17" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-18_hu5558096b12af708c7ec3c0a980828d11_4808484_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
<article class="thumb">
<a class="gallery-item" phototitle=""
description='<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a> Daniel Landgraf'
gallery_index="20"
id="ecb76f4b935403f39c3dd0fe6d1e3b7b"
downloadable="true"
download_file="/gallery/2021/vvoid2021-landa-02_hu0327c75ba0edd3a68a36a249fc058504_2337812_960x0_resize_q90_box.jpg"
orig_name="vvoid2021-landa-02.jpg"
href="/gallery/2021/vvoid2021-landa-02_hu0327c75ba0edd3a68a36a249fc058504_2337812_960x0_resize_q90_box.jpg">
<div id="image_number_20" class="gallery-item-marker"></div>
<img src="/gallery/2021/vvoid2021-landa-02_hu0327c75ba0edd3a68a36a249fc058504_2337812_480x0_resize_q50_box.jpg"
>
</a>
<h2></h2>
</article>
</div>
</div>
</div>
</div><script src="/gallery/js/custom.min.bc1722b00d9dd97d3473ef4a039fe19bdc83541910df77b7b22c278b65008d54.js" integrity="sha256-vBcisA2d2X00c&#43;9KA5/hm9yDVBkQ33e3siwni2UAjVQ="></script>
</body>
</html>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>2021 on VVoid Camp</title>
<link>https://www.vvoid.camp/gallery/2021/</link>
<description>Recent content in 2021 on VVoid Camp</description>
<generator>Hugo -- gohugo.io</generator>
<language>de-de</language>
<managingEditor>info@vvoid.camp (VVoid Camp)</managingEditor>
<webMaster>info@vvoid.camp (VVoid Camp)</webMaster>
<lastBuildDate>Thu, 09 Feb 2023 22:12:37 +0100</lastBuildDate><atom:link href="https://www.vvoid.camp/gallery/2021/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Some files were not shown because too many files have changed in this diff Show More