init
This commit is contained in:
69
themes/hugo-agency-theme/layouts/partials/tickets.html
Normal file
69
themes/hugo-agency-theme/layouts/partials/tickets.html
Normal file
@@ -0,0 +1,69 @@
|
||||
{{ "<!-- Services -->" | safeHTML }}
|
||||
<section id="tickets">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h2 class="section-heading">{{ with .Site.Params.tickets.title }}{{ . }}{{ end }}</h2>
|
||||
<h3 class="section-subheading text-muted" style="margin-bottom: 35px;">{{ with .Site.Params.tickets.subtitle }}{{ . | markdownify }}{{ end }}</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="font-size: 1.3em;">
|
||||
<div class="col-sm-2 col-md-3"></div>
|
||||
<div class="col-sm-8 col-md-6">
|
||||
<!--<h3>Online</h2>
|
||||
<p style="font-size: inherit;">
|
||||
Online-Tickets gibt es hier: <a href="https://shop.ticketpay.de/50ZKDIT9" target="_blank">Online-Tickets</a>
|
||||
</p>
|
||||
<p style="margin-top: 30px;"></p>-->
|
||||
<h3>Vorverkauf</h2>
|
||||
<p style="font-size: inherit;">
|
||||
Die Tickets kosten 4,00 Euro (ggf. plus einer kleinen Gebühr, welche manche Vorverkaufsstellen erheben) sind hier erhältlich:
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<h4>Online-Tickets</h4>
|
||||
<a href="https://shop.ticketpay.de/VOE4SOV1" target="_blank">Hier geht's zu den Online-Tickets</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<h4>EuroTicketStore</h4>
|
||||
Siegerlandzentrum Weidenau<br />
|
||||
Mo - Fr: 9:00 Uhr bis 18:00 Uhr<br />
|
||||
Sa: 9:30 Uhr bis 16:00 Uhr<br />
|
||||
<a href="http://euroticketstore.de/" target="_blank">www.euroticketstore.de</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<h4>AStA-Shop</h4>
|
||||
Campus Haardter-Berg Schule<br />
|
||||
Universität Siegen<br />
|
||||
Hölderlinstraße 35, 57076 Siegen<br />
|
||||
Mo - Fr: 9:30 Uhr bis 15:00 Uhr
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<h4>FSR Elektrotechnik & Informatik</h4>
|
||||
Campus Hölderlinstraße<br />
|
||||
Universität Siegen<br />
|
||||
Hölderlinstraße 3, 57076 Siegen
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
<p style="margin-top: 30px;"></p>
|
||||
<h3>Abendkasse</h2>
|
||||
<p style="font-size: inherit;">
|
||||
Tickets gibt es selbstverständlich an der Abendkasse
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user