Skip to content

Commit 0bcc59e

Browse files
author
Steve Krouse
committed
made homepage more welcoming and intuative; closes #16; closes #15
1 parent 777fbfa commit 0bcc59e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

index.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,18 @@
4545
}
4646

4747
#title {
48-
margin-bottom: 30px;
4948
color: #00c784;
5049
}
5150

5251
#title > h3 {
5352
font-size: 35px;
5453
}
5554

55+
#welcome {
56+
margin-top: 20px;
57+
margin-bottom: 20px;
58+
}
59+
5660
.date {
5761
color: #aaa;
5862
font-size: 90%;
@@ -98,8 +102,13 @@
98102
<h3>Future of Coding</h3>
99103
</div>
100104

105+
<div id="welcome">
106+
<p>Hello! I'm Steve Krouse. Welcome to my podcast and <a href="./journal">open-journal</a> research project to create the future of coding.</p>
107+
<p>Every week (or so) I release a new podcast, alternating between recapping my own research over the past two weeks and interviewing programming experts.</p>
108+
<p>If you have something to add to the conversation, don't hesitate to reach out on <a target="_blank" href="https://github.com/stevekrouse/futureofcoding.org">Github</a>, <a target="_blank" href="https://twitter.com/stevekrouse">Twitter</a> or email me via steve at futureofcoding.org.</p>
109+
</div>
101110

102-
<div>
111+
<div id="episodes">
103112
<h4>Episodes</h4>
104113
<ul class="list-unstyled">
105114
<li><span class="date">2016 Jul 21 - </span><a target="_blank" href="./episodes/6-research-recap-three.html">#6 - Research Recap Three (WoofJS Workflow)</a></li>
@@ -114,9 +123,9 @@ <h4>Episodes</h4>
114123
<div>
115124
<h4>Current Research</h4>
116125
<ul class="list-unstyled">
117-
<li><span class="date">2017 Jul 25 - </span><a target="_blank" href="./ideas">Prototype Ideas</a></li>
118-
<li><span class="date">2017 Jul 17 - </span><a target="_blank" href="./links">Links</a></li>
119-
<li><span class="date">2017 Jul 13 - </span><a target="_blank" href="./journal">Journal</a></li>
126+
<li><span class="date">2017 Jul 25 - </span><a target="_blank" href="./ideas">Prototype Ideas</a> - different ideas I'm considering prototyping or blogging about</li>
127+
<li><span class="date">2017 Jul 17 - </span><a target="_blank" href="./links">Links</a> - my research into others' work in this field</li>
128+
<li><span class="date">2017 Jul 13 - </span><a target="_blank" href="./journal">Journal</a> - 3x per week I write here about my progress</li>
120129
</ul>
121130
</div>
122131

0 commit comments

Comments
 (0)