aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-13 00:13:24 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-13 00:13:24 +0200
commitf125c1bd5b3f60ffffb308a4994fc8d57748bda1 (patch)
treecd0e279467b18c595da5830edf5edeb4f0fa08b7 /pydis_site
parentAdjust dynamic video sizing to try keep aspect. (diff)
Added hrefs for the cards
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/home/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 9f9fe93e..93361580 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -56,7 +56,7 @@
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
- <i class="fab fa-github"></i> <a href="pythondiscord.com"> python-discord/site</a>
+ <i class="fab fa-github"></i> <a href="https://github.com/python-discord/site"> python-discord/site</a>
<br><br>
<em>Source code for our website</em>
<br><br>
@@ -71,7 +71,7 @@
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
- <i class="fab fa-github"></i> <a href="pythondiscord.com"> python-discord/bot</a>
+ <i class="fab fa-github"></i> <a href="https://github.com/python-discord/bot"> python-discord/bot</a>
<br><br>
<em>Source code for our Discord bot</em>
<br><br>
@@ -86,7 +86,7 @@
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
- <i class="fab fa-github"></i> <a href="pythondiscord.com"> python-discord/snekbox</a>
+ <i class="fab fa-github"></i> <a href="https://github.com/python-discord/snekbox"> python-discord/snekbox</a>
<br><br>
<em>Easy, safe evaluation of arbitrary Python code</em>
<br><br>
@@ -101,7 +101,7 @@
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
- <i class="fab fa-github"></i> <a href="pythondiscord.com"> python-discord/seasonalbot</a>
+ <i class="fab fa-github"></i> <a href="https://github.com/python-discord/seasonalbot"> python-discord/seasonalbot</a>
<br><br>
<em>A Discord bot that changes with the seasons. Meant as a beginner-friendly learning project.</em>
<br><br>
@@ -116,7 +116,7 @@
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
- <i class="fab fa-github"></i> <a href="pythondiscord.com"> python-discord/django-simple-bulma</a>
+ <i class="fab fa-github"></i> <a href="https://github.com/python-discord/django-simple-bulma"> python-discord/django-simple-bulma</a>
<br><br>
<em>Django application to add the Bulma CSS framework and its extensions</em>
<br><br>
@@ -131,7 +131,7 @@
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
- <i class="fab fa-github"></i> <a href="pythondiscord.com"> python-discord/django-crispy-bulma</a>
+ <i class="fab fa-github"></i> <a href="https://github.com/python-discord/django-crispy-bulma"> python-discord/django-crispy-bulma</a>
<br><br>
<em>Django application to add 'django-crispy-forms' layout objects for Bulma.io</em>
<br><br>