|
| 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 | + ga('create', 'UA-103157758-1', 'auto'); |
| 14 | + ga('send', 'pageview'); |
| 15 | + </script> |
| 16 | + |
| 17 | + <title>Future of Coding</title> |
| 18 | + <style> |
| 19 | + #page { |
| 20 | + padding: 50px; |
| 21 | + margin-right: auto; |
| 22 | + margin-left: auto; |
| 23 | + width: 100%; |
| 24 | + } |
| 25 | + .date { |
| 26 | + display: none; |
| 27 | + } |
| 28 | + |
| 29 | + li { |
| 30 | + padding-bottom: 10px; |
| 31 | + } |
| 32 | + @media (min-width: 768px) { |
| 33 | + #page { |
| 34 | + width: 55em; |
| 35 | + } |
| 36 | + .date { |
| 37 | + display: inline; |
| 38 | + } |
| 39 | + li { |
| 40 | + padding: 2px; |
| 41 | + } |
| 42 | + } |
| 43 | + |
| 44 | + #title { |
| 45 | + margin-bottom: 30px; |
| 46 | + color: #00c784; |
| 47 | + } |
| 48 | + |
| 49 | + #title > h3 { |
| 50 | + font-size: 35px; |
| 51 | + } |
| 52 | + |
| 53 | + .date { |
| 54 | + color: #aaa; |
| 55 | + font-size: 90%; |
| 56 | + font-family: monospace; |
| 57 | + } |
| 58 | + |
| 59 | + #footer { |
| 60 | + color: #666; |
| 61 | + font-size: 90%; |
| 62 | + } |
| 63 | + </style> |
| 64 | +</head> |
| 65 | +<body> |
| 66 | + <div id="page" class="container-fluid"> |
| 67 | + |
| 68 | + <div id="title"> |
| 69 | + <h3>Future of Coding</h3> |
| 70 | + </div> |
| 71 | + |
| 72 | + <div id="episode-title"> |
| 73 | + <h3>Episode 5 - Samantha John of Hopscotch on Learnable Programming</h3> |
| 74 | + </div> |
| 75 | + |
| 76 | + <iframe src="https://omny.fm/shows/future-of-coding/5-samantha-john-of-hopscotch-on-learnable-programm/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe> |
| 77 | + |
| 78 | + <h4>Notes</h4> |
| 79 | + <ul> |
| 80 | + <li><a href="https://twitter.com/hopscotch?lang=en">@hopscotch</a></li> |
| 81 | + <li><a href="https://twitter.com/samj0hn?lang=en">@saj0hn</a></li> |
| 82 | + </ul> |
| 83 | + |
| 84 | + <div id="footer"> |
| 85 | + <ul class="list-unstyled"> |
| 86 | + <span><a target="_blank" href="https://github.com/stevekrouse/futureofcoding.org">Github</a></span> | |
| 87 | + <span><a target="_blank" href="https://twitter.com/stevekrouse">Twitter</a></span> | |
| 88 | + <span><a target="_blank" href="http://cast.rocks/hosting/8816/feeds/E6OV9.xml">RSS</a></span> <!-- | |
| 89 | + <span><a target="_blank" href="TODO">iTunes</a></span> | |
| 90 | + <span><a target="_blank" href="TODO">Google Play</a></span> --> |
| 91 | + </ul> |
| 92 | + </div> |
| 93 | + |
| 94 | + </div> |
| 95 | +</body> |
| 96 | +</html> |
0 commit comments