diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-04 21:04:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-04 21:04:19 -0300 |
commit | 27394ccacdea6af7a878fd25d07e0c6566b85c18 (patch) | |
tree | 8e104189aa44fb619cb758504b44893076be0d9d | |
parent | d359e1fe17d66710c48c32f9c325ea5282347aa6 (diff) |
Add Gandi.net as Parabola's domain name sponsor
-rw-r--r-- | sitestatic/gandi.png | bin | 0 -> 39166 bytes | |||
-rw-r--r-- | templates/public/index.html | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sitestatic/gandi.png b/sitestatic/gandi.png Binary files differnew file mode 100644 index 00000000..0bf6ecf2 --- /dev/null +++ b/sitestatic/gandi.png diff --git a/templates/public/index.html b/templates/public/index.html index db79e8d9..0a69cc17 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -204,6 +204,12 @@ donate button would go here title="Fundația Ceata - Parabola's fiscal sponsor" /> </a> + <a href="https://www.gandi.net"> + <img src="{% static "gandi.png" %}" + alt="Gandi.net - Parabola's domain name sponsor" + title="Gandi.net - Parabola's domain name sponsor" /> + </a> + <a href="https://www.robofun.ro"> <img src="{% static "robofun.jpg" %}" alt="Robofun - Parabola's ARM port sponsor" |