-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkontakt.php
62 lines (57 loc) · 2.59 KB
/
kontakt.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?php include ('header.php');?>
<div id="headerBox">
<div id="headerImage" style="background: url('images/header_lehrgaenge_image.jpg') no-repeat center; background-size: cover;" ></div>
<div id="headlineSingleCourse" class="notDesktop"><h2>KONTAKT</h2></div>
<div id="headerTextBox" class="floatLeftDesktop">
<div id="headerPersonen">
<h5>Studienleitung</h5>
Andreas Westphal<br/>
<a href="#">[email protected]</a><br/>
<br/>
<h5>Studienleitung</h5>
Andreas Westphal<br/>
<a href="#">[email protected]</a><br/>
</div>
<div id="headerAdresse">
<h5>Filmhaus Babelsberg</h5>
Geschäftsfüher<br/>
Christian Mahler<br/>
<br/>
Großbeerenstraße 189<br/>
14482 Potsdam, Deutschland<br/>
<br/>
Tel. 0331 / 28 12 94 40<br/>
Tel. 0331 / 28 12 94 40<br/>
<?php include ('sharingIcons.php');?>
<br/>
<h5>Bürozeiten</h5>
dienstag und donnerstags<br/>
11 bis 16 Uhr<br/>
</div>
</div>
</div>
<div id="contentWrapper">
<div id="mainContent" class="singleCourseContainer floatRightDesktop">
<div id="headlineSingleCourse" class="onlydesktop"><h2>KONTAKT</h2></div>
<div id="contactFormular">
<h3 class="colorRed mediumSize">KONTAKTANFRAGE</h3>
<form action="">
<span>Ihr Name <em>(Pflichtfeld)</em></span><br/>
<input type="text" value="" name="name" class="inputBeratung"><br/>
<span>Ihre E-Mail Adresse <em>(Pflichtfeld)</em></span><br/>
<input type="email" value="" name="e-mail" class="inputBeratung"><br/>
<span>Betreff</span><br/>
<input type="text" value="" name="betreff" class="inputBeratung"><br/>
<span>Ihre Nachricht</span><br/>
<textarea placeholder="" class="inputBeratung inputBeratungLarge"></textarea>
<input type="submit" value="senden" class="buttonBeratungForm">
</form>
</div>
<p>
<h5>Inhalte</h5>
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. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. 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. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</p>
</div>
<div class="clear"></div>
</div>
<?php include ('footer.php');?>