Skip to content

Commit 1ead311

Browse files
author
Steve Krouse
committed
made index and journal
1 parent 370adad commit 1ead311

File tree

2 files changed

+138
-0
lines changed

2 files changed

+138
-0
lines changed

index.html

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
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+
<!--TODO google analytics-->
9+
10+
<title>Steve Krouse</title>
11+
<style>
12+
#page {
13+
padding: 50px;
14+
margin-right: auto;
15+
margin-left: auto;
16+
width: 100%;
17+
}
18+
.date {
19+
display: none;
20+
}
21+
22+
li {
23+
padding-bottom: 10px;
24+
}
25+
26+
@media (min-width: 768px) {
27+
#page {
28+
width: 55em;
29+
}
30+
.date {
31+
display: inline;
32+
}
33+
li {
34+
padding: 2px;
35+
}
36+
}
37+
38+
#title {
39+
margin-bottom: 30px;
40+
color: #00c784;
41+
}
42+
43+
#title > h3 {
44+
font-size: 35px;
45+
}
46+
47+
.date {
48+
color: #aaa;
49+
font-size: 90%;
50+
font-family: monospace;
51+
}
52+
53+
#footer {
54+
color: #666;
55+
font-size: 90%;
56+
}
57+
</style>
58+
</head>
59+
<body>
60+
<div id="page" class="container-fluid">
61+
62+
<div id="title">
63+
<h3>Future of Coding Podcast</h3>
64+
</div>
65+
66+
67+
<div>
68+
<h4>Episodes</h4>
69+
<ul class="list-unstyled">
70+
<li><span class="date">2016 May 01 - </span><a target="_blank" href="https://cast.rocks/player/8816/Welcome-to-the-Future-of-Coding.mp3?episodeTitle=Welcome%20to%20the%20Future%20of%20Coding&podcastTitle=Future%20of%20Coding&episodeDate=July%2013th%2C%202017&imageURL=https%3A%2F%2Fp.rizon.top%3A443%2Fhttps%2Fcast.rocks%2Fhosting%2F8816%2Ffeeds%2FE6OV9.jpg">Welcome to the Future of Coding</a></li>
71+
</ul>
72+
</div>
73+
74+
<div>
75+
<h4>Research</h4>
76+
<ul class="list-unstyled">
77+
<li><span class="date">2017 Jul 13 - </span><a target="_blank" href="./journal.md">Journal (July 2017...)</a></li>
78+
<li><span class="date">2017 May 09 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-project-april-2017-32af31b078b1">The Rose Project (April 2017)</a></li>
79+
<li><span class="date">2017 Mar 25 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-983dc5e0908f">The Rose Project (March 2017)</a></li>
80+
</ul>
81+
</div>
82+
83+
<div>
84+
<h4>Essays</h4>
85+
<ul class="list-unstyled">
86+
<li><span class="date">2017 Jan 06 - </span><a target="_blank" href="https://medium.com/@stevekrouse/resources-for-creating-front-end-programming-languages-and-frameworks-in-2017-a0c097625f9d">Resources for creating front-end programming languages and frameworks in 2017</a></li>
87+
<li><span class="date">2016 Nov 19 - </span><a target="_blank" href="https://medium.com/@stevekrouse/types-are-shapes-d6af1e83192f">Types are shapes — a graphical programming exploration</a></li>
88+
<li><span class="date">2016 Aug 02 - </span><a target="_blank" href="https://medium.com/@stevekrouse/goodbye-seymour-cb712757264f">Goodbye, Seymour</a></li>
89+
<li><span class="date">2016 Jul 27 - </span><a target="_blank" href="https://medium.com/@stevekrouse/the-trick-to-teach-anonymous-functions-to-11-year-olds-558b697d7a53">The Trick to Teach Anonymous Functions to 11-Year-Olds</a></li>
90+
<li><span class="date">2016 Jul 25 - </span><a target="_blank" href="https://medium.freecodecamp.com/scratch-has-a-marketing-problem-f84626bd18ef">Scratch Has a Marketing Problem</a></li>
91+
<li><span class="date">2016 Jul 12 - </span><a target="_blank" href="https://medium.com/@stevekrouse/woof-d9adf2110fc6">WoofJS — making JavaScript learnable</a></li>
92+
</ul>
93+
</div>
94+
95+
<hr>
96+
97+
<div id="footer">
98+
<ul class="list-unstyled">
99+
<span><a target="_blank" href="https://github.com/stevekrouse/futureofcoding.org">Github</a></span> |
100+
<span><a target="_blank" href="https://twitter.com/stevekrouse">Twitter</a></span> |
101+
<span><a target="_blank" href="TODO">RSS</a></span> |
102+
<span><a target="_blank" href="TODO">iTunes</a></span> |
103+
<span><a target="_blank" href="TODO">Google Play</a></span>
104+
</ul>
105+
</div>
106+
107+
</div>
108+
</body>
109+
</html>

journal.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Future of Coding Research Journal
2+
3+
### July 13, 2017 2:13pm
4+
5+
Welcome to the first entry of the Future of Coding Research Journal!
6+
7+
The tone of this journal will be stream-of-consciousness. First and foremost, it is for me to work through my own thoughts. If it can be helpful to people on the interwebs, even better!
8+
9+
To recap the state of affairs, I've been working on building "next generation" programming languages on-and-off for about a year now. You can read more about my past research and prototypes here:
10+
11+
<ul class="list-unstyled">
12+
<li><span class="date">2017 May 09 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-project-april-2017-32af31b078b1">The Rose Project (April 2017)</a></li>
13+
<li><span class="date">2017 Mar 25 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-983dc5e0908f">The Rose Project (March 2017)</a></li>
14+
</ul>
15+
16+
Today I'm simply creating this journal and seeding it with some basic content. Here's what I want to think about next time I'm here (either tomorrow or Monday): what to work on next.
17+
18+
Here are some ideas, in no particular order, but numbered so I can refer to them via their number:
19+
20+
1. Build an Elm game engine
21+
2. Build a reactive version of WoofJS
22+
3. Finish building my Elm Spelling Bee App
23+
5. Reach out to Luna Lang to get access
24+
6. Spend more time with Lambdu
25+
7. Organize [links of other resources in this space](https://docs.google.com/document/d/1TtfMqBBRGnwisCx42nuXa4Y5VF3EizpZxFQBivJWhhE/edit)
26+
8. Re read rose blogs
27+
9. Prune with text as ui
28+
29+
Clearly, I should start with (8) because it will help me come up with other things to work on. Until next time!

0 commit comments

Comments
 (0)