Skip to content

Commit ed3c55f

Browse files
author
Steve Krouse
committed
added 15 interview with scott mueller
1 parent 1a9b47c commit ed3c55f

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
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+
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-c59588b2c3ff53c653475dbf1b1a0511c6bad346dbe35e17d1d52c3f9e5f2991.css" integrity="sha256-xZWIssP/U8ZTR12/GxoFEca600bb414X0dUsP55fKZE=" media="all" rel="stylesheet">
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+
65+
</style>
66+
</head>
67+
<body>
68+
<div id="page" class="container-fluid">
69+
70+
<div id="title">
71+
<h3 onclick="location.href = '../index.html'">Future of Coding</h3>
72+
</div>
73+
74+
<div id="episode-title">
75+
<h3>Episode 15 - Raising Genius with Scott Mueller</h3>
76+
</div>
77+
78+
79+
<iframe src="https://omny.fm/shows/future-of-coding/1-5-raising-genius-with-scott-mueller/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe>
80+
81+
<h4>Links</h4>
82+
<ul>
83+
<li><a href="https://www.youtube.com/watch?v=5AEmMlMuda8">Scott's son Ken doing Calculus at 6 years old!</a></li>
84+
<li><a href="http://ucode.com">Ucode</a></li>
85+
<li>Scott Mueller's email: scott at ucode.com</li>
86+
</ul>
87+
88+
</div>
89+
</body>
90+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h3>Future of Coding</h3>
115115
<div id="episodes">
116116
<h4>Episodes</h4>
117117
<ul class="list-unstyled">
118+
<li><span class="date">2017 Oct 17 - </span><a target="_blank" href="./episodes/15-raising-genius-with-scott-mueller.html">#15 - Raising Genius with Scott Mueller</a></li>
118119
<li><span class="date">2017 Oct 09 - </span><a target="_blank" href="./episodes/14-research-recap-six-master-planning.html">#14 - Research Recap Seven: Master Planning</a></li>
119120
<li><span class="date">2017 Oct 03 - </span><a target="_blank" href="./episodes/13-teaching-elm-to-4th-graders-christopher-anand.html">#13 - Teaching Elm To 4th Graders: Christopher Anand</a></li>
120121
<li><span class="date">2017 Sep 25 - </span><a target="_blank" href="./episodes/12-research-recap-six-cycle-js-deep-dive.html">#12 - Research Recap Six: CycleJS Deep Dive</a></li>

0 commit comments

Comments
 (0)