Promotion: Difference between revisions

From NURDspace
mNo edit summary
(3 intermediate revisions by 3 users not shown)
Line 7: Line 7:
<gallery>
<gallery>
Image:Flyer1_background.png|Flyer1 background
Image:Flyer1_background.png|Flyer1 background
Image:Flyer1_output.png|Example output
Image:Flyer1_output.png|Example flyer output
Image:Flyer2_backside.png|Example backside
</gallery>
</gallery>
One way to make nice flyers out of this is with imagemagick. You need to install imagemagick, and download the [https://nurdspace.nl/images/c/cf/Flyer1_background.png background png] and the right font (Comfortaa-Bold.ttf from [https://dl.dafont.com/dl/?f=comfortaa dafont]). This script will give you the above example as result:
One way to make nice flyers out of this is with imagemagick. You need to install imagemagick, and download the [https://nurdspace.nl/images/c/cf/Flyer1_background.png background png] and the right font (Comfortaa-Bold.ttf from [https://dl.dafont.com/dl/?f=comfortaa dafont]). This script will give you the above example as result:
Line 25: Line 26:


</pre>
</pre>
== Variation on a theme, NURDs can mean a lot of things: ==
== Variation on a theme, NURDs can mean a lot of things: ==
* Never Underestimate Real Development spaces
* Never Underestimate Real Development spaces
Line 47: Line 49:
* [[Open Hackerspace Day 2016]]
* [[Open Hackerspace Day 2016]]
* [[Open Dag 2018]]
* [[Open Dag 2018]]
* Another article .. (around feb 2017) : <gallery>Nurdspace-artikel-3.jpg</gallery>

Revision as of 14:54, 20 December 2020

Promotion media

  • Lets make stickers , http://www.flickr.com/people/synical/ , ~45 usd , about 34 euros , for 150 3x4" stickers (about 7x10cm)
  • And posters .. we discussed this, lets make some sketches for design?

Flyers

We made a collage with PhotoCollage that can be used as background for flyers and maybe even for posters.

One way to make nice flyers out of this is with imagemagick. You need to install imagemagick, and download the background png and the right font (Comfortaa-Bold.ttf from dafont). This script will give you the above example as result:

#!/usr/bin/env bash


convert -background '#0009' -font Comfortaa-Bold.ttf -gravity center -fill white -size 2280x3308 \
-size 2280x331 -pointsize 320 label:'\n' \
-size 2280x662 -pointsize 320 label:'Come Visit\nNURDspace' \
-size 2280x331 -gravity Center -pointsize 120 label:'Your friendly local hackerspace' \
-size 2280x662 -gravity Center -pointsize 170 label:'Open evening\nwednesdays 18:00-0:00' \
-size 2280x762 -gravity Center -pointsize 220 label:'\nVergersweg 22-24\nWageningen' \
-size 2280x562 -pointsize 200 label:'https://nurdspace.nl' \
-append \
Flyer1_background.png +swap -gravity Center -composite Flyer1_output.png

Variation on a theme, NURDs can mean a lot of things:

  • Never Underestimate Real Development spaces
  • Never Under Repeated Disco sound
  • Nerds Use Really Diverse systems
  • New Underground Rides Down South
  • Non Uniform Rotational Distortion syndrome
  • New Underground Research and Development space
  • Never Under Regularly Determined sight
  • Never Under Regulations Discontinue scripting
  • Now U R Da shit
  • add your backronym!

Promotion stunt

Been there, done that