You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by gi...@apache.org on 2017/06/22 14:27:18 UTC

[15/15] incubator-ariatosca-website git commit: Automatic Site Publish by Buildbot

Automatic Site Publish by Buildbot


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/05cb75b5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/05cb75b5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/05cb75b5

Branch: refs/heads/asf-site
Commit: 05cb75b57cafa555759f7cc34e78d2397a2495b7
Parents: 77b3196
Author: jenkins <bu...@apache.org>
Authored: Thu Jun 22 14:27:02 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Thu Jun 22 14:27:02 2017 +0000

----------------------------------------------------------------------
 about/index.html                        |  244 ++
 apple-touch-icon-precomposed.png        |  Bin 0 -> 1243 bytes
 atom.xml                                |    1 +
 build_site.sh                           |   15 +
 community/index.html                    |  233 ++
 css/animate.css                         | 3181 ++++++++++++++++++++++++++
 css/bootstrap.min.css                   |    5 +
 css/font-awesome.min.css                |    4 +
 css/ionicons.min.css                    |   11 +
 css/main.css                            |    4 +
 css/owl.carousel.css                    |   71 +
 css/responsive.css                      |  400 ++++
 css/style.css                           |  806 +++++++
 favicon.ico                             |  Bin 0 -> 1150 bytes
 fonts/FontAwesome.otf                   |  Bin 0 -> 85908 bytes
 fonts/fontawesome-webfont.eot           |  Bin 0 -> 56006 bytes
 fonts/fontawesome-webfont.svg           |  520 +++++
 fonts/fontawesome-webfont.ttf           |  Bin 0 -> 112160 bytes
 fonts/fontawesome-webfont.woff          |  Bin 0 -> 65452 bytes
 fonts/fontawesome-webfont.woff2         |  Bin 0 -> 66624 bytes
 fonts/ionicons.eot                      |  Bin 0 -> 120724 bytes
 fonts/ionicons.svg                      | 2230 ++++++++++++++++++
 fonts/ionicons.ttf                      |  Bin 0 -> 188508 bytes
 fonts/ionicons.woff                     |  Bin 0 -> 67904 bytes
 getting-started/index.html              |  290 +++
 images/apple-touch-icon-precomposed.png |  Bin 0 -> 160 bytes
 images/aria-architecture.png            |  Bin 0 -> 39058 bytes
 images/aria-icon.png                    |  Bin 0 -> 5282 bytes
 images/aria-logo-large.png              |  Bin 0 -> 236254 bytes
 images/aria-logo.png                    |  Bin 0 -> 2393 bytes
 images/aria-tosca-workflow.png          |  Bin 0 -> 48386 bytes
 images/cotation.png                     |  Bin 0 -> 1858 bytes
 images/featue-bg.jpg                    |  Bin 0 -> 145624 bytes
 images/incubator_power_ring.png         |  Bin 0 -> 16771 bytes
 images/slider-bg.jpg                    |  Bin 0 -> 19729 bytes
 images/slider-bg2.jpg                   |  Bin 0 -> 19729 bytes
 index.html                              |  243 ++
 js/bootstrap.min.js                     |    6 +
 js/google-map-init.js                   |  137 ++
 js/jquery.counterup.js                  |   83 +
 js/jquery.mixitup.min.js                |   14 +
 js/main.js                              |   53 +
 js/min/main.min.js                      |    1 +
 js/min/plugins.min.js                   |    1 +
 js/min/waypoints.min.js                 |    8 +
 js/owl.carousel.min.js                  |   47 +
 js/plugins.js                           |   42 +
 js/plugins/jquery.fitvids.js            |   83 +
 js/plugins/jquery.mixitup.min.js        |   14 +
 js/plugins/jquery.visible.js            |   68 +
 js/vendor/html5shiv.min.js              |    8 +
 js/vendor/jquery-1.10.2.min.js          |    6 +
 js/vendor/jquery-1.9.1.min.js           |    5 +
 js/vendor/modernizr-2.6.2.min.js        |    4 +
 js/vendor/respond.min.js                |    8 +
 roadmap/index.html                      |  249 ++
 sitemap.xml                             |   18 +
 57 files changed, 9113 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/05cb75b5/about/index.html
----------------------------------------------------------------------
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000..c8940ad
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,244 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+  <title>About ARIA TOSCA • Apache ARIA TOSCA</title>
+
+  
+  
+  
+
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
+
+  <!-- CSS -->
+  <link rel="stylesheet" href="/css/owl.carousel.css">
+  <link rel="stylesheet" href="/css/bootstrap.min.css">
+  <link rel="stylesheet" href="/css/font-awesome.min.css">
+  <link rel="stylesheet" href="/css/style.css">
+  <link rel="stylesheet" href="/css/ionicons.min.css">
+  <link rel="stylesheet" href="/css/animate.css">
+  <link rel="stylesheet" href="/css/responsive.css">
+
+  <!-- Js -->
+  <script src="/js/vendor/modernizr-2.6.2.min.js"></script>
+  <script src="/js/vendor/jquery-1.10.2.min.js"></script>
+  <script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
+  <script src="/js/bootstrap.min.js"></script>
+  <script src="/js/owl.carousel.min.js"></script>
+  <script src="/js/plugins.js"></script>
+
+  <script src="/js/min/waypoints.min.js"></script>
+  <script src="/js/jquery.counterup.js"></script>
+
+
+
+
+
+
+  <script src="/js/main.js"></script>
+  <script src="/js/plugins/jquery.mixitup.min.js"></script>
+
+
+</head>
+
+  <body id="js-body">
+    <!--[if lt IE 9]><div class="upgrade notice-warning"><strong>Your browser is quite old!</strong> Why not <a href="http://whatbrowser.org/">upgrade to a newer one</a> to better enjoy this site?</div><![endif]-->
+
+    <!-- Header Start -->
+<header>
+<div class="container">
+  <div class="row">
+    <div class="col-md-12">
+      <!-- header Nav Start -->
+      <nav class="navbar navbar-default">
+        <div class="container-fluid">
+          <!-- Brand and toggle get grouped for better mobile display -->
+          <div class="navbar-header">
+            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            </button>
+            <a class="navbar-brand" href="/">
+              <img src="/images/aria-logo.png" alt="Apache ARIA TOSCA">
+            </a>
+          </div>
+            <!-- Collect the nav links, forms, and other content for toggling -->
+            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+              <nav role="navigation" class="menu top-menu">
+                  <ul class="nav navbar-nav navbar-right">
+	<li class="home"><a href="/">Apache ARIA TOSCA</a></li>
+	
+    
+    <li><a href="/about/" >About</a></li>
+  
+    
+    <li><a href="/community/" >Community</a></li>
+  
+    
+    <li><a href="/getting-started/" >Getting Started</a></li>
+  
+    
+    <li><a href="/roadmap/" >Roadmap</a></li>
+  
+</ul>
+
+              </nav>
+            </div><!-- /.navbar-collapse -->
+          </div><!-- /.container-fluid -->
+        </nav>
+      </div>
+    </div>
+  </div>
+</header><!-- header close -->
+
+    
+
+    <div id="page-wrapper">
+      <div id="main" role="main">
+	<article class="wrap" itemscope itemtype="http://schema.org/Article">
+		
+		
+
+		<section id="global-header">
+			<div class="container">
+				<div class="row">
+					<div class="col-md-12">
+						<div class="block">
+							<h1>About ARIA TOSCA</h1>
+							<p></p>
+						</div>
+					</div>
+				</div>
+			</div>
+		</section>
+
+
+
+		<div class="inner-wrap">
+			<div id="content" class="page-content" itemprop="articleBody">
+				<section id="intro">
+		      <div class="container">
+		        <div class="row">
+								<p>ARIA is a vendor neutral and technology independent implementation of the OASIS TOSCA specification. ARIA offers a Command Line Interface(CLI) to develop and execute TOSCA templates, and an easily consumable Software Development Kit(SDK) for building TOSCA enabled software. ARIA is an open source, and open governance python project, Apache Software Foundation Incubation, offering an implementation library of the OASIS TOSCA specification.</p>
+
+<p>ARIA was formed to advance adoption of the TOSCA standard and accelerate the industry’s journey towards application orchestration in cloud environments.</p>
+
+<p>ARIA, and TOSCA alike, were born out of the market need for a completely vendor / cloud / technology neutral orchestration that allows for portability and interoperability. ARIA is expected to accelerate the development around the TOSCA specification, advance its adoption, demonstrate simplified portability of TOSCA orchestration, and increase agility through more rapid community contributed iterations.</p>
+
+<p>ARIA it is a framework for implementing orchestration software based on “Topology and Orchestration Specification for Cloud Applications(TOSCA)” a leading cloud-agnostic templating model formulated by the OASIS Foundation.</p>
+
+<p>ARIA offers a library with a programmable interface that allows embedding ARIA into collaborative projects, to enable organizations looking to incorporate TOSCA orchestration capabilities into their solutions.</p>
+
+<p><img src="/images/aria-architecture.png" alt="ARIA Architecture" class="center-image" /></p>
+
+<p>Through ARIA, application vendors will be able to test and run their applications easily, from blueprint to deployment, without the former hassle of developing the orchestration engine themselves, simplifying TOSCA certification and validation exponentially.</p>
+
+<p><img src="/images/aria-tosca-workflow.png" alt="ARIA Architecture" class="center-image" /></p>
+
+<h2 id="aria-tosca-parser">ARIA TOSCA Parser</h2>
+<p>ARIA includes a TOSCA DSL parser, the parser’s role is to interpret the TOSCA template, create an in-memory graph of the application and validate template correctness. TOSCA provides a typing system with normative node types to describe the possible building blocks for constructing a service template, as well as relationship types to describe possible kinds of relations. Both node and relationship types may define life-cycle operations to implement the behavior an orchestration engine can invoke when instantiating a service template. The template files are written in declarative YAML language using TOSCA normative types. Technology specific types can be introduced via ARIA Plugins without any modifications of the parser code. ARIA natively supports TOSCA Simple Profile 1.0, and TOSCA Simple Profile for Network Function Virtualization.</p>
+
+<h4 id="tosca-templates-include">TOSCA Templates include:</h4>
+<ul>
+  <li>YAML Topology Template</li>
+  <li>Plugins</li>
+  <li>Workflows</li>
+  <li>Resources such as scripts and others</li>
+</ul>
+
+<h2 id="aria-workflows">ARIA Workflows</h2>
+<p>ARIA Workflows are automated process algorithms that allow dynamic interaction with the graph described by the application topology template. ARIA Workflows describe the flow of the automation by determining when which tasks will be executed. A task may be an operation, optionally implemented by a plugin, or other actions, including arbitrary code or scripts. ARIA Workflows can be embedded within the TOSCA Template to be able to access the graph dynamically. Workflows are implemented as Python code using dedicated APIs and a framework to access the graph and the runtime context of the application, the context provide access to the object graph described in the TOSCA template.</p>
+
+<p>ARIA comes with a number of built-in workflows - these are the workflows for install, uninstall, scale and heal. Built-in workflows are not special in any way - ARIA supports creating custom workflows that use the same APIs build-in workflows are using.</p>
+
+<h2 id="aria-plugins">ARIA Plugins</h2>
+<p>ARIA Plugins allow extending the TOSCA normative types dynamically by adding new technology specific node types and relationship types, without changing the code of the ARIA TOSCA Parser. The plugins introduce new node types and the implementation that realizes the logic behind every new node type. The plugin based types are isolated, allowing to use different versions of the same plugin in a single blueprint - for example support OpenStack Kilo and OpenStack Juno in the same template. It also allows combining types of different technologies - for example OpenStack nodes with VMware, Amazon, or other types such as Router, Firewall, Kubernetes and others. The work of interacting with IaaS APIs, running scripts, Configuration Management tools, Monitoring tools and any other tools used when managing applications is done by the ARIA Plugins. Plugins can be included as part of the application template package and loaded dynamically. ARIA includes set of plugins that can be used as is 
 or as reference for implementing for new plugins.</p>
+
+		        </div>
+		      </div>
+		    </section>
+				<hr />
+				<footer class="page-footer">
+					
+					
+					
+				</footer><!-- /.footer -->
+				<aside>
+					
+				</aside>
+			</div><!-- /.content -->
+		</div><!-- /.inner-wrap -->
+		
+	</article><!-- ./wrap -->
+</div><!-- /#main -->
+
+      
+
+<!-- Wrapper Start -->
+<section id="intro" style="padding-top:30px; padding-bottom:30px">
+	<div class="container">
+		<div class="row">
+			<div class="col-md-10 col-sm-12">
+				<div class="block">
+					<p>
+						Apache ARIA TOSCA is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+					</p>
+				</div>
+			</div><!-- .col-md-7 close -->
+			<div class="col-md-2 col-sm-12">
+				<div class="block" valign="middle" style="vertical-align: middle;">
+					<img src="/images/incubator_power_ring.png" alt="ARIA Podling"  >
+				</div>
+			</div><!-- .col-md-5 close -->
+		</div>
+	</div>
+</section>
+
+<footer>
+	<div class="container">
+		<div class="row">
+			<div class="col-md-12">
+				<div class="footer-manu">
+
+					<ul class="menu-item">
+					
+			      
+						<li><a href="/about/" >About</a></li>
+					
+			      
+						<li><a href="/community/" >Community</a></li>
+					
+			      
+						<li><a href="/getting-started/" >Getting Started</a></li>
+					
+			      
+						<li><a href="/roadmap/" >Roadmap</a></li>
+					
+					</ul>
+				</div>
+
+				<p> Copyright © 2017 The Apache Software Foundation. Licensed under the Apache License, Version 2.0. <br />
+				    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.</p>
+			</div>
+		</div>
+	</div>
+</footer>
+
+    </div>
+
+    <script src="/js/vendor/jquery-1.10.2.min.js"></script>
+    <script src="/js/plugins/jquery.mixitup.min.js"></script>
+    <script src="/js/owl.carousel.min.js"></script>
+    <script src="/js/jquery.counterup.js"></script>
+
+    <script src="/js/main.js"></script>
+
+  </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/05cb75b5/apple-touch-icon-precomposed.png
----------------------------------------------------------------------
diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png
new file mode 100644
index 0000000..c7b85e0
Binary files /dev/null and b/apple-touch-icon-precomposed.png differ

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/05cb75b5/atom.xml
----------------------------------------------------------------------
diff --git a/atom.xml b/atom.xml
new file mode 100644
index 0000000..f9abd37
--- /dev/null
+++ b/atom.xml
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.1.6">Jekyll</generator><link href="/atom.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-06-22T14:26:59+00:00</updated><id>/</id><title>Apache ARIA TOSCA</title><subtitle>ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints.</subtitle></feed>

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/05cb75b5/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
new file mode 100755
index 0000000..121e1aa
--- /dev/null
+++ b/build_site.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+WORKDIR=/tmp/incubator-ariatosca-site
+rm -rf $WORKDIR
+mkdir -p $WORKDIR
+gem install bundler
+bundle exec jekyll build --destination $WORKDIR $WORKDIR
+git checkout asf-site
+git clean -f -d
+git pull origin asf-site
+rm -rf *
+cp -a $WORKDIR/* .
+git add .
+git commit -m "Automatic Site Publish by Buildbot"
+git push origin asf-site

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/05cb75b5/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
new file mode 100644
index 0000000..f9420d2
--- /dev/null
+++ b/community/index.html
@@ -0,0 +1,233 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+  <title>ARIA TOSCA Community • Apache ARIA TOSCA</title>
+
+  
+  
+  
+
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
+
+  <!-- CSS -->
+  <link rel="stylesheet" href="/css/owl.carousel.css">
+  <link rel="stylesheet" href="/css/bootstrap.min.css">
+  <link rel="stylesheet" href="/css/font-awesome.min.css">
+  <link rel="stylesheet" href="/css/style.css">
+  <link rel="stylesheet" href="/css/ionicons.min.css">
+  <link rel="stylesheet" href="/css/animate.css">
+  <link rel="stylesheet" href="/css/responsive.css">
+
+  <!-- Js -->
+  <script src="/js/vendor/modernizr-2.6.2.min.js"></script>
+  <script src="/js/vendor/jquery-1.10.2.min.js"></script>
+  <script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
+  <script src="/js/bootstrap.min.js"></script>
+  <script src="/js/owl.carousel.min.js"></script>
+  <script src="/js/plugins.js"></script>
+
+  <script src="/js/min/waypoints.min.js"></script>
+  <script src="/js/jquery.counterup.js"></script>
+
+
+
+
+
+
+  <script src="/js/main.js"></script>
+  <script src="/js/plugins/jquery.mixitup.min.js"></script>
+
+
+</head>
+
+  <body id="js-body">
+    <!--[if lt IE 9]><div class="upgrade notice-warning"><strong>Your browser is quite old!</strong> Why not <a href="http://whatbrowser.org/">upgrade to a newer one</a> to better enjoy this site?</div><![endif]-->
+
+    <!-- Header Start -->
+<header>
+<div class="container">
+  <div class="row">
+    <div class="col-md-12">
+      <!-- header Nav Start -->
+      <nav class="navbar navbar-default">
+        <div class="container-fluid">
+          <!-- Brand and toggle get grouped for better mobile display -->
+          <div class="navbar-header">
+            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            </button>
+            <a class="navbar-brand" href="/">
+              <img src="/images/aria-logo.png" alt="Apache ARIA TOSCA">
+            </a>
+          </div>
+            <!-- Collect the nav links, forms, and other content for toggling -->
+            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
+              <nav role="navigation" class="menu top-menu">
+                  <ul class="nav navbar-nav navbar-right">
+	<li class="home"><a href="/">Apache ARIA TOSCA</a></li>
+	
+    
+    <li><a href="/about/" >About</a></li>
+  
+    
+    <li><a href="/community/" >Community</a></li>
+  
+    
+    <li><a href="/getting-started/" >Getting Started</a></li>
+  
+    
+    <li><a href="/roadmap/" >Roadmap</a></li>
+  
+</ul>
+
+              </nav>
+            </div><!-- /.navbar-collapse -->
+          </div><!-- /.container-fluid -->
+        </nav>
+      </div>
+    </div>
+  </div>
+</header><!-- header close -->
+
+    
+
+    <div id="page-wrapper">
+      <div id="main" role="main">
+	<article class="wrap" itemscope itemtype="http://schema.org/Article">
+		
+		
+
+		<section id="global-header">
+			<div class="container">
+				<div class="row">
+					<div class="col-md-12">
+						<div class="block">
+							<h1>ARIA TOSCA Community</h1>
+							<p></p>
+						</div>
+					</div>
+				</div>
+			</div>
+		</section>
+
+
+
+		<div class="inner-wrap">
+			<div id="content" class="page-content" itemprop="articleBody">
+				<section id="intro">
+		      <div class="container">
+		        <div class="row">
+								<h2 id="contribution">Contribution</h2>
+
+<p>You are welcome and encouraged to participate and contribute to the ARIA project.</p>
+
+<p>Please see our guide to
+<a href="https://cwiki.apache.org/confluence/display/ARIATOSCA/Contributing+to+ARIA">Contributing to ARIA</a></p>
+
+<h2 id="resources">Resources</h2>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ARIA">Issue tracker</a></li>
+  <li>Dev mailing list: dev@ariatosca.incubator.apache.org</li>
+  <li>User mailing list: user@ariatosca.incubator.apache.org</li>
+</ul>
+
+<p>Subscribe by sending a mail to <code class="highlighter-rouge">&lt;group&gt;-subscribe@ariatosca.incubator.apache.org</code> (e.g.
+<code class="highlighter-rouge">dev-subscribe@ariatosca.incubator.apache.org</code>).
+See information on how to subscribe to mailing lists <a href="https://www.apache.org/foundation/mailinglists.html">here</a>.</p>
+
+<p>For past correspondence, see the
+<a href="http://mail-archives.apache.org/mod_mbox/incubator-ariatosca-dev/">dev mailing list archive</a></p>
+
+<p>If you have any questions or ideas regarding contribution, please let us know on the dev@ariatosca.apache.org mailing list.</p>
+
+		        </div>
+		      </div>
+		    </section>
+				<hr />
+				<footer class="page-footer">
+					
+					
+					
+				</footer><!-- /.footer -->
+				<aside>
+					
+				</aside>
+			</div><!-- /.content -->
+		</div><!-- /.inner-wrap -->
+		
+	</article><!-- ./wrap -->
+</div><!-- /#main -->
+
+      
+
+<!-- Wrapper Start -->
+<section id="intro" style="padding-top:30px; padding-bottom:30px">
+	<div class="container">
+		<div class="row">
+			<div class="col-md-10 col-sm-12">
+				<div class="block">
+					<p>
+						Apache ARIA TOSCA is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+					</p>
+				</div>
+			</div><!-- .col-md-7 close -->
+			<div class="col-md-2 col-sm-12">
+				<div class="block" valign="middle" style="vertical-align: middle;">
+					<img src="/images/incubator_power_ring.png" alt="ARIA Podling"  >
+				</div>
+			</div><!-- .col-md-5 close -->
+		</div>
+	</div>
+</section>
+
+<footer>
+	<div class="container">
+		<div class="row">
+			<div class="col-md-12">
+				<div class="footer-manu">
+
+					<ul class="menu-item">
+					
+			      
+						<li><a href="/about/" >About</a></li>
+					
+			      
+						<li><a href="/community/" >Community</a></li>
+					
+			      
+						<li><a href="/getting-started/" >Getting Started</a></li>
+					
+			      
+						<li><a href="/roadmap/" >Roadmap</a></li>
+					
+					</ul>
+				</div>
+
+				<p> Copyright © 2017 The Apache Software Foundation. Licensed under the Apache License, Version 2.0. <br />
+				    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.</p>
+			</div>
+		</div>
+	</div>
+</footer>
+
+    </div>
+
+    <script src="/js/vendor/jquery-1.10.2.min.js"></script>
+    <script src="/js/plugins/jquery.mixitup.min.js"></script>
+    <script src="/js/owl.carousel.min.js"></script>
+    <script src="/js/jquery.counterup.js"></script>
+
+    <script src="/js/main.js"></script>
+
+  </body>
+
+</html>