Skip to content

Commit d9b59ae

Browse files
authored
Create 3-jonathan-leung-on-inventing-on-principle.html
1 parent 8d1d7f4 commit d9b59ae

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
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+
8+
<script>
9+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
10+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
11+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
12+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
13+
14+
ga('create', 'UA-103157758-1', 'auto');
15+
ga('send', 'pageview');
16+
17+
</script>
18+
19+
<title>Steve Krouse</title>
20+
<style>
21+
#page {
22+
padding: 50px;
23+
margin-right: auto;
24+
margin-left: auto;
25+
width: 100%;
26+
}
27+
.date {
28+
display: none;
29+
}
30+
31+
li {
32+
padding-bottom: 10px;
33+
}
34+
35+
@media (min-width: 768px) {
36+
#page {
37+
width: 55em;
38+
}
39+
.date {
40+
display: inline;
41+
}
42+
li {
43+
padding: 2px;
44+
}
45+
}
46+
47+
#title {
48+
margin-bottom: 30px;
49+
color: #00c784;
50+
}
51+
52+
#title > h3 {
53+
font-size: 35px;
54+
}
55+
56+
.date {
57+
color: #aaa;
58+
font-size: 90%;
59+
font-family: monospace;
60+
}
61+
62+
#footer {
63+
color: #666;
64+
font-size: 90%;
65+
}
66+
</style>
67+
</head>
68+
<body>
69+
<div id="page" class="container-fluid">
70+
71+
<div id="title">
72+
<h3>Future of Coding</h3>
73+
</div>
74+
75+
<div id="episode-title">
76+
<h3>Episode 3 - Jonathan Leung on Inventing on Principle</h3>
77+
</div>
78+
79+
<iframe src="https://omny.fm/shows/future-of-coding/3-jonathan-leung-on-inventing-on-principle/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe>
80+
81+
<div id="footer">
82+
<ul class="list-unstyled">
83+
<span><a target="_blank" href="https://github.com/stevekrouse/futureofcoding.org">Github</a></span> |
84+
<span><a target="_blank" href="https://twitter.com/stevekrouse">Twitter</a></span> |
85+
<span><a target="_blank" href="http://cast.rocks/hosting/8816/feeds/E6OV9.xml">RSS</a></span> <!-- |
86+
<span><a target="_blank" href="TODO">iTunes</a></span> |
87+
<span><a target="_blank" href="TODO">Google Play</a></span> -->
88+
</ul>
89+
</div>
90+
91+
</div>
92+
</body>
93+
</html>

0 commit comments

Comments
 (0)