This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 524cdfd616 Added more links to the provider and languages page CTR
524cdfd616 is described below
commit 524cdfd616d2039fbe72a389bab8a9127a6e20dd
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Dec 20 18:53:19 2022 -0500
Added more links to the provider and languages page CTR
---
docs/site/home/css/custome.css | 3 +++
docs/site/home/img/community/db.png | Bin 0 -> 13597 bytes
docs/site/home/index.html | 36 +++++++++++++++++++++++++++++++++---
3 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/docs/site/home/css/custome.css b/docs/site/home/css/custome.css
index 39d99915df..15735a45f7 100644
--- a/docs/site/home/css/custome.css
+++ b/docs/site/home/css/custome.css
@@ -44,6 +44,9 @@ body{
.text-blue{
color: #147AA4;
}
+.text-orange{
+ color: #f08d49;
+}
.hover-op-low li{
transition: all 0.2s ease-in-out;
}
diff --git a/docs/site/home/img/community/db.png
b/docs/site/home/img/community/db.png
new file mode 100644
index 0000000000..7baa379cdb
Binary files /dev/null and b/docs/site/home/img/community/db.png differ
diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index ee0be24835..2f814d3b3e 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -202,7 +202,7 @@ limitations under the License.
</div>
<div class="row">
<div class="col-lg-6 border-right text-center">
- <h3 class="ft-25 bold black mb-4">TinkerPop 3.6.1
Downloads</h3>
+ <h3 class="ft-25 bold black mb-6">TinkerPop 3.6.1
Downloads</h3>
<div class="row">
<div class="col-md-4 mb-3">
<img src="img/group-24.svg"
class="img-fluid mb-2" alt="img"><br>
@@ -231,7 +231,6 @@ limitations under the License.
<h3 class="ft-25 bold black
mb-4">Documentation</h3>
<div class="row">
<div class="col-md-6 mb-3">
-
<div class="dropdown text-start">
<button class="btn btn-theme btn-cust
w-100 dropdown-toggle text-start"
type="button"
id="dropdownMenuButton1" data-bs-toggle="dropdown"
@@ -273,7 +272,38 @@ limitations under the License.
</div>
</div>
-
+ <div class="row">
+ <div class="col-2 mb-1">
+
+ </div>
+ <div class="col-1 mb-1">
+ <a href="community.html"><img
src="img/community/go.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-1 mb-1">
+ <a href="community.html"><img
src="img/community/groovy.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-1 mb-1">
+ <a href="community.html"><img
src="img/community/java.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-1 mb-1">
+ <a href="community.html"><img
src="img/community/javascript.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-1 mb-1">
+ <a href="community.html"><img
src="img/community/c-sharp-logo-png.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-1 mb-1">
+ <a href="community.html"><img
src="img/community/python.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-1 mb-1">
+ <a href="community.html"><img
src="img/community/tools.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-1 mb-1">
+ <a href="providers.html"><img
src="img/community/db.png" class="img-fluid me-3" alt="img"></a>
+ </div>
+ <div class="col-2 mb-1">
+
+ </div>
+ </div>
</div>
</div>