Skip to content

Commit 03b17f5

Browse files
committed
linking to coder projects
1 parent 88c119d commit 03b17f5

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

assets/css/index.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,27 @@ A, A:hover, A:visited, A:active {
165165
padding: 256px 0 0 0;
166166
}
167167

168+
.masthead A.new_callout,
169+
.masthead A.new_callout:visited,
170+
.masthead A.new_callout:active,
171+
.masthead A.new_callout:hover {
172+
display: block;
173+
position: absolute;
174+
top:0;
175+
right:60px;
176+
padding: 8px;
177+
border-radius: 0 0 6px 6px;
178+
background-color: #ffbe00;
179+
color: #fff;
180+
font-family: dosissemibold, sans-serif;
181+
font-weight: normal;
182+
font-size: 18px;
183+
line-height: 18px;
184+
text-decoration: none;
185+
cursor: pointer;
186+
}
187+
.masthead A.new_callout:hover {
188+
}
168189

169190
.fixedbar .logo H1 {
170191
position: absolute;

assets/images/coder_projects.jpg

50.8 KB
Loading

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<div class="links">
2222
<!-- a id="nav_introduction" href="#introduction" class="animate">Intro</a -->
2323
<a id="nav_gettingstarted" href="#gettingstarted" class="animate">Get Started</a>
24-
<a id="nav_download" href="#download" class="animate">Download</a>
24+
<!-- a id="nav_download" href="#download" class="animate">Download</a -->
25+
<a id="nav_projects" href="#projects" class="animate">Projects</a>
2526
<a id="nav_faq" href="#faq" class="animate">FAQ</a>
2627
<a id="nav_contribute" href="#contribute" class="animate">Contribute</a>
2728
</div>
@@ -31,6 +32,7 @@
3132
<a name="top" class="anchor"></a>
3233
<canvas id="animation"></canvas>
3334
<h1>Coder <span class="forpi">for Raspberry Pi</span></h1>
35+
<a href="#projects" class="new_callout animate">Update: CODER &lt;projects&gt;</a>
3436
<!-- div class="download button">Download Coder</div -->
3537
<!-- div class="links">
3638
<a href="#introduction" data-navtarget="introduction" class="animate">Introducing Coder</a>
@@ -182,6 +184,13 @@ <h3>Connecting to coder.local.</h3>
182184
<p>To connect to Coder using a Windows PC, you'll first need to install Apple's <a class="trackout" href="http://support.apple.com/kb/DL999" target="_blank">Bonjour Print Services for Windows</a>. Once this piece of software is installed, you'll be able to visit http://coder.local in Chrome or IE.</p>
183185
</div>
184186
</div>
187+
<div class="section">
188+
<a name="projects" class="anchor"></a>
189+
<h2>Coder Projects</h2>
190+
<p><img src="assets/images/coder_projects.jpg" /></p>
191+
<p>Looking for a place to start with Coder? We've put together <a href="http://googlecreativelab.github.io/coder-projects/" style="color:#ffbe00" target="_blank" class="trackout">Coder Projects</a>: simple, fun, and sneakily educational things that can all be made with Coder and Raspberry Pi.</p>
192+
<p><a href="http://googlecreativelab.github.io/coder-projects/" target="_blank" class="button inline trackout" style="background-color: #ffbe00">View Projects</a></p>
193+
</div>
185194
<div class="section">
186195
<a name="faq" class="anchor"></a>
187196
<h2>Frequently Asked Questions</h2>

0 commit comments

Comments
 (0)