forked from OData/odataorg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (55 loc) · 3.55 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
---
layout: default
---
<div class="container">
<div class="row">
<div class="jumbotron transparent-background bottom-margin zero-bottom-padding">
<h1 class="text-center">OData - the best way to REST</h1>
<p class="text-center">An <strong>open protocol</strong> to allow the creation and consumption of <strong>queryable</strong> and <strong>interoperable RESTful APIs</strong> in a <strong>simple</strong> and <strong>standard</strong> way.</p>
</div>
</div>
<div class="row bottom-margin side-padding">
<div class="col-md-4">
<h3 class="text-center theme-font">For developers</h3>
<p class="text-center"><a href="http://www.odata.org/getting-started/">Tutorials</a>, <a href="http://www.odata.org/libraries/">libraries</a>, and everything else you need to build your first OData API today</p>
</div>
<div class="col-md-4">
<h3 class="text-center theme-font">For business decision makers</h3>
<p class="text-center">Start realizing the benefits OData can bring to your business from the OData <a href="http://www.odata.org/ecosystem/">ecosystem</a></p>
</div>
<div class="col-md-4">
<h3 class="text-center theme-font">For RESTful API advocates</h3>
<p class="text-center"><a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=odata" target="_blank">OASIS approved </a>industry standard based on best practices of building RESTful APIs</p>
</div>
</div>
<div class="row bottom-border bottom-padding">
<div class="col-md-4"></div>
<div class="col-md-2">
<a href="https://twitter.com/odataorg" class="twitter-follow-button" data-show-count="false">Follow @odataorg</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div class="col-md-2">
<a href="https://twitter.com/intent/tweet?button_hashtag=OData" class="twitter-hashtag-button" data-related="odataorg">Tweet #OData</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div class="col-md-4"></div>
</div>
{% include odata-in-6-steps.html %}
<div class="row side-padding bottom-padding">
<div class="col-md-4">
<h3>Participate</h3>
<p class="text-justify">Participate or follow the standardization technical committee progress at OASIS.</p>
<a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=odata">Participate</a>
</div>
<div class="col-md-4">
<h3>Contribute to OData.org</h3>
<p class="text-justify">Share your ideas, tools and any other information related to OData on OData.org.</p>
<a href="/contribution">Contribute</a>
</div>
<div class="col-md-4">
<h3>Join the mailing list</h3>
<p class="text-justify">Join the new mailing list for OData discussion. You can ask or answer questions about the OData protocol.</p>
<a href="/join-the-odata-discussion/">Join</a>
</div>
</div>
</div>