-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (87 loc) · 3.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Ball Aerospace Open Source Projects</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="alternate" type="application/atom+xml" title="Recent commits to COSMOS's master branch" href="https://github.com/BallAerospace/COSMOS/commits/master.atom">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-32x32.png">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="wrap">
<header>
<div class="grid wider" style="margin:0px auto;max-width:650px;font-weight:bold;text-align:center;">
<div class="unit whole center-on-mobiles">
<div>
<img src="/images/BallLogo.png" alt="Ball Aerospace" style="max-width: 250px">
</div>
<h1 style="text-align:center;">
Open Source Projects
</h1>
</div>
</div>
</header>
<hr style="margin: 20px 0px">
<section class="announcement">
<div class="grid wider" style="margin: 0px auto; max-width: 650px">
<!--- -->
</div>
</section>
<section id="main_content">
<div class="grid wider" style="margin: 0px auto; max-width: 650px">
<div>
<a href="https://ballaerospace.github.io/cosmos-website/" alt="COSMOS">
<img src="/images/COSMOS.png">
</a>
</div>
<div style="font-size:28px;font-weight:bold;text-align:center;">
The User Interface for Embedded Systems
</div>
<div>
Ball Aerospace COSMOS provides all the functionality needed to send
commands to and receive data from one or more embedded systems
referred to as "targets". Out of the box functionality includes:
Telemetry Display, Telemetry Graphing, Operational and Test
Scripting, Command Sending, Logging, Log File Playback, Table
Management, and more.
</div>
<div
class="unit whole center-on-mobiles"
style="padding: 0px 20px; max-width: 650px; margin: 10px auto 10px"
>
<p
style="
margin: 0px;
color: #72a4ff;
background: white;
text-align: center;
border-radius: 15px;
text-shadow: none;
padding: 10px;
font-size: 18px;
border: 1px solid #72a4ff;
font-weight: bold;
"
>
<a href="//github.com/BallAerospace/COSMOS/releases">
View it on Github!
</a>
</p>
</div>
</section>
<footer role="contentinfo">
<div class="grid wider">
<div class="unit whole center-on-mobiles">
<p>The contents of this website are © 2021 <a href="http://www.ballaerospace.com/" target="_blank">Ball Aerospace</a> under the terms of the <a href="https://github.com/BallAerospace/COSMOS/blob/master/LICENSE.txt" target="_blank">GPLv3 License</a>.</p>
<p>Site design derived from the <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> project documentation which is licensed under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE" target="_blank">MIT License</a>.</p>
</div>
</div>
</footer>
</body>
</html>