Logo assets for Electronic Frontier Norway (EFN).
This repository contains vector originals, generated bitmap exports, and helper scripts for producing common EFN logo variants for websites, social sharing, favicons, and other publication contexts.
vectorized/- source vector artwork, including SVG and EPS variants.vectorized/Play/- bundled Play font files used by the logo artwork.bitmap/- generated PNG exports in common sizes and layouts.produce/- shell scripts for generating bitmap outputs from vector sources.produce/unofficial/- scripts for unofficial color/background variants.index.html- simple logo overview page.historical.html- historical logo page.
bitmap/efnlogo.png- default square logo.bitmap/efnlogo-favicon.png- favicon-sized logo.bitmap/efnlogo-horizontal-text-1280x224.png- horizontal logo with text.bitmap/efnlogo-vertical-text-580x224.png- vertical logo with Norwegian text.bitmap/efnlogo-vertical-english-text-3000x1000.png- English text variant.bitmap/efnlogo-opengraph-white_bg-1200x630.png- OpenGraph/social preview image on a white background.
Run the relevant script from produce/:
./produce/efnlogo-favicon.sh
./produce/efnlogo-opengraph-white_bg-1200x630.shThe scripts write generated PNG files into bitmap/.
Keep source artwork in vectorized/ and generated outputs in bitmap/. When
updating a logo variant, commit both the source change and the regenerated asset
that downstream sites consume.