You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,19 @@ <h2>How to Install and Connect.</h2>
64
64
<divclass="setup instructions">
65
65
<divclass="switchpanel wired">
66
66
<divclass="step"><imgsrc="assets/images/download.png" /><divclass="stepnum">1.</div><p><ahref="#download" class="animate">Download</a>, unzip, and run the Coder Installer. You'll need a 4GB SD Card.</p><p>Mac users, just run the provided installer.<br/>PC users, check out our <ahref="#windows" class="animate">Windows-specific Instructions</a> for more installation details.</p></div>
67
-
<divclass="step"><imgsrc="assets/images/sdcard.png" /><divclass="stepnum">2.</div><p>Insert your new Coder SD card into your Pi, make sure your Pi and your computer are plugged into the network, and power it up.</p><p>Give your Pi a minute to start up and then move on to step 3.</p></div>
68
-
<divclass="step last"><imgsrc="assets/images/wired.png" /><divclass="stepnum">3.</div><p>Visit coder.local in Chrome to connect to your new Coder and start playing.</p></div>
67
+
<divclass="step"><imgsrc="assets/images/sdcard.png" /><divclass="stepnum">2.</div><p>Insert your new Coder SD card into your Pi, make sure your Pi and your computer are plugged into the network, and power it up.</p><p>The Pi will be your new web server. Give it a minute to start up and then move on to step 3.</p></div>
68
+
<divclass="step last"><imgsrc="assets/images/wired.png" /><divclass="stepnum">3.</div><p>On your computer, visit http://coder.local/ in Chrome to connect to your new Coder and start playing.</p>
69
+
<pstyle="margin-top:1.5em">[Note: You will see a warning about Coder's certificate. Unlike a public server, Coder lives on your local network with a private url, so it cannot verified by your browser. Click "proceed anyway".]
70
+
</p>
71
+
</div>
69
72
<divclass="clear"></div>
70
73
</div>
71
74
<divclass="switchpanel wifi">
72
75
<divclass="step"><imgsrc="assets/images/download.png" /><divclass="stepnum">1.</div><p><ahref="#download" class="animate">Download</a> and run the Coder Installer with any 4GB SD Card.</p><p>Mac users, just run the provided installer.<br/>PC users, check out our <ahref="#windows" class="animate">Windows-specific Instructions</a> for more installation details.</p></div>
73
-
<divclass="step"><imgsrc="assets/images/sdcard.png" /><divclass="stepnum">2.</div><p>Insert your new Coder SD card into your Pi, make sure your WiFi module is plugged in, and power it up.</p><p>Give your Pi a minute to start up and then move on to step 3.</p></div>
74
-
<divclass="step last"><imgsrc="assets/images/wifi.png" /><divclass="stepnum">3.</div><p>Join the new WiFi network "CoderConfig," then visit coder.local in Chrome, and follow the on-screen instructions.</p></div>
76
+
<divclass="step"><imgsrc="assets/images/sdcard.png" /><divclass="stepnum">2.</div><p>Insert your new Coder SD card into your Pi, make sure your WiFi module is plugged in, and power it up.</p><p>The Pi will be your new web server. Give it a minute to start up and then move on to step 3.</p></div>
77
+
<divclass="step last"><imgsrc="assets/images/wifi.png" /><divclass="stepnum">3.</div><p>On your cmoputer, join the new WiFi network "CoderConfig," then visit http://192.168.0.1/ in Chrome, and follow the on-screen instructions.</p>
78
+
<pstyle="margin-top:1.5em">[Note: You will see a warning about Coder's certificate. Unlike a public server, Coder lives on your local network with a private url, so it cannot verified by your browser. Click "proceed anyway".]
79
+
</div>
75
80
<divclass="clear"></div>
76
81
</div>
77
82
</div>
@@ -208,7 +213,8 @@ <h3>How much does it cost and what do I need to get started?</h3>
208
213
</div>
209
214
<divclass="faq rollup">
210
215
<h3>I’ve never coded before. How do I get started?</h3>
211
-
<p>There are a ton of resources for learning HTML, CSS and Javascript—<aclass="trackout" href="http://www.codecademy.com/">Codecademy</a> and <aclass="trackout" href="https://www.khanacademy.org/cs/tutorials/programming-basics">Khan Academy</a>, to name two—and you can use Coder to accompany this instruction as you experiment with making your own programs. When you're ready to get started, read through the included Hello Coder application to aquaint yourself with how a Coder program works.</p>
216
+
<p>To help you get started, we've put together <ahref="http://googlecreativelab.github.io/coder-projects/">Coder Projects</a>: simple, fun, and sneakily educational things that can all be made with Coder and Raspberry Pi. There are also a ton of resources for learning HTML, CSS and Javascript—<aclass="trackout" href="http://www.codecademy.com/">Codecademy</a> and <aclass="trackout" href="https://www.khanacademy.org/cs/tutorials/programming-basics">Khan
217
+
Academy</a>, to name two—and you can use Coder to accompany this instruction as you experiment with making your own programs. </p>
212
218
</div>
213
219
<divclass="faq rollup">
214
220
<h3>Can I share my Coder projects with other people?</h3>
0 commit comments