www-main/templates/about_en.html

108 lines
5.8 KiB
HTML

{% extends 'basic.html' %}
{% block page_scripts %}
<script type="text/javascript" src="https://widgets.twimg.com/j/2/widget.js"></script>
{% endblock %}
{% block page_style %}
<link rel="stylesheet" href="static/main.css"/>
{% endblock %}
{% block title %}About Warsaw Hackerspace{% endblock %}
{% block content %}
<div id="left">
<div id="about">
<h2><a href="about">Poczytaj o nas po polsku</a></h2>
<h1>About Warsaw Hackerspace</h1>
<p>
Hackerspace is a place created and maintained by a group of people who combines fascination
about new technologies with broadly understood creativity and hacker spirit. Hackerspace stimulates
development of interesting projects by supplying necessary tools and attracting people with knowledge to
use them. Hackerspace know no limits, if you have an interesting idea and you are looking for people to help you
with it's development or simply a place to work - you are most welcome!
</p>
<p>
If you want to join us read about our goals and join one of our mailing lists. We meet every Tuesday at 10pm
on ITC channel #hackerspace-pl (irc.freenode.net) and live every Thursday from 6pm.
</p>
<h3>Our goals</h3>
<ul>
<li>We want to maintain a place in which people interested in technology, electronics, informatics, mechanics, art and related activities can meet to talk, exchange ideas, solutions and together work on their projects.</li>
<li>We want Hackerspace to be located in Warsaw, in a place easily accessbile, especially using public communications.</li>
<li>We want independence, thats why we think that member fees are best way of financing. Collected money will be used for renting rooms and buing necessary tools.</li>
<li>We want Hackerspace to be friendly and open place for new people and ideas.</li>
<li>We want to collect tools and knowledge about it's usage in places which allow it's usage.</li>
<li>We want to develop and explore new areas of interest.</li>
<li>We want to have fun.</li>
</ul>
<h3>Location</h3>
<p>
Warsaw Hackerspace is located in the University of Warsaw, Faculty of Economic Sciences building, in the basement. The faculty itself is located on Długa 44, just outside of the Ratusz-Arsenał metro station. To find the Hackerspace go through the Faculty's main entrance, take the staircase to the bottom floor, turn right and continue to the door marked 21.
</p>
<iframe width="90%" height="550" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=21.000382,52.244653,21.005752,52.247802&amp;layer=mapnik&amp;marker=52.24614,21.00302" style="border: 1px solid black"></iframe><br /><small><a href="https://www.openstreetmap.org/?lat=52.2462275&amp;lon=21.003067&amp;zoom=17&amp;layers=M&amp;mlat=52.24614&amp;mlon=21.00302">View Larger Map</a></small>
<h3>Members</h3>
<ul>
<li>Hackerspace consists of members.</li>
<li>All members are required to pay monthly fee.</li>
<li>All members are allowed to be in Hackerspace 24/7.</li>
<li>All members are equal.</li>
</ul>
<h3>Contributions</h3>
<ul>
<li><b>Starving Hacker</b>, at least 50 PLN per month. Limited for students (and special cases).</li>
<li><b>Fatty Hacker</b>, at least 100 PLN per month.</li>
<li><b>Super-Fatty Hacker</b>, 150 PLN or more - for reach Hackers who want to support our Hckerspace.</li>
</ul>
<p>We need at least 3000 PLN per monts to be able to pay the rent and bills. Additional funding is especially needed for further expansion (new rooms) and for investments in gadgets, promotion and infrastructure.</p>
<h3>More informations:</h3>
<ul>
<li>Our <a href="https://wiki.hackerspace.pl/faq">Frequently Asked Questions (FAQ)</a></li>
<li>Information for people who wants to <a href="https://wiki.hackerspace.pl/jak-dolaczyc">join us</a></li>
<li>Tutorial <a href="http://catb.org/~esr/faqs/hacker-howto.html">How To Become A Hacker</a> by ESR</li>
</ul>
</div>
<div id="right">
<form action="/about" method="post">
<input name=_csrf_token type=hidden value="{{ csrf_token() }}">
<h1 class="mail" style="text-align: center;">Mailing lists</h1>
<h2 style="text-align: center; margin-top: -6px;">Subscribe and write</h2>
<h4><input name="mail-waw" type="checkbox" class="mailcheck" checked="true" />Warsaw</h4>
<div class="mail-desc">Main discussion list - organization and problem solving.</div>
<h4><input name="mail-proj" type="checkbox" class="mailcheck" checked="true"/>Warsaw Projects</h4>
<div class="mail-desc">Informations about our projects.</div>
<h4><input name="mail-offtopic" type="checkbox" class="mailcheck" />Off Topic</h4>
<div class="mail-desc">Discussions about everything and nothing. Low sound to noise ratio.</div>
<center>
<input type="text" name="email" class="email-entry" placeholder="your@email.com" />
<input type="submit" value="Subscribe" class="email-submit" />
</center>
</form>
<h1 class="twitter">Twitter</h1>
<script type="text/javascript">
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
theme: {
shell: {
background: '#eee',
color: '#222'
},
tweets: {
background: '#eee',
color: '#222',
links: '#001ea6'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('hackerspacepl').start();
</script>
</div>
{% endblock %}