forked from processing/processing-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav.web.template.html
More file actions
33 lines (25 loc) · 1.59 KB
/
Copy pathnav.web.template.html
File metadata and controls
33 lines (25 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div class="navBar" id="mainnav">
<a href="/">Cover</a><br /><br />
<a href="/download/">Download</a><br />
<a href="/download/support.html">Donate</a><br /><br />
<!--<a href="/exhibition/">Exhibition</a><br /><br />-->
<a href="/reference/" class="active">Reference</a><br />
<a href="/reference/libraries/">Libraries</a><br />
<a href="/reference/tools/">Tools</a><br />
<a href="/reference/environment/">Environment</a><br /><br />
<a href="/tutorials/">Tutorials</a><br />
<a href="/examples/">Examples</a><br />
<a href="/books/">Books</a><br />
<!--<a href="/handbook/">Handbook</a><br /><br />-->
<a href="/overview/">Overview</a><br />
<a href="/people/">People</a><br /><br />
<!--<a href="/shop/">Shop</a><br /><br />-->
<a href="https://discourse.processing.org" class="outward"><span>»</span>Forum</a><br />
<a href="https://github.com/processing" class="outward"><span>»</span>GitHub</a><br />
<a href="https://github.com/processing/processing/issues?state=open" class="outward"><span>»</span>Issues</a><br />
<a href="https://github.com/processing/processing/wiki/" class="outward"><span>»</span>Wiki</a><br />
<a href="https://github.com/processing/processing/wiki/FAQ" class="outward"><span>»</span>FAQ</a><br />
<a href="https://twitter.com/processingOrg" class="outward"><span>»</span>Twitter</a><br />
<!--<a href="https://www.facebook.com/page.processing" class="outward"><span>»</span>Facebook</a><br />-->
<a href="https://medium.com/@ProcessingOrg/" class="outward"><span>»</span>Medium</a>
</div>