Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / cache / index.html @ f59acf11

History | View | Annotate | Download (4.55 KB)

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="google-site-verification" content="hwSOLj8uDUaKyOjQ4eAfxBHhnmCH0C-tS5hlC-wk0lw" />
6
                <meta name="description" content="A low cost, versatile research platform for autonomous systems in collaborative robotics"> 
7
                <meta name="keywords" content="Scout, robotics, Carnegie Mellon University, autonomous, engineer"> 
8
 
9

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

    
18
<script language="javascript">
19
  function toggleDiv(divid){
20
    if(document.getElementById(divid).style.display == 'none'){
21
      document.getElementById(divid).style.display = 'block';
22
    }else{
23
      document.getElementById(divid).style.display = 'none';
24
    }
25
  }
26
</script>
27
<link href="/main.css" rel="stylesheet" type="text/css" media="screen">
28
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/mainIE.css" /><![endif]--><script src="Cambria_400.font.js" type="text/javascript"></script>
29
<script type="text/javascript">
30
        Cufon.replace('#hero-banner-text', { fontFamily:'Cambria', textShadow:'#CCCCCC 1px 1px' });
31
</script>
32
                <title>Home | ColonyScout.com</title>
33
 
34
</head>
35
<body bgcolor="#eeeeee"> 
36

    
37
<div id="general"> 
38
        <div id="top">
39
                <a href="index.php"><img src="/images/scout_logo.gif"></a>
40
                <div id="top-navigation">
41
                        <a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
42
                        <a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
43
                        <a title="Sensors and Communications" href="/sensors.php">Sensors &amp; Communication</a>
44
                        <a title="Platform: Software and Hardware" href="/platform.php">Platform</a>
45
                        <a title="Applications for the Colony Scout" href="/applications.php">Applications</a>
46
                        <a title="Video of the Scout in Action" href="/gallery.php">Video</a>
47
                        <a title="Meet the Scout Team" href="/contact.php">Contact</a>
48
                        <a title="Contact The Scout Design Team" href="/team.php">Team</a>
49
                </div>
50
        </div> 
51
        <div id="body">
52
                <div id="body-boxes">
53
                        <div class="box-row">
54
                                <div id="hero-banner">
55
                                        <div id="hero-banner-text">A low cost, versatile research platform for autonomous systems in collaborative robotics
56
                                                <br/><br/>
57
                                                <a href="gallery.php" class="small">See it in action &gt;&gt;</a>
58
                                        </div>
59
                                </div>
60
                                <div id="hero-banner-side"></div>
61
                        </div>
62

    
63
                        <div class="box-row topmargin">
64
                                <div class="white-top"></div>
65
                                <div class="white-body text-box">
66
                                        <div id="twitter-status">
67
                                        <span class="newest"/><small>09.06.2010</small><br/>We're on @BotJunkie! @roboclub Colony Scout Offers Cute And Useful Swarm Robots <a href="http://bit.ly/aSnw7J">http://bit.ly/aSnw7J</a> #robotics #scout</span>
68
                                        <p><small>08.14.2010</small><br/>Scoutfly Board Completed - The Scoutfly board has finally been completed. We have done a lot of simplifying... <a href="http://tumblr.com/xjefqhtis">http://tumblr.com/xjefqhtis</a></p>
69
                                        </div>
70
                                        
71
                                        <div id="twitter-box">
72
                                        <a href="http://www.twitter.com/colonyscout/" title="Colony Scout Twitter Feed">
73
                                        <img src="images/team_twitter.jpg" alt="Colony Scout Twitter Feed"/></a></div>
74
                                        <div class="bot-gray"></div>
75
                                </div>
76
                                <div class="white-bottom"></div>
77
                        </div>                                
78
                        
79
                </div>        
80
        </div> <!--BODY!--> 
81

    
82

    
83
        <div id="footer">
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>
91
                </p></center>
92
        </div>
93

    
94
<script type="text/javascript"> Cufon.now(); </script>        
95
<script type="text/javascript">
96

97
  var _gaq = _gaq || [];
98
  _gaq.push(['_setAccount', 'UA-6089041-2']);
99
  _gaq.push(['_trackPageview']);
100

101
  (function() {
102
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
103
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
104
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
105
  })();
106

    
107
</script>
108
</div><!--GENERAL!--> 
109
 
110
</body></html>