+
+
+
- {% include odata-in-6-steps.html %}
+
-
-
-
Participate
-
Participate or follow the standardization technical committee progress at OASIS.
-
Participate
+
+
.png)
+
Why using OData?
+
OData (Open Data Protocol) is an OASIS standard that defines the best practice for building and consuming RESTful APIs. OData helps you focus on your business logic while building RESTful APIs without having to worry about the approaches to define request and response headers, status codes, HTTP methods, URL conventions, media types, payload formats and query options etc. OData also guides you about tracking changes, defining functions/actions for reusable procedures and sending asynchronous/batch requests etc. Additionally, OData provides facility for extension to fulfil any custom needs of your RESTful APIs.
-
-
Contribute to OData.org
-
Share your ideas, tools and any other information related to OData on OData.org.
-
Contribute
+
Learn More
+
+
+
+
+
+
.png)
+
Who's using OData?
+
+
+
+
+
+
-
-
Join the mailing list
-
Join the new mailing list for OData discussion. You can ask or answer questions about the OData protocol.
-
Join
+
Learn More
+
+
+
+
+
+
.png)
+
How to use OData?
+
+
+
+
+
+
+
Documentation
+
+
+
+
+
+
Libraries
+
+
+
+
+
+
Vocabularies
+
+
+
+
+
+
Reference servcies
+
+
+
+
+
+
Tools
+
+
-
+
+
+
+
+
+
.png)
+
Where to get involved?
+
+
+
+
+
+
+
OASIS
+
+
+
+
+
+
StackOverflow
+
+
+
+
+
+
Github
+
+
+
+
+
+
Twitter
+
+
+
+
Learn More
+
+
diff --git a/pages/ecosystem.html b/pages/ecosystem.html
index 5a90f015..d8c58050 100644
--- a/pages/ecosystem.html
+++ b/pages/ecosystem.html
@@ -473,6 +473,10 @@
Tutorials
Xceed |
|
+
+ODataHQ |
+Connect an OData service to Microsoft Excel |
+
diff --git a/pages/getting-started/advanced-tutorial.html b/pages/getting-started/advanced-tutorial.html
index 81d3e01d..edecb40f 100644
--- a/pages/getting-started/advanced-tutorial.html
+++ b/pages/getting-started/advanced-tutorial.html
@@ -1,5 +1,5 @@
---
-layout: scrollspy
+layout: page
title: Advanced Tutorial
date: 2014-08-01 03:53:28.000000000 +08:00
permalink: /getting-started/advanced-tutorial/
diff --git a/pages/getting-started/basic-tutorial.html b/pages/getting-started/basic-tutorial.html
index 7a15b0fc..a12cac57 100644
--- a/pages/getting-started/basic-tutorial.html
+++ b/pages/getting-started/basic-tutorial.html
@@ -1,5 +1,5 @@
---
-layout: scrollspy
+layout: page
title: Basic Tutorial
date: 2014-08-01 03:44:56.000000000 +08:00
permalink: /getting-started/basic-tutorial/
diff --git a/pages/libraries.html b/pages/libraries.html
index e6591f6d..24592bf8 100644
--- a/pages/libraries.html
+++ b/pages/libraries.html
@@ -217,6 +217,13 @@
Client |
openui5.org |
+
+ DevExtreme |
+ DevExtreme is cross-platform HTML 5/JS tools for next-generation mobile and web development. |
+ V1-V4 |
+ Both |
+ js.devexpress.com |
+
diff --git a/public/css/home.css b/public/css/home.css
index a0b34b64..20bb3937 100644
--- a/public/css/home.css
+++ b/public/css/home.css
@@ -1,3 +1,32 @@
+body {
+ font-family: "Microsoft Yahei Light";
+ background-color:#FEF9F7;
+ font-size: 16px;
+ color: #6F6F6E;
+}
+
+.navbar-default {
+ background-color: #FFFFFF;
+ border-color: #ffffff;
+ border-radius: 0;
+ box-shadow: 0 3.5px 5px rgba(0,0,0,0.15);
+ z-index: 999;
+}
+
+.navbar-default .navbar-nav>li>a {
+ color: #F18B1B;
+}
+
+/*.navbar-default .navbar-nav {
+ float: right;
+ width: 60% ;
+}
+*/
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ font-family: "Microsoft Yahei";
+}
+
+
.step-buttons{
font-size: 12px;
}
@@ -29,11 +58,7 @@
.top-margin{
margin-top: 30px;
}
-.bottom-border{
- border-bottom-width: 1px;
- border-bottom-color: #ddd;
- border-bottom-style: solid;
-}
+
.transparent-background{
background-color: transparent;
}
@@ -61,4 +86,85 @@
.logo-image{
background-size: cover;
background-repeat: no-repeat;
-}
\ No newline at end of file
+}
+
+.tutor{
+ width:80%;
+ height:80%;
+ margin: auto;
+ color: rgba(0, 0, 0,0.5);
+ border-radius: 3px;
+ font-size:48px;
+ background-color: rgba(255, 255, 255,0.5);
+}
+
+@media (max-width: 767px) {
+ .tutor {
+ font-size: 28px;
+ }
+}
+
+.posthome{
+ color: white;
+ background-color: rgba(55, 36, 36,0.5);
+ padding: 10px;
+ border-radius: 3px;
+}
+
+@media (max-width: 767px) {
+ .posthome {
+ font-size: 14px;
+ }
+}
+
+.img-responsive{
+ margin: auto;
+}
+
+
+#intro{
+ min-height: 640px;
+ background-size: cover;
+ background-image: url(/assets/pic1.jpg);
+ background-position: center center;
+}
+
+#start{
+ min-height: 640px;
+ background-size: cover;
+ background-image: url(/assets/pic2.jpg);
+ background-position: center center;
+}
+
+#customer{
+ min-height: 640px;
+ background-size: cover;
+ background-image: url(/assets/pic3.jpg);
+ background-position: center center;
+}
+
+
+#posts{
+ min-height: 640px;
+ background-size: cover;
+ background-image: url(/assets/pic4.jpg);
+ background-position: center center;
+}
+
+.col-md-6{
+ margin:10px 0 10px 0;
+}
+
+@media (max-width: 767px){
+ .bottom-padding .col-md-12 >img{
+ display: none;
+ }
+ .bottom-padding .col-md-12 >h2{
+ display:block;
+ }
+}
+
+@media (min-width: 767px){
+.bottom-padding .col-md-12 >h2{
+ display:none;
+ }
\ No newline at end of file
diff --git a/public/css/site.css b/public/css/site.css
index 7737a34e..30c79c59 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -1,5 +1,5 @@
.theme-font{
- color: #dd4814;
+ color: #F18B1B;
}
.jumbotron {
background-color: transparent;
@@ -85,7 +85,13 @@
margin-top: 20px;
margin-bottom: 20px;
}
+
@media (min-width:992px) {
.tutorial-sidebar .nav>.active>ul {
display: block;
+}
+
+@media (max-width: 767px){
+ .navbar-default .navbar-nav .open .dropdown-menu>li>a {
+ color: #333333;
}
\ No newline at end of file