Skip to content

Commit 10f357d

Browse files
author
Steve Krouse
committed
added episdeo 17 bubble.is emmanuel
1 parent c8afd63 commit 10f357d

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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 repoPath="stevekrouse/futureofcoding.org" type="text/javascript" src="/unbreakable-links/index.js"></script>
10+
<script>
11+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
12+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
13+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
14+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
15+
ga('create', 'UA-103157758-1', 'auto');
16+
ga('send', 'pageview');
17+
</script>
18+
19+
<title>Future of Coding</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+
@media (min-width: 768px) {
35+
#page {
36+
width: 55em;
37+
}
38+
.date {
39+
display: inline;
40+
}
41+
li {
42+
padding: 2px;
43+
}
44+
}
45+
46+
#title {
47+
margin-bottom: 30px;
48+
color: #00c784;
49+
}
50+
51+
#title > h3 {
52+
font-size: 35px;
53+
}
54+
55+
.date {
56+
color: #aaa;
57+
font-size: 90%;
58+
font-family: monospace;
59+
}
60+
61+
#footer {
62+
color: #666;
63+
font-size: 90%;
64+
}
65+
66+
</style>
67+
</head>
68+
<body>
69+
<div id="page" class="container-fluid">
70+
71+
<div id="title">
72+
<h3 onclick="location.href = '../index.html'">Future of Coding</h3>
73+
</div>
74+
75+
<div id="episode-title">
76+
<h3>Episode 17 - Bootstrapping Bubble.is: Emmanuel Straschnov</h3>
77+
</div>
78+
79+
<p>
80+
Many of you may have never heard of Bubble.is. That's because they don't build for developers. They build for business people who need to create technology but can't afford to work with developers. Over the past four years, Emmanual and his cofounder Josh have bootstrapped their drag-and-drop website builder into a profitable business.
81+
</p>
82+
83+
<iframe src="https://omny.fm/shows/future-of-coding/1-7-bootstrapping-bubble-is-emmanuel-straschnov/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe>
84+
85+
</div>
86+
</body>
87+
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ <h3>Future of Coding</h3>
121121
<div id="episodes">
122122
<h4>Episodes</h4>
123123
<ul class="list-unstyled">
124+
<li><span class="date">2017 Nov 28 - </span><a target="_blank" href="./episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html">#17 - Bootstrapping Bubble.is: Emmanuel Straschnov</a></li>
124125
<li><span class="date">2017 Nov 06 - </span><a target="_blank" href="./episodes/16-research-recap-eight-life-and-work-planning.html">#16 - Research Recap Eight: Life & Work Planning</a></li>
125126
<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>
126127
<li><span class="date">2017 Oct 09 - </span><a target="_blank" href="./episodes/14-research-recap-seven-master-planning.html">#14 - Research Recap Seven: Master Planning</a></li>

0 commit comments

Comments
 (0)