Skip to content

Commit

Permalink
Update frontpage.html adding a feature link for the suggestion repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cottage14 authored Jun 30, 2024
1 parent bc1a986 commit ffa8d76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/theme/templates/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,25 @@ <h5 class="card-title text-center text-capitalize">
</div>
</div>
</div>
<!-- Ideas -->
<div class="col-md">
<div class="card rounded-3 bg-light h-100">
<div class="card-body d-flex flex-column">
<a href="https://github.com/apache/infrastructure-ideas/tree/main" target="_blank"></a>
<h5 class="card-title text-center text-capitalize">
<i class="fa-regular fa-lightbulb" style="color: #000; font-size: 16pt;"></i>
<a href="https://github.com/apache/infrastructure-ideas/tree/main" target="_blank">Ideas</a>
</h5>
<p class="card-text">
Here is the suggestion box for future ASF infrastructure services, as well as for enhancements to existing services.</p>
<p>Add your suggestion, or upvote and comment on suggestions others have made.
</p>
<div class="d-grid mt-auto">
<a href="https://github.com/apache/infrastructure-ideas/tree/main" target="_blank" class="btn btn-primary">Suggest!</a>
</div>
</div>
</div>
</div>

<!-- Newsletter -->
<div class="col-md">
Expand Down

0 comments on commit ffa8d76

Please sign in to comment.