Skip to content

Fix Matrix URI #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion volunteers/templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css' />
</head>
<body>
<div id="container">
<div id="container">
<div id="content-container">
<h1>Site crashed</h1>

Expand Down
2 changes: 1 addition & 1 deletion volunteers/templates/static/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3>Communication</h3>

<ul class="faq">
<li>Until the Friday before FOSDEM and starting the Monday after FOSDEM, <a href="https://lists.fosdem.org/listinfo/volunteers">the volunteers mailing list</a> will be primarily used.</li>
<li>Shortly before, during and after FOSDEM, we primarily use real time chat: <a href='https://chat.fosdem.org/#/room/#fosdem-volunteers:matrix.org'>matrix</a> or <a href="https://webchat.freenode.net?channels=fosdem-volunteers">irc</a>, channel #fosdem-volunteers..</li>
<li>Shortly before, during and after FOSDEM, we primarily use real time chat: <a href='https://chat.fosdem.org/#/room/#fosdem-volunteers:matrix.org'>matrix</a> or <a href="https://webchat.freenode.net?channels=fosdem-volunteers">irc</a>, channel #fosdem-volunteers..</li>
<li>Need direct contact with the volunteers admins? Send an e-mail to <a href="mailto:[email protected]">[email protected]</a></li>
<li>Urgent? Contact the volunteer admin(s) via +32 27 88 74 72. English should be used by default on the phone.</li>
<li>Very urgent? Directly contact a FOSDEM staff member.</li>
Expand Down
22 changes: 11 additions & 11 deletions volunteers/templates/static/promo.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@ <h2 class="intro"><span>FOSDEM</span><br/>Volunteering</h2>

<ul class="features">
<li><h3>Mailing List</h3>
<p>You can subscribe to receive updates from the <a href="https://lists.fosdem.org/listinfo/volunteers">mailing list</a></p>
<p>You can post a message to all the members, send email to <a href="mailto:[email protected]">[email protected]</a></p>
<p>You can subscribe to receive updates from the <a href="https://lists.fosdem.org/listinfo/volunteers">mailing list</a></p>
<p>You can post a message to all the members, send email to <a href="mailto:[email protected]">[email protected]</a></p>
</li>

<li><h3>Chat</h3>
<p>Real time chat is bridged between matrix and irc:
<ul>
<li><a href='matrix://#fosdem-volunteers:matrix.org'>#fosdem-volunteers</a> on matrix (<a href='https://chat.fosdem.org/#/room/#fosdem-volunteers:matrix.org'>webchat</a>)</li>
<li><a href="irc://irc.libera.chat/fosdem-volunteers">#fosdem-volunteers</a> (<a href="https://web.libera.chat/#fosdem-volunteers">webchat</a>) on <a href="https://irc.libera.chat/">libera chat</a></li>
</ul>
</p>
<p>Real time chat is bridged between matrix and irc:
<ul>
<li><a href="matrix:r/fosdem-volunteers:matrix.org">#fosdem-volunteers:matrix.org</a> on matrix (<a href="https://chat.fosdem.org/#/room/#fosdem-volunteers:matrix.org">webchat</a>)</li>
<li><a href="irc://irc.libera.chat/fosdem-volunteers">#fosdem-volunteers</a> (<a href="https://web.libera.chat/#fosdem-volunteers">webchat</a>) on <a href="https://irc.libera.chat/">libera chat</a></li>
</ul>
</p>
</li>

<li><h3>Real People</h3>
<p><strong>Pieter De Praetere</strong></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><strong>Sebastian Schauenburg</strong></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><strong>Kristian Schuhmacher</strong></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</li>
</ul>
{% endblock %}