This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
impressum.html
116 lines (82 loc) · 4.35 KB
/
impressum.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>myfirstcard | Das clevere Taschengeld</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- One CSS file that rules them all -->
<link href="css/main.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46920751-1', 'myfirstcard.de');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<!-- klappt noch nicht, glaub ich zumindest -->
<script>
$('#submit').on('click', function() {
ga('send', 'event', 'button', 'click');
});
</script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<!-- Scrollspy set in the body -->
<body id="home" data-spy="scroll" data-target=".main-nav" data-offset="73">
<!--///////////////////////////////////////// PARALLAX BACKGROUND ////////////////////////////////////////-->
<!-- image is set in the CSS as a background image -->
<div id="parallax"></div>
<!--///////////////////////////////////////// end PARALLAX BACKGROUND ////////////////////////////////////////-->
<!--/////////////////////////////////////// NAVIGATION BAR ////////////////////////////////////////-->
<section id="header">
<nav class="navbar navbar-fixed-top" role="navigation">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target="#navigation"></button>
<!-- Logo goes here -->
<a href="#home" class="navbar-brand"><img src="images/logo.png" alt="myfirstcard | Das clever Taschengeld" title="myfirstcard | Das clever Taschengeld"></a>
<div class="collapse navbar-collapse main-nav" id="navigation">
<ul class="nav pull-right">
<!-- Menu items go here -->
<li class="active hidden"><a href="#home">Home</a></li>
<li><a href="index.html">Zurück zur Website</a></li>
<!-- If you want sub-menu items, do them like this
<li>
<ul>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
</ul>
</li>
You just need to delete these comment lines -->
</ul>
</div><!-- /nav-collapse -->
</div><!-- /container -->
</div><!-- /navbar-inner -->
</nav>
</section>
<!--//////////////////////////////////////// end NAVIGATION BAR ////////////////////////////////////////-->
<section id="whymfc">
<div class="container">
<h2>Impressum</h2>
<p>Angaben gemäß § 5 TMG:<br /><br />
Jeronim Morina<br />
Bonner Talweg, 31<br />
53113 Bonn
</p>
<h3>Kontakt:</h3>
<table><tr> <tr>
<td><p>E-Mail:</p></td>
<td><p>info@myfirstcard.de</p></td>
</tr></table>
<h3>Quellenangaben für die verwendeten Bilder und Grafiken:</h3>
<p><a href="http://www.canstockphoto.com/" >http://www.canstockphoto.com/</a></p>
<p> </p>
<p>Quelle: <i><a rel="nofollow" href="http://www.e-recht24.de/impressum-generator.html">http://www.e-recht24.de</a></i></p>
</div><!-- /container -->
</section>