-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (84 loc) · 5.27 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'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="google-site-verification" content="KJRmTM6UvvNXV0jtXgUg-OFHzcl4XPv999nYqtX0F-M" />
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Open-NDC :: Opening the NDC standard to everyone</title>
</head>
<body>
<header>
<div class="inner">
<img src="images/OpenNDC-logo.png" alt="Open NDC logo" />
<h2>Opening the NDC standard to everyone</h2>
<a href="https://github.com/open-ndc" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3><a id="welcome-to-open-ndc" class="anchor" href="#welcome-to-open-ndc" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to OpenNDC</h3>
<p>OpenNDC is an open-source community focused in developing and delivering NDC-related software in order to empower this standard.</p>
<p>NDC (New Distribution Capability) is an standard developed and released by IATA to enable airlines to deliver their products directly to third-party consumers.</p>
<p>The only goal of this community is to help developers in the adoption of this new standard.</p>
<h3><a id="projects" class="anchor" href="#projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>Projects</h3>
<ul>
<li>NDC Sandbox (released) <a href="https://github.com/open-ndc/ndc-sandbox" title="NDC Sandbox">Code</a> | <a href="http://ndc-sandbox.open-ndc.org/" target="new">Live</a></li>
<li>NDC Syntax Validator (released) <a href="https://github.com/open-ndc/ndc-validator" title="NDC Syntax Validator">Code</a> | <a href="http://ndc-validator.open-ndc.org/" target="new">Live</a></li>
<li>NDC Testing/Monitoring Suite (draft)</li>
</ul>
<h3><a id="sdks" class="anchor" href="#sdks" aria-hidden="true"><span class="octicon octicon-link"></span></a>NDC SDKs</h3>
<ul>
<li>NDC Ruby SDK | <a href="https://github.com/open-ndc/ndc-ruby-sdk" title="NDC Ruby SDK">Code</a></li>
<li>NDC Java SDK | <a href="https://github.com/open-ndc/ndc-java-sdk" title="NDC Java SDK">Code</a></li>
<li>NDC Javascript SDK | <a href="https://github.com/open-ndc/ndc-js-sdk" title="NDC Javascript SDK">Code</a></li>
<li>NDC Elixir SDK | <a href="https://github.com/open-ndc/ndc-ex-sdk" title="NDC Elixir SDK">Code</a></li>
<li>NDC Golang SDK | <a href="https://github.com/open-ndc/ndc-go-sdk" title="NDC Golang SDK">Code</a></li>
<li>NDC Python SDK | <a href="https://github.com/open-ndc/ndc-python-sdk" title="NDC Python SDK">Code</a></li>
</ul>
<h3>Newsletter</h3>
<p>
<a href="https://confirmsubscription.com/h/i/47D53E4B7E22B761">Subscribe to our Newsletter</a> to be keep updated on our projects and achievements.
</p>
</section>
<aside id="sidebar">
<p>OpenNDC is an open-source initiative to design, develop, and maintain software projects in the NDC standard space in it's widest meaning.</p>
<p>
<h3>Status</h3>
<p><a href="http://status.open-ndc.org" target="new">Status Page</a></p>
<h3>Sponsors</h3>
<ul id="sponsors-list">
<li>
<a href="http://airgateway.net" target="new"><img src="images/AirGateway-stripe-brand.png" height="50" alt="AirGateway Logo" /></a>
</li>
</ul>
</p>
<p>
<h3>Participate</h3>
<a href="https://gitter.im/open-ndc/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="new"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join Gitter Chat" /></a><br/>
<a href="http://twitter.com/OpenNDC" target="new" title="Twitter link"><img src="images/twitter-square-35.png" alt="Twitter Icon" /></a>
</p>
<p>OpenNDC - copyleft 2017</p>
<p>OpenNDC logo designed using icon from <a href="https://thenounproject.com/">the Noun Project</a> (Sunbzy)</p>
</aside>
</div>
</div>
<!-- Google Analytics tracker -->
<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-69789510-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>