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

jan pushed a commit to branch ci-sponsors
in repository https://gitbox.apache.org/repos/asf/couchdb-www.git

commit df6a477b4b83a12f7cab4cb2812d708cb177e794
Author: Jan Lehnardt <j...@apache.org>
AuthorDate: Fri Jan 17 13:19:37 2025 +0100

    feat: add Ci sponsors
---
 .gitignore                |   1 +
 image/macstadium-logo.png | Bin 0 -> 11354 bytes
 index.html                |  40 ++++++++++++++++++++++++++++++++++++++++
 style/master.css          |   7 +++++++
 4 files changed, 48 insertions(+)

diff --git a/.gitignore b/.gitignore
index b72f9be..d94c0c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *~
 *.swp
+.DS_Store
diff --git a/image/macstadium-logo.png b/image/macstadium-logo.png
new file mode 100644
index 0000000..1ebfa45
Binary files /dev/null and b/image/macstadium-logo.png differ
diff --git a/index.html b/index.html
index ff95d6f..dc4fdc9 100644
--- a/index.html
+++ b/index.html
@@ -706,6 +706,46 @@ Thanks to Yohei Shimomae and the Apache Cordova team for 
the original design.
 
   </div>
 
+  <div class="wrap more-pane">
+
+    <h2 class="icon icon-more">Thanks!</h2>
+
+    <br>
+
+    <div class="clear"></div>
+
+  </div>
+
+  <div class="grid">
+
+    <div class="wrap">
+
+      <div class="download-list-container">
+
+        <ul class="list download-list">
+          <li><em>Apache CouchDB receives support from the following 
organisations</em></li>
+          <li>
+            <a href="https://www.macstadium.com";><img 
src="image/macstadium-logo.png" />MacStadium</a>
+          <span class="">(macOS CI Servers)</span>
+          </li>
+          <li>
+            <a href="https://www.ibm.com/products/cloudant";>IBM Cloudant</a>
+            <span class="">(Linux CI Servers)</span>
+          </li>
+          <li>
+            <a 
href="https://neighbourhood.ie/couchdb-support/";>Neighbourhoodie</a>
+            <span class="">(Windows CI Servers &amp; macOS Notarisation)</span>
+          </li>
+        </ul>
+
+        <div class="clear"></div>
+
+      </div>
+
+    </div>
+
+  </div>
+
   <div id="footer">
 
     <p>Copyright &copy; 2025 The Apache Software Foundation &mdash; Licensed 
under the <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License 
2.0</a><br>
diff --git a/style/master.css b/style/master.css
index 363869d..28b50bd 100644
--- a/style/master.css
+++ b/style/master.css
@@ -476,6 +476,13 @@ blockquote {
   background-position: -156px -95px;
   background-color: #e12830;
 }
+
+.download-list li img {
+  vertical-align: middle;
+  height: 24px;
+  padding-right: 1ex;
+}
+
 /**** Testimonials ****/
 .testimonial {
   padding-top: 16px;

Reply via email to