Project

General

Profile

Revision 36d4e296

ID36d4e296cd50f94e99a916b7f8040c82f3a7f221

Added by Dan Shope over 12 years ago

Updated website with shopping cart and pricing page. Updated CAD model & testing layouts.

View differences:

docs/www/colonyscout/cache/applications.html
31 31

  
32 32
<div id="general"> 
33 33
	<div id="top">
34
		<a href="index.php"><img src="/images/scout_logo.gif"></a>
34
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
35 35
		<div id="top-navigation">
36 36
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
37 37
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
......
244 244

  
245 245
	<div id="footer">
246 246
		<center><p>
247
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2010 ColonyScout.com. All Rights Reserved. 
248
		| <a href="index.php">Home</a>
249
		| <a href="team.php#contact">Contact</a>
250
		| <a href="sitemap.php">Sitemap</a>
251
		| <a href="internal/">Internal</a>
252
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout">Wiki</a></span>
247
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
248
		| <a href="/index.php">Home</a>
249
		| <a href="/team.php#contact">Contact</a>
250
		| <a href="/sitemap.php">Sitemap</a>
251
		| <a href="/internal/">Internal</a>
252
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
253 253
		</p></center>
254 254
	</div>
255 255

  
docs/www/colonyscout/cache/cart.html
1

  
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
4
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>	
5
		<meta name="description" content="FILL IN"/> 
6
		<meta name="keywords" content="FILL IN"/> 
7
 
8

  
9
<script src="/cufon-yui.js" type="text/javascript"></script>
10
<script src="/Geogrotesque_Semibold_600.font.js" type="text/javascript"></script>
11
<script type="text/javascript">
12
	Cufon.replace('h1');
13
	Cufon.replace('h2');
14
	Cufon.replace('#pagenav');
15
</script>
16

  
17
<script language="javascript">
18
  function toggleDiv(divid){
19
    if(document.getElementById(divid).style.display == 'none'){
20
      document.getElementById(divid).style.display = 'block';
21
    }else{
22
      document.getElementById(divid).style.display = 'none';
23
    }
24
  }
25
</script>
26
<link href="/main.css" rel="stylesheet" type="text/css" media="screen">
27
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/mainIE.css" /><![endif]-->		<title>Shopping | ColonyScout.com</title> 
28
 
29
</head>
30
<body bgcolor="#eeeeee"> 
31

  
32
<div id="general"> 
33
	<div id="top">
34
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
35
		<div id="top-navigation">
36
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
37
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
38
			<a title="Sensors and Communications" href="/sensors.php">Sensors &amp; Communication</a>
39
			<a title="Platform: Software and Hardware" href="/platform.php">Platform</a>
40
			<a title="Applications for the Colony Scout" href="/applications.php">Applications</a>
41
			<a title="Video of the Scout in Action" href="/gallery.php">Video</a>
42
			<a title="Meet the Scout Team" href="/contact.php">Contact</a>
43
			<a title="Contact The Scout Design Team" href="/team.php">Team</a>
44
		</div>
45
	</div> 
46
	<div id="body">
47
		<div id="body-boxes">
48
			<div class="box-row" style="margin-top: 10px;">
49
				<div class="white-top"></div>
50
				<div class="white-body text-box">
51
					<h1>Lease your Scout Today!</h1>
52
					<p><span class="description">Take Scout out for a spin. Pair your Scout with smart accessories to unleash the powerful potential!.
53
					<br/><br/>
54
					</span></p>
55
					<div class="hr"></div>
56
					
57
					<div id="leasing">
58
					<h2>How do I lease a Scout?</h2>
59
					<p>It's easy! Choose a Scout and add it to your cart. Sign the lease agreement, and we will automatically bill you every month.</p>
60
					<p>If you're done using your Scout, you can return it and billing will cease. Ask us about buying your Scout for life!</p>
61
					</div>
62
					
63
					<div id="store">
64
					<p>
65
					<script src="https://www-sgw-opensocial.googleusercontent.com/gadgets/ifr?url=https%3A%2F%2Fstoregadgetwizard.appspot.com%2Fservlets%2FgadgetServlet%3Fkey%3D0ApZJZfDBge48dFAwTzVIX2VWc2FDcDM0RXE4RWM5X3c%26mid%3D239651561362445%26currency%3DUSD%26sandbox%3Dtrue%26gadget%3DLARGE_V2&amp;container=storegadgetwizard&amp;w=940&amp;h=900&amp;title=&amp;brand=none&amp;output=js"></script>
66
					</p>
67
					<div class="hr"></div>
68
					
69
					</div><!--end 'TEMP' collapse-->	
70
				</div>
71
					
72
				<div class="white-body text-box">					
73
					<div id="bottom-nav">
74
						<ul id="pagenav">
75
							<li class="previous">
76
								<a href="/applications.php">Applications</a></li>
77
							<li class="next">
78
								<a href="/contact.php">Contact</a></li>
79
						</ul>
80
					</div>
81
				</div>
82

  
83
							
84
					
85
				</div>
86
				<div class="white-bottom"></div>
87
			</div>					
88
			
89
			
90
		</div>	
91
	</div> <!--BODY!--> 
92

  
93

  
94
	<div id="footer">
95
		<center><p>
96
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
97
		| <a href="/index.php">Home</a>
98
		| <a href="/team.php#contact">Contact</a>
99
		| <a href="/sitemap.php">Sitemap</a>
100
		| <a href="/internal/">Internal</a>
101
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
102
		</p></center>
103
	</div>
104

  
105
<script type="text/javascript"> Cufon.now(); </script>	
106
<script type="text/javascript">
107

  
108
  var _gaq = _gaq || [];
109
  _gaq.push(['_setAccount', 'UA-6089041-2']);
110
  _gaq.push(['_trackPageview']);
111

  
112
  (function() {
113
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
114
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
115
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
116
  })();
117

  
118
</script>
119
</div><!--GENERAL!--> 
120
 
121
 
122
 <script type="text/javascript" charset="utf-8">
123
  var is_ssl = ("https:" == document.location.protocol);
124
  var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
125
  document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
126
</script>
127

  
128
<script type="text/javascript" charset="utf-8">
129
  var feedback_widget_options = {};
130

  
131
  feedback_widget_options.display = "overlay";  
132
  feedback_widget_options.company = "roboclub";
133
  feedback_widget_options.placement = "right";
134
  feedback_widget_options.color = "#222";
135
  feedback_widget_options.style = "praise";
136
  feedback_widget_options.product = "roboclub_colony_scout";  
137
  feedback_widget_options.auto_tag = true;
138
  
139
  var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
140
</script>
141
 
142
</body></html>
143

  
docs/www/colonyscout/cache/index.html
36 36

  
37 37
<div id="general"> 
38 38
	<div id="top">
39
		<a href="index.php"><img src="/images/scout_logo.gif"></a>
39
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
40 40
		<div id="top-navigation">
41 41
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
42 42
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
......
82 82

  
83 83
	<div id="footer">
84 84
		<center><p>
85
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2010 ColonyScout.com. All Rights Reserved. 
86
		| <a href="index.php">Home</a>
87
		| <a href="team.php#contact">Contact</a>
88
		| <a href="sitemap.php">Sitemap</a>
89
		| <a href="internal/">Internal</a>
90
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout">Wiki</a></span>
85
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
86
		| <a href="/index.php">Home</a>
87
		| <a href="/team.php#contact">Contact</a>
88
		| <a href="/sitemap.php">Sitemap</a>
89
		| <a href="/internal/">Internal</a>
90
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
91 91
		</p></center>
92 92
	</div>
93 93

  
docs/www/colonyscout/cache/intro.html
31 31

  
32 32
<div id="general"> 
33 33
	<div id="top">
34
		<a href="index.php"><img src="/images/scout_logo.gif"></a>
34
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
35 35
		<div id="top-navigation">
36 36
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
37 37
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
......
104 104
						<div class="hr"></div>
105 105
						
106 106
						<h1>Feature Comparison</h1>
107
						<table> 
107
						<table class="intro"> 
108 108
							<tr><th><strong>Tech</strong></th><th><strong>Colony III</strong></th><th><strong>Scout</strong></th></tr> 
109
							<tr><td>Processor</td><td>8MHz 8-bit AVR</td><td>600MHz 32-bit ARM9 + 16MHz 8-bit AVR</td></tr> 
109
							<tr><td>Processor</td><td>8MHz 8-bit AVR</td><td>600MHz 32-bit Cortex A8 + 16MHz 8-bit AVR</td></tr> 
110 110
							<tr><td>Rangefinders</td><td>5 Position (1.5-12in) IR</td><td>48 Position, 360-degree coverage (0-20ft) Sonar</td></tr> 
111
							<tr><td>Battery</td><td>6.0VDC 2.6Ah NiMH</td><td>7.4VDC 4.0Ah Lion</td> </tr> 
111
							<tr><td>Battery</td><td>6.0VDC 2.6Ah NiMH</td><td>7.4VDC 3.0Ah Lion</td> </tr> 
112 112
							<tr><td>Locomotion</td><td>2 Wheel Differential Drive</td><td>4WD Skid Steer</td> </tr> 
113 113
							<tr><td>Ground Clearance</td><td>None</td><td>1.34" Clearance with Rocker Pivot to conform to terrain</td> </tr> 
114 114
							<tr><td>Cliff Detection</td><td>None</td><td>3 Side Drop-off Detection</td> </tr> 
115
							<tr><td>BOM</td><td>16 Point IR</td><td>4 Point IR with modulation</td> </tr> 
116
							<tr><td>Wireless</td><td>Zigbee, 300 ft range</td><td>IPv6, 1 mile range</td> </tr> 
115
							<tr><td>BOM</td><td>16 Point IR</td><td>4 Point IR with modulation and noise suppression</td> </tr> 
116
							<tr><td>Wireless</td><td>Zigbee, 300 ft range</td><td>Zigbee, >300 ft range</td> </tr> 
117 117
							<tr><td>Charging</td><td> Removable</td><td>Integrated homing and charging contacts</td> </tr> 
118 118
							<tr><td>Extension</td><td>None</td><td> Accessory/Expansion hardpoints and power/data connection</td> </tr> 
119 119
							<tr><td>Production</td><td>Botrics</td><td>In-house design and manufacturing for full control over device lifetime</td> 
......
140 140

  
141 141
	<div id="footer">
142 142
		<center><p>
143
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2010 ColonyScout.com. All Rights Reserved. 
144
		| <a href="index.php">Home</a>
145
		| <a href="team.php#contact">Contact</a>
146
		| <a href="sitemap.php">Sitemap</a>
147
		| <a href="internal/">Internal</a>
148
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout">Wiki</a></span>
143
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
144
		| <a href="/index.php">Home</a>
145
		| <a href="/team.php#contact">Contact</a>
146
		| <a href="/sitemap.php">Sitemap</a>
147
		| <a href="/internal/">Internal</a>
148
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
149 149
		</p></center>
150 150
	</div>
151 151

  
docs/www/colonyscout/cache/mechanics.html
31 31

  
32 32
<div id="general"> 
33 33
	<div id="top">
34
		<a href="index.php"><img src="/images/scout_logo.gif"></a>
34
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
35 35
		<div id="top-navigation">
36 36
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
37 37
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
......
51 51
					<h1>Mechanical Platform</h1>
52 52
					<p><span class="description">Powered by a robust 4WD system mated to a rocker 
53 53
					suspension, the Scout can tackle indoor and outdoor terrain with ease. 
54
					The CNC machined aluminum chassis provides a stable, wear resistant platform for the 
54
					The cast urethane chassis provides a stable, wear resistant platform for the 
55 55
					sensors and payload.</span></p>
56 56
					<div class="hr"></div>
57 57
					
58 58
					<div class="content-box">
59 59
						<h2>Chassis &amp; Suspension</h2><br/>
60 60
						The Scout chassis was designed from the ground up to be robust and versatile. 
61
						Fast 200rpm metal gearmotors propel the Scout at a brisk 90cm/s (~2mph). A rocker 
61
						Fast 320rpm metal gearmotors propel the Scout at a brisk 180cm/s (~4mph). A rocker 
62 62
						suspension allows the front and rear half of the robot to rotate independently, 
63 63
						conforming to terrain and increasing the maximum payload.
64 64
						<br/><br/>
......
71 71
						<object width="247" height="150"><param name="movie" value="http://www.youtube.com/v/ZRmTcSOsWsQ?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZRmTcSOsWsQ?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="247" height="150"></embed></object>
72 72
						<br/><br/>
73 73
						
74
						The chassis is cut from 6061 aluminum stock for a low-cost and high strength solution. Areas 
74
						The chassis is cast from a hard urethane for a low-cost and high strength solution that minimizes part count. Areas 
75 75
						subject to repeated wear such as the front undercarriage and rear accessory plate are coated 
76 76
						in a protective diamond plate film. Each Scout can be customized with its own color scheme, adding 
77 77
						"personality".
......
90 90
					<div class="side-box">
91 91
						<h3>Specifications</h3>
92 92
						<ul>
93
							<li>200rpm Metal Gearmotors</li>
93
							<li>320rpm Metal Gearmotors</li>
94 94
							<li>4WD Skid Steer</li>
95 95
							<li>1.34" Ground Clearance</li>
96 96
							<li>15 pound (7kg) carrying capacity</li>
97 97
							<li>Climb an 80% grade</li>
98 98
							<li>Integrated charging contacts</li>
99 99
						</ul>
100
					</div>		
100
					</div>
101 101

  
102 102
					<div id="bottom-nav">
103 103
						<div class="hr"></div>
......
120 120

  
121 121
	<div id="footer">
122 122
		<center><p>
123
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2010 ColonyScout.com. All Rights Reserved. 
124
		| <a href="index.php">Home</a>
125
		| <a href="team.php#contact">Contact</a>
126
		| <a href="sitemap.php">Sitemap</a>
127
		| <a href="internal/">Internal</a>
128
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout">Wiki</a></span>
123
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
124
		| <a href="/index.php">Home</a>
125
		| <a href="/team.php#contact">Contact</a>
126
		| <a href="/sitemap.php">Sitemap</a>
127
		| <a href="/internal/">Internal</a>
128
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
129 129
		</p></center>
130 130
	</div>
131 131

  
docs/www/colonyscout/cache/platform.html
31 31

  
32 32
<div id="general">
33 33
	<div id="top">
34
		<a href="index.php"><img src="/images/scout_logo.gif"></a>
34
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
35 35
		<div id="top-navigation">
36 36
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
37 37
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
......
61 61

  
62 62
					<div class="content-box">
63 63
						<h2>System Overview</h2>
64
						<p>The Scout mainboard pairs an 8-bit AVR as an IO node with an 32-bit ARM9 for heavy computational 
64
						<p>The Scout mainboard pairs an 8-bit AVR as an IO node with an 32-bit ARM Cortex A8 for heavy computational 
65 65
						tasks.</p>
66 66
						<p><img src="images/software_blockdiagram.png" alt="Scout board design couples an ARM9 and AVR together."/></p>					</div>
67 67
					<div class="side-box">
68 68
						<h3>System Specifications</h3>
69 69
							<ul>
70
								<li>Atmel&reg; ARM9&trade; (AT91SAM9260)</li>
70
								<li>ARM Cortex&trade; A8 (TI OMAP 3503)</li>
71 71
									<ul>
72
										<li>Clocked at 208Mhz</li>
72
										<li>Clocked at 600Mhz</li>
73 73
										<li>32-bit</li>
74 74
										<li>MMU</li>
75 75
									</ul>
76
								<li>ATMega&trade; 128</li>
76
								<li>ATMega&trade; 128RFA1</li>
77 77
									<ul>
78 78
										<li>Clocked at 16Mhz</li>
79 79
										<li>8-bit</li>
80
										<li>Inbuilt Zigbee&reg; Wireless</li>
80 81
									</ul>
81
								<li>512MiB SDRAM</li>
82
								<li>16Mbit DataFlash + microSD Support</li>
83
								<li>Atmel&trade; AT86RF231 Zigbee&reg; Wireless</li>
82
								<li>256MB SDRAM</li>
83
								<li>256MB Flash + microSD Support</li>
84 84
							</ul>
85 85
					</div>					
86 86

  
......
92 92
					<div class="hr"></div>
93 93
					<a href="javascript:;" title="Click to Expand" onmousedown="toggleDiv('os');">
94 94
					<h1>Software Architecture</h1><img src="images/btn_expand.png" /></a>
95
					<p><span class="description">Scout runs a <a href="http://prex.sourceforge.net/"/>Prex soft-RTOS</a> 
96
					(real time operating system), which provides guarantees for tasks with strict deadlines. The 
97
					multi-process architecture provides flexibility in programming robot behaviors, and any software 
98
					lanugage can be used.
95
					<p><span class="description">Scout runs on a Gumstix (Overo) port of <a href="http://www.ros.org/"/>ROS</a> 
96
					(robot operating system), which provides the infrastructure necessary to control a complex robotic system. ROS has 
97
					an active developer community, and the Scout team is proud to be a part of the developer network. The Scout port of ROS 
98
					runs on top of Ubuntu (ARM).
99 99
					<br/><br/><a href="javascript:;" onmousedown="toggleDiv('os');"><em>learn more &gt;&gt;</em></a>					
100 100
					</span></p>
101 101
					
......
147 147

  
148 148
	<div id="footer">
149 149
		<center><p>
150
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2010 ColonyScout.com. All Rights Reserved. 
151
		| <a href="index.php">Home</a>
152
		| <a href="team.php#contact">Contact</a>
153
		| <a href="sitemap.php">Sitemap</a>
154
		| <a href="internal/">Internal</a>
155
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout">Wiki</a></span>
150
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
151
		| <a href="/index.php">Home</a>
152
		| <a href="/team.php#contact">Contact</a>
153
		| <a href="/sitemap.php">Sitemap</a>
154
		| <a href="/internal/">Internal</a>
155
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
156 156
		</p></center>
157 157
	</div>
158 158

  
docs/www/colonyscout/cache/sensors.html
31 31

  
32 32
<div id="general">
33 33
	<div id="top">
34
		<a href="index.php"><img src="/images/scout_logo.gif"></a>
34
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
35 35
		<div id="top-navigation">
36 36
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
37 37
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
......
79 79
					<h2>Odometry &amp; Vehicle Dynamics</h2>
80 80
					<p>Vehicle position is tracked by quadrature encoders on each wheel resulting in 3mm linear accuracy
81 81
					<span class="super">3</span>. A custom IMU (inertial measurement unit) consisting of a 3-axis accelerometer 
82
					and yaw-rate gyroscope provide detail of the vehicle's motion in three dimensions.
82
					and pitch+yaw-rate gyroscope provide detail of the vehicle's motion in three dimensions.
83 83
					</p>
84 84
					<div class="hr"></div>
85 85
					
86 86
					<h2>Complementary Sensing</h2>
87
					<p>The sonar rangefinders are supplemented by short range LED reflectance sensors for close wall 
87
					<p>The sonar rangefinders are optionally supplemented by short range LED reflectance sensors for close wall 
88 88
					following. Dual sensors on the front bumper provide resolved impact detection for escape manuevers or 
89 89
					when manipulating objects.
90 90
					</p>
......
114 114
					<div id="communication" style="display:none;">
115 115
					
116 116
					<h2>Bearing and Orientation Module (BOM)</h2><br/>
117
					<img src="images/irreceiver.gif" />
117
					<img src="images/sensor_BOM.jpg" />
118 118
					<p>The Scout BOM provides relative localization information between robots. Four IR transmitters 
119 119
					around the base broadcast the robot's identification code and the sensor position, allowing 
120 120
					relative orientation to be determined. The hardware is specially designed to reject environmental 
......
169 169

  
170 170
	<div id="footer">
171 171
		<center><p>
172
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2010 ColonyScout.com. All Rights Reserved. 
173
		| <a href="index.php">Home</a>
174
		| <a href="team.php#contact">Contact</a>
175
		| <a href="sitemap.php">Sitemap</a>
176
		| <a href="internal/">Internal</a>
177
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout">Wiki</a></span>
172
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
173
		| <a href="/index.php">Home</a>
174
		| <a href="/team.php#contact">Contact</a>
175
		| <a href="/sitemap.php">Sitemap</a>
176
		| <a href="/internal/">Internal</a>
177
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
178 178
		</p></center>
179 179
	</div>
180 180

  
docs/www/colonyscout/cache/team.html
32 32

  
33 33
<div id="general"> 
34 34
	<div id="top">
35
		<a href="index.php"><img src="/images/scout_logo.gif"></a>
35
		<a href="index.php"><img src="/images/scout_logo.jpg"></a>
36 36
		<div id="top-navigation">
37 37
			<a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
38 38
			<a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
......
51 51
				<div class="white-body text-box">
52 52
					<h1>Scout Design Team</h1>
53 53
					<p><span class="description">Meet the members of the Scout design team.</span>
54
					<a href="http://www.twitter.com/colonyscout/" title="Colony Scout Twitter Feed"><div id="team-twitter"></div></a></p>
54
					<a href="http://www.twitter.com/colonyscout/" target="about:blank:" title="Colony Scout Twitter Feed">
55
						<img id="team-twitter" src="/images/team_twitter.jpg"></a>
56
					</p>
55 57
					<div class="hr"></div>
56 58
					
57 59
					<div class="team-box">
......
138 140

  
139 141
	<div id="footer">
140 142
		<center><p>
141
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2010 ColonyScout.com. All Rights Reserved. 
142
		| <a href="index.php">Home</a>
143
		| <a href="team.php#contact">Contact</a>
144
		| <a href="sitemap.php">Sitemap</a>
145
		| <a href="internal/">Internal</a>
146
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout">Wiki</a></span>
143
		<span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
144
		| <a href="/index.php">Home</a>
145
		| <a href="/team.php#contact">Contact</a>
146
		| <a href="/sitemap.php">Sitemap</a>
147
		| <a href="/internal/">Internal</a>
148
		| <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
147 149
		</p></center>
148 150
	</div>
149 151

  
docs/www/colonyscout/index.php
19 19
		<meta name="keywords" content="Scout, robotics, Carnegie Mellon University, autonomous, engineer"> 
20 20
 
21 21
<?php include("header.php"); ?>
22
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
23
<script type="text/javascript">
24
	google.load("jquery", "1.4.2");
25
	
26
	numphotos = 6;
27
	photoselect = (Math.floor(Math.random() * numphotos) + 1);
28
	
29
	photo = new Image();
30
	photo.src = "photos/" + photoselect + ".jpg";
31
	
32
	nextphoto = new Image();
33
	nextphoto.src = "photos/" + ((photoselect % numphotos) + 1) + ".jpg";
34
	
35
	google.setOnLoadCallback(function() {	
36
		$(document).ready(function() {
37
			$('#photo').css('background-image', "url('" + photo.src + "')");
38
			$('#photo').fadeIn();
39
		});
40
	});
41
	
42
	
43
	function changephoto(){
44
		photoselect = ((photoselect % numphotos) + 1);
45
		photo = nextphoto;
46
		
47
		$('#photo').fadeOut(500, function(){
48
			$('#photo').css('background-image', "url('" + photo.src + "')");
49
			$('#photo').fadeIn();
50
		});
51
		
52
		nextphoto = new Image();
53
		nextphoto.src = "photos/" + ((photoselect % numphotos) + 1); + ".jpg";
54
	}
55
	
56
</script>
22 57
<script src="Cambria_400.font.js" type="text/javascript"></script>
23 58
<script type="text/javascript">
24 59
	Cufon.replace('#hero-banner-text', { fontFamily:'Cambria', textShadow:'#CCCCCC 1px 1px' });
......
34 69
		<div id="body-boxes">
35 70
			<div class="box-row">
36 71
				<div id="hero-banner">
37
					<div id="hero-banner-text">A low cost, versatile research platform for autonomous systems in collaborative robotics
72
					<div id="hero-banner-text">An affordable, versatile research platform for autonomous systems in collaborative robotics
38 73
						<br/><br/>
39 74
						<a href="gallery.php" class="small">See it in action &gt;&gt;</a>
40 75
					</div>
......
42 77
				<div id="hero-banner-side"></div>
43 78
			</div>
44 79

  
80
			<div id="photo" style="display: none; width:700px; height:367px; margin: 0 0 0 0; background-color: #000000; background-image:url('photos/1.jpg'); background-repeat:no-repeat;">
81
				<a href="javascript: changephoto();" style="width:700px; height:367px; margin:0 0 10 0; float:left; text-decoration: none; color: #000000;"></a>
82
			</div>
83

  
84
			
45 85
			<div class="box-row topmargin">
46 86
				<div class="white-top"></div>
47 87
				<div class="white-body text-box">

Also available in: Unified diff