First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
174
_static/templates/kontakt.php
Normal file
174
_static/templates/kontakt.php
Normal file
|
|
@ -0,0 +1,174 @@
|
|||
<?php include('./templates/_header.php'); ?>
|
||||
|
||||
|
||||
<section class="page-header page-header-xlg parallax parallax-3"
|
||||
style="background-image:url('assets/images/vision-min.jpg')">
|
||||
<div class="overlay dark-1"><!-- dark overlay [1 to 9 opacity] --></div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
.plugin-contact-form-error {
|
||||
background-color: #e68080;
|
||||
padding: 14px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #da7171;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#plugin-contact-form-success {
|
||||
background-color: #abbd8b;
|
||||
padding: 14px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #9eb17e;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
</style>
|
||||
<!-- /PAGE HEADER -->
|
||||
|
||||
<!-- -->
|
||||
<section>
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<!-- FORM -->
|
||||
<div class="col-md-9 col-sm-8">
|
||||
|
||||
<h1>Schreibe uns!</strong></h1>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
|
||||
ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo
|
||||
dolores et ea rebum.</p>
|
||||
|
||||
|
||||
<form role="form" action="contact_form_ajax.php" data-load="submit" method="post"
|
||||
id="plugin-contact-form">
|
||||
|
||||
<div class="row contact-row">
|
||||
<div class="col-md-6">
|
||||
<input type="text" class="form-control" id="sender_firstname" name="sender_firstname"
|
||||
placeholder="Vorname" required>
|
||||
<div id="error-sender_firstname-required"
|
||||
class="alert alert-danger plugin-contact-form-error" style="display: none;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
Bitte geben Sie Ihren Vornamen an.
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<input type="text" class="form-control" id="sender_name" name="sender_name"
|
||||
placeholder="Nachname" required>
|
||||
<div id="error-sender_name-required"
|
||||
class="alert alert-danger plugin-contact-form-error" style="display: none;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
Bitte geben Sie Ihren Nachnamen an.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row contact-row">
|
||||
<div class="col-md-6">
|
||||
<input type="email" class="form-control" id="sender_email" name="sender_email"
|
||||
placeholder="E-Mail" required>
|
||||
<div id="error-sender_email-required"
|
||||
class="alert alert-danger plugin-contact-form-error" style="display: none;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
Bitte geben Sie Ihre E-Mail an.
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<input type="email" class="form-control" id="sender_email_repeat"
|
||||
name="sender_email_repeat" placeholder="E-Mail wiederholen" required>
|
||||
<div id="error-sender_email_repeat-required"
|
||||
class="alert alert-danger plugin-contact-form-error" style="display: none;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
Bitte geben Sie Ihre E-Mail erneut an.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row contact-row">
|
||||
<div class="col-md-12">
|
||||
<input type="text" class="form-control" id="sender_subject" name="sender_subject"
|
||||
placeholder="Betreff" required>
|
||||
<div id="error-sender_subject-required"
|
||||
class="alert alert-danger plugin-contact-form-error" style="display: none;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
Bitte geben Sie einen Betreff an.
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<br>
|
||||
<textarea class="form-control" name="message" id="message" placeholder="Ihre Nachticht"
|
||||
rows="6"></textarea>
|
||||
<div id="error-message-required" class="alert alert-danger plugin-contact-form-error"
|
||||
style="display: none;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
Bitte geben Sie eine Nachricht an.
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12" style="margin-bottom: 10px; margin-top: 10px;">
|
||||
|
||||
<label class="checkbox" for="accepted_data_protection">
|
||||
<input type="checkbox" name="accepted_data_protection"
|
||||
id="accepted_data_protection">
|
||||
<i></i> Hiermit willige ich in die im Rahmen der <a href="/datenschutz">Datenschutzerklärung</a>
|
||||
genannte Datenverarbeitung ein.
|
||||
</label>
|
||||
|
||||
<div id="error-accepted_data_protection-required"
|
||||
class="alert alert-danger plugin-contact-form-error" style="display: none;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
Bitte akzeptieren Sie unsere Datenschutzerklärung.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<input type="hidden" id="required" name="required"
|
||||
value="message,sender_firstname,sender_name,sender_email,sender_email_repeat,sender_subject,accepted_data_protection">
|
||||
<input type="hidden" id="sender_token" name="sender_token" value="">
|
||||
<button type="submit" class="btn btn-primary"><i class="fa fa-check"></i> Nachricht senden
|
||||
</button>
|
||||
</form>
|
||||
</div> <!-- end col -->
|
||||
<!-- /FORM -->
|
||||
|
||||
|
||||
<!-- INFO -->
|
||||
<div class="col-md-3 col-sm-4">
|
||||
|
||||
<h2>Kontakt</h2>
|
||||
<hr/>
|
||||
|
||||
<p>
|
||||
<span class="block"><strong><i class="fa fa-map-marker"></i> Adresse:<br></strong> mivita e.K.<br>
|
||||
Leinfeld 2<br>
|
||||
87755 Kirchhaslach</span>
|
||||
<span class="block"><strong><i class="fa fa-phone"></i> Telefon:</strong> <a
|
||||
href="tel:0 83 33- 35 65">0 83 33- 35 65</a></span>
|
||||
<span class="block"><strong><i class="fa fa-envelope"></i> Email:</strong> <a
|
||||
href="mailto:info@riwa-tec.de">info@mivita.care</a></span>
|
||||
</p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h4 class="font300">Geschäftszeiten</h4>
|
||||
<p>
|
||||
<span class="block"><strong>Mo. - Fr.:</strong> 9:00 bis 18:00</span>
|
||||
<span class="block"><strong>Sa.:</strong> 9:00 bis 13:00</span>
|
||||
<span class="block"><strong>So.:</strong> geschlossen</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<!-- /INFO -->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<!-- / -->
|
||||
|
||||
|
||||
<?php include('./templates/_footer.php'); ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue