Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.57 KB

index.md

File metadata and controls

52 lines (44 loc) · 1.57 KB
layout
default

Hackathon Hackers Europe

Hackathon Hackers Europe (or HHEU for short) is an organisation targeted at helping student lead hackathons around europe. We are here to bring the hackathon organiser and attendee community together to make hackathons easier to run and partipate in.

HHEU put on events throughout the year to help meet our objectives like the HHEU conference.

FAQ

{% for questions in site.data.FAQ %}

{{ questions.question }}

{{ questions.answer | markdownify }}
{% endfor %}

The Team

{% for person in site.data.team %}

{{ person.name }}

{{ person.description | markdownify }}
{% endfor %}

Sponsors

We are proudly supported by:
{% assign sponsors = site.data.sponsors | where:"type","sponsor" %} {% for sponsor in sponsors %} {% include sponsor_block.html entity=sponsor %} {% endfor %}

And powered by:

{% assign partners = site.data.sponsors | where:"type","partner" %} {% for partner in partners %} {% include sponsor_block.html entity=partner %} {% endfor %}

Contact

Got another question? Reach out to us on hello@hackathonhackers.eu!