-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobots.html
123 lines (108 loc) · 4.85 KB
/
robots.html
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
<!DOCTYPE html>
<html class="js" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Home Page">
<meta name="keywords" content="team,5612,first,robotics,frc,github,java,txuritan,robo,raptors,wordpress,twenty,fifteen,theme">
<meta name="author" content="Txuritan" >
<title>Robots | Team 5612 | Robo-Raptors</title>
<!--Wordpress Twenty Fifteen Theme-->
<link rel="stylesheet" href="css/font.css" type="text/css">
<link rel="stylesheet" href="css/dashicons.css" type="text/css">
<link rel="stylesheet" href="css/css.css" type="text/css">
<link rel="stylesheet" href="genericons/genericons.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/css_003.css" type="text/css">
<!--Txuritan Edits-->
<link rel="stylesheet" href="css/txuritan/style.css" type="text/css">
</head>
<body>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<div style="top: 0px;" id="sidebar" class="sidebar">
<header id="masthead" class="site-header" role="banner">
<div class="site-branding">
<h1 class="site-title">
Team5612
</h1>
<button class="secondary-toggle">Menu and widgets</button>
</div>
</header>
<div id="secondary" class="secondary">
<div id="widget-area" class="widget-area" role="complementary">
<aside id="recent-posts-2" class="widget widget_archive">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="robots.html">Robots</a></li>
<li><a href="first.html">FIRST</a></li>
<li><a href="teamhub.html">Team HUB</a></li>
</ul>
<ul>
<li><a onclick="wordpressTheme()"><b>To Wordpress</b></a></li>
</ul>
<ul>
<li>
<a class="genericon genericon-facebook-alt" href="#"></a>
<a class="genericon genericon-twitter" href="https://www.twitter.com/Team5612FRC"></a>
<a class="genericon genericon-youtube" href="#"></a>
<a class="genericon genericon-tumblr" href="https://theaurtik.tumblr.com"></a>
<a class="genericon genericon-reddit" href="#"></a>
<a class="genericon genericon-github" href="https://github.com/Team5612"></a>
<a class="genericon genericon-googleplus-alt" href="https://plus.google.com/u/0/115091787142248750574/posts"></a>
</li>
</ul>
<img src="img/first-horizontal-reverse.png" >
</aside>
</div>
</div>
</div>
<div id="content" class="site-content">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<article id="post-1" class="post type-post hentry">
<header class="entry-header">
<h4 class="entry-title">Robots</h4>
</header>
<div class="entry-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris in justo ullamcorper, porta lacus vel, sodales ipsum.</p>
<p>Duis laoreet aliquet quam vel dignissim. Maecenas ullamcorper pulvinar auctor. Maecenas ac urna felis.</p>
</div>
<footer class="entry-footer">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'team5612';
var disqus_identifier = 'robotsPost1';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</footer>
</article>
</main>
</div>
</div>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
Edited by <a href="http://txuritan.github.io/">Txuritan </a>using<a href="https://wordpress.org/"> Wordpress' Twenty Fifteen Theme</a>
</div>
</footer>
</div>
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="js/wordpress.js"></script>
<script type="text/javascript" src="js/skip-link-focus-fix.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var screenReaderText = {"expand":"<span class=\"screen-reader-text\">expand child menu<\/span>","collapse":"<span class=\"screen-reader-text\">collapse child menu<\/span>"};
/* ]]> */
</script>
<script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript" src="js/analytics.js"></script>
</body>
</html>