Skip to content

Commit

Permalink
chore: Update sponsor logos and categories on home and sponsor pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkbeast-glitch committed May 15, 2024
1 parent 867e166 commit f73b720
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added djangocon_2024/static/images/sponsors/scout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions djangocon_2024/templates/modules/home_sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ <h3 class="sponsor-category-title">Bronze</h3>
<a href="https://www.appsignal.com/">
<img src="{% static 'images/sponsors/signal.svg' %}" class="sponsor large" alt="AppSignal Logo" />
</a>
<!-- No Tier start -->
<hr class="sponsor-category-divider gold" />
<h3 class="sponsor-category-title">Sponsor</h3>

<!-- Scout Monitoriong logo -->
<a href="https://www.scoutapm.com/">
<img src="{% static 'images/sponsors/scout.png' %}" class="sponsor large" alt="Scout Monitoring Logo" />
</a>

<!-- No Tier End -->

<hr class="sponsor-category-divider gold" />
<h3 class="sponsor-category-title">Grants</h3>
Expand Down
12 changes: 12 additions & 0 deletions djangocon_2024/templates/modules/sponsor_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ <h3 class="sponsor-category-title">Bronze</h3>
<a href="https://www.appsignal.com/">
<img src="{% static 'images/sponsors/signal.svg' %}" class="sponsor large" alt="AppSignal Logo" />
</a>
<!-- No Tier start -->
<hr class="sponsor-category-divider gold" />
<h3 class="sponsor-category-title">Sponsor</h3>

<!-- Scout Monitoriong logo -->
<a href="https://www.scoutapm.com/">
<img src="{% static 'images/sponsors/scout.png' %}" class="sponsor large"
alt="Scout Monitoring Logo" />
</a>

<!-- No Tier End -->



<hr class="sponsor-category-divider gold">
Expand Down

0 comments on commit f73b720

Please sign in to comment.