-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
39 lines (30 loc) · 2.49 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ZEITreise</title>
<!-- customise here -->
<link href="css/styles.css" rel="stylesheet" media="screen">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="lib/moment.min.js"></script>
<script type="text/javascript" src="lib/zon_api.js"></script>
<!-- customise here -->
<script type="text/javascript" src="js/example.js"></script>
</head>
<body>
<div class="container">
<h1>ZEITreise</h1>
<p>Worüber hat Die ZEIT heute vor<br/> <a href="#" class="linkinput" data-word="one" data-number="1">1 Jahr</a> / <a href="#" class="linkinput" data-word="two" data-number="2">2 Jahren</a> / <a href="#" class="linkinput" data-word="three" data-number="3">3 Jahren</a> / <a href="#" class="linkinput" data-word="ten" data-number="10">10 Jahren</a> / <a href="#" class="linkinput" data-word="twenty" data-number="20">20 Jahren</a> / <a href="#" class="linkinput" data-word="thirty" data-number="30">30 Jahren</a> / <a href="#" class="linkinput" data-word="fourty" data-number="40">40 Jahren</a><br /> berichtet?</p>
<div class="result">
Wählen Sie oben eine Destination, um Ihre Zeitreise zu starten...
</div>
<p id="footnote">This is just a little project by <a href="http://www.twitter.com/davidbauer">David Bauer</a> to document that I'm somewhat progressing in my #Codeyear. It's using the <a href="http://developer.zeit.de/documentation/content/">ZEIT API</a>. Thanks to <a href="http://www.twitter.com/aronwoost">Aron Woost</a> for helping me with the tricky parts.</p>
</div>
<a href="https://twitter.com/davidbauer" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @davidbauer</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<iframe src="http://ghbtns.com/github-btn.html?user=davidbauer&repo=zeitreise&type=watch"
allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=davidbauer&repo=zeitreise&type=fork"
allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe>
</body>
</html>