This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e3d55c5 Updated UI and added Download section
e3d55c5 is described below
commit e3d55c53b05460c5068d2601a190d21a0bc6028d
Author: Apratim Shukla <[email protected]>
AuthorDate: Sun May 12 16:32:19 2024 -0700
Updated UI and added Download section
---
assets/css/style-dark.css | 102 ++++++++++++++++++++++++++++++++++++++++++++
images/sponsors/graphql.png | Bin 0 -> 19639 bytes
index.html | 86 ++++++++++++++++++++++++++++++++-----
3 files changed, 178 insertions(+), 10 deletions(-)
diff --git a/assets/css/style-dark.css b/assets/css/style-dark.css
index d89c67f..c6540d9 100644
--- a/assets/css/style-dark.css
+++ b/assets/css/style-dark.css
@@ -2765,6 +2765,17 @@ input:-moz-placeholder, textarea:-moz-placeholder {
color: rgba(40, 56, 76, 0.6)
.table-bordered td { padding-left: 20px; padding-right: 20px; border: 1px
solid rgba(70, 189, 244, 0.2); }
+.table-bordered {
+ width: 100%; /* Ensures the table stretches to full container width */
+ table-layout: fixed; /* Makes columns of equal width */
+}
+
+.table-bordered th,
+.table-bordered td {
+ text-align: center; /* Centers text horizontally */
+ vertical-align: middle; /* Centers text vertically */
+}
+
@media (min-width: 576px) { .table-token { margin-bottom: 1rem; display:
table; }
.table-token tbody { display: table-row-group; }
.table-token tr { display: table-row; }
@@ -7900,3 +7911,94 @@ ul.progress-info { display: flex; justify-content:
space-between; }
/* END @iO */
/* END @iO */
+
+.menu-item.has-sub > a {
+ padding-right: 23px; /* space for dropdown icon */
+}
+
+.menu-item.has-sub > a:after {
+ content: '\e64b'; /* dropdown icon */
+ font-family: 'themify';
+ position: absolute;
+ right: 8px;
+ top: 50%;
+ transform: translateY(-50%);
+ transition: transform .4s;
+}
+
+.menu-item.has-sub.open-nav > a:after {
+ transform: translateY(-50%) rotate(-180deg);
+}
+
+.menu-sub .menu-item {
+ font-size: 13px;
+ text-transform: uppercase;
+ font-weight: 500;
+}
+
+.custom-item {
+ margin-left: 0px !important;
+ padding: 0px 0px 5px 0px !important;
+}
+
+@media (max-width: 992px) {
+ .menu-item.has-sub > .menu-sub {
+ position: static;
+ display: block;
+ visibility: visible;
+ opacity: 1;
+ transform: none;
+ box-shadow: none;
+ background: none;
+ padding: 0;
+ }
+
+ .custom-item {
+ padding: 10px 0px 10px 0px !important;
+ }
+
+ .menu-item.has-sub > a:after {
+ display: none; /* Hide dropdown icon */
+ }
+}
+
+.badge {
+ display: inline-block;
+ padding: 0.25em 0.4em;
+ font-size: 75%;
+ font-weight: 700;
+ line-height: 1;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: 0.25rem;
+ background-color: #46bdf4; /* Theme color */
+ color: white;
+ margin: 2px;
+}
+
+.badge.sha256 {
+ background-color: #16a3fe; /* Different shade for SHA256 */
+}
+
+.badge.sign {
+ background-color: #2b56f5; /* Different shade for Sign */
+}
+
+.misc .badge.sha256 a:hover{
+ color: white;
+}
+
+.misc .badge.sign a:hover{
+ color: white;
+}
+
+.zip-header {
+ background-color: #46bdf4; /* Theme color, adjust as needed */
+ color: white;
+ font-size: 1rem;
+ font-weight: bold;
+ text-align: center;
+ padding: 10px 0;
+ border-radius: 6px; /* Optional, for rounded corners */
+}
\ No newline at end of file
diff --git a/images/sponsors/graphql.png b/images/sponsors/graphql.png
new file mode 100644
index 0000000..ea2e960
Binary files /dev/null and b/images/sponsors/graphql.png differ
diff --git a/index.html b/index.html
index e145919..44ff0e6 100755
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
<!-- Fav Icon -->
<link rel="shortcut icon" href="images/icons/icon-128.png">
<!-- Site Title -->
- <title>ResilientDB | Dashboard</title>
+ <title>Apache ResilientDB (incubating) | Global-Scale Sustainable
Blockchain Fabric</title>
<!-- Bundle and Base CSS -->
<link rel="stylesheet" href="assets/css/vendor.bundle.css?ver=210">
<link rel="stylesheet" href="assets/css/style-dark.css?ver=210">
@@ -44,11 +44,21 @@
<nav class="header-menu" id="example-menu-04">
<ul class="menu menu-s2 animated"
data-animate="fadeInDown" data-delay=".75">
<li class="menu-item"><a class="menu-link
nav-link" href="#">Home</a></li>
- <li class="menu-item"><a class="menu-link
nav-link" href="https://cloud.resilientdb.com/graphql"
target="_blank">Cloud</a></li>
- <li class="menu-item"><a class="menu-link
nav-link" href="https://monitoring.resilientdb.com"
target="_blank">Monitoring</a></li>
- <li class="menu-item"><a class="menu-link
nav-link" href="https://explorer.resilientdb.com"
target="_blank">Explorer</a></li>
- <li class="menu-item"><a class="menu-link
nav-link" href="https://resview.resilientdb.com/"
target="_blank">ResView</a></li>
+ <li class="menu-item"><a class="menu-link
nav-link" href="#download">Download</a></li>
+ <li class="menu-item has-sub">
+ <a
href="https://cloud.resilientdb.com/graphql" target="_blank">Cloud</a>
+ <ul class="menu-sub">
+ <li class="menu-item"><a
href="https://explorer.resilientdb.com" target="_blank"
class="custom-item">Explorer</a></li>
+ <li class="menu-item"><a
href="https://resview.resilientdb.com/" target="_blank"
class="custom-item">ResView</a></li>
+ </ul>
+ </li>
<li class="menu-item"><a class="menu-link
nav-link" href="https://youtu.be/ewtFSwjitsg" target="_blank">Demo</a></li>
+ <li class="menu-item has-sub">
+ <a
href="https://status.resilientdb.com" target="_blank">Status</a>
+ <ul class="menu-sub">
+ <li class="menu-item"><a
href="https://monitoring.resilientdb.com" target="_blank"
class="custom-item">Monitoring</a></li>
+ </ul>
+ </li>
</ul>
<ul class="menu-btns animated"
data-animate="fadeInDown" data-delay=".85">
<li><a
href="https://github.com/resilientdb/resilientdb" class="btn btn-rg btn-auto
btn-outline btn-grad on-bg-theme btn-round" target="_blank"><span><em
class="fas fa-code" style="padding-right: 5px;"></em>Code</span></a></li>
@@ -80,7 +90,7 @@
<h1 class="title title-xl-2
title-semibold animated" data-animate="fadeInUp" data-delay="1.35">Global-Scale
Sustainable Blockchain Fabric</h1>
</div>
<div class="cpn-text cpn-text-s1">
- <p class="lead animated"
data-animate="fadeInUp" data-delay="1.45">Apache ResilientDB offers a
high-throughput yielding distributed ledger built upon scale-centric design
principles to democratize and decentralize computation</p>
+ <p class="lead animated"
data-animate="fadeInUp" data-delay="1.45">Apache ResilientDB (Incubating)
offers a high-throughput yielding distributed ledger built upon scale-centric
design principles to democratize and decentralize computation</p>
</div>
<div class="cpn-btns">
<ul class="btn-grp animated"
data-animate="fadeInUp" data-delay="1.55">
@@ -122,7 +132,7 @@
<div class="col-sm-10 col-md-6 text-center
text-md-start">
<div class="nk-block-text">
<h2 class="title animated"
data-animate="fadeInUp" data-delay=".2">Why Apache ResilientDB?</h2>
- <p class="lead animated"
data-animate="fadeInUp" data-delay=".3">The inception of Bitcoin and blockchain
have renewed the vision of a democratic and decentralized computational
paradigm, that is, to ingrain privacy, integrity, transparency, and
accountability into the very fabric of the computational model. At the heart of
this paradigm shift lies a family of fault-tolerant consensus protocols, a
classical distributed theory problem that has failed to [...]
+ <p class="lead animated"
data-animate="fadeInUp" data-delay=".3">The inception of Bitcoin and blockchain
have renewed the vision of a democratic and decentralized computational
paradigm, that is, to ingrain privacy, integrity, transparency, and
accountability into the very fabric of the computational model. At the heart of
this paradigm shift lies a family of fault-tolerant consensus protocols, a
classical distributed theory problem that has failed to [...]
<a
href="https://www.youtube.com/watch?v=whgGTSQttds&ab_channel=ExpoLabatUCDavis"
class="btn-play-wrap animated" data-animate="fadeInUp" target="_blank">
<div class="btn-play btn-play-sm
btn-play-s2">
<em class="btn-play-icon"></em>
@@ -146,7 +156,7 @@
<span class="line-5"></span><span
class="line-6"></span><span class="line-7"></span><span class="line-8"></span>
</div>
<h2 class="title title-s4 animated"
data-animate="fadeInUp" data-delay=".1" title="Wallet">ResVault</h2>
- <p class="animated" data-animate="fadeInUp"
data-delay=".2">ResVault is a streamlined Chrome extension designed as a wallet
for Apache ResilientDB. It facilitates data transactions, user account
management, and secure communication via the ResilientDB GraphQL server.</p>
+ <p class="animated" data-animate="fadeInUp"
data-delay=".2">ResVault is a streamlined Chrome extension designed as a wallet
for Apache ResilientDB (Incubating). It facilitates data transactions, user
account management, and secure communication via the ResilientDB GraphQL
server.</p>
</div>
<!-- Block @s -->
<div class="nk-block nk-block-text-wrap">
@@ -188,7 +198,7 @@
<div class="container">
<div class="section-head text-center wide-auto-sm
tc-light">
<h2 class="title title-s4 animated"
data-animate="fadeInUp" data-delay=".1" title="Apps">Resilient Apps</h2>
- <p class="animated" data-animate="fadeInUp"
data-delay=".2">Apache ResilientDB Fullstack comprises applications built on
ResilientDB, utilizing ResVault as the wallet interface for seamless
interaction via the ResilientDB GraphQL server. Web applications can
effortlessly connect with ResVault using the provided web SDK.</p>
+ <p class="animated" data-animate="fadeInUp"
data-delay=".2">Apache ResilientDB (Incubating) Fullstack comprises
applications built on ResilientDB, utilizing ResVault as the wallet interface
for seamless interaction via the ResilientDB GraphQL server. Web applications
can effortlessly connect with ResVault using the provided web SDK.</p>
</div>
<!-- Block @s -->
<div class="nk-block nk-block-text-wrap">
@@ -297,7 +307,7 @@
<div class="token-status token-status-s5
bg-theme-alt round no-bd animated" data-animate="fadeInUp" data-delay=".9">
<div class="token-box token-box-s3">
<div class="countdown-s3 countdown-s4
countdown" data-date="2023/04/27">
- <img
src="images/sponsors/apache-incubator.png">
+ <img
src="images/sponsors/graphql.png">
</div>
</div>
<div class="token-action">
@@ -313,6 +323,62 @@
</div>
</div>
</div><!-- .block @e -->
+ <!-- // -->
+ <section class="section section-tokensale tc-light bg-theme-dark"
id="download">
+ <!-- Block @s -->
+ <div class="container">
+ <div class="section-head text-center wide-auto-sm">
+ <h2 class="title title-s4 animated"
data-animate="fadeInUp" data-delay=".1" title="Download">Download</h2>
+ <p class="animated" data-animate="fadeInUp"
data-delay=".2">Quick Setup: Download Apache ResilientDB (Incubating)</p>
+ </div>
+ <div class="nk-block nk-block-token mgb-m30">
+ <div class="row align-items-center
justify-content-between gutter-vr-50px">
+ <div class="col-lg-6">
+ <table class="table table-bordered">
+ <tbody>
+ <tr>
+ <td class="zip-header"
colspan="3">zip</td>
+ </tr>
+ <tr>
+ <td class="table-head">Version</td>
+ <td class="table-head">Code</td>
+ <td class="table-head">Misc</td>
+ </tr>
+ <tr>
+ <td class="table-des">v1.9.0</td>
+ <td class="table-des"><a
href="https://github.com/apache/incubator-resilientdb/archive/refs/tags/nexres-v1.9.0.zip"
>Download</a></td>
+ <td class="misc">
+ <span class="badge sha256"><a
href="https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.zip.sha256">SHA256</a></span>
+ <span class="badge sign"><a
href="https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.zip.asc">Sign</a></span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="col-lg-6">
+ <table class="table table-bordered">
+ <tbody>
+ <tr>
+ <td class="zip-header"
colspan="3">tar.gz</td>
+ </tr>
+ <tr>
+ <td class="table-head">Version</td>
+ <td class="table-head">Code</td>
+ <td class="table-head">Misc</td>
+ </tr>
+ <tr>
+ <td class="table-des">v1.9.0</td>
+ <td class="table-des"><a
href="https://github.com/apache/incubator-resilientdb/archive/refs/tags/nexres-v1.9.0.tar.gz">Download</a></td>
+ <td class="misc">
+ <span class="badge sha256"><a
href="https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.tar.gz.sha256">SHA256</a></span>
+ <span class="badge sign"><a
href="https://github.com/apache/incubator-resilientdb/releases/download/nexres-v1.9.0/nexres-v1.9.0.tar.gz.asc">Sign</a></span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </div><!-- .block @e -->
<div class="nk-block">
<div class="row justify-content-center gutter-vr-40px">
<div class="col-md-6 col-mb-8">