You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cg...@apache.org on 2023/06/13 03:32:18 UTC

[plc4x] branch develop updated: Fix/www (#987)

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

cgarcia pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new f75dd21d3d Fix/www (#987)
f75dd21d3d is described below

commit f75dd21d3d75b91eb92e8dca62c59ad29829bd1e
Author: César José García León <ce...@gmail.com>
AuthorDate: Mon Jun 12 23:32:08 2023 -0400

    Fix/www (#987)
    
    * New feature _lastitem.
    
    * Update local repo.
    
    * Fix image location for files generated by plantuml.
    
    * Restores home page to its original condition.
    
    ---------
    
    Co-authored-by: César García <ce...@ceos.com.ve>
---
 src/site/asciidoc/index.adoc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/site/asciidoc/index.adoc b/src/site/asciidoc/index.adoc
index 5ecb4db661..cbed626f26 100644
--- a/src/site/asciidoc/index.adoc
+++ b/src/site/asciidoc/index.adoc
@@ -165,6 +165,20 @@
                                        </div>
                                    </div>
                                </div>
+                               <div class="carousel-item">
+                                   <div class="col-md-12 col-lg-4">
+                                       <div class="card h-100 p-5 justify-content-center"
+                                            onclick="location.href='https://hop.apache.org';"
+                                            style="cursor:pointer;">
+                                           <div class="d-flex align-items-center justify-content-center h-100">
+                                               <img src="images/integrations/apache_hop_logo.png" alt="Card image cap">
+                                           </div>
+                                           <div class="card-body">
+                                               <h5 class="card-title"><b>Apache Hop</b></h5>
+                                           </div>
+                                       </div>
+                                   </div>
+                               </div>                               
                                <div class="carousel-item">
                                    <div class="col-md-12 col-lg-4">
                                        <div class="card h-100 p-5 justify-content-center"