-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (116 loc) · 4.89 KB
/
index.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html>
<head>
<title>Berger Logistik</title>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0">
<meta http-equiv="content-type" content="IE=edge">
<link href="/src/css/main.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="/src/js/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="/src/js/jquery.cycle2.min.js" type="text/javascript"></script>
</head>
<body>
<!-- Header -->
<header>
<a href="/index.html"><img class="headimg" src="/src/img/logo.png"></a>
<!-- NAV -->
<ul class="nav1">
<li><a href="#">AGB</a></li>
<li>|</li>
<li><a href="#">Impressum</a></li>
<li>|</li>
<li><a href="kontakt.html">Kontakt</a></li>
<li>|</li>
<li><a href="index.html">Home</a></li>
</ul>
</header>
<div class="clearfix"></div>
<!-- Main Left Content -->
<div class="wrapper">
<div class="left">
<ul class="nav2">
<li><a href="#">Seminarräume</a></li>
<li><a href="#">Raummiete / Kosten</a></li>
<li><a href="verfuegbarkeit.html">Verfügbarkeit</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="kontakt.html">Kontakt</a></li>
</ul>
<!-- PDF Download -->
<div class="pdfdownload">
<h5>INFOBLATT</h5>
<a href="#" id="download"><ul>
<h1> Infoblatt <br> PDF-Download</h1>
</ul></a>
<a href="#"><ul id="pdfview">
<li><img src="/src/img/pdfimg_ready.png"></li>
<li><p>Infoblatt<br>Typ: Pdf (137,88 kB)</p></li>
</ul>
</a>
</div>
</div>
<!-- Main Content -->
<div class="Content">
<!-- Start Responsive Image Slider -->
<div class="slide-h">
<div class="cycle-slideshow">
<span class="cycle-prev">〈</span>
<span class="cycle-next">〉</span>
<span class="cycle-pager"></span>
<img src="/src/img/956388-tom-ford.jpg" alt="test1">
<img src="/src/img/slide2.jpg" alt="test2">
<img src="/src/img/slide3.jpg" alt="test3">
</div>
<div class="Heading-Fonts">
<h2>SEMINARRAUM MIT ENTSPANNTEM WOHLFÜHLAMBIENTE</h2>
<h3>Moderner und sonniger Raum in Reinkultur im pulsierenden Zentrum Wörgls </h3>
</div>
</div>
<!-- List -->
<section class="list">
<div class="content">
<article><a href="#"><img src="/src/img/semir.png"></a>
<h4>Seminarräume</h4>
<p>Perfekte Ambiente für sämtliche<br> Ansprüche ...</p>
<a id="btn">Mehr ...</a>
</article>
<article>
<a href="#"><img src="/src/img/preis.png"></a>
<h4>Raummiete</h4>
<p>Gestalten Sie Ihre Kosten <br>individuell ...</p>
<a id="btn">Mehr ...</a>
</article>
<article>
<a href="verfuegbarkeit.html"><img src="/src/img/calendar.png"></a>
<h4>Verfügbarkeit</h4>
<p>Hier ist unser Kalender im <br>Überblick ...</p>
<a id="btn" href="verfuegbarkeit.html">Mehr ...</a>
</article>
<article>
<a href="#"><img src="/src/img/faq.png"></a>
<h4>FAQs</h4>
<p>Die meist gestellten Fragen im Überblick ...</p>
<a id="btn">Mehr ...</a>
</article>
<article>
<a href="kontakt.html#kontakt"><img src="/src/img/contact.png"></a>
<h4>Kontakt</h4>
<p>Wählen Sie Ihre Kommunikationsart ...</p>
<a id="btn" href="kontakt.html#kontakt">Mehr ...</a>
</article>
<article>
<a href="kontakt.html#anfahrt"><img src="/src/img/gps.png"></a>
<h4>Anfahrt</h4>
<p>So finden Sie uns über Google Maps ...</p>
<a id="btn" href="kontakt.html#anfahrt">Mehr ...</a>
</article>
</div>
</section>
</div>
</div>
<!-- Footer -->
<footer>
<p>© 2017 - Design & Layout by Manuel Widmoser, LEA Produktionsschule, Wörgl</p>
</footer>
</body>
</html>