You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2024/01/05 21:34:49 UTC

(incubator-sdap-website) branch staging updated: IDEAS page stub

This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-website.git


The following commit(s) were added to refs/heads/staging by this push:
     new 8168d70  IDEAS page stub
8168d70 is described below

commit 8168d70230efc22b4803f207c22f37313e496b7e
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Fri Jan 5 13:34:24 2024 -0800

    IDEAS page stub
---
 projects.html => ideas.html |  9 +++------
 projects.html               |  7 ++++++-
 source/ideas.html           | 11 +++++++++++
 source/projects.html        |  7 ++++++-
 4 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/projects.html b/ideas.html
similarity index 93%
copy from projects.html
copy to ideas.html
index b7c6886..771008f 100644
--- a/projects.html
+++ b/ideas.html
@@ -57,13 +57,9 @@
       </nav>
 
 
-<h1>Projects</h1>
+<h1>IDEAS - Integrated Digital Earth Analysis System</h1>
 
-<p>This page lists some examples of projects powered by SDAP. SDAP supports a wide variety of scientific projects, from oceans, to the atmosphere, to land surface and vegetation, with support for more science disciplines planned for the future.</p>
-
-<h2>Project List</h2>
-
-TBA
+<p><i>Page under construction</i></p>
 
       <!-- footer -->
       <nav class="navbar navbar-default">
@@ -87,3 +83,4 @@ TBA
   </body>
 </html>
 
+
diff --git a/projects.html b/projects.html
index b7c6886..69c61ab 100644
--- a/projects.html
+++ b/projects.html
@@ -63,7 +63,12 @@
 
 <h2>Project List</h2>
 
-TBA
+<ul>
+    <li>
+        <a href="/ideas.html">IDEAS - Integrated Digital Earth Analysis System</a>
+    </li>
+
+</ul>
 
       <!-- footer -->
       <nav class="navbar navbar-default">
diff --git a/source/ideas.html b/source/ideas.html
new file mode 100644
index 0000000..ccc96ec
--- /dev/null
+++ b/source/ideas.html
@@ -0,0 +1,11 @@
+---
+---
+
+{% include header.html %}
+
+<h1>IDEAS - Integrated Digital Earth Analysis System</h1>
+
+<p><i>Page under construction</i></p>
+
+{% include footer.html %}
+
diff --git a/source/projects.html b/source/projects.html
index 9101301..63342ef 100644
--- a/source/projects.html
+++ b/source/projects.html
@@ -9,6 +9,11 @@
 
 <h2>Project List</h2>
 
-TBA
+<ul>
+    <li>
+        <a href="{{ site.baseurl }}/ideas.html">IDEAS - Integrated Digital Earth Analysis System</a>
+    </li>
+
+</ul>
 
 {% include footer.html %}