Guide/style/default/services.html

80 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>%%EchoTitle%%</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="./style/4Creative.ico" rel="icon">
<link href="./style/4Creative.ico" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="./style/default/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./style/default/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="./style/default/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="./style/default/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="./style/default/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="./style/default/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="./style/default/css/style.css" rel="stylesheet">
</head>
<body>
<header id="header">
<div class="container d-flex">
<div class="logo mr-auto" style="width: 300px;">
<!-- <h1 ><a href="index.html"><span>4Creative Region Guide</span></a></h1> -->
<a href="index.php"><img src="./style/default/4Creative-Guide.png" alt="logo"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.php?page=ubersicht">Übersicht</a></li>
<li><a href="index.php?page=hilfe">Hilfe</a></li>
</ul>
</nav>
</div>
</header>
<main id="main" style="padding-top:20px;min-height:800px; margin-left: 5em; margin-right: 5em;">
%%RegionList%%
</main>
<div style="padding-bottom:20px; position: relative; margin-left: 5em; margin-right: 5em;">
<form action="index.php?site=%%nextSiteNr%%">
<button type="button" class="btn btn-primary btn-lg btn-block">Nächste Seite</button>
</form>
</div>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" style="padding-top:20px">
<div class="container">
<div class="copyright">
Ein Service von <strong><span>4Creative</span></strong>.
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="./style/default/vendor/jquery/jquery.min.js"></script>
<script src="./style/default/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./style/default/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="./style/default/vendor/php-email-form/validate.js"></script>
<script src="./style/default/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="./style/default/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="./style/default/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="./style/default/vendor/counterup/counterup.min.js"></script>
<script src="./style/default/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="./style/default/vendor/venobox/venobox.min.js"></script>
<!-- Template Main JS File -->
<script src="./style/default/js/main.js"></script>
</body>
</html>