-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
204 lines (178 loc) · 8.79 KB
/
index.html
File metadata and controls
204 lines (178 loc) · 8.79 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html>
<head>
<title>Coding Teacher Podcast</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="css.css?family=Raleway">
<link rel="stylesheet" href="font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("/w3images/mac.jpg");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
<meta name="flattr:id" content="mr02q2">
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card-2" id="myNavbar">
<a href="#home" class="w3-bar-item w3-button w3-wide">LOGO</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="about.html">ABOUT</a>
<a href="contribute.html">CONTRIBUTE!</a>
<a href="donate.html">DONATE</a>
<a href="contact.html">CONTACT</a>
<a href="#podcasts">PODCAST</a>
<!--<a href="#home" class="w3-bar-item w3-button"><i class="fa fa-home"></i> HOME</a>-->
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars w3-padding-right w3-padding-left"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card-2 w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" >Close ×</a>
<a href="about.html" onclick="w3_close()" >ABOUT</a>
<a href="contribute.html" onclick="w3_close()" >CONTRIBUTE!</a>
<a href="donate.html" onclick="w3_close()" >DONATE</a>
<a href="contact.html" onclick="w3_close()" >CONTACT</a>
<a href="#podcasts" onclick="w3_close()" >PODCAST</a>
</nav>
<!-- Header with full-height image -->
<header class="bgimg-1 w3-display-container w3-grayscale-min" id="home">
<div class="w3-display-left w3-padding-xxlarge w3-text-black">
<span class="w3-jumbo w3-hide-small">Coding Teacher Podcast</span><br>
<span class="w3-xxlarge w3-hide-large w3-hide-medium">Coding Teacher Podcast</span><br>
<p><a href="about.html" class="w3-button w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-off">A Podcast for teaching coders, coding teachers and activists of Codeweek.EU</a></p>
</div>
</header>
<div class="w3-container " id="rssfeed">
<h3 class="w3-bar">RSS-Feed</h3>
<div style="float:left; padding:5px"><a href="http://www.feedvalidator.org/check.cgi?url=https%3A//codingteacherpodcast.github.io/feedmp3.xml"><img src="images/valid-rss-rogers.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a></div>
If you use an <a href="https://en.wikipedia.org/wiki/List_of_podcatchers">Podcatcher</a> to listen to this podcast, please add one of those urls to the RSS-Feeds below in your podcatcher. Additional audio file formats can be found linked at the Shownote site of each episode.<br>
<ul>
<li>Feed for mp3 format, good quality: <a href="https://codingteacherpodcast.github.io/feedmp3.xml">https://codingteacherpodcast.github.io/feedmp3.xml</a></li>
</ul>
</div>
<!-- Podcast Section w3-padding-128 center w3-center href="https://www.flickr.com/photos/horstjens/33367815322/in/dateposted-public/" style="margin-top:64px" -->
<div class="w3-container " id="podcasts">
<h3 class="w3-bar">Podcasts Episodes</h3>
<p><i>please click on a episode to see the full shownote site with more details</i></p>
<div class="w3-row-padding " >
<a href = "20170916_spinnortality/index.html">
<div style="float:left; padding:5px"><img src="20170916_spinnortality/james_patton.jpg" height="75" alt="Paolo Perfahl">
</div>
<p>Episode 007, 2017-09-15</p>
<p>Indy Game developer James Patton speaks about his "evil global company simulator" game "Spinnortality". Besides explaining how he self-teached himself programming, James points out how is background in literature helps him develop better, "richer" games than a tech-background would do.</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20170323_paolo/index.html">
<div style="float:left; padding:5px"><img src="20170323_paolo/paolo.jpg" height="75" alt="Paolo Perfahl">
</div>
<p>Episode 006, 2017-03-23</p>
<p>Paolo Perfahl, age 13, tells in this Interview with about his first Gamejam (Austria GameJam 2015) where he participated two years ago, together with other young and old game programmers.</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20170316_simon/index.html">
<div style="float:left; padding:5px"><data-flickr-embed="true" title="Simon'S Interview"><img src="https://c1.staticflickr.com/1/633/33367815322_f1af9b7f9e_t.jpg" width="100" height="75" alt="Simon'S Interview"><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
<img src="images/youtube.png" alt="youtube" height="75">
</div>
<p>Episode 005, 2017-03-16</p>
<p>Interview with Simon Heppner (age 10), probably the youngest Python programming teacher of Europe. The full episode also exist as Video on Youtube.</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20170312_soc/index.html">
<div style="float:left; padding:5px"><img src="20170312_soc/soc.jpg" height="75" alt="Bhargav Srinivasea Desikan">
</div>
<p>Episode 004, 2017-03-12</p>
<p>Bhargav Srinivasea Desikan talks in this interview at the PyConSK conference 2017 about his own experience with Google Summer of Code.</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20170311_svabensky/index.html">
<div style="float:left; padding:5px"><img src="20170311_svabensky/svabensky.jpg" height="75" alt="Valdemar Svabenski">
</div>
<p>Episode 003, 2017-03-11</p>
<p>Valdemar Švábenskỳ talks in this interview at the PyConSK conference 2017 about teaching Python to freshman students, of differences in cooperation between female and male students and he explains how to become elected as "teacher of the year".</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20160928_joek_scratch/index.html">
<div style="float:left; padding:5px"><img src="20160928_joek_scratch/joek.jpg" height="75" alt="Joek van Montfort">
</div>
<p>Episode 002, 2016-09-28</p>
<p>Interview with Joek van Montfort about his experiences at the Scratch conference 2016 in Boston.</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20160928_joek_mozfest/index.html">
<div style="float:left; padding:5px"><img src="20160928_joek_mozfest/joek.jpg" height="75" alt="Joek van Montfort">
</div>
<p>Episode 001, 2016-09-28</p>
<p>Interview with Joek van Montfort about his experiences at the Mozilla Mozfest conference in London 2015.
</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20160828_andrea_mayr/index.html">
<div style="float:left; padding:5px"><img src="20160828_andrea_mayr/andrea.jpg" height="75" alt="Andrea Mayr">
</div>
<p>Episode 000, 2016-08-28</p>
<p>Interview with Andrea Mayr about her visit at the Scratch conference 2016 in Boston and about the state of ther turtlestitch project, visual programming of stitching machines and art.
</p>
</a>
</div>
<div class="w3-row-padding " >
<a href = "20140126_laura/index.html">
<div style="float:left; padding:5px"><img src="20140126_laura/laura.jpg" height="75" alt="Laura Gaetano">
</div>
<p>Episode xxx, 2014-01-26</p>
<p>Laura Gaetano speaks about her first GameJam (Austria Gamejam 2014)</p>
</a>
</div>
<!-- Promo Section "Statistics" -->
<!--<div class="w3-container w3-row w3-center w3-dark-grey w3-padding-64">
<div class="w3-quarter">
<span class="w3-xxlarge">2+</span>
<br>Members
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">1+</span>
<br>Podcasts
</div>
</div>-->
<!-- Footer --<i class="fa fa-arrow-up w3-margin-right"></i>-->
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button">To the top</a>
<div class="w3-xlarge w3-section">
<!--
<i class="fa fa-facebook-official w3-hover-text-indigo"></i>
<i class="fa fa-flickr w3-hover-text-red"></i>
<i class="fa fa-instagram w3-hover-text-purple"></i>
<i class="fa fa-twitter w3-hover-text-light-blue"></i>
<i class="fa fa-linkedin w3-hover-text-indigo"></i>
-->
</div>
</footer>
</body>
</html>