Skip to content

Commit

Permalink
Fix/www (#987)
Browse files Browse the repository at this point in the history
* 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 <cesar.garcia@ceos.com.ve>
  • Loading branch information
glcj and ceos01 committed Jun 13, 2023
1 parent 1b9f8b9 commit f75dd21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/site/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f75dd21

Please sign in to comment.