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 83881d3  Additional image on index page
83881d3 is described below

commit 83881d3964e179d563e39339f25be431e18661fd
Author: rileykk <[email protected]>
AuthorDate: Wed Nov 29 14:47:23 2023 -0800

    Additional image on index page
---
 images/distributed-acf.png        | Bin 0 -> 6833570 bytes
 index.html                        |   7 +++++++
 source/images/distributed-acf.png | Bin 0 -> 6833570 bytes
 source/index.html                 |   7 +++++++
 4 files changed, 14 insertions(+)

diff --git a/images/distributed-acf.png b/images/distributed-acf.png
new file mode 100644
index 0000000..f1f3b90
Binary files /dev/null and b/images/distributed-acf.png differ
diff --git a/index.html b/index.html
index 8fb3b80..99ab023 100644
--- a/index.html
+++ b/index.html
@@ -162,6 +162,13 @@ Courtesy NASA/JPL-Caltech." />
         <li>Offers programming language-agnostic application and system 
interface (i.e. researchers should be free to use their preferred programming 
language)</li>
       </ul>
 
+      <div align="center">
+        <figure>
+          <img src="images/distributed-acf.png" width="900" alt="Distributed 
SDAP" />
+          <figcaption>Distributed SDAP example diagram</figcaption>
+        </figure>
+      </div>
+
       <!-- closing -->
       <!-- <h2></h2> -->
       <!-- <p></p> -->
diff --git a/source/images/distributed-acf.png 
b/source/images/distributed-acf.png
new file mode 100644
index 0000000..f1f3b90
Binary files /dev/null and b/source/images/distributed-acf.png differ
diff --git a/source/index.html b/source/index.html
index 1027660..40caa7e 100644
--- a/source/index.html
+++ b/source/index.html
@@ -109,6 +109,13 @@ Courtesy NASA/JPL-Caltech." />
         <li>Offers programming language-agnostic application and system 
interface (i.e. researchers should be free to use their preferred programming 
language)</li>
       </ul>
 
+      <div align="center">
+        <figure>
+          <img src="images/distributed-acf.png" width="900" alt="Distributed 
SDAP" />
+          <figcaption>Distributed SDAP example diagram</figcaption>
+        </figure>
+      </div>
+
       <!-- closing -->
       <!-- <h2></h2> -->
       <!-- <p></p> -->

Reply via email to