-
Notifications
You must be signed in to change notification settings - Fork 21
/
danke.html
51 lines (51 loc) · 2.41 KB
/
danke.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
<!DOCTYPE html>
<html>
<head>
<title>Thanks! - onehundredandeighty</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style/basic.css">
<link rel="stylesheet" type="text/css" href="style/fragen.css">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script src="jquery/js/jquery-1.6.2.min.js"></script>
<script>
$(function () {
if (document.referrer.indexOf("onehundredandeighty") !== -1)
$(".back").css("display", "inline");
});
</script>
</head>
<body style="font-size: 1.0em;">
<header>
<h1>onehundredandeighty — thanks!<!--<img src="images/hpi_logo2.png" alt="HPI-Logo" />--></h1>
</header>
<section class="introduction">
Dank an <strong>Patrick Schmidt</strong> für den Parser zur Extraktion der Daten von der HPI-Webseite und für die Idee zum Namen.
</section>
<section>
Desweiteren:
<ul>
<li><strong>jQuery</strong> (<a href="http://jquery.com/">http://jquery.com/</a>)</li>
<li><strong>The League of Moveable Type</strong> (<a href="http://www.theleagueofmoveabletype.com/">http://www.theleagueofmoveabletype.com/</a>) (Prociono)</li>
<li><strong>Twitter Bootstrap</strong> (<a href="http://twitter.github.com/bootstrap/">http://twitter.github.com/bootstrap/</a>)</li>
<li><strong>Colorzilla Gradient Editor</strong> (<a href="http://www.colorzilla.com/gradient-editor/">http://www.colorzilla.com/gradient-editor/</a>)</li>
<li><strong>BgPatterns</strong> (<a href="http://bgpatterns.com/">http://bgpatterns.com/</a>)</li>
</ul>
<a href="index.html" class="back">zurück zur Planung</a>
</section>
<footer>
Stefan Bunk <[email protected][…]de> schreibt <a href="http://validator.w3.org/check?uri=referer">valides HTML5 </a>.<br />
</footer>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://iamknub.de/onehundredandeighty/piwik/" : "http://iamknub.de/onehundredandeighty/piwik/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://iamknub.de/onehundredandeighty/piwik/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->
</body>
</html>