This repository was archived by the owner on Feb 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
280 lines (277 loc) · 15.3 KB
/
index.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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/Website">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title itemprop="name">PROS</title>
<!-- CSS Files
========================================================================= -->
<link href="_static/css/reset.css" rel="stylesheet">
<link href="_static/css/bootstrap.css" rel="stylesheet">
<link href="_static/css/style.css" rel="stylesheet">
<link href="_static/css/color.css" rel="stylesheet">
<link href="_static/css/font-awesome.min.css" rel="stylesheet">
<link href="_static/css/owl.carousel.css" rel="stylesheet">
<link href="_static/css/prettyPhoto.css" rel="stylesheet">
<!-- <link href="css/jquery.bxslider.css" rel="stylesheet"> -->
<link href="_static/css/animate.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="/_static/favicon.ico">
<link rel="icon" type="image/x-icon" href="/_static/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta name="google-site-verification" content="8MtEh5oJlG54N6V67RRbsdnfsC0UQWdxA9NcRBsVCic" />
<script type="application/ld+json">{"@context":"http://schema.org/","@type":"SoftwareApplication","name":"PROS","image":"http://pros.cs.purdue.edu/images/logo.png","description":"PROS is a lightweight and fast alternative open source operating system for the VEX Cortex Microcontroller.","offers":{"@type":"Offer","priceCurrency":"USD","price":"0.00","availability":"http://schema.org/InStock"},"operatingSystem":"Windows 7+, Linux, macOS","downloadUrl":"http://pros.cs.purdue.edu/download","applicationCategory":"Development Tools","applicationSubCategory":"Robotics","releaseNotes":"https://github.com/purduesigbots/pros/releases","author":{"@type":"Organization","name":"Purdue ACM SIGBots","location":{"@type":"PostalAddress","addressLocality":"West Lafayette","addressRegion":"IN"},"parentOrganization":{"@type":"Organization","sameAs":"http://cs.purdue.edu"}}}</script>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"","logo":"/_static/images/logo.png"}</script>
<script type="application/ld+json">{"@context":"http://schema.org/","@type":"Product","name":"PROS","image":"http://pros.cs.purdue.edu/images/logo.png","description":"PROS is a lightweight and fast alternative open source operating system for the VEX Cortex Microcontroller.","offers":{"@type":"Offer","priceCurrency":"USD","price":"0.00","availability":"http://schema.org/InStock","url":"http://pros.cs.purdue.edu"}}</script>
<link rel="canonical" href="" itemprop="url">
</head>
<body>
<!-- Loader page -->
<div id="pageloader">
<div class="loader-item text-center">
<div class="loader">Loading...</div>
</div>
</div>
<!-- End loader page -->
<!-- Primary Page Layout
========================================================================= -->
<div id="home">
<div id="slides_background_home">
<div class="slides-container">
<div class="img0"></div>
</div>
</div>
<div class="container main">
<div class="fullbg_bigtxt"><img src="_static/img/pros-tux.png" alt="PROS"></div>
<div class="fullbg_smalltxt">
Open Source C/C++ Development for VEX Cortex and the Upcoming v5 Microcontroller<br/>
<div class ="fullbg_btn pros-bounce">
<a href="#about"><span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span></a>
</div>
</div>
</div>
</div>
<!-- menu
========================================================================= -->
<div class="menu_white1">
<div class="navsticky">
<nav class="navbar navbar-topaz" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="_static/img/pros-train-02.png" alt="PROS"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">HELLO</a></li>
<li><a href="#download">DOWNLOAD</a></li>
<li><a href="./v5/index.html">DOCS FOR V5</a></li>
<li><a href="./cortex/index.html">DOCS FOR CORTEX</a></li>
<li><a href="./v5/blog/index.html">BLOG</a></li>
<li><a href="https://github.com/purduesigbots" target="_blank">GITHUB</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</div>
</div>
<!-- Download Section -->
<section id="download" class="container">
<div class="big_title">
<div class="big_title_txt montserrat_font">GET STARTED <span class="text_color">NOW</span></div>
<div class="text_und_big_title">
After installing PROS, read <a href="cortex/getting-started/index.html">Getting Started</a> for an introduction to PROS. <br/>
Then, refer to the <a href="cortex/tutorials/index.html">tutorials</a> or <a href="cortex/api/index.html">API documentation</a>.
</div>
<div class="big_title_txt_separ background_color"></div>
</div>
<div class="section_content">
<div class="buy_content text-center">
<a id="pros3-dl-link" href="https://github.com/purduesigbots/pros-cli3/releases" class="buy_btn">DOWNLOAD PROS FOR V5</a>
</div>
</div>
<div class="section_content">
<div class="buy_content text-center">
<a id="pros2-dl-link" href="https://github.com/purduesigbots/pros/releases/latest" class="buy_btn">DOWNLOAD PROS FOR CORTEX</a>
</div>
</div>
</section>
<!-- Features
========================================================================= -->
<section id="features" class="service_2">
<div class="container text-center">
<div class="big_title_txt_bg">
PROS <span class="text_color">FEATURES</span>
</div>
<div class="big_title_txt_separ_bg background_color"></div>
<div class="row service_2_row">
<div class="col-md-3">
<div class="service_icon ">
<i class="fa fa-heart text_color"></i>
</div>
<div class="service_Tite">
OPEN SOURCE
</div>
<div class="service_p">
All PROS development is open sourced and available for the community to inspect.
We believe that sharing source improves PROS through community contributions and allows
students to learn by example.
</div>
</div>
<div class="col-md-3">
<div class="service_icon">
<i class="fa fa-cogs text_color"></i>
</div>
<div class="service_Tite">
NATIVE
</div>
<div class="service_p">
PROS is built using the GCC toolchain and strives to emulate POSIX style wherever possible to
make the learning curve small. Structures, pointers, dynamic memory allocation, and function
pointers are all available. Additionally, code is run on bare metal, allowing you to take
full advantage of the microcontroller's power.
</div>
</div>
<div class="col-md-3">
<div class="service_icon"><i class="fa fa-code text_color"></i></div>
<div class="service_Tite">
CROSS PLATFORM
</div>
<div class="service_p">
You can develop code on Windows, macOS, or Linux. Code is compiled using GCC and the
PROS CLI is available on most operating systems. The PROS development team makes
distributions for Windows, macOS, and Debian-based Linux distributions.
</div>
</div>
<div class="col-md-3">
<div class="service_icon">
<i class="fa fa-lightbulb-o text_color"></i>
</div>
<div class="service_Tite">
ATOM
</div>
<div class="service_p">
The PROS team develops a plugin for Atom to make developing projects in PROS the best
possible experience. The highly customizable editor designed for the 21st century enables
students to learn how to code in a modern environment.
</div>
</div>
</div>
</div>
</section>
<!-- About Us Section
========================================================================= -->
<section id="about" class="container">
<div class="big_title">
<div class="big_title_txt montserrat_font">SAY HELLO TO PROS</div>
<div class="text_und_big_title">
PROS is a lightweight and fast alternative open source operating system for VEX EDR Microcontrollers.
It features multitasking, low-level control, and Wiring compatible functions to harness the full
power of the Cortex. PROS is built with developers in mind and with a focus on providing an environment for
industry-applicable experience.
</div>
<div class="big_title_txt_separ background_color"></div>
</div>
<div class="big_title">
<div class="big_title_txt montserrat_font">Developed by Students</div>
<div class="text_und_big_title">
Primary maintenance of PROS is done by students at Purdue University through
<a href="http://purduesigbots.com">Purdue ACM SIGBots</a>.
Inspiration for this project came from several computer science and engineering students itching
to write code for VEX U's extended autonomous period. We created PROS to leverage this opportunity.
</div>
<div class="big_title_txt_separ background_color"></div>
</div>
</section>
<!-- Footer
========================================================================= -->
<footer>
<div class="footer4">
<div class="container text-center">
<img src="_static/img/pros-tux-full-white.png" alt="PROS">
<p>
PROS source is released under the Mozilla Public License 2.0 (MPL-2.0). <br/>
Binaries distributed by Purdue ACM SIGBots are released under the BSD 3-Clause License (BSD-3-Clause).<br/>
© 2011-2018 <a href="http://purduesigbots.com">Purdue ACM SIGBots</a><br/>
All names and trademarks are property of their respective owners.<br/><br/>
Questions, comments, or concerns? Contact us at <a href="mailto:[email protected]">[email protected]</a><br/>
Copyright or licensing questions? Contact us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){
i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||
[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;
m.parentNode.insertBefore(a,m)
})(window, document,
'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-84548828-3', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
var buttons = document.querySelectorAll('a');
Array.prototype.map.call(buttons, function(item) {
if (item.host != document.location.host) {
item.addEventListener('click', function() {
var action = item.getAttribute('data-action') || 'follow';
ga('send', 'event', 'outbound', action, item.href);
});
}
});
var query = document.querySelector('.query');
query.addEventListener('blur', function() {
if (this.value) {
var path = document.location.pathname;
ga('send', 'pageview', path + '?q=' + this.value);
}
});
</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="_static/js/jquery-1.11.0.min.js"></script>
<!-- Plugins for Bootstrap -->
<script src="_static/js/bootstrap.min.js"></script>
<!-- Jquery Appear -->
<script src="_static/js/jquery.appear.js"></script>
<!-- jQuery Easing v1.3 -->
<script src="_static/js/jquery.easing.1.3.js"></script>
<!-- Modernizr v2.7.1 -->
<script src="_static/js/modernizr-latest.js"></script>
<!-- enquire -->
<script src="_static/js/enquire.min.js"></script>
<!-- WoW animation -->
<script src="_static/js/wow.min.js"></script>
<!-- Superslides - v0.6.2 - 2013-07-10 -->
<script src="_static/js/jquery.superslides.min.js"></script>
<!-- Isotop -->
<!-- <script src="js/jquery.isotope.min.js"></script> -->
<!-- jQuery countTo Plugin -->
<!-- <script src="js/jquery.countTo.js"></script> -->
<!-- Sticky -->
<script src="_static/js/jquery.sticky.js"></script>
<!-- Nice Scroll -->
<script src="_static/js/jquery.nicescroll.js"></script>
<!-- bxslider -->
<!-- <script src="js/jquery.bxslider.min.js"></script> -->
<!-- One Page Nav -->
<script src="_static/js/jquery.nav.js"></script>
<!-- jQuery code for plugins -->
<script src="_static/js/script.js"></script>
</body>
<li><a href="https://github.com/purduesigbots" target="_blank"><i class="fa fa-github" aria-hidden="true" style="font-size: 1.25em"></i></a></li>
</html>