forked from browser-update/browser-update
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
executable file
·113 lines (96 loc) · 3.52 KB
/
contact.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
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
<?php
require_once("lib/init.php");
require_once("lib/lang.php");
$title="Contact";
include("header.php");
?>
<div class="left">
<h2>Translations</h2>
<p>
New translations of this site or improvements of existing translations are always appreciated.
Start translating using <a href="https://crowdin.com/project/browser-update">the crowdin online translation tool</a>.
<a href="https://crowdin.com/page/quick-start">Learn how to translate</a>.
</p>
<h2>Development</h2>
<p>
This is an open-source project. The development takes place on the Github
<a href="https://github.com/browser-update/browser-update">browser-update project</a> where
we also collect <a href="https://github.com/browser-update/browser-update/issues">ideas and bugs</a>.
The script is MIT-Licensed.
</p>
<h2>Team</h2>
<p>
We are a team of webdesigners, webmasters and open-web enthusiasts. Join us.
</p>
<ul>
<li>
Thomas Hümmer ( jossele <var>æ</var> gmx.de )
</li>
<li>
David Danier ( danier <var>æ</var> team23.de )
</li>
</ul>
<p>Translators:
Tomasz Olędzki (polish),
Giacomo (italian),
Patrick Wever (dutch),
Francisco Chacón (spanish),
Rob Schneider (japanese translation), and many more ...
</p>
<p>
Browser-Update.org is an intiative started by
<a href="http://www.webmasterpro.de/">Webmasterpro.de</a>.<br/>
<a href="http://www.webmasterpro.de/"><img src="/img/wmp_logo.png" alt="" /></a>
</p>
<p>
Proudly hosted by<br />
<a href="https://www.df.eu/" rel="nofollow"><img src="/img/df_logo.svg" width="180" alt="domain factory"></a>
</p>
<h2>Browser-Testing</h2>
<a href="http://browserstack.com"><img src="/img/blog/logo-browserstack.png" style="float:right; width: 200px"></a>
<p>
We are using the excellent <a href="http://browserstack.com">browserstack.com</a> cross browser testing tool to make sure the notification and website
is shown correctly on all kinds of browsers and devices.
</p>
<p>
This is especially important since we are, of course, targeting a wide range of old browser.
</p>
<h2>Impressum/Imprint</h2>
<p>browser-update.org ist ein Projekt der <a href="http://www.team23.de/">Team23 Internetagentur</a>. Inhaltlicher Verantwortlicher gemäß TMG ist die GmbH & Co. KG. Vertretungsberechtigte Gesellschafter sind Fabian Ziegler, David Danier.</p>
<p>
Team23 GmbH<br/>
Beim Glaspalast 1<br/>
D-86153 Augsburg
</p>
<p>
Telefon: +49 821 207 085 0<br/>
Telefax: +49 821 207 085 29<br/>
E-Mail: [email protected]<br/>
</p>
<p>
Eintragung im Handelsregister.<br/>
Registergericht: Augsburg<br/>
Registernummer: HRB 26700<br/>
Umsatzsteuer-Identifikationsnummer: DE 308 873 371
</p>
<h2>Copyright</h2>
<p>
Some Images from this site are taken from the
<a href="http://tango.freedesktop.org/Tango_Icon_Library">Tango Icon Library</a>
whis is Licenesed under
the <a href="http://creativecommons.org/licenses/by-sa/2.5/">CC-BY-SA </a>
</p>
<h2>Privacy policy</h2>
<h3>Using the script on your site</h3>
<p>
Installing the script on your website does not track users in any way.
We do not set identification cookies or record IP-adresses.
No information about the user except anonymous browser statistics and language are recorded.
</p>
<h3>This website</h3>
<p>
On this website third party vendors use cookies to serve ads based on a user's visits to this site and other sites on the Internet.
Users may opt out of the use of cookies for interest based advertising by visiting <a href="http://aboutads.info">aboutads.info</a>.
</p>
</div>
<?php include("footer.php");?>