Skip to content

Commit 00a272e

Browse files
committed
Updated to v0.8 with support for the new Raspberry Pi 2 B.
1 parent 092f924 commit 00a272e

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ <h2>A simple way to make web stuff on Raspberry Pi.</h2>
5050
</div>
5151
<p>Coder is a free, open source project that turns a Raspberry Pi into a simple platform that educators and parents can use to teach the basics of building for the web. New coders can craft small projects in HTML, CSS, and Javascript, right from the web browser.
5252
</p>
53-
<a href="http://storage.googleapis.com/coder-images/coder_v0.7.zip" target="_blank" class="button inline trackdl" data-version="0.7">Download Coder</a>
54-
<p class="download-details inline">1.21GB | Coder v0.7<br/>Requires Raspberry Pi</p>
53+
<a href="http://storage.googleapis.com/coder-images/coder_v0.8.zip" target="_blank" class="button inline trackdl" data-version="0.8">Download Coder</a>
54+
<p class="download-details inline">1.19GB | Coder v0.8<br/>Now supports Raspberry Pi 2!</p>
5555
<div class="clear"></div>
5656
</div>
5757
<div class="section">
@@ -133,10 +133,10 @@ <h2>Starting From Scratch?</h2>
133133
<p>To get started with Coder for Raspberry Pi, you're going to need, you guessed it, a Raspberry Pi. Get going for less than $50 with our recommended shopping list.</p>
134134
<div class="product">
135135
<img src="assets/images/raspi_b.png" />
136-
<h3>Raspberry Pi Model B</h3>
136+
<h3>Raspberry Pi 2 B<br/>(Older Pis Work Too)</h3>
137137
<div class="cost">$35</div>
138138
<div class="availability">
139-
<a class="store trackout" target="_blank" href="https://www.google.com/search?q=raspberry+pi+model+b">Get One</a>
139+
<a class="store trackout" target="_blank" href="https://www.google.com/search?q=raspberry+pi+2">Get One</a>
140140
</div>
141141
</div>
142142
<div class="product right">
@@ -160,16 +160,16 @@ <h3>4GB (or larger) SD Card</h3>
160160
<h3>Miniature WiFi (802.11b/g/n) Module for Pi</h3>
161161
<div class="cost">$12 (optional)</div>
162162
<div class="availability">
163-
<a class="store trackout" target="_blank" href="https://www.google.com/search?q=miniature+usb+802.11+adapter+raspberry+pi">Get One</a>
163+
<a class="store trackout" target="_blank" href="https://www.google.com/search?q=raspberry+pi+miniature+wifi+module">Get One</a>
164164
</div>
165165
</div>
166166
</div>
167167
<div class="section">
168168
<a name="download" class="anchor"></a>
169169
<h2>Download the Coder Raspberry Pi Image.</h2>
170170
<p>Once you've done your shopping, you'll need to download the Coder SD card image, and transfer it to your SD card. This is a big download, so it may take a few minutes.</p>
171-
<a class="download button trackdl" data-version="0.7" target="_blank" href="http://storage.googleapis.com/coder-images/coder_v0.7.zip">Download Coder</a>
172-
<p class="download-details">Coder v0.7 | 1.21GB Download</p>
171+
<a class="download button trackdl" data-version="0.8" target="_blank" href="http://storage.googleapis.com/coder-images/coder_v0.8.zip">Download Coder</a>
172+
<p class="download-details">Coder v0.8 | 1.19GB Download</p>
173173
<p class="last">An install program for Mac OS X is included, which will help you transfer the disk image to your SD Card. If you are using a PC, check out the instructions on the <a class="trackout" href="http://elinux.org/RPi_Easy_SD_Card_Setup#Using_Windows_7_or_Windows_XP">Raspberry Pi Wiki</a>. There are several utilities that will allow you to install the image.</p>
174174
</div>
175175
<div class="section">
@@ -203,6 +203,10 @@ <h2>Frequently Asked Questions</h2>
203203
<h3>What is Coder, and what can I do with it?</h3>
204204
<p>Coder is an experiment for Raspberry Pi, built by a small team of Googlers in New York. It’s a free piece of software that turns a Raspberry Pi into a simple, tiny, personal web server and web-based development environment--just what you need for crafting HTML, CSS, and Javascript while you’re learning to code. It just takes ten minutes to set up and you’re ready to start experimenting with building real web stuff.</p>
205205
</div>
206+
<div class="faq rollup">
207+
<h3>Which version of Raspberry Pi is Coder made for?</h3>
208+
<p>Coder runs great on the latest Raspberry Pi 2 Model B, but it was designed to be snappy on the original Raspberry Pi B and Raspberry Pi B+ hardware too.</p>
209+
</div>
206210
<div class="faq rollup">
207211
<h3>Who is it for?</h3>
208212
<p>Coder makes it more accessible to build web things on Raspberry Pi. For those new to coding for the web, it’s a private platform for building web programs. If you’re already a web programmer, Coder can also be a fun sandbox for experimenting with new ideas, or making demos for other people to learn from.</p>

0 commit comments

Comments
 (0)