Fixes #133 Updated blurb on homepage, and amended the about page
This commit is contained in:
parent
b0bffdc7f3
commit
3ca6cc4702
|
@ -2,8 +2,26 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
<h3>What is a hackspace/makerspace</h3>
|
||||||
<p>A hackspace also referred to as a maker space is a community-operated, workspace where people with common interests, often in computers, machining, technology, science, digital art or electronic art, can meet, socialise and collaborate.</p>
|
<p>A hackspace also referred to as a maker space is a community-operated, workspace where people with common interests, often in computers, machining, technology, science, digital art or electronic art, can meet, socialise and collaborate.</p>
|
||||||
|
|
||||||
<p>Most people do no have the space knowledge or finance required to create things at home, hackspaces get around this by pooling together for the bigger tools sharing of knowledge and helping out each other to create & build.</p>
|
<p>Most people do no have the space knowledge or finance required to create things at home, hackspaces get around this by pooling together for the bigger tools sharing of knowledge and helping out each other to create & build.</p>
|
||||||
|
|
||||||
|
<h3>Where are we based</h3>
|
||||||
|
We currently have a room at maidstone community centre in marsham street.
|
||||||
|
<p>If you would like to visit us <a href="https://www.google.co.uk/maps/place/Maidstone+Community+Support+Centre/@51.2743759,0.5252557,17z/data=!3m1!4b1!4m5!3m4!1s0x47df32307962b7b3:0x8478b1177ec21ef7!8m2!3d51.2743759!4d0.5274444">click here</a> for a map</p>
|
||||||
|
|
||||||
|
<h3>Contact Us</h3>
|
||||||
|
<p>If you have questions you would like answered you can ask in the live chat, bare in mind everyone will likely be busy so be patient or prefereable use the
|
||||||
|
<a href="https://groups.google.com/forum/#!forum/maidstone-hackspace">mailing list</a> or <a href="{% url 'contact' %}">contact form</a>.</p>
|
||||||
|
|
||||||
|
<h3>When do we meet ? </h3>
|
||||||
|
<p>We hold open evenings <strong>every wednesday</strong> from <strong>5:30pm</strong> till <strong> 8:00pm </strong>
|
||||||
|
where members and non-members can visit and hang out, work on projects, socialise, and collaborate.
|
||||||
|
<a href="{% url 'about' %}">Learn more</a>.</p>
|
||||||
|
|
||||||
|
We have a calendar you can subscribe to which has our meetups we try to keep this upto date.
|
||||||
|
<a href="https://calendar.google.com/calendar/embed?src=contact@maidstone-hackspace.org.uk&ctz=America/New_York&pli=1">Shared Calendar</a>
|
||||||
|
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
|
@ -7,10 +7,21 @@
|
||||||
|
|
||||||
{% show_banner_images %}
|
{% show_banner_images %}
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<section>
|
||||||
<p>Hackspaces are a shared space where artists, designers, makers, hackers, programmers, tinkerers, professionals and hobbyists can work on their projects, share knowledge and collaborate.</p>
|
<h3>Visit us on Wednesdays</h3>
|
||||||
<p>We now how a space as of March 2017, we are now in the process of kitting it out with tools to facilitate working on your projects, At the moment, communication is via google groups, email, and the website. If you're at all intrested please join our mailing list and say hi.</p>
|
<p>
|
||||||
<p>If you would like to visit us <a href="https://www.google.co.uk/maps/place/Maidstone+Community+Support+Centre/@51.2743759,0.5252557,17z/data=!3m1!4b1!4m5!3m4!1s0x47df32307962b7b3:0x8478b1177ec21ef7!8m2!3d51.2743759!4d0.5274444">click here</a> for a map, and check the <a href="https://groups.google.com/forum/#!forum/maidstone-hackspace">mailing list</a> for when we are at the space.</p>
|
We hold open evenings <strong>every wednesday</strong> from <strong>5:30pm</strong> till <strong> 8:00pm </strong>
|
||||||
|
where members and non-members can visit and hang out, work on projects, socialise, and collaborate.
|
||||||
|
<a href="{% url 'about' %}">Learn more</a>.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<h3>Introduction</h3>
|
||||||
|
<p>Hackspaces (also known as makerspaces) are a shared space where artists, designers, makers, hackers, programmers, tinkerers, professionals and hobbyists can work on their projects, share knowledge and collaborate.</p>
|
||||||
|
|
||||||
|
<p>We now how a space as of March 2017, we are now in the process of kitting it out with tools to facilitate working on your projects, At the moment, communication is via a <a href="https://groups.google.com/forum/#!forum/maidstone-hackspace">mailing list</a>, email, and <a href="https://hangouts.google.com/group/oDcAL0nDfQYfO3qq1">Chat</a>. If you're at all intrested please join our mailing list and say hi.</p>
|
||||||
|
|
||||||
|
<p>If you would like to visit us <a href="https://www.google.co.uk/maps/place/Maidstone+Community+Support+Centre/@51.2743759,0.5252557,17z/data=!3m1!4b1!4m5!3m4!1s0x47df32307962b7b3:0x8478b1177ec21ef7!8m2!3d51.2743759!4d0.5274444">click here</a> for a map, and check the <a href="https://groups.google.com/forum/#!forum/maidstone-hackspace">mailing list</a> for when we are at the space, we recommend contacting us to avoid disapointment.</p>
|
||||||
|
|
||||||
{% show_feeds %}
|
{% show_feeds %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
Loading…
Reference in New Issue