forked from oasp/oasp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (80 loc) · 4.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>OASP - Open Application Standard Platform</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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]-->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand" style="padding-top: 1px" href="./index.html"><img title="OASP" alt="OASP" src="img/logo/oasp-logo-72dpi.png"/></div>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="./index.html">OASP</a></li>
<li><a href="./oasp4j/index.html">Java</a></li>
<li><a href="./oasp4js/index.html">JavaScript</a></li>
<li><a href="./oasp4net/index.html">.NET</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Welcome to OASP!</h1>
<p>The Open Application Standard Platform (OASP) provides a solution to building applications which combine best-in-class frameworks and libraries as well as industry proven practices and code conventions. <a class="btn btn-primary btn-lg" role="button" href="https://github.com/oasp" target="_blank"><img src="img/GitHub-Mark-Light-32px.png"> Follow us on GitHub »</a></p>
<p>Our continuous integration environment can be found <a class="btn btn-primary btn-lg" role="button" href="http://oasp-ci.cloudapp.net/" target="_blank">here »</a></p>
<p>Our current sample application (the JavaScript client and the Java backend) can be found <a class="btn btn-primary btn-lg" role="button" href="http://oasp-ci.cloudapp.net/oasp4j-sample/jsclient/#/main/sign-in" target="_blank">here »</a></p>
<p>It is open and free - see our <a href="terms-of-use.html">terms of use</a>.</p>
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Java</h2>
<p><a class="btn btn-default" href="/oasp4j" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2><img width="40" style="vertical-align: bottom" alt="oasp4js-logo" src="img/oasp4js.png"/> JavaScript</h2>
<p><a class="btn btn-default" href="/oasp4js" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>.Net</h2>
<p><a class="btn btn-default" href="/oasp4net" role="button">View details »</a></p>
</div>
</div>
<hr>
<footer>
<p>© OASP 2014</p>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>