Project

General

Profile

Revision 781890a0

ID781890a0a437f072a6be18ceb37345bd650632b9

Added by Dan Shope over 12 years ago

Updated website structure, navigation, and graphics.

View differences:

docs/www/colonyscout/nav.php
1 1
<?php 
2 2
	//used by auto-navigation to order links
3 3
	$nav = array(
4
		'/intro.php">Introduction',
5
		'/mechanics.php">Mechanics',
6
		'/sensors.php">Sensors &amp; Communication',
7
		'/platform.php">Platform',
8
		'/applications.php">Applications',
4
		'/intro.php">Background',
5
		'/mechanics.php">Platform',
6
		'/sensors.php">Sensors & Communication',
7
		'/computing.php">Computing',
8
		'/applications.php">How to Use It',
9 9
		'/gallery.php">Video',
10
		'/contact.php">Contact',
11
		'/team.php">Team'
10
		'/pricing.php">Pricing'
12 11
		);
13 12
		
14 13
	$nav_title = array(
......
18 17
		'Platform: Software and Hardware',
19 18
		'Applications for the Colony Scout',
20 19
		'Video of the Scout in Action',
21
		'Meet the Scout Team',
22
		'Contact The Scout Design Team'
20
		'Scout Pricing'
23 21
		);
24 22

  
25 23
	//update these to match the desired order of links
......
30 28
		'plat'  => 3,
31 29
		'app'   => 4,
32 30
		'vids'  => 5,
33
		'con'   => 6,
34
		'team'  => 7
31
		'price'  => 6
35 32
		);
36 33
		
37 34
?>
......
45 42
			<a title="<?php echo $nav_title[4];?>" href="<?php echo $nav[4];?></a>
46 43
			<a title="<?php echo $nav_title[5];?>" href="<?php echo $nav[5];?></a>
47 44
			<a title="<?php echo $nav_title[6];?>" href="<?php echo $nav[6];?></a>
48
			<a title="<?php echo $nav_title[7];?>" href="<?php echo $nav[7];?></a>
49 45
		</div>
50 46
	</div>

Also available in: Unified diff