http://git-wip-us.apache.org/repos/asf/airavata-site/blob/6d785d62/content/css/style.css
----------------------------------------------------------------------
diff --git a/content/css/style.css b/content/css/style.css
new file mode 100644
index 0000000..0495996
--- /dev/null
+++ b/content/css/style.css
@@ -0,0 +1,270 @@
+/* Custom Stylesheet */
+/**
+ *
+ * Made By Joash Pereira
+ * Thanks for MaterializeCSS.com
+ */
+
+.default_color{background-color: #2196F3 !important}
+
+.default_color_text{color: #2196F3 !important}
+
+.icon-block {
+    padding: 0 15px;
+}
+
+#intro, #work, #team {padding-top: 4rem;}
+
+
+#index-banner {
+    min-height: 632px;
+    max-height: 864px;
+    position: relative;
+    background-color: #2196F3;
+}
+
+#nav_f{
+    box-shadow: none !important; 
+    -webkit-box-shadow:none !important;
+}
+
+.text_h {
+    padding: 15% 0;
+    font-size: 6.0em;
+    font-weight: 100;
+    color:white;
+}
+
+.brand-logo{
+    position: absolute;
+    color: #fff;
+    display: inline-block;
+    font-size: 2.1rem;
+    font-style: normal;
+    font-weight: 100;
+    padding: 0;
+    letter-spacing: 7px;
+    padding-top:5px; 
+}
+
+@media only screen and (max-width: 480px) {
+    .brand-logo{ padding:0; }
+}
+
+.text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;}
+
+.span_h2 {font-weight: 300;color: #2196F3;}
+
+.text_b{color: #2196F3;}
+
+.in{font-weight: 400 !important; font-style: normal !important;}
+
+.promo i {
+    color: #2196F3;
+    font-size: 7rem;
+    display: block;
+}
+.card-content a {color: #2196F3;}
+
+.card-content a:hover {color: #2196F3;}
+
+#work, #team{background: rgb(247, 247, 247);}
+
+.text_pink{color:#EF9A9A;}
+
+nav ul a {
+    font-size: 1.2rem;
+    color: #FFF;
+    letter-spacing: 2px;
+    display: block;
+    font-weight: 300;
+    padding: 0px 15px;
+}
+
+.cd-headline.type .cd-words-wrapper {
+    vertical-align: top;
+    overflow: hidden;
+}
+
+.cd-headline.type .cd-words-wrapper::after {
+    /* vertical bar */
+    content: '';
+    position: absolute;
+    right: 0;
+    top: 50%;
+    bottom: auto;
+    -webkit-transform: translateY(-50%);
+    -moz-transform: translateY(-50%);
+    -ms-transform: translateY(-50%);
+    -o-transform: translateY(-50%);
+    transform: translateY(-50%);
+    height: 90%;
+    width: 1px;
+    background-color: #aebcb9;
+}
+
+.cd-headline.type .cd-words-wrapper.waiting::after {
+    -webkit-animation: cd-pulse 1s infinite;
+    -moz-animation: cd-pulse 1s infinite;
+    animation: cd-pulse 1s infinite;
+}
+.cd-headline.type .cd-words-wrapper.selected {
+    background-color: #FFF;
+}
+
+.cd-headline.type .cd-words-wrapper.selected::after {
+    visibility: hidden;
+}
+
+.cd-headline.type .cd-words-wrapper.selected b {
+    color: #2196F3;
+}
+
+.cd-headline.type b {
+    visibility: hidden;
+}
+
+.cd-headline.type b.is-visible {
+    visibility: visible;
+}
+
+.cd-headline.type i {
+    position: absolute;
+    visibility: hidden;
+}
+.cd-headline.type i.in {
+    position: relative;
+    visibility: visible;
+}
+
+@-webkit-keyframes cd-pulse {
+    0% {
+        -webkit-transform: translateY(-50%) scale(1);
+        opacity: 1;
+    }
+    40% {
+        -webkit-transform: translateY(-50%) scale(0.9);
+        opacity: 0;
+    }
+    100% {
+        -webkit-transform: translateY(-50%) scale(0);
+        opacity: 0;
+    }
+}
+@-moz-keyframes cd-pulse {
+    0% {
+        -moz-transform: translateY(-50%) scale(1);
+        opacity: 1;
+    }
+    40% {
+        -moz-transform: translateY(-50%) scale(0.9);
+        opacity: 0;
+    }
+    100% {
+        -moz-transform: translateY(-50%) scale(0);
+        opacity: 0;
+    }
+}
+
+@keyframes cd-pulse {
+    0% {
+        -webkit-transform: translateY(-50%) scale(1);
+        -moz-transform: translateY(-50%) scale(1);
+        -ms-transform: translateY(-50%) scale(1);
+        -o-transform: translateY(-50%) scale(1);
+        transform: translateY(-50%) scale(1);
+        opacity: 1;
+    }
+    40% {
+        -webkit-transform: translateY(-50%) scale(0.9);
+        -moz-transform: translateY(-50%) scale(0.9);
+        -ms-transform: translateY(-50%) scale(0.9);
+        -o-transform: translateY(-50%) scale(0.9);
+        transform: translateY(-50%) scale(0.9);
+        opacity: 0;
+    }
+    100% {
+        -webkit-transform: translateY(-50%) scale(0);
+        -moz-transform: translateY(-50%) scale(0);
+        -ms-transform: translateY(-50%) scale(0);
+        -o-transform: translateY(-50%) scale(0);
+        transform: translateY(-50%) scale(0);
+        opacity: 0;
+    }
+}
+
+
+/* Preloader */
+#preloader {
+    position: fixed;
+    top:0;
+    left:0;
+    right:0;
+    bottom:0;
+    background-color:#fff; /* change if the mask should have another color 
then white */
+    z-index:1200; /* makes sure it stays on top */
+}
+
+#status {
+    width:200px;
+    height:200px;
+    position:absolute;
+    left:50%; /* centers the loading animation horizontally one the screen */
+    top:50%; /* centers the loading animation vertically one the screen */
+    background-image:url(../img/status.gif); /* path to your loading animation 
*/
+    background-repeat:no-repeat;
+    background-position:center;
+    margin:-100px 0 0 -100px; /* is width and height divided by two */
+}
+
+@media only screen and (max-width: 480px) {
+    .text_h {
+        padding: 4% 0;
+        font-size: 5em;
+        font-weight: 100;
+        color: white;
+    }
+}
+
+input, textarea {
+    border-bottom: 1px solid #fff;
+}
+
+nav a.button-collapse {
+    left: -25px;
+}
+
+.card-avatar .waves-effect {
+    text-align: center;
+    margin-top: 20px;
+}
+
+.card-avatar img {
+    height: 150px;
+    width: 150px;
+    border-radius: 75px;
+}
+
+.card-avatar .card-content {
+    text-align: center;
+}
+
+.card .card-content p {
+    margin: 15px 0px;
+}
+
+.card-avatar .card-content i {
+   font-size: 1.5rem;
+}
+
+.card-avatar .card-content .card-title {
+    line-height: 30px !important;
+}
+
+.parallax-container {
+    max-height: 400px;
+}
+
+footer.page-footer {
+    margin-top: 0px !important;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/6d785d62/content/development.html
----------------------------------------------------------------------
diff --git a/content/development.html b/content/development.html
new file mode 100644
index 0000000..352304b
--- /dev/null
+++ b/content/development.html
@@ -0,0 +1,472 @@
+<!DOCTYPE html>
+<html>
+
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1.0, user-scalable=no"/>
+    <meta name="theme-color" content="#2196F3">
+    <title>Apache Airavata</title>
+
+    <!-- CSS  -->
+    <link href="min/plugin-min.css" type="text/css" rel="stylesheet">
+    <link href="min/custom-min.css" type="text/css" rel="stylesheet" >
+</head>
+
+  <body id="top" >
+
+    <div class="page-content">
+      <div class="wrapper">
+        <!-- Pre Loader -->
+<div id="loader-wrapper">
+    <div id="loader"></div>
+ 
+    <div class="loader-section section-left"></div>
+    <div class="loader-section section-right"></div>
+ 
+</div>
+<!--Navigation-->
+<div class="navbar-fixed">
+    <nav id="nav_f" class="default_color" role="navigation">
+        <div class="container">
+            <div class="nav-wrapper">
+            <a href="index.html" id="logo-container" class="brand-logo">
+                <img src="img/airavata-brand.png" width="50%" />
+            </a>
+                <ul class="right hide-on-med-and-down">
+                    <li><a href="about.html">About</a></li>
+                    <li class="active"><a 
href="development.html">Development</a></li>
+                    <li>
+                        <a href="learning.html">Learning</a>
+                        <!--
+                        <ul class="">
+                            <li>Test1</li>
+                            <li>Test1</li>
+                            <li>Test1</li>
+                        </ul>
+                        -->
+                    </li>
+                    <li><a href="get-involved.html">Get Involved</a></li>
+                    <li><a href="community.html">Community</a></li>
+                </ul>
+                <ul id="nav-mobile" class="side-nav">
+                   <li class="active"><a href="about.html">About</a></li>
+                    <li><a href="development.html">Development</a></li>
+                    <li><a href="learning.html">Learning</a></li>
+                    <li><a href="get-involved.html">Get Involved</a></li>
+                    <li><a href="community.html">Community</a></li>
+                </ul>
+            <a href="#" data-activates="nav-mobile" class="button-collapse"><i 
class="mdi-navigation-menu"></i></a>
+            </div>
+        </div>
+    </nav>
+</div>
+
+<!--Hero-->
+<div class="section no-pad-bot">
+
+<main>
+<div class="container">
+    <div class="row">
+
+        <div class="col s12 m9 l10 push-m3 push-l2">
+            <div id="downloads" class="section scrollspy">
+                <h2 class="header">Downloads</h2>
+                <p>All downloads can be verified using the Apache Airavata 
code signing <a href="http://www.apache.org/dist/airavata/KEYS";>KEYS</a>.</p>
+                <h4 id="015-latest-release">0.15 (Latest Release)</h4>
+                <ul>
+                    <li>
+                        <p><a 
href="https://git-wip-us.apache.org/repos/asf?p=airavata.git;a=blob_plain;f=RELEASE_NOTES;hb=refs/tags/airavata-0.15";>Release
 Notes</a></p>
+                    </li>
+                    <li>
+                        <p><strong>Source:</strong> </p>
+                        <ul>
+                            <li><a 
href="http://www.apache.org/dyn/closer.cgi/airavata/0.15/airavata-0.15-source-release.zip";>airavata-0.15-source-release.zip</a>
 [<a 
href="http://www.apache.org/dist/airavata/0.15/airavata-0.15-source-release.zip.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/airavata/0.15/airavata-0.15-source-release.zip.md5";>md5</a>]</li>
+                        </ul>
+                    </li>
+                    <li>
+                        <p><strong>Binary Artifacts:</strong></p>
+                    </li>
+                    <li>
+                        <p>Airavata Server:</p>
+                        <ul>
+                            <li>
+                                <a 
href="http://www.apache.org/dyn/closer.cgi/airavata/0.15/apache-airavata-server-0.15-bin.tar.gz";>apache-airavata-server-0.15-bin.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/airavata/0.15/apache-airavata-server-0.15-bin.tar.gz.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/airavata/0.15/apache-airavata-server-0.15-bin.tar.gz.md5";>md5</a>]
+                            </li>
+                            <li>
+                                <a 
href="http://www.apache.org/dyn/closer.cgi/airavata/0.15/apache-airavata-server-0.15-bin.zip";>apache-airavata-server-0.15-bin.zip</a>
 [<a 
href="http://www.apache.org/dist/airavata/0.15/apache-airavata-server-0.15-bin.zip.asc";>asc</a>]
 [<a 
href="http://www.apache.org/dist/airavata/0.15/apache-airavata-server-0.15-bin.zip.md5";>md5</a>]
+                            </li>
+                        </ul>
+                    </li>
+                </ul>
+                <h6 id="previous-releases-are-available-from-release-archive">
+                    Previous releases are available from 
+                        <a href="downloads-archive.html">Release Archive</a>
+                </h6>
+            </div>
+
+            <div id="issue" class="section scrollspy">
+                <h2 class="header">Issue Tracker</h2>
+                <p>
+                    As all the other Apache projects, Apache Airavata uses 
Atlassian JIRA as the official issue tracker. All Apache project issues are 
publically available for anyone to view. Also it’s free to create account for 
new users as well.
+                </p>
+                <p>
+                    Issue Tracker Link : <a 
href="https://issues.apache.org/jira/browse/airavata/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel";
 
target="_blank">https://issues.apache.org/jira/browse/airavata/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel</a>
+                </p>
+            </div>
+            <div id="development" class="section scrollspy">
+                <h2 class="header">Development Tools</h2>
+                <h4>Profiling and Performance</h4>
+                <p>
+                    Airavata developers use <a 
href="http://www.ej-technologies.com/products/jprofiler/overview.html"; 
target="_blank">JProfiler</a> for code profiling and testing, and acknowledges 
free developer licenses provided by ej-technologies.
+                </p>
+
+                <h4>Code Analysis</h4>
+                <p>
+                    Airavata uses <a href="http://www.sonarqube.org/"; 
target="_blank">Sonar</a> code analysis tools. Sonar is an open source quality 
management platform, dedicated to continuously analyze and measure technical 
quality, from the project portfolio to the class method.
+                </p>
+                <p>
+                    Browse Airavata <a href="https://analysis.apache.org/"; 
target="_blank">Sonar Dashboard</a>.
+                </p>
+
+                <h4>Continous Integration</h4>
+                <p>
+                    Airavata uses <a href="https://jenkins.io/index.html"; 
target="_blank">Jenkins Continous Integration</a> for automatic builds. The 
builds are triggered automatically on code commits and periodically.
+                </p>
+                <p>
+                    Browse Airavata Jenkins Dashboard.
+                </p>
+
+                <h4>Code Review</h4>
+                <p>
+                   Airavata uses <a href="https://www.reviewboard.org/"; 
target="_blank">Review Board</a> for pre and post commit reviews.
+
+                    Browse <a 
href="https://reviews.apache.org/groups/Airavata/"; target="_blank">Airavata 
Reviews</a>. To submit or view reviews, you will need to create an account on 
<a href="https://reviews.apache.org/r/"; target="_blank">Apache Reviews</a>. 
Detailed documentation on using the review tools is at <a 
href="https://www.reviewboard.org/docs/manual/1.5/users/"; 
target="_blank">Review Board Documentation</a>.
+                </p>
+            </div>
+
+            <div id="source" class="section scrollspy">
+                <h2 class="header">Source Code</h2>
+                
+                <p>The Apache Airavata source repositories are maintained 
using GIT version control.</p>
+                <p>Browse Airavata source repository on web: <a 
href="https://git-wip-us.apache.org/repos/asf?p=airavata.git";>https://git-wip-us.apache.org/repos/asf?p=airavata.git</a>.</p>
+                <h4>Airavata Core Services</h4>
+                <ul>
+                    <li>
+                        <p><a 
href="https://github.com/apache/airavata.git";>https://github.com/apache/airavata.git</a>
 - Github mirror for read-only accesss and contrbuting via pull requests.</p>
+                    </li>
+                    <li>
+                        <p><a 
href="https://git-wip-us.apache.org/repos/asf/airavata.git";>https://git-wip-us.apache.org/repos/asf/airavata.git</a>
 - Canonical ASF git repo to be used by committers. </p>
+                    </li>
+                </ul>
+                <h4>Airavata PHP Gateway</h4>
+                <ul>
+                    <li>
+                        <p><a 
href="https://github.com/apache/airavata-php-gateway.git";>https://github.com/apache/airavata-php=gateway.git</a>
 - Github mirror for read-only accesss and contrbuting via pull requests.</p>
+                    </li>
+                    <li>
+                        <p><a 
href="https://git-wip-us.apache.org/repos/asf/airavata-php-gateway.git";>https://git-wip-us.apache.org/repos/asf/airavata-php-gateway.git</a>
 - Canonical ASF git repo to be used by committers.</p>
+                    </li>
+                </ul>
+                <h4>Airavata Documentation</h4>
+                <ul>
+                    <li>
+                        <p><a 
href="https://github.com/apache/airavata-docs.git";>https://github.com/apache/airavata-docs.git</a>
 - Github mirror for read-only accesss and contrbuting via pull requests.</p>
+                    </li>
+                    <li>
+                        <p><a 
href="https://git-wip-us.apache.org/repos/asf/airavata-docs.git";>https://git-wip-us.apache.org/repos/asf/airavata-docs.git</a>
 - Canonical ASF git repo to be used by committers.</p>
+                    </li>
+                </ul>
+                <p>The Apache Airavata website is managed in Subversion:</p>
+                <p><a 
href="https://svn.apache.org/repos/asf/airavata/site/trunk/";>https://svn.apache.org/repos/asf/airavata/site/trunk/</a></p>
+                <ul>
+                    <li>The source code is organized by major components into 
modules directory. </li>
+                    <li>The GFac-Core is the POJO style implementation of the 
Airavata Application Wrapper and Job management tool.</li>
+                    <li>GFac-Axis2 is a web service interface to GFac-Core 
developed in <a href="http://axis.apache.org/axis2/java/core/";>Axis2 
Framework</a>.</li>
+                    <li>XBaya-GUI is the desktop and JNLP webstartable 
interface to construct, execute and monitor workflows. XBaya provides a 
graphical programming abstraction over worklfow languages like BPEL.</li>
+                    <li>Workflow Interpreter is an axis2 web service which 
wraps XBaya to provide server side enactment capability.</li>
+                    <li>WS-Messenger is a web service messaging system used 
within Airavata for all service to service and end user communications.</li>
+                    <li>XRegistry is a registry services which provides a web 
service interface to a database of application, service and workflow deployment 
descriptions. XRegistry is developed using <a 
href="http://www.extreme.indiana.edu/xgws/xsul/";>XSUL</a>.</li>
+                </ul>
+                <h4>Building code</h4>
+                <p>See <a href="build.html">build instructions</a>.</p>
+                <h4>Developers Guide</h4>
+                <h5>Some coding practices:</h5>
+                <ul>
+                    <li>License Header: Always add the current ASF license 
header as described in <a 
href="http://www.apache.org/legal/src-headers.html";>ASF Source Header</a>.</li>
+                    <li>Trailing Whitespaces: Remove all trailing whitespaces. 
Eclipse users can use Source-&gt;Cleanup option to accomplish this.</li>
+                    <li>Indentation: Use 4 space indents and never use 
tabs!</li>
+                    <li>Line wrapping: Use 120-column line width for Java code 
and Javadoc.</li>
+                    <li>Author Tags: Do not use Author Tags. The code is 
developed and owned by the community. </li>
+                </ul>
+
+                <h4>Eclipse Configuration Tips</h4>
+                <h5>Configure Eclipse Preferences</h5>
+                <ul>
+                    <li>Download Eclipse Formatting and Style Guides for <a 
href="https://svn.apache.org/repos/asf/airavata/attic/svn-to-git-archive/etc/eclipse/";>Airavata
 Style Templates</a></li>
+                    <li>To add Formatter: Preferences &gt; Java &gt; Code 
Style &gt;  Formatter and import the airavata-formatting-preferences.xml 
downloaded in the previous step. </li>
+                    <li>To add Templates: Preferences &gt; Java &gt; Code 
Style &gt; Code Templates and import the airavata-code-style-template.xml. This 
templates adds the ASF header and so on for new code. </li>
+                </ul>
+            </div>
+
+            <div id="license" class="section scrollspy">
+                <h2 class="header">License</h2>
+
+                <p>Apache License<br /><br />Version 2.0, January 2004<br 
/><br />
+                    <a 
href="http://www.apache.org/licenses/";>http://www.apache.org/licenses/</a> 
+                </p>
+                <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND 
DISTRIBUTION</p>
+                <p><strong><a name="definitions">1. 
Definitions</a></strong>.</p>
+                <p>"License" shall mean the terms and conditions for use, 
reproduction, and
+                distribution as defined by Sections 1 through 9 of this 
document.</p>
+                <p>"Licensor" shall mean the copyright owner or entity 
authorized by the
+                copyright owner that is granting the License.</p>
+                <p>"Legal Entity" shall mean the union of the acting entity 
and all other
+                entities that control, are controlled by, or are under common 
control with
+                that entity. For the purposes of this definition, "control" 
means (i) the
+                power, direct or indirect, to cause the direction or 
management of such
+                entity, whether by contract or otherwise, or (ii) ownership of 
fifty
+                percent (50%) or more of the outstanding shares, or (iii) 
beneficial
+                ownership of such entity.</p>
+                <p>"You" (or "Your") shall mean an individual or Legal Entity 
exercising
+                permissions granted by this License.</p>
+                <p>"Source" form shall mean the preferred form for making 
modifications,
+                including but not limited to software source code, 
documentation source,
+                and configuration files.</p>
+                <p>"Object" form shall mean any form resulting from mechanical 
transformation
+                or translation of a Source form, including but not limited to 
compiled
+                object code, generated documentation, and conversions to other 
media types.</p>
+                <p>"Work" shall mean the work of authorship, whether in Source 
or Object form,
+                made available under the License, as indicated by a copyright 
notice that
+                is included in or attached to the work (an example is provided 
in the
+                Appendix below).</p>
+                <p>"Derivative Works" shall mean any work, whether in Source 
or Object form,
+                that is based on (or derived from) the Work and for which the 
editorial
+                revisions, annotations, elaborations, or other modifications 
represent, as
+                a whole, an original work of authorship. For the purposes of 
this License,
+                Derivative Works shall not include works that remain separable 
from, or
+                merely link (or bind by name) to the interfaces of, the Work 
and Derivative
+                Works thereof.</p>
+                <p>"Contribution" shall mean any work of authorship, including 
the original
+                version of the Work and any modifications or additions to that 
Work or
+                Derivative Works thereof, that is intentionally submitted to 
Licensor for
+                inclusion in the Work by the copyright owner or by an 
individual or Legal
+                Entity authorized to submit on behalf of the copyright owner. 
For the
+                purposes of this definition, "submitted" means any form of 
electronic,
+                verbal, or written communication sent to the Licensor or its
+                representatives, including but not limited to communication on 
electronic
+                mailing lists, source code control systems, and issue tracking 
systems that
+                are managed by, or on behalf of, the Licensor for the purpose 
of discussing
+                and improving the Work, but excluding communication that is 
conspicuously
+                marked or otherwise designated in writing by the copyright 
owner as "Not a
+                Contribution."</p>
+                <p>"Contributor" shall mean Licensor and any individual or 
Legal Entity on
+                behalf of whom a Contribution has been received by Licensor and
+                subsequently incorporated within the Work.</p>
+                <p><strong><a name="copyright">2. Grant of Copyright 
License</a></strong>. Subject to the
+                terms and conditions of this License, each Contributor hereby 
grants to You
+                a perpetual, worldwide, non-exclusive, no-charge, 
royalty-free, irrevocable
+                copyright license to reproduce, prepare Derivative Works of, 
publicly
+                display, publicly perform, sublicense, and distribute the Work 
and such
+                Derivative Works in Source or Object form.</p>
+                <p><strong><a name="patent">3. Grant of Patent 
License</a></strong>. Subject to the terms
+                and conditions of this License, each Contributor hereby grants 
to You a
+                perpetual, worldwide, non-exclusive, no-charge, royalty-free, 
irrevocable
+                (except as stated in this section) patent license to make, 
have made, use,
+                offer to sell, sell, import, and otherwise transfer the Work, 
where such
+                license applies only to those patent claims licensable by such 
Contributor
+                that are necessarily infringed by their Contribution(s) alone 
or by
+                combination of their Contribution(s) with the Work to which 
such
+                Contribution(s) was submitted. If You institute patent 
litigation against
+                any entity (including a cross-claim or counterclaim in a 
lawsuit) alleging
+                that the Work or a Contribution incorporated within the Work 
constitutes
+                direct or contributory patent infringement, then any patent 
licenses
+                granted to You under this License for that Work shall 
terminate as of the
+                date such litigation is filed.</p>
+                <p><strong><a name="redistribution">4. 
Redistribution</a></strong>. You may reproduce and
+                distribute copies of the Work or Derivative Works thereof in 
any medium,
+                with or without modifications, and in Source or Object form, 
provided that
+                You meet the following conditions:</p>
+                <ol>
+                    <li>
+                        <p>You must give any other recipients of the Work or 
Derivative Works a
+                        copy of this License; and</p>
+                    </li>
+                    <li>
+                        <p>You must cause any modified files to carry 
prominent notices stating
+                        that You changed the files; and</p>
+                    </li>
+                    <li>
+                        <p>You must retain, in the Source form of any 
Derivative Works that You
+                        distribute, all copyright, patent, trademark, and 
attribution notices from
+                        the Source form of the Work, excluding those notices 
that do not pertain to
+                        any part of the Derivative Works; and</p>
+                    </li>
+                    <li>
+                        <p>If the Work includes a "NOTICE" text file as part 
of its distribution,
+                        then any Derivative Works that You distribute must 
include a readable copy
+                        of the attribution notices contained within such 
NOTICE file, excluding
+                        those notices that do not pertain to any part of the 
Derivative Works, in
+                        at least one of the following places: within a NOTICE 
text file distributed
+                        as part of the Derivative Works; within the Source 
form or documentation,
+                        if provided along with the Derivative Works; or, 
within a display generated
+                        by the Derivative Works, if and wherever such 
third-party notices normally
+                        appear. The contents of the NOTICE file are for 
informational purposes only
+                        and do not modify the License. You may add Your own 
attribution notices
+                        within Derivative Works that You distribute, alongside 
or as an addendum to
+                        the NOTICE text from the Work, provided that such 
additional attribution
+                        notices cannot be construed as modifying the License.
+                        You may add Your own copyright statement to Your 
modifications and may
+                        provide additional or different license terms and 
conditions for use,
+                        reproduction, or distribution of Your modifications, 
or for any such
+                        Derivative Works as a whole, provided Your use, 
reproduction, and
+                        distribution of the Work otherwise complies with the 
conditions stated in
+                        this License.</p>
+                    </li>
+                </ol>
+                <p><strong><a name="contributions">5. Submission of 
Contributions</a></strong>. Unless You
+                explicitly state otherwise, any Contribution intentionally 
submitted for
+                inclusion in the Work by You to the Licensor shall be under 
the terms and
+                conditions of this License, without any additional terms or 
conditions.
+                Notwithstanding the above, nothing herein shall supersede or 
modify the
+                terms of any separate license agreement you may have executed 
with Licensor
+                regarding such Contributions.</p>
+                <p><strong><a name="trademarks">6. Trademarks</a></strong>. 
This License does not grant
+                permission to use the trade names, trademarks, service marks, 
or product
+                names of the Licensor, except as required for reasonable and 
customary use
+                in describing the origin of the Work and reproducing the 
content of the
+                NOTICE file.</p>
+                <p><strong><a name="no-warranty">7. Disclaimer of 
Warranty</a></strong>. Unless required by
+                applicable law or agreed to in writing, Licensor provides the 
Work (and
+                each Contributor provides its Contributions) on an "AS IS" 
BASIS, WITHOUT
+                WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied, including,
+                without limitation, any warranties or conditions of TITLE,
+                NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR 
PURPOSE. You
+                are solely responsible for determining the appropriateness of 
using or
+                redistributing the Work and assume any risks associated with 
Your exercise
+                of permissions under this License.</p>
+                <p><strong><a name="no-liability">8. Limitation of 
Liability</a></strong>. In no event and
+                under no legal theory, whether in tort (including negligence), 
contract, or
+                otherwise, unless required by applicable law (such as 
deliberate and
+                grossly negligent acts) or agreed to in writing, shall any 
Contributor be
+                liable to You for damages, including any direct, indirect, 
special,
+                incidental, or consequential damages of any character arising 
as a result
+                of this License or out of the use or inability to use the Work 
(including
+                but not limited to damages for loss of goodwill, work 
stoppage, computer
+                failure or malfunction, or any and all other commercial 
damages or losses),
+                even if such Contributor has been advised of the possibility 
of such
+                damages.</p>
+                <p><strong><a name="additional">9. Accepting Warranty or 
Additional Liability</a></strong>.
+                While redistributing the Work or Derivative Works thereof, You 
may choose
+                to offer, and charge a fee for, acceptance of support, 
warranty, indemnity,
+                or other liability obligations and/or rights consistent with 
this License.
+                However, in accepting such obligations, You may act only on 
Your own behalf
+                and on Your sole responsibility, not on behalf of any other 
Contributor,
+                and only if You agree to indemnify, defend, and hold each 
Contributor
+                harmless for any liability incurred by, or claims asserted 
against, such
+                Contributor by reason of your accepting any such warranty or 
additional
+                liability.</p>
+                <p>END OF TERMS AND CONDITIONS</p>
+                <h1 id="apply">APPENDIX: How to apply the Apache License to 
your work<a class="headerlink" href="#apply" title="Permanent link">¶</a></h1>
+                <p>To apply the Apache License to your work, attach the 
following boilerplate
+                notice, with the fields enclosed by brackets "[]" replaced 
with your own
+                identifying information. (Don't include the brackets!) The 
text should be
+                enclosed in the appropriate comment syntax for the file 
format. We also
+                recommend that a file or class name and description of purpose 
be included
+                on the same "printed page" as the copyright notice for easier
+                identification within third-party archives.</p>
+                <div class="codehilite">
+                    <pre>   
+                        <span class="p">:::</span><span class="n">text</span>
+                        <span class="n">Copyright</span> <span 
class="p">[</span><span class="n">yyyy</span><span class="p">]</span> <span 
class="p">[</span><span class="n">name</span> <span class="n">of</span> <span 
class="n">copyright</span> <span class="n">owner</span><span class="p">]</span>
+
+                        <span class="n">Licensed</span> <span 
class="n">under</span> <span class="n">the</span> <span class="n">Apache</span> 
<span class="n">License</span><span class="p">,</span> <span 
class="n">Version</span> 2<span class="p">.</span>0 <span 
class="p">(</span><span class="n">the</span> "<span 
class="n">License</span>"<span class="p">);</span>
+
+                       <span class="n">you</span> <span class="n">may</span> 
<span class="n">not</span> <span class="n">use</span> <span 
class="n">this</span> <span class="n">file</span> <span class="n">except</span> 
<span class="n">in</span> <span class="n">compliance</span> <span 
class="n">with</span> <span class="n">the</span> <span 
class="n">License</span><span class="p">.</span>
+                       <span class="n">You</span> <span class="n">may</span> 
<span class="n">obtain</span> <span class="n">a</span> <span 
class="n">copy</span> <span class="n">of</span> <span class="n">the</span> 
<span class="n">License</span> <span class="n">at</span>
+
+                        <span class="n">http</span><span 
class="p">:</span><span class="o">//</span><span class="n">www</span><span 
class="p">.</span><span class="n">apache</span><span class="p">.</span><span 
class="n">org</span><span class="o">/</span><span 
class="n">licenses</span><span class="o">/</span><span 
class="n">LICENSE</span><span class="o">-</span>2<span class="p">.</span>0
+
+                       <span class="n">Unless</span> <span 
class="n">required</span> <span class="n">by</span> <span 
class="n">applicable</span> <span class="n">law</span> <span 
class="n">or</span> <span class="n">agreed</span> <span class="n">to</span> 
<span class="n">in</span> <span class="n">writing</span><span 
class="p">,</span> <span class="n">software</span>
+                       <span class="n">distributed</span> <span 
class="n">under</span> <span class="n">the</span> <span 
class="n">License</span> <span class="n">is</span> <span 
class="n">distributed</span> <span class="n">on</span> <span 
class="n">an</span> "<span class="n">AS</span> <span class="n">IS</span>" <span 
class="n">BASIS</span><span class="p">,</span>
+                       <span class="n">WITHOUT</span> <span 
class="n">WARRANTIES</span> <span class="n">OR</span> <span 
class="n">CONDITIONS</span> <span class="n">OF</span> <span 
class="n">ANY</span> <span class="n">KIND</span><span class="p">,</span> <span 
class="n">either</span> <span class="n">express</span> <span 
class="n">or</span> <span class="n">implied</span><span class="p">.</span>
+                       <span class="n">See</span> <span class="n">the</span> 
<span class="n">License</span> <span class="k">for</span> <span 
class="n">the</span> <span class="n">specific</span> <span 
class="n">language</span> <span class="n">governing</span> <span 
class="n">permissions</span> <span class="n">and</span>
+                       <span class="n">limitations</span> <span 
class="n">under</span> <span class="n">the</span> <span 
class="n">License</span><span class="p">.</span>
+                    </pre>
+                </div>
+
+            </div>
+        </div>
+
+    <div class="col hide-on-small-only m3 l2 pull-m9 pull-l10">
+      <div class="toc-wrapper pinned">
+        <div style="height: 1px;">
+          <ul class="section table-of-contents">
+            <li><a href="#downloads">Downloads</a></li>
+            <li><a href="#issue">Issue Tracker</a></li>
+            <li><a href="#development">Development Tools</a></li>
+            <li><a href="#source">Source Code</a></li>
+            <li><a href="#license">License</a></li>
+          </ul>
+        </div>
+      </div>
+    </div>
+
+  </div>
+</div>
+
+
+</main>
+</div>
+
+
+      </div>
+    </div>
+
+    <footer id="contact" class="page-footer default_color scrollspy">
+  <div class="container">
+    <div class="row">
+      <div class="col l6 s12">
+
+      </div>
+      <div class="col m4 s12">
+        <h5 class="white-text">Apache</h5>
+        <ul>
+          <li><a class="white-text" href="http://www.apache.org/"; 
target="_blank">Apache Server Foundation</a></li>
+          <li><a class="white-text" 
href="http://www.apache.org/foundation/thanks.html"; 
target="_blank">Thanks</a></li>
+          <li><a class="white-text" 
href="http://www.apache.org/foundation/sponsorship.html"; target="_blank">Become 
a Sponsor</a></li>
+          <li><a class="white-text" href="http://www.apache.org/security/"; 
target="_blank">Security</a></li>
+        </ul>
+      </div>
+      <div class="col m4 s12">
+        <h5 class="white-text">Quick Links</h5>
+        <ul>
+          <li><a class="white-text" 
href="development.html#downloads">Downloads</a></li>
+          <li><a class="white-text" 
href="learning.html#documentation">Documentation</a></li>
+          <li><a class="white-text" 
href="https://issues.apache.org/jira/browse/airavata/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel";
 target="_blank">Issue Tracking</a></li>
+        </ul>
+      </div>
+      <div class="col m4 s12">
+        <h5 class="white-text">Students</h5>
+        <ul>
+          <li><a class="white-text" href="http://www.joashpereira.com/";>Become 
a Contributor</a></li>
+          <li><a class="white-text" 
href="http://www.joashpereira.com/blog";>GSoC Projects</a></li>
+          <li><a class="white-text" 
href="http://www.joashpereira.com/blog";>--</a></li>
+          <li><a class="white-text" 
href="http://www.joashpereira.com/blog";>--</a></li>
+        </ul>
+      </div>
+
+    </div>
+  </div>
+  <div class="footer-copyright default_color">
+    <div class="container">
+      Copyright &copy; 2016
+    </div>
+  </div>
+</footer>
+
+  </body>
+  <!--  Scripts-->
+  <script src="min/plugin-min.js"></script>
+  <script src="min/custom-min.js"></script>
+
+</html>

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/6d785d62/content/favicon.ico
----------------------------------------------------------------------
diff --git a/content/favicon.ico b/content/favicon.ico
new file mode 100644
index 0000000..96bcd75
Binary files /dev/null and b/content/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/6d785d62/content/fonts/FontAwesome.otf
----------------------------------------------------------------------
diff --git a/content/fonts/FontAwesome.otf b/content/fonts/FontAwesome.otf
new file mode 100644
index 0000000..81c9ad9
Binary files /dev/null and b/content/fonts/FontAwesome.otf differ

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/6d785d62/content/fonts/fontawesome-webfont.eot
----------------------------------------------------------------------
diff --git a/content/fonts/fontawesome-webfont.eot 
b/content/fonts/fontawesome-webfont.eot
new file mode 100644
index 0000000..84677bc
Binary files /dev/null and b/content/fonts/fontawesome-webfont.eot differ

Reply via email to