Page MenuHomeDevCentral

Serve logo footer from assets
ClosedPublic

Authored by dereckson on Oct 30 2018, 14:55.
Tags
None
Referenced Files
F2831823: D1968.id.diff
Fri, Apr 19, 21:19
Unknown Object (File)
Fri, Apr 19, 03:28
Unknown Object (File)
Wed, Apr 17, 14:36
Unknown Object (File)
Wed, Apr 17, 11:24
Unknown Object (File)
Tue, Apr 16, 07:45
Unknown Object (File)
Mon, Apr 15, 21:48
Unknown Object (File)
Sun, Apr 14, 22:31
Unknown Object (File)
Sun, Apr 14, 07:58
Subscribers
None

Details

Summary

It seems the footer has been adapted from the tools.nasqueron.org's one.

This logo is available as a static resource in assets. subdomain.

That's a more suitable source, as tools. is served by a back-end server,
and as such can be unreacheable for maintenance.

Test Plan

Hashes of the two logos match.

Hash from tools

$ wget https://tools.nasqueron.org/images/Nasqueron.png
$ identify Nasqueron.png
Nasqueron.png PNG 133x131 133x131+0+0 8-bit sRGB 1516B 0.000u 0:00.007
$ optipng -o7 Nasqueron.png
** Processing: Nasqueron.png
...
$ md5 Nasqueron.png                                                                                                                                      
MD5 (Nasqueron.png) = af5efed202464d635e63135e98b2ab23

Hash from assets

$ cd /home/dereckson/dev/nasqueron/assets
$ md5 logos/logo-main-133px.png
MD5 (logos/logo-main-133px.png) = af5efed202464d635e63135e98b2ab23

Diff Detail

Repository
rINFRAWWW Nasqueron infrastructure servers website
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 30 2018, 14:55
This revision was automatically updated to reflect the committed changes.