Skip to content

Commit 3af7f43

Browse files
committed
Merge remote branch 'lindseyb/master'
2 parents 05976d9 + c71973e commit 3af7f43

4 files changed

Lines changed: 24 additions & 19 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gem "rack-flash"
2121
gem "rdiscount"
2222
gem "autotest"
2323
gem "i18n"
24+
2425
if RUBY_PLATFORM =~ /darwin/
2526
gem "autotest-fsevent"
2627
gem "autotest-growl"

views/index.haml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
%h1 Hackety Hack: the little coder's starter kit
2-
%h2 Want to learn how to program?
3-
%p Hackety Hack is the easiest way to learn computer programming.
4-
%p Click the Shoes logo to grab Shoes, and the Hackety Logo to download v1.0-pre:
5-
%br
6-
%p
7-
%a{:href => "http://shoes.heroku.com/downloads"}
8-
%img{:src => "images/shoes-icon.png", :alt => "shoes"}
9-
%a{:href => "http://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-v1.0-pre.shy"}
10-
%img{:src => "images/logo.png", :alt => "logo"}
1+
%div
2+
%h1 Hackety Hack: the little coder's starter kit
3+
%h2 Want to learn how to program?
4+
%p Hackety Hack is the easiest way to learn computer programming.
5+
%p Click the Shoes logo to grab Shoes, and the Hackety Logo to download v1.0-pre:
116
%br
12-
%p Then just choose 'open an app' and open the .shy!
13-
%hr
147
%p
15-
Already know how to code? You'll want to
16-
%a{:href => "http://wiki.github.com/hacketyhack/hacketyhack/"}click here
17-
%br
18-
%p
19-
%img{:src => "images/hackety_screenshot.png", :alt => "screenshot"}
8+
%a{:href => "http://shoes.heroku.com/downloads"}
9+
%img{:src => "images/shoes-icon.png", :alt => "shoes"}
10+
%a{:href => "http://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-v1.0-pre.shy"}
11+
%img{:src => "images/logo.png", :alt => "logo"}
12+
%br
13+
%p Then just choose 'open an app' and open the .shy!
14+
%hr
15+
%p
16+
Already know how to code? You'll want to
17+
%a{:href => "http://wiki.github.com/hacketyhack/hacketyhack/"}click here
18+
%br
19+
%p
20+
%img{:src => "images/hackety_screenshot.png", :alt => "screenshot"}
21+
%div{:style => "padding-top:1em"}
22+
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FHackety-Hack%2F155257947836619&amp;width=292&amp;connections=10&amp;stream=true&amp;header=true&amp;height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:587px;" allowTransparency="true"></iframe>
2023

2124

views/layout.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%link{:rel => "stylesheet", :href => "/stylesheets/ruby.css", :type => 'text/css'}
88
:javascript
99
var _gaq = _gaq || [];
10-
_gaq.push(['_setAccount', 'UA-10499799']);
10+
_gaq.push(['_setAccount', 'UA-10499799-1']);
1111
_gaq.push(['_trackPageview']);
1212

1313
(function() {

views/stylesheets/site.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ blockquote
7979

8080
.comment
8181
p
82-
margin-left: 4em
82+
margin-left: 5em
83+
padding-bottom: 1em
8384

8485
p.help
8586
margin-top: .5em

0 commit comments

Comments
 (0)