11 lines
697 B
HTML
11 lines
697 B
HTML
{% extends "base.html" %}
|
|
{% load feed_views %}
|
|
|
|
{% block content %}
|
|
<h2>Introduction</h2>
|
|
Hackspaces are a shared space where artists, designers, makers, hackers, programmers, tinkerers, professionals and hobbyists can work on their projects, share knowledge and collaborate.We are in the process of developing Maidstone Hackspace. We're previous members of (ICMP) and looking to form a new space in the future. At the moment, communication is via google groups, email, and the website. If you're at all intrested please join our mailing list and make yourself known!
|
|
|
|
Click here to chat with us https://hangouts.google.com/group/oDcAL0nDfQYfO3qq1
|
|
{% show_feeds %}
|
|
{% endblock content %}
|