Skip to content

Commit

Permalink
[TASK] Remove Bitnami card (#441)
Browse files Browse the repository at this point in the history
The TYPO3 image was removed from Bitnami, therefore we don't have to
promote it any further.

Fixes: #437
  • Loading branch information
andreaskienast authored Jun 11, 2024
1 parent e762a48 commit dff9e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Binary file removed public/assets/Images/try/bitnami.png
Binary file not shown.
18 changes: 1 addition & 17 deletions templates/default/root.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -224,23 +224,7 @@
</p>
{% endframe %}
{% frame with { color: 'light' } %}
<div class="card-group-element card-group-element-align-left card-group-element-columns-3">
<div class="card-group-element-item">
<div class="card">
<div class="card-img-top">
<img src="{{ asset('assets/Images/try/bitnami.png') }}" alt="Bitnami">
</div>
<div class="card-body">
<p>Bitnami TYPO3 Stack provides a one-click install solution for TYPO3. Download installers
and virtual machines or run your own TYPO3 server in the cloud.</p>
</div>
<div class="card-footer">
<a href="https://bitnami.com/stack/typo3" class="btn btn-primary">
<span class="btn-text">Go to Bitnami</span>
</a>
</div>
</div>
</div>
<div class="card-group-element card-group-element-align-center card-group-element-columns-3">
<div class="card-group-element-item">
<div class="card">
<div class="card-img-top">
Expand Down

0 comments on commit dff9e70

Please sign in to comment.