diff options
| author | Bobby <[email protected]> | 2022-11-22 09:17:56 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-22 09:17:56 -0500 |
| commit | 93033431d1c6a60b083c489a9b33ae4efe64ee03 (patch) | |
| tree | 671337d009a91f2f6d2d56dfe8c43dbb84ecee0e /templates/dev_status | |
| parent | edace8bf3afd080940d9a680a431c39e2c99522f (diff) | |
| download | thatcomputerscientist-93033431d1c6a60b083c489a9b33ae4efe64ee03.tar.xz thatcomputerscientist-93033431d1c6a60b083c489a9b33ae4efe64ee03.zip | |
compress image data
Diffstat (limited to 'templates/dev_status')
| -rw-r--r-- | templates/dev_status/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/dev_status/home.html b/templates/dev_status/home.html index 91a00276..31b22a74 100644 --- a/templates/dev_status/home.html +++ b/templates/dev_status/home.html @@ -49,12 +49,12 @@ <table style="width=720px; margin: 0 auto; table-layout: fixed;"> {% for repo in repos %} <tr> - <td> - <a href="{% url 'dev_status:repo' repo.name %}" style="display: inline-block; margin-right: 10px; background-image: url('{% url 'ignis:cover_image' repo.name %}');" class="zoom"></a> + <td><a href="{% url 'dev_status:repo' repo.name %}"> + <img src="{% url 'ignis:cover_image' repo.name %}" style="display: inline-block; margin-right: 10px;" class="zoom"> </a> </td> <td> - <p style="font-size: 20px; font-weight: bold;">{{ repo.name }}</p> + <p style="font-size: 20px; font-weight: bold;"><a href="{% url 'dev_status:repo' repo.name %}">{{ repo.name }}</a></p> <p style="font-size: 15px;">{{ repo.description }}</p> </td> |
