rebuild site
This commit is contained in:
parent
944ececf68
commit
8f7da09c70
@ -451,6 +451,7 @@ a:active {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
color: #6700f4;
|
color: #6700f4;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service .block h3 {
|
.service .block h3 {
|
||||||
@ -480,6 +481,7 @@ a:active {
|
|||||||
/*--
|
/*--
|
||||||
About start
|
About start
|
||||||
--*/
|
--*/
|
||||||
|
.news .content h3,
|
||||||
.about .content h3 {
|
.about .content h3 {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<title> VVoid Camp </title>
|
<title> VVoid Camp </title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="generator" content="Hugo 0.121.2">
|
<meta name="generator" content="Hugo 0.122.0">
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="https://www.vvoid.camp/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://www.vvoid.camp/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="https://www.vvoid.camp/css/themefisher-fonts.css">
|
<link rel="stylesheet" href="https://www.vvoid.camp/css/themefisher-fonts.css">
|
||||||
@ -56,6 +56,12 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="https://www.vvoid.camp#news">
|
||||||
|
Aktuelles
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://www.vvoid.camp#about">
|
<a class="nav-link" href="https://www.vvoid.camp#about">
|
||||||
@ -101,10 +107,14 @@
|
|||||||
<img class="wow fadeInDown" data-wow-delay="0.3s" data-wow-duration=".2s" src="images/VVoidCampLogoWhite.svg" alt="VVoid Camp">
|
<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">
|
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="text-align:center">
|
||||||
Chaos unterm Sternenhimmel<br>13.06.2024-16.06.2024
|
Chaos unterm Sternenhimmel
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p class="wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" style="font-size:25pt;text-align:center">
|
||||||
|
13.06.2024 - 16.06.2024 im VVoid
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="hidden-sm-down wow fadeInDown" data-wow-delay="0.7s" data-wow-duration=".7s" style="text-align:center">
|
<div class="hidden-sm-down wow fadeInDown" data-wow-delay="0.7s" data-wow-duration=".7s" style="text-align:center">
|
||||||
<a class="btn btn-home" href="#about" role="button">
|
<a class="btn btn-home" href="#about" role="button">
|
||||||
@ -161,6 +171,26 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- About Section -->
|
||||||
|
<section id="news" class="section news bg-gray pb-0">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12 col-sm-12 wow fadeInLeft">
|
||||||
|
<div class="content">
|
||||||
|
<div class="sub-heading m-b1">
|
||||||
|
|
||||||
|
<h3>Aktuelles</h3>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>Die Verkaufstermine für das VVoid Camp 2024 stehen fest:<br>03.03.2024, 20 Uhr<br>20.03.2024, 20 Uhr</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -273,12 +303,20 @@
|
|||||||
<div class="block">
|
<div class="block">
|
||||||
<div class="tf-ion-calendar"></div>
|
<div class="tf-ion-calendar"></div>
|
||||||
<h3>Datum</h3>
|
<h3>Datum</h3>
|
||||||
<p>13.06.2024 - 16.06.2024</p>
|
<p>13.06.2024 - 16.06.2024<br>Ticketverkauf am 03.03.2024 20:00 Uhr<br>und 20.03.2024 20:00 Uhr</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="col-sm-6 col-md-6 wow fadeInLeft" data-wow-delay="">
|
||||||
|
<div class="block">
|
||||||
|
<div class="tf-ion-cash"></div>
|
||||||
|
<h3>Kosten</h3>
|
||||||
|
<p>tdb<br><br><br></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user