-
Notifications
You must be signed in to change notification settings - Fork 1
/
imprint.html
101 lines (94 loc) · 3.92 KB
/
imprint.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, follow">
<link rel="icon" type="image/svg+xml" href="resources/images/icon/favicon.svg" sizes="any">
<link rel="icon" href="resources/images/icon/favicon.png" type="image/png">
<link rel="apple-touch-icon" href="resources/images/icon/apple-touch-icon.png">
<title>brdgm.me - Imprint</title>
<link href="resources/css/bootstrap.min.css" rel="stylesheet">
<link href="resources/css/styles.css" rel="stylesheet">
<!-- Matomo Tracking: Cookie-less and GDPR-conformant -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.brdgm.me/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="container-fluid">
<div class="row flex-nowrap">
<!-- Sidebar -->
<div class="sidebar">
<div class="mb-auto text-center">
<a href="/" class="logo">
<img class="icon" src="resources/images/icon/sidebar-logo.svg" alt="">
<div class="title">brdgm.me</div>
</a>
<div class="menuOpener"></div>
<div class="sidebarLink active text-start">
<a href="/">Games</a>
</div>
<div class="sidebarLink text-start">
<a href="others.html">Others</a>
</div>
<div class="sidebarLink text-start">
<a href="about.html">About</a>
</div>
<div class="sidebarLink text-start">
<a href="https://ko-fi.com/brdgm_me" target="_blank">Donate</a>
</div>
<div class="sidebarLink text-start mb-3">
<a href="imprint.html">Imprint</a>
</div>
</div>
</div>
<div class="col p-0">
<!-- Header image -->
<div class="header shadow-sm">
<img src="resources/images/top-image.webp" alt="">
</div>
<!-- Content -->
<div class="container-fluid mt-3 mb-5 ps-3">
<h1>Imprint</h1>
<p>
brdgm.me is a private project without economic interests.
</p>
<p>
Contact Mail: <code>brdgm.me</code> @ <code>gmail.com</code>
</p>
<p>
Website and applications licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache-2.0 License</a><br>
</p>
<p>
Sources on GitHub: <a href="https://github.com/brdgm" target="_blank">https://github.com/brdgm</a>
</p>
<h4>Attributions</h4>
<p>
Header photo by <a href="https://unsplash.com/@christopherphigh" target="_blank">Christopher Paul High</a>
on <a href="https://unsplash.com/photos/fwRMK19zavc" target="_blank">Unsplash</a>
</p>
<p>
brdgm.me icon from <a href="https://game-icons.net/1x1/lorc/eagle-emblem.html" target="blank">game-icons.net</a>,
by <a href="https://lorcblog.blogspot.com/" target="_blank">Lorc</a>
under <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>
</p>
</div>
</div>
</div>
</div>
<script src="resources/js/bootstrap.bundle.min.js"></script>
<script src="resources/js/menu.js"></script>
</body>
</html>