Badge for individual sponsors

CommentFileSizeAuthor
Badge.jpg64.11 KBshriaas

Comments

Shriaas created an issue. See original summary.

shriaas’s picture

Status: Closed (won't fix) » Closed (works as designed)
shriaas’s picture

rahul.shinde’s picture

Title: Drupal Cam Pune 23 Sponsor » Drupal Camp Pune 23 Sponsor
rahul.shinde’s picture

Use the following snippet to be placed in the Bio field

<div class="view event-sponsored">
    <div class="view-header">
        <h4>Event sponsored</h4>
    </div>
    <div class="view-content">
        <div class="view-list">
            <ul>
                <li class="views-field">
                    <div class="field-label">
                        <a href="https://www.drupal.org/community/events/drupalcamp-pune-2023-2023-08-05" title="DrupalCamp Pune 2023">
                             Drupal Camp Pune 2023
                        </a>
                    </div>
                    <div class="field-content">
                        <a href="https://www.drupal.org/community/events/drupalcamp-pune-2023-2023-08-05" title="DrupalCamp Pune 2023">
                            <img src="https://www.drupal.org/files/issues/2023-08-16/Badge.jpg" alt="Drupal Camp Pune 2023 Individual Sponsor" width="140">
                        </a>
                    </div>
                </li>
            </ul>
        </div>
    </div>
</div>