forked from StartBootstrap/startbootstrap-agency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpressum_en.html
90 lines (72 loc) · 2.95 KB
/
impressum_en.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Website for vacation flat">
<meta name="author" content="Wilke Klausing">
<title>FEWO-Klausing</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
<!-- Fue Bilder Gallerie -->
<link rel="stylesheet" href=".\node_modules\lightbox2\dist\css\lightbox.min.css">
</head>
<body id="page-top">
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Holiday Flat Klausing</div>
<div class="intro-heading text-uppercase">Imprint</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="index_en.html">Back</a>
</div>
</div>
</header>
<!-- Impressum -->
<section class="bg-light page-section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<img src="impressum.jpg" alt="Bild konnte nicht geladen werden.">
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4">
<span class="copyright">Copyright © www.fewo-klausing.de 2020</span>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="impressum_en.html">Imprint</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
<!-- Scrip für Bilder Gallery-->
<script src=".\node_modules\lightbox2\dist\js\lightbox-plus-jquery.min.js"></script>
</body>
</html>