Skip to content

Commit 61fbb89

Browse files
committed
Adding Handbook Page to Menu
1 parent d0be7b4 commit 61fbb89

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

content/static/handbook.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ <h3>Praise for the first edition:</h3>
6161
<br />
6262
<br />
6363
<strong>William J. Mitchell</strong>, Program in Media Arts and Sciences, MIT
64+
<br />
65+
<br />
66+
<br />
6467
"This long-awaited book is more than just a software guide; it is a tool for unlocking a powerful new way of thinking, making, and acting. Not since the Bauhaus have visual artists revisited technology in such a world-changing way. Ben Fry and Casey Reas have helped a growing community of visual producers open up fresh veins of expression. Their work proves that code is open to designers, architects, musicians, and animators, not just to engineers. Providing a powerful alternative to proprietary software, Processing is part of a new social phenomenon in the arts that speaks to self-education and networked engagement."
6568
<br />
6669
<br />

java_generate/templates/nav.web.template.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<a href="/foundation/">Foundation</a><br><br>
2020

2121
<a href="/shop/">Shop</a><br><br>
22+
23+
<a href="/handbook/">Handbook</a><br><br>
2224

2325
<a href="http://forum.processing.org" class="outward"><span>&raquo;</span>Forum</a><br>
2426
<a href="https://github.com/processing" class="outward"><span>&raquo;</span>GitHub</a><br>

templates/template.nav.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
'Download' => array('/download/', 1),
2424

2525
'Shop' => array('/shop/', 1),
26+
27+
'Handbook' => array('/handbook/', 1),
2628

2729
'About' => array('/about/', 1),
2830
'Overview' => array('/overview/', 2),
@@ -71,6 +73,8 @@ function navigation($section = '')
7173
$html .= "\t\t\t\t\t" . l('Foundation', $section == 'Foundation') . "<br><br>\n";
7274

7375
$html .= "\t\t\t\t\t" . l('Shop', $section == 'Shop') . "<br><br>\n";
76+
77+
$html .= "\t\t\t\t\t" . l('Handbook', $section == 'Handbook') . "<br><br>\n";
7478

7579
$html .= "\t\t\t\t\t" . "<a href=\"http://forum.processing.org\"" . 'class="outward"' . "><span>&raquo;</span>Forum</a><br> \n";
7680
$html .= "\t\t\t\t\t" . "<a href=\"https://github.com/processing\"" . 'class="outward"' . "><span>&raquo;</span>GitHub</a><br> \n";

0 commit comments

Comments
 (0)