Website update. There is now a community section.
This commit is contained in:
parent
33bb6dec37
commit
2fb50e55d9
28 changed files with 1441 additions and 33 deletions
21
flask_website/templates/community/index.html
Normal file
21
flask_website/templates/community/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{% extends "community/layout.html" %}
|
||||
{% block body %}
|
||||
<p>
|
||||
Even though Flask is a rather new project, there has already a healty
|
||||
community evolved around it. There is an active
|
||||
<a href="{{ url_for('mailinglist.index') }}">mailinglist</a> both for
|
||||
developers using Flask as well as working on the core, and an
|
||||
<a href="{{ url_for('community.irc') }}">IRC</a> channel.
|
||||
<p>
|
||||
If you want to spread the word, there is also a selection of
|
||||
<a href="{{ url_for('community.badges') }}">badges</a> and
|
||||
<a href="{{ url_for('community.logos') }}">logos</a> you can use
|
||||
on your own website.
|
||||
<ul>
|
||||
<li><a href="{{ url_for('mailinglist.index') }}">Mailinglist</a>
|
||||
<li><a href="{{ url_for('community.irc') }}">IRC Channel</a>
|
||||
<li><a href="{{ url_for('community.twitter') }}">Flask on Twitter</a>
|
||||
<li><a href="{{ url_for('community.badges') }}">Badges</a>
|
||||
<li><a href="{{ url_for('community.logos') }}">Logos</a>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue