Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.51 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.51 KB

Jugend hackt GitHub Badge Generator Created by Alpacas

A simple PHP generator for svg GitHub Readme Badges for Jugend hackt.

Quickstart

Use the interactive builder utility: https://jhbadge.eu/builder

Generator Tutorial

The generator is available at https://jhbadge.eu/. By default, it creates this Badge: Jugend hackt Badge

To select the specific event, add the evt GET-Variable to your URL. Example: This URL (https://jhbadge.eu/?evt=ffm) generates this Badge: Jugend hackt Frankfurt Badge Below you can find a complete list of events and abbreviations for them.

By default, the generator will use the current year in the Badge. This is useful if you just want to download it. If you want to reference it using the URL, like above, you should lock the year to prevent it from updating. To do that, add the year GET-Variable to your URL. Example: This URL (https://jhbadge.eu/?evt=cgn&year=2017) generates this Badge: Jugend Hackt Frankfurt 2017 Badge

Event List

These are the events the generator recognizes:

  • ber - Berlin
  • cgn - Köln
  • ffm - Frankfurt
  • hal - Halle
  • hd - Heidelberg
  • hh - Hamburg
  • mv - Mecklenburg-Vorpommern
  • ulm - Ulm
  • at - Österreich
  • ch - Schweiz
  • asia - Asien
  • rem - Remote

Thank you

  • ... Jugend hackt for the awesome events
  • ... @pascalboehler, for the idea
  • ... everyone in Zulip for testing!