You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/4-research-recap-two.html
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
<divid="page" class="container-fluid">
67
67
68
68
<divid="title">
69
-
<h3>Future of Coding</h3>
69
+
<h3onclick="location.href = '../index.html'">Future of Coding</h3>
70
70
</div>
71
71
72
72
<divid="episode-title">
@@ -80,16 +80,6 @@ <h4>Notes</h4>
80
80
<li><atarget="_blank" href="http://futureofcoding.org/journal#july-31-2017-202pm">You can find my notes and outline for this podcast here.</a></li>
Copy file name to clipboardExpand all lines: index.html
+33-11Lines changed: 33 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,32 @@
63
63
color:#666;
64
64
font-size:90%;
65
65
}
66
+
67
+
/* Subscribe */
68
+
.ml-button-iframe {
69
+
background-color: transparent !important;
70
+
border:0px none transparent !important;
71
+
overflow: hidden !important;
72
+
position: fixed !important;
73
+
visibility: visible !important;
74
+
margin:0px!important;
75
+
padding:0px!important;
76
+
left:0px!important;
77
+
top:0px!important;
78
+
width:100%!important;
79
+
height:100%!important;
80
+
z-index:999999!important;
81
+
display: none;
82
+
}
83
+
84
+
#mlb2-5910633button.ml-subscribe-button {
85
+
background-color: white;
86
+
color:#0275d8!important;
87
+
border: none;
88
+
padding:0px;
89
+
outline:0px;
90
+
cursor: pointer;
91
+
}
66
92
</style>
67
93
</head>
68
94
<body>
@@ -79,8 +105,8 @@ <h4>Episodes</h4>
79
105
<li><spanclass="date">2016 Jul 21 - </span><atarget="_blank" href="./episodes/5-samantha-john.html">#5 - Samantha John of Hopscotch on Learnable Programming</a></li>
80
106
<li><spanclass="date">2016 Jul 21 - </span><atarget="_blank" href="./episodes/4-research-recap-two.html">#4 - Research Recap Two</a></li>
81
107
<li><spanclass="date">2016 Jul 21 - </span><atarget="_blank" href="./episodes/3-jonathan-leung-on-inventing-on-principle.html">#3 - Jonathan Leung on Inventing on Principle</a></li>
82
-
<li><spanclass="date">2016 Jul 16 - </span><atarget="_blank" href="./episodes/2-research-recap.html">#2- Research Recap</a></li>
83
-
<li><spanclass="date">2016 Jul 14 - </span><atarget="_blank" href="./episodes/1-welcome.html">#1- Welcome to the Future of Coding</a></li>
108
+
<li><spanclass="date">2016 Jul 16 - </span><atarget="_blank" href="./episodes/2-research-recap.html">#2- Research Recap</a></li>
109
+
<li><spanclass="date">2016 Jul 14 - </span><atarget="_blank" href="./episodes/1-welcome.html">#1- Welcome to the Future of Coding</a></li>
0 commit comments