-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.old
More file actions
88 lines (80 loc) · 4.54 KB
/
Copy pathindex.html.old
File metadata and controls
88 lines (80 loc) · 4.54 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ozone Platform Demos</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css" />
<link rel="stylesheet" href="css/icons.css" />
<link rel="stylesheet" href="css/main.css" />
<!--[if lt IE 9]>
<script src="js/vendor/html5-3.6-respond-1.1.0.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title"><a href="index.html"><img src="img/logo_o.png" /></a></h1>
</header>
<div class="section-container one">
<div class="wrapper clearfix">
<h1>Ozone Platform</h1>
<h2>demos</h2>
</div>
</div>
</div>
<div class="main-container clearfix">
<div class="main wrapper clearfix">
<a class="col4" target="_blank" href="http://ozone-development.github.io/ozp-hud/index.html">
<img src="img/scn-hud.png" />
<h2>HUD</h2>
<p>OZP HUD (Heads Up Display) is a convenient landing page for OZP users showing their favorite OZP applications. Users can launch their apps in a webtop or in separate browser tabs.</p>
</a>
<a class="col4" target="_blank" href="http://ozone-development.github.io/ozp-center/index.html">
<img src="img/scn-center.png" />
<h2>Center</h2>
<p>OZP Center is a marketplace that enables the search and discovery of OZP-enabled widgets and applications.</p>
</a>
<a class="col4" target="_blank" href="http://ozone-development.github.io/ozp-webtop/#/grid/sticky-0/0?ozpIwc.peer=http://ozone-development.github.io/iwc">
<img src="img/scn-webtop.png" />
<h2>Webtop</h2>
<p>OZP Webtop allows users to create dashboards with multiple OZP widgets/applications running in a single window. Both grid and desktop layouts are provided.</p>
</a>
<a class="col4" target="_blank" href="https://www.owfgoss.org:10443/dev/metrics/">
<img src="img/scn-metrics.png" />
<h2>Metrics</h2>
<p>OZP Metrics is a web interface to display metrics collected through the use of the OZP Center by an end user with valid certificates.</p>
</a>
</div>
</div>
<div class="section-container clearfix">
<div class="wrapper clearfix">
<a class="col3" target="_blank" href="http://ozone-development.github.io/ozp-demo">
<h1 class="icon-box"></h1>
<h2>Demo Apps</h2>
<p>A collection of OZP widgets/applications used for demo purposes.</p>
</a>
<a class="col3" target="_blank" href="https://github.com/ozone-development/ozp-documentation/wiki">
<h1 class="icon-paper"></h1>
<h2>Documentation</h2>
<p>Links, guidelines, and documentation on the continuous effort to unite the entire community on a single computing platform.</p>
</a>
<a class="col3" target="_blank" href="http://area51.stackexchange.com/proposals/82636/ozone-platform?referrer=fwgGmaJWzcFpt7RiP2iCNA2">
<h1 class="icon-question"></h1>
<h2>Q&A</h2>
<p>A new StackExchange site proposal for Ozone Platform Q&A.</p>
</a>
</div>
</div>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="js/main.js"></script>
</body>
</html>