Promotion: Difference between revisions

From NURDspace
(Created page with "* 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 ...")
 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Promotion media ==
* Lets make stickers , http://www.flickr.com/people/synical/ , ~45 usd , about 34 euros , for 150 3x4" stickers (about 7x10cm)
* 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?
* And posters .. we discussed this, lets make some sketches for design?
* Flyers?
 
=== Flyers ===
We made a collage with [https://github.com/adrienverge/PhotoCollage PhotoCollage] that can be used as background for flyers and maybe even for posters.
<gallery>
Image:Flyer1_background.png|Flyer1 background
Image:Flyer1_output.png|Example flyer output
Image:Flyer2_backside.png|Example backside
</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:
<pre>
#!/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
 
</pre>
 
== 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 ==
* [[flashmob]]
 
== Been there, done that ==
* Article in the local newspaper 'De Stad Wageningen' of 18-10-2011 - http://tinyurl.com/6c5zlc5
* [[Open art day open day]]
* [[Open hackerspace dag]]
* [[Open Hackerspace Dag 2014]]
* [[Open Hackerspace Day 2016]]
* [[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