blu3-bird/Shopping-on-tuesday

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

Open

#70 opened on Dec 24, 2025

聽(2 comments)聽(0 reactions)聽(0 assignees)CSS聽(16 forks)auto 404
Designfrontendhelp wantedinterface馃惌good first issue馃Νshiny馃珟enhancement

Repository metrics

Stars
聽(5 stars)
PR merge metrics
聽(No merged PRs in 30d)

Description

馃獎 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.

Contributor guide