This repository was archived by the owner on Oct 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (90 loc) · 3.31 KB
/
index.html
File metadata and controls
103 lines (90 loc) · 3.31 KB
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Working Draft Podcast</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<script src="bower_components/modernizr/modernizr.js"></script>
</head>
<body>
<header class="header">
<nav class="navigation">
<button class="navigation__toggle">Menu<span></span></button>
<ul>
<li><a href="/">Startseite</a></li>
<li><a href="#">Live</a></li>
<li><a href="">Kontakt</a></li>
<li><a href="#">Zuhören: RSS oder iTunes</a></li>
</ul>
</nav>
<h1 class="header__logo" role="banner">
<a href="/">Working Draft Podcast</a>
</h1>
</header>
<div class="main" role="main">
</div>
<footer class="footer">
<p>Working Draft ist ein wöchentlicher News-Podcast für Webdesigner und -entwickler gehostet von und mit:</p>
<ul class="footer__authors">
<li>
<a href="http://twitter.com/derSchepp">
<img src="./build/img/hosts/derschepp.jpeg" alt="Christian Schaefer">
Christian Schaefer
</a>
</li>
<li>
<a href="http://twitter.com/sir_pepe">
<img src="./build/img/hosts/sir_pepe.jpeg" alt="Peter Kröner">
Peter Kröner
</a>
</li>
<li>
<a href="https://twitter.com/drublic">
<img src="./build/img/hosts/drublic.jpeg" alt="Hans Christian Reinl">
Hans Christian Reinl
</a>
</li>
<li>
<a href="https://twitter.com/helloanselm">
<img src="./build/img/hosts/helloanselm.jpeg" alt="Anselm Hannemann">
Anselm Hannemann
</a>
</li>
<li>
<a href="https://twitter.com/ddprrt">
<img src="./build/img/hosts/ddprrt.jpeg" alt="Stefan Baumgartner">
Stefan Baumgartner
</a>
</li>
<li>
<a href="https://twitter.com/rodneyrehm">
<img src="./build/img/hosts/rodneyrehm.jpeg" alt="Rodney Rehm">
Rodney Rehm
</a>
</li>
</ul>
<p class="footer__authors__other">
und <a href="https://twitter.com/hellokahlil">Kahlil Lechelt</a>
& <a href="https://twitter.com/markus_schlegel">Markus Schlegel</a>.
</p>
<p class="footer__follow">
<a href="https://twitter.com/workingdraft"
class="twitter-follow-button" data-show-count="false"
data-size="large">Follow @workingdraft</a>
</p>
<nav class="footer__navigation">
<ul>
<li><a href="#">Archiv</a></li>
<li><a href="#">Impressum</a></li>
<li><a href="#">Kontakt</a></li>
</ul>
</nav>
</footer>
<!-- Add RequireJS -->
<script data-main="src/js/config" src="bower_components/requirejs/require.js"></script>
<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>
</body>
</html>