forked from jadonk/o-botics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (112 loc) · 6.83 KB
/
index.html
File metadata and controls
182 lines (112 loc) · 6.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Latest News – O'Botics</title>
<meta name="description" content="A place where roboticist can collaborate on robot designs, code, electronics, and hardware.">
<meta name="keywords" content="robot">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Latest News">
<meta property="og:description" content="A place where roboticist can collaborate on robot designs, code, electronics, and hardware.">
<meta property="og:url" content="http://o-botics.org/index.html">
<meta property="og:site_name" content="O'Botics">
<link rel="canonical" href="http://o-botics.org/">
<link href="http://o-botics.org/feed.xml" type="application/atom+xml" rel="alternate" title="O'Botics Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="http://o-botics.org/assets/css/main.min.css">
<!-- Webfonts -->
<script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="http://o-botics.org/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://o-botics.org/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://o-botics.org/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://o-botics.org/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://o-botics.org/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://o-botics.org/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://o-botics.org/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body id="page">
<div class="navigation-wrapper">
<nav role="navigation" id="site-nav" class="animated drop">
<ul>
<li>
<a href="http://o-botics.org/">Home</a>
</li>
<li>
<a href="http://o-botics.org/about/">About</a>
</li>
<li>
<a href="http://o-botics.org/news/">News</a>
</li>
<li>
<a href="http://o-botics.org/robots/">Robots</a>
</li>
<li>
<a href="http://o-botics.org/roboticists/">Roboticists</a>
</li>
<li>
<a href="https://github.com/o-botics" target="_newtab">
<i class="icon-github"></i>
Repos</a>
</li>
<li><a href="http://o-botics.org/feed.xml" title="Atom/RSS feed" target="_newtab"><i class="icon-rss"></i> Feed</a></li>
</ul>
</nav>
</div><!-- /.navigation-wrapper -->
<!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]-->
<header class="masthead">
<div class="wrap">
<a href="http://o-botics.org" class="site-logo" rel="home" title="O'Botics"><img src="http://o-botics.org/images/site-logo.png" width="200" height="200" alt="O'Botics logo" class="animated fadeInUp"></a>
<h1 class="site-title animated fadeIn"><a href="http://o-botics.org">O'Botics</a></h1>
<h2 class="site-description animated fadeIn" itemprop="description">A place where roboticists can collaborate on robot designs, code, electronics, and hardware.</h2>
</div>
</header><!-- /.masthead -->
<div id="main" role="main">
<article class="entry">
<div class="entry-wrapper">
<header class="entry-header">
<h1 class="entry-title">Latest News</h1>
</header>
<div class="entry-content">
<ul class="post-list">
<li><article><a href="http://o-botics.org/news/new-robot-and-roboticist/">New Robot and Roboticist <span class="entry-date"><time datetime="2014-06-14T00:00:00-04:00">June 14, 2014</time></span></a></article></li>
<li><article><a href="http://o-botics.org/news/quickbot-field-test/">QuickBot field test <span class="entry-date"><time datetime="2014-05-05T00:00:00-04:00">May 05, 2014</time></span></a></article></li>
<li><article><a href="http://o-botics.org/news/added-quickbot-mooc-v2-robot/">Added QuickBot MOOC v2 Robot <span class="entry-date"><time datetime="2014-04-25T00:00:00-04:00">April 25, 2014</time></span></a></article></li>
<li><article><a href="http://o-botics.org/news/tutorial-adding-content-to-obotics/">Tutorial -- Adding Content to O'Botics <span class="entry-date"><time datetime="2014-04-02T00:00:00-04:00">April 02, 2014</time></span></a></article></li>
<li><article><a href="http://o-botics.org/news/site-up-and-running/">O'Botics Up and Running <span class="entry-date"><time datetime="2014-03-07T00:00:00-05:00">March 07, 2014</time></span></a></article></li>
<li><article><a href="http://o-botics.org/news/trouble-updating-site/">Trouble Updating The Site <span class="entry-date"><time datetime="2014-03-05T00:00:00-05:00">March 05, 2014</time></span></a></article></li>
<li><article><a href="http://o-botics.org/news/hello-world/">Hello World <span class="entry-date"><time datetime="2014-02-27T00:00:00-05:00">February 27, 2014</time></span></a></article></li>
</ul>
</div><!-- /.entry-content -->
</div><!-- /.entry-wrapper -->
</article>
</div><!-- /#main -->
<div class="footer-wrapper">
<footer role="contentinfo">
<span>© 2014 O-Botics. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://mademistakes.com/">So Simple Theme</a>.</span>
<div class="social-icons">
</div><!-- /.social-icons -->
</footer>
</div><!-- /.footer-wrapper -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://o-botics.org/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://o-botics.org/assets/js/scripts.min.js"></script>
</body>
</html>