Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / indexTemp.php @ f59acf11

History | View | Annotate | Download (1.37 KB)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">        
4
                <meta name="description" content="A low cost, versatile research platform for autonomous systems in collaborative robotics"> 
5
                <meta name="keywords" content="Scout, robotics, Carnegie Mellon University, autonomous, engineer"> 
6
 
7
<?php include("header.php"); ?>
8
                <title>Home | ColonyScout.com</title>
9
 
10
</head>
11
<body bgcolor="#eeeeee"> 
12

    
13
<div id="general"> 
14
<?php include("nav.php"); ?> 
15
        <div id="body">
16
                <div id="body-boxes">
17
                        
18
                        <div class="box-row">
19
                                <div class="white-top"></div>
20
                                <div class="white-body text-box">
21
                                        <div class="hero-box">
22
                                                <b>Autonomous Distribution</b><br>Accessory Summary
23
                                        </div>
24
                                        <div class="hero-box">
25
                                                <b>Networked Payload Interface</b><br>Accessory Summary
26
                                        </div>
27
                                        <div class="hero-box">
28
                                                <b>Excavation Cooperation</b><br>Accessory Summary
29
                                        </div>
30
                                        <div class="hero-box" style="border:none;">
31
                                                <b>The brains behind the brawn</b><br>Accessory Summary
32
                                        </div>
33
                                </div>
34
                                <div class="white-bottom"></div>
35
                        </div>                                
36
                        
37
                </div>        
38
        </div> <!--BODY!--> 
39

    
40

    
41
<?php include("footer.php"); ?>
42

    
43
</div><!--GENERAL!--> 
44
 
45
</body></html>