Skip to content

Commit

Permalink
new car
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Jan 25, 2024
1 parent 57bd017 commit 3ff56c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file added components/paddock/paddock/assets/car.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/paddock/paddock/assets/car.webp
Binary file not shown.
5 changes: 2 additions & 3 deletions components/paddock/templates/site/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "site/base.html" %}
{% load django_bootstrap5 %}
{% load racing_tags %}
{% load static %}

{% block title %}#B4mad Racing Copilots{% endblock title %}

Expand All @@ -21,9 +22,7 @@ <h1 class="display-4 fw-bold lh-1">Get Faster 🏁 Faster!</h1>
</div>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-lg-3"
src="https://b4mad.racing/static/favpng_auto-racing-computer-file-caf47e4b14bc1bd13f389d05bc8d5ecd.png"
alt="" width="828" height="600">
<img class="rounded img-fluid float-end" src="{% static 'car.webp' %}">
</div>
</div>
</div>
Expand Down

0 comments on commit 3ff56c9

Please sign in to comment.