forked from processing/p5.js-website-OLD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
heading.php
24 lines (22 loc) · 889 Bytes
/
heading.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div id="family">
<p class="left"><a href="http://processing.org">Processing</a>
<a class="here" href="<?php echo getRoot(); ?>">p5.js</a>
<a href="http://py.processing.org/">Processing.py</a>
</p>
<form name="search" method="get" action="http://www.google.com/search">
<input type="hidden" name="as_sitesearch" value="p5js.org" />
<input id="search_field" type="text" name="as_q" value="" size="20" class="text" />
<input id="search_button" type="submit" value=" " />
</form>
<p class="right">
<a href="http://foundation.processing.org">Processing Foundation</a>
</p>
</div>
<div id="container">
<!-- identity -->
<div id="lockup">
<a href="<?php echo getRoot(); ?>">
<img type="image/svg+xml" src="<?php echo getRoot(); ?>img/p5js-beta.svg" class="logo" />
</a>
<?php if (isset($tagline)) { echo '<p>'.$tagline.'</p>'; } ?>
</div>