475 lines
26 KiB
Twig
475 lines
26 KiB
Twig
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<!-- Beispiel für Variable aus _meta.md mit Filter: {{ pages["_meta"].meta.headerbg|url }} -->
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||
|
||
<title>{% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }}</title>
|
||
{% if meta.description %}
|
||
<meta name="description" content="{{ meta.description|striptags }}" />
|
||
{% endif %}
|
||
{% if meta.robots %}
|
||
<meta name="robots" content="{{ meta.robots }}" />
|
||
{% endif %}
|
||
|
||
{% if current_page %}
|
||
<link rel="canonical" href="{{ current_page.url }}" />
|
||
{% endif %}
|
||
|
||
<!-- Favicon-->
|
||
<link rel="apple-touch-icon" sizes="180x180" href="{{ theme_url }}/assets/apple-touch-icon.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="{{ theme_url }}/assets/favicon-32x32.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="{{ theme_url }}/assets/favicon-16x16.png">
|
||
<link rel="manifest" href="{{ theme_url }}/assets/site.webmanifest">
|
||
|
||
<!-- Core theme CSS (includes Bootstrap)-->
|
||
<link href="{{ theme_url }}/css/styles.css" rel="stylesheet" />
|
||
|
||
<link rel="stylesheet" href="{{ theme_url }}/css/contrailone.css" type="text/css" />
|
||
<link rel="stylesheet" href="{{ theme_url }}/css/roboto.css" type="text/css" />
|
||
<link rel="stylesheet" href="{{ theme_url }}/css/droidsans.css" type="text/css" />
|
||
|
||
<style>
|
||
.nav-link { font-family: 'Roboto'; font-size: 16px; }
|
||
.zoom:hover { transform: scale(1.5); }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<!-- Responsive navbar-->
|
||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||
<div class="container px-5">
|
||
<a class="navbar-brand" href="#!"><img src="{{ theme_url }}/assets/radioanton-logo-transparent.png" height="50" class="d-inline-block align-top" alt="Radio Anton"></a>
|
||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
|
||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
||
<li class="nav-item"><a class="nav-link active" aria-current="page" href="#radio">Radio</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="#podcast">Podcast</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="#about">Über uns</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="#contact">Kontakt</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
<!-- Header-->
|
||
<header class="bg-dark px-5 py-5 text-center border-bottom" style="height: 26em; background-image: url('{{ pages["_meta"].meta.headerbg|url }}'); background-position: center; background-repeat: no-repeat; background-size: cover;">
|
||
<div class="container px-5 py-5">
|
||
<div class="row gx-5 justify-content-center">
|
||
<div class="col-lg-6">
|
||
<div class="text-center my-5">
|
||
<h1 class="display-5 fw-bolder text-white mb-2">Radio Anton</h1>
|
||
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
|
||
<a class="btn btn-primary btn-lg px-4 me-sm-3" href="#radio">Hören!</a>
|
||
<a class="btn btn-outline-light btn-lg px-4" href="#about">Mehr erfahen</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<!-- Radio -->
|
||
<div class="container col-xxl-8 px-4 py-5">
|
||
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
|
||
<div class="col-10 col-sm-8 col-lg-6">
|
||
<img src="{{ theme_url }}/assets/photo-onair.webp" class="zoom d-block mx-lg-auto img-fluid" alt="On Air" loading="lazy" width="700" height="500">
|
||
</div>
|
||
<div class="col-lg-6">
|
||
<h1 id="radio" class="display-5 fw-bold lh-1 mb-3">Live als Stream</h1>
|
||
<p class="lead">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
|
||
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
|
||
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
|
||
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!-- Features section-->
|
||
<section class="py-5 border-bottom" id="features">
|
||
<div class="container px-5 my-5">
|
||
<div class="row gx-5">
|
||
<div class="col-lg-4 mb-5 mb-lg-0">
|
||
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-collection"></i></div>
|
||
<h2 class="h4 fw-bolder">Featured title</h2>
|
||
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
|
||
<a class="text-decoration-none" href="#!">
|
||
Call to action
|
||
<i class="bi bi-arrow-right"></i>
|
||
</a>
|
||
</div>
|
||
<div class="col-lg-4 mb-5 mb-lg-0">
|
||
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-building"></i></div>
|
||
<h2 class="h4 fw-bolder">Featured title</h2>
|
||
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
|
||
<a class="text-decoration-none" href="#!">
|
||
Call to action
|
||
<i class="bi bi-arrow-right"></i>
|
||
</a>
|
||
</div>
|
||
<div class="col-lg-4">
|
||
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-toggles2"></i></div>
|
||
<h2 class="h4 fw-bolder">Featured title</h2>
|
||
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
|
||
<a class="text-decoration-none" href="#!">
|
||
Call to action
|
||
<i class="bi bi-arrow-right"></i>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<!-- Pricing section-->
|
||
<section class="bg-light py-5 border-bottom">
|
||
<div class="container px-5 my-5">
|
||
<div class="text-center mb-5">
|
||
<h2 class="fw-bolder">Pay as you grow</h2>
|
||
<p class="lead mb-0">With our no hassle pricing plans</p>
|
||
</div>
|
||
<div class="row gx-5 justify-content-center">
|
||
<!-- Pricing card free-->
|
||
<div class="col-lg-6 col-xl-4">
|
||
<div class="card mb-5 mb-xl-0">
|
||
<div class="card-body p-5">
|
||
<div class="small text-uppercase fw-bold text-muted">Free</div>
|
||
<div class="mb-3">
|
||
<span class="display-4 fw-bold">$0</span>
|
||
<span class="text-muted">/ mo.</span>
|
||
</div>
|
||
<ul class="list-unstyled mb-4">
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
<strong>1 users</strong>
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
5GB storage
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Unlimited public projects
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Community access
|
||
</li>
|
||
<li class="mb-2 text-muted">
|
||
<i class="bi bi-x"></i>
|
||
Unlimited private projects
|
||
</li>
|
||
<li class="mb-2 text-muted">
|
||
<i class="bi bi-x"></i>
|
||
Dedicated support
|
||
</li>
|
||
<li class="mb-2 text-muted">
|
||
<i class="bi bi-x"></i>
|
||
Free linked domain
|
||
</li>
|
||
<li class="text-muted">
|
||
<i class="bi bi-x"></i>
|
||
Monthly status reports
|
||
</li>
|
||
</ul>
|
||
<div class="d-grid"><a class="btn btn-outline-primary" href="#!">Choose plan</a></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Pricing card pro-->
|
||
<div class="col-lg-6 col-xl-4">
|
||
<div class="card mb-5 mb-xl-0">
|
||
<div class="card-body p-5">
|
||
<div class="small text-uppercase fw-bold">
|
||
<i class="bi bi-star-fill text-warning"></i>
|
||
Pro
|
||
</div>
|
||
<div class="mb-3">
|
||
<span class="display-4 fw-bold">$9</span>
|
||
<span class="text-muted">/ mo.</span>
|
||
</div>
|
||
<ul class="list-unstyled mb-4">
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
<strong>5 users</strong>
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
5GB storage
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Unlimited public projects
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Community access
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Unlimited private projects
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Dedicated support
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Free linked domain
|
||
</li>
|
||
<li class="text-muted">
|
||
<i class="bi bi-x"></i>
|
||
Monthly status reports
|
||
</li>
|
||
</ul>
|
||
<div class="d-grid"><a class="btn btn-primary" href="#!">Choose plan</a></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Pricing card enterprise-->
|
||
<div class="col-lg-6 col-xl-4">
|
||
<div class="card">
|
||
<div class="card-body p-5">
|
||
<div class="small text-uppercase fw-bold text-muted">Enterprise</div>
|
||
<div class="mb-3">
|
||
<span class="display-4 fw-bold">$49</span>
|
||
<span class="text-muted">/ mo.</span>
|
||
</div>
|
||
<ul class="list-unstyled mb-4">
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
<strong>Unlimited users</strong>
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
5GB storage
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Unlimited public projects
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Community access
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Unlimited private projects
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Dedicated support
|
||
</li>
|
||
<li class="mb-2">
|
||
<i class="bi bi-check text-primary"></i>
|
||
<strong>Unlimited</strong>
|
||
linked domains
|
||
</li>
|
||
<li class="text-muted">
|
||
<i class="bi bi-check text-primary"></i>
|
||
Monthly status reports
|
||
</li>
|
||
</ul>
|
||
<div class="d-grid"><a class="btn btn-outline-primary" href="#!">Choose plan</a></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<!-- Testimonials section-->
|
||
<section class="py-5 border-bottom">
|
||
<div class="container px-5 my-5 px-5">
|
||
<div class="text-center mb-5">
|
||
<h2 class="fw-bolder">Customer testimonials</h2>
|
||
<p class="lead mb-0">Our customers love working with us</p>
|
||
</div>
|
||
<div class="row gx-5 justify-content-center">
|
||
<div class="col-lg-6">
|
||
<!-- Testimonial 1-->
|
||
<div class="card mb-4">
|
||
<div class="card-body p-4">
|
||
<div class="d-flex">
|
||
<div class="flex-shrink-0"><i class="bi bi-chat-right-quote-fill text-primary fs-1"></i></div>
|
||
<div class="ms-4">
|
||
<p class="mb-1">Thank you for putting together such a great product. We loved working with you and the whole team, and we will be recommending you to others!</p>
|
||
<div class="small text-muted">- Client Name, Location</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Testimonial 2-->
|
||
<div class="card">
|
||
<div class="card-body p-4">
|
||
<div class="d-flex">
|
||
<div class="flex-shrink-0"><i class="bi bi-chat-right-quote-fill text-primary fs-1"></i></div>
|
||
<div class="ms-4">
|
||
<p class="mb-1">The whole team was a huge help with putting things together for our company and brand. We will be hiring them again in the near future for additional work!</p>
|
||
<div class="small text-muted">- Client Name, Location</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<!-- Contact section-->
|
||
<section class="bg-light py-5">
|
||
<div class="container px-5 my-5 px-5">
|
||
<div class="text-center mb-5">
|
||
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-envelope"></i></div>
|
||
<h2 class="fw-bolder">Get in touch</h2>
|
||
<p class="lead mb-0">We'd love to hear from you</p>
|
||
</div>
|
||
<div class="row gx-5 justify-content-center">
|
||
<div class="col-lg-6">
|
||
<!-- * * * * * * * * * * * * * * *-->
|
||
<!-- * * SB Forms Contact Form * *-->
|
||
<!-- * * * * * * * * * * * * * * *-->
|
||
<!-- This form is pre-integrated with SB Forms.-->
|
||
<!-- To make this form functional, sign up at-->
|
||
<!-- https://startbootstrap.com/solution/contact-forms-->
|
||
<!-- to get an API token!-->
|
||
<form id="contactForm" data-sb-form-api-token="API_TOKEN">
|
||
<!-- Name input-->
|
||
<div class="form-floating mb-3">
|
||
<input class="form-control" id="name" type="text" placeholder="Enter your name..." data-sb-validations="required" />
|
||
<label for="name">Full name</label>
|
||
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
|
||
</div>
|
||
<!-- Email address input-->
|
||
<div class="form-floating mb-3">
|
||
<input class="form-control" id="email" type="email" placeholder="name@example.com" data-sb-validations="required,email" />
|
||
<label for="email">Email address</label>
|
||
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
|
||
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
|
||
</div>
|
||
<!-- Phone number input-->
|
||
<div class="form-floating mb-3">
|
||
<input class="form-control" id="phone" type="tel" placeholder="(123) 456-7890" data-sb-validations="required" />
|
||
<label for="phone">Phone number</label>
|
||
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.</div>
|
||
</div>
|
||
<!-- Message input-->
|
||
<div class="form-floating mb-3">
|
||
<textarea class="form-control" id="message" type="text" placeholder="Enter your message here..." style="height: 10rem" data-sb-validations="required"></textarea>
|
||
<label for="message">Message</label>
|
||
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
|
||
</div>
|
||
<!-- Submit success message-->
|
||
<!---->
|
||
<!-- This is what your users will see when the form-->
|
||
<!-- has successfully submitted-->
|
||
<div class="d-none" id="submitSuccessMessage">
|
||
<div class="text-center mb-3">
|
||
<div class="fw-bolder">Form submission successful!</div>
|
||
To activate this form, sign up at
|
||
<br />
|
||
<a href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
|
||
</div>
|
||
</div>
|
||
<!-- Submit error message-->
|
||
<!---->
|
||
<!-- This is what your users will see when there is-->
|
||
<!-- an error submitting the form-->
|
||
<div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
|
||
<!-- Submit Button-->
|
||
<div class="d-grid"><button class="btn btn-primary btn-lg disabled" id="submitButton" type="submit">Submit</button></div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<!-- Footer-->
|
||
<footer class="py-5 bg-dark">
|
||
<div class="container px-5"><p class="m-0 text-center text-white">Copyright © Your Website 2023</p></div>
|
||
</footer>
|
||
<!-- Bootstrap core JS-->
|
||
<script src="{{ theme_url }}/bootstrap-5.3.0-dist/js/bootstrap.bundle.min.js"></script>
|
||
|
||
<!--
|
||
<div id="header" role="banner" style="background-image: url('{{ pages["_meta"].meta.headerbg|url }}'); background-position: center; background-repeat: no-repeat; background-size: cover;">
|
||
<div class="container">
|
||
--> <!--a id="nav-toggle" title="Toggle Menu" role="button" aria-controls="nav" aria-expanded="false" tabindex="1">
|
||
<span class="icon-menu" aria-hidden="true"></span>
|
||
<span class="sr-only">Toggle Menu</span>
|
||
</a-->
|
||
<!-- {% if pages["_meta"].meta.logo %}
|
||
<div id="logo" aria-hidden="true">
|
||
<a href="{{ "index"|link }}">
|
||
<img src="{{ pages["_meta"].meta.logo|url }}" alt="" />
|
||
</a>
|
||
</div>
|
||
{% endif %}
|
||
<div id="title"{{ pages["_meta"].meta.tagline ? ' class="tagline"' }}>
|
||
<a href="{{ "index"|link }}">
|
||
<h1>{{ site_title }}</h1>
|
||
{{ pages["_meta"].meta.tagline|markdown }}
|
||
</a>
|
||
</div>
|
||
<div id="nav_anton" style="margin: 2ex; padding: 2ex; font-weight: bold;">
|
||
<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.nodebucket.de/index.php/apps/cms_pico/pico/anton">Podcast</a><br/>
|
||
<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.nodebucket.de/index.php/apps/cms_pico/pico/anton/reportagen">Reportagen</a><br />
|
||
<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.sportschau.de/">Sport</a><br />
|
||
<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.nodebucket.de/index.php/apps/cms_pico/pico/anton/quatsch">Quatsch</a>
|
||
</div>
|
||
--> <!--div id="nav" role="navigation" tabindex="-1">
|
||
<a href="reportagen">Reportagen</a>
|
||
<ul>
|
||
{% for page in pages(depthOffset=-1) if page.title and not page.hidden %}
|
||
<li{% if page.id == current_page.id %} class="active"{% endif %}>
|
||
<a href="{{ page.url }}">{{ page.title }}</a>
|
||
</li>
|
||
{% endfor %}
|
||
</ul>
|
||
</div-->
|
||
<!-- </div>
|
||
</div>
|
||
|
||
<div id="main" role="main">
|
||
<div class="container">
|
||
{{ content }}
|
||
</div>
|
||
</div>
|
||
|
||
<div id="footer">
|
||
<div class="container">
|
||
<div class="social">
|
||
{% for social in pages["_meta"].meta.social %}
|
||
<a href="{{ social.url }}" title="{{ social.title }}" role="button">
|
||
<span class="icon-{{ social.icon }}" aria-hidden="true"></span>
|
||
<span class="sr-only">{{ social.title }}</span>
|
||
</a>
|
||
{% endfor %}
|
||
</div>
|
||
</div>
|
||
</div>
|
||
-->
|
||
|
||
<!--
|
||
<script src="{{ theme_url }}/js/modernizr-3.3.1-custom.min.js" type="text/javascript"></script>
|
||
<script src="{{ theme_url }}/js/utils.js" type="text/javascript"></script>
|
||
<script src="{{ theme_url }}/js/pico.js" type="text/javascript"></script>
|
||
-->
|
||
|
||
<!--script>
|
||
// When the user scrolls down 80px from the top of the document, resize the navbar's padding and the logo's font size
|
||
// https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_navbar_shrink_scroll
|
||
window.onscroll = function() {scrollFunction()};
|
||
|
||
function scrollFunction() {
|
||
if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
|
||
document.getElementById("navbar").style.padding = "30px 10px";
|
||
document.getElementById("logo").style.fontSize = "25px";
|
||
} else {
|
||
document.getElementById("navbar").style.padding = "80px 10px";
|
||
document.getElementById("logo").style.fontSize = "35px";
|
||
}
|
||
}
|
||
</script-->
|
||
|
||
|
||
</body>
|
||
</html>
|