blu3-bird/Shopping-on-tuesday

🪄 Feature Request: Add Trust Badges to Empty Space on Login Page

Aperta

#70 aperta il 24 dic 2025

 (2 commenti) (0 reazioni) (0 assegnatari)CSS (16 fork)auto 404
Designfrontendhelp wantedinterface🐭good first issue🦭shiny🫎enhancement

Metriche repository

Star
 (5 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

🪄 Feature Request: Add Trust Badges to Empty Space on Login Page

📌 Description

I want to display trust badges in the empty space of the login page. There are four of them.

🧩 Trust Badges Code Snippet


{% macro render_trust_badges() %}
<div class="trust-badges-container">
    <!--Cash on delivery-->
    <div class="trust-badge">
        <div class="badge-icon">🦥</div>
        <div class="badge-content">
            <h4 class="badge-title">Cash On Delivery</h4>
            <p class="badge-description">No Online payment needed!</p>
        </div>
    </div>
</div>
{% endmacro %}

🎯 Expected Outcome

  • Show trust badges on the right/empty area of the login page.
  • Keep the current UI style.
  • Make sure the layout stays responsive.

Guida contributor