Skip to content

Commit 8fdc342

Browse files
author
Steve Krouse
committed
added research recap four
1 parent 31bccc1 commit 8fdc342

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed

episodes/8-research-recap-four.html

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
7+
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
8+
9+
<script>
10+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
12+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
13+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
14+
ga('create', 'UA-103157758-1', 'auto');
15+
ga('send', 'pageview');
16+
</script>
17+
18+
<title>Future of Coding</title>
19+
<style>
20+
#page {
21+
padding: 50px;
22+
margin-right: auto;
23+
margin-left: auto;
24+
width: 100%;
25+
}
26+
.date {
27+
display: none;
28+
}
29+
30+
li {
31+
padding-bottom: 10px;
32+
}
33+
@media (min-width: 768px) {
34+
#page {
35+
width: 55em;
36+
}
37+
.date {
38+
display: inline;
39+
}
40+
li {
41+
padding: 2px;
42+
}
43+
}
44+
45+
#title {
46+
margin-bottom: 30px;
47+
color: #00c784;
48+
}
49+
50+
#title > h3 {
51+
font-size: 35px;
52+
}
53+
54+
.date {
55+
color: #aaa;
56+
font-size: 90%;
57+
font-family: monospace;
58+
}
59+
60+
#footer {
61+
color: #666;
62+
font-size: 90%;
63+
}
64+
</style>
65+
</head>
66+
<body>
67+
<div id="page" class="container-fluid">
68+
69+
<div id="title">
70+
<h3 onclick="location.href = '../index.html'">Future of Coding</h3>
71+
</div>
72+
73+
<div id="episode-title">
74+
<h3>Episode 8 - Research Recap Four</h3>
75+
</div>
76+
77+
<iframe src="https://omny.fm/shows/future-of-coding/8-research-recap-four/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe>
78+
79+
<h4>Notes</h4>
80+
<ul>
81+
<li><a target="_blank" href="http://futureofcoding.org/journal#research-recap-4">You can find my notes and outline for this podcast here.</a></li>
82+
</ul>
83+
84+
</div>
85+
</body>
86+
</html>

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h3>Future of Coding</h3>
114114
<div id="episodes">
115115
<h4>Episodes</h4>
116116
<ul class="list-unstyled">
117+
<li><span class="date">2017 Aug 28 - </span><a target="_blank" href="./episodes/8-research-recap-four.html">#8 - Research Recap Four</a></li>
117118
<li><span class="date">2017 Jul 21 - </span><a target="_blank" href="./episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html">#7 - Looker's Lloyd Tabb on Growing Languages Through Deprecation</a></li>
118119
<li><span class="date">2017 Jul 21 - </span><a target="_blank" href="./episodes/6-research-recap-three.html">#6 - Research Recap Three (WoofJS Workflow)</a></li>
119120
<li><span class="date">2017 Jul 21 - </span><a target="_blank" href="./episodes/5-samantha-john.html">#5 - Samantha John of Hopscotch on Learnable Programming</a></li>

0 commit comments

Comments
 (0)