The www.gnu.ca website is currently a series of HTML files handwritten and maintained by Amin Bandali using GNU Emacs.
GNU Canada's logo is based on the beautiful GNU silhouette logos by JC, under the Creative Commons Attribution-ShareAlike 4.0 International License.
More specifically, the GNU Canada logo was created by adding a fill colour of d51b1e to the Black GNU profile variant of the GNU silhouette logos.
The favicon was created by first using Inkscape to export the GNU Canada logo SVG to 16x16 and 32x32 PNG images, then using ImageMagick to make an ICO from the PNGs:
inkscape -w 16 -h 16 -o 16.png gnu-profile-d51b1e.svg inkscape -w 32 -h 32 -o 32.png gnu-profile-d51b1e.svg convert 16.png 32.png favicon.ico
Return to GNU Canada's home page.