You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2016/04/13 22:50:42 UTC

airavata-site git commit: Made global navigation links active when on those pages + contribute image changes

Repository: airavata-site
Updated Branches:
  refs/heads/asf-site e5bc1054a -> 99742a2eb


Made global navigation links active when on those pages + contribute image changes


Project: http://git-wip-us.apache.org/repos/asf/airavata-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-site/commit/99742a2e
Tree: http://git-wip-us.apache.org/repos/asf/airavata-site/tree/99742a2e
Diff: http://git-wip-us.apache.org/repos/asf/airavata-site/diff/99742a2e

Branch: refs/heads/asf-site
Commit: 99742a2eb2026055916878d9d119e5c850fde5d5
Parents: e5bc105
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Wed Apr 13 16:50:08 2016 -0400
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Wed Apr 13 16:50:08 2016 -0400

----------------------------------------------------------------------
 content/about.html                |   6 +++---
 content/assets/img/contribute.png | Bin 5795 -> 6140 bytes
 content/development.html          |   4 ++--
 source/about.md                   |   7 ++++---
 source/assets/img/contribute.png  | Bin 5795 -> 6140 bytes
 source/development.md             |   1 +
 6 files changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-site/blob/99742a2e/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index ef540b1..e25b89f 100644
--- a/content/about.html
+++ b/content/about.html
@@ -72,10 +72,10 @@
 	<main><div class="container">
     		<div class="row">
 
-    <div class="col s4 center">
-        <img src="assets/img/airavata-logo.png" width="80%" />
+    <div class="col m4 center">
+        <img src="assets/img/airavata-logo.png" width="100%" />
     </div>
-    <div class="col s8">
+    <div class="col m8">
         <h3>Apache Airavata</h3>
         <p>Apache Airavata originated from the <a target="_blank" href="http://extreme.indiana.edu">Extreme Computing Lab</a> at <a target="_blank" href="http://indiana.edu/">Indiana University</a> then directed by <a target="_blank" href="http://research.microsoft.com/en-us/people/degannon/">Dr. Dennis Gannon</a>. The concepts and initial versions of the code is a byproduct of over a dozen PhD dissertations and years of research and development efforts.  The software is initially envisioned to meet the challenging goals of the [Linked Environments for Atmospheric Discovery (LEAD) project.</p>
     </div>

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/99742a2e/content/assets/img/contribute.png
----------------------------------------------------------------------
diff --git a/content/assets/img/contribute.png b/content/assets/img/contribute.png
index ed3ae8a..dc10377 100644
Binary files a/content/assets/img/contribute.png and b/content/assets/img/contribute.png differ

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/99742a2e/content/development.html
----------------------------------------------------------------------
diff --git a/content/development.html b/content/development.html
index a65be8b..a105cd5 100644
--- a/content/development.html
+++ b/content/development.html
@@ -32,7 +32,7 @@
                   </a>
                   <ul class="right hide-on-med-and-down">
                       <li ><a href="about.html">About</a></li>
-                      <li ><a href="development.html">Development</a></li>
+                      <li  class="active" ><a href="development.html">Development</a></li>
                       <li >
                           <a href="learning.html">Learning</a>
                           <!--
@@ -48,7 +48,7 @@
                   </ul>
                   <ul id="nav-mobile" class="side-nav">
                       <li ><a href="about.html">About</a></li>
-                      <li ><a href="development.html">Development</a></li>
+                      <li  class="active" ><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>

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/99742a2e/source/about.md
----------------------------------------------------------------------
diff --git a/source/about.md b/source/about.md
index 80a106b..5bdc0b7 100644
--- a/source/about.md
+++ b/source/about.md
@@ -1,14 +1,15 @@
 ---
 layout: page
+title:
 id: about
 ---
 
   <div class="row">
 
-    <div class="col s4 center">
-        <img src="assets/img/airavata-logo.png" width="80%">
+    <div class="col m4 center">
+        <img src="assets/img/airavata-logo.png" width="100%">
     </div>
-    <div class="col s8">
+    <div class="col m8">
         <h3>Apache Airavata</h3>
         <p>Apache Airavata originated from the <a target="_blank" href="http://extreme.indiana.edu">Extreme Computing Lab</a> at <a target="_blank" href="http://indiana.edu/">Indiana University</a> then directed by <a target="_blank" href="http://research.microsoft.com/en-us/people/degannon/">Dr. Dennis Gannon</a>. The concepts and initial versions of the code is a byproduct of over a dozen PhD dissertations and years of research and development efforts.  The software is initially envisioned to meet the challenging goals of the [Linked Environments for Atmospheric Discovery (LEAD) project.</p>
     </div>

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/99742a2e/source/assets/img/contribute.png
----------------------------------------------------------------------
diff --git a/source/assets/img/contribute.png b/source/assets/img/contribute.png
index ed3ae8a..dc10377 100644
Binary files a/source/assets/img/contribute.png and b/source/assets/img/contribute.png differ

http://git-wip-us.apache.org/repos/asf/airavata-site/blob/99742a2e/source/development.md
----------------------------------------------------------------------
diff --git a/source/development.md b/source/development.md
index 6a6cb9f..253eb00 100644
--- a/source/development.md
+++ b/source/development.md
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Development
+id: development
 ---
 
 <!--Hero-->