Skip to content

Commit

Permalink
added lloyd episode
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Krouse committed Sep 5, 2017
1 parent 9c23199 commit dce6d46
Showing 1 changed file with 86 additions and 0 deletions.
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<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">
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-103157758-1', 'auto');
ga('send', 'pageview');
</script>

<title>Future of Coding</title>
<style>
#page {
padding: 50px;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.date {
display: none;
}

li {
padding-bottom: 10px;
}
@media (min-width: 768px) {
#page {
width: 55em;
}
.date {
display: inline;
}
li {
padding: 2px;
}
}

#title {
margin-bottom: 30px;
color: #00c784;
}

#title > h3 {
font-size: 35px;
}

.date {
color: #aaa;
font-size: 90%;
font-family: monospace;
}

#footer {
color: #666;
font-size: 90%;
}
</style>
</head>
<body>
<div id="page" class="container-fluid">

<div id="title">
<h3 onclick="location.href = '../index.html'">Future of Coding</h3>
</div>

<div id="episode-title">
<h3>Episode 7 - Looker's Lloyd Tabb on Growing Languages Through Deprecation</h3>
</div>

<iframe src="https://omny.fm/shows/future-of-coding/7-lookers-lloyd-tabb-on-growing-languages-through/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe>

<h4>Notes</h4>
<ul>
<li><a href="https://looker.com/">Looker</a></li>
</ul>

</div>
</body>
</html>

0 comments on commit dce6d46

Please sign in to comment.