Merge branch 'master' of github.com:AFPy/site

This commit is contained in:
Lucie Anglade 2017-09-22 15:31:59 +02:00
commit b5b18e47a3
4 changed files with 32 additions and 43 deletions

View File

@ -12,6 +12,9 @@ FEEDS = {
}
MEETUPS = {
'bruxelles': (
'https://www.meetup.com/fr-FR/'
'Belgium-Python-Meetup-aka-AperoPythonBe/events/rss/'),
'nantes': 'http://nantes.afpy.org/feeds/all.atom.xml',
'lyon': 'https://www.meetup.com/fr-FR/Python-AFPY-Lyon/events/rss/',
}

View File

@ -36,6 +36,11 @@ code
display: block
padding: 2em
iframe
border: 0
height: 450px
width: 100%
body
background: $bkg
color: $text
@ -111,25 +116,12 @@ h1
h2
font-weight: 400
dl
display: flex
flex-wrap: wrap
dd
margin-left: 1em
dt
box-sizing: border-box
display: flex
flex-direction: column
line-height: 50px
text-align: center
padding: 1em
width: 300px
dd
box-sizing: border-box
margin-left: -300px
padding: 3em 0 0
text-align: center
width: 300px
p:before
content: ''
display: inline
#planet main, #emplois main, #index-news
box-sizing: border-box

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,600,700");
a {
color: #ffcd05;
@ -28,6 +29,11 @@ code {
display: block;
padding: 2em; }
iframe {
border: 0;
height: 450px;
width: 100%; }
body {
background: #25252D;
color: #eaeaea;
@ -97,23 +103,11 @@ h1 {
h2 {
font-weight: 400; }
dl {
display: flex;
flex-wrap: wrap; }
dl dt {
box-sizing: border-box;
display: flex;
flex-direction: column;
line-height: 50px;
text-align: center;
padding: 1em;
width: 300px; }
dl dd {
box-sizing: border-box;
margin-left: -300px;
padding: 3em 0 0;
text-align: center;
width: 300px; }
dd {
margin-left: 1em; }
dd p:before {
content: '→ ';
display: inline; }
#planet main, #emplois main, #index-news {
box-sizing: border-box;

View File

@ -8,37 +8,37 @@
<p>Depuis cette page web vous pouvez</p>
<ul>
<li>venir discuter avec l'association, sur le canal <a href="#tchatafpy">#afpy</a></li>
<li>venir discuter avec l'association sur le canal <a href="#tchatafpy">#afpy</a></li>
<li>parler Python en français sur le canal <a href="#tchatpython">#python-fr</a></li>
</ul>
<h2>Bon à savoir</h2>
<p>
IRC (Internet Relay Chat) permet d'utiliser plusieurs canaux de discussion en simultané. Si vous vous trouvez sur #afpy et souhaitez rejoindre #python-fr, rien de plus simple, tapez : <br/>
IRC (Internet Relay Chat) permet d'utiliser plusieurs canaux de discussion en simultané. Si vous vous trouvez sur #afpy et souhaitez rejoindre #python-fr, rien de plus simple, tapez :
<code>/join #python-fr</code>
</p>
<p>
Si vous souhaitez changer de surnom après connexion : <br />
Si vous souhaitez changer de surnom après connexion :
<code>/nick nouveaunom</code>
</p>
<h2 id="tchatafpy">Discuter avec l'AFPy (organisation de la communauté)</h2>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick=afpy_user|?&theme=basic#afpy" style="border:0; width:100%; height:450px;"></iframe>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick=afpy_user|?&theme=basic#afpy"></iframe>
<p>
Vous pouvez aussi accéder au T'chat via un client irc : <a href="irc://irc.freenode.net/afpy">irc://irc.freenode.net/afpy</a>.<br />
Les archives irc du canal #afpy sont disponibles <a href="http://logs.afpy.org/">ici</a>.
Vous pouvez aussi accéder au T'chat via un client IRC : <a href="irc://irc.freenode.net/afpy">irc://irc.freenode.net/afpy</a>.
Nous stockons <a href="http://logs.afpy.org/">les archives IRC du canal #afpy</a>.
</p>
<h2 id="tchatpython">Clavarder autour de Python</h2>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick=afpy_user|?&theme=basic#python-fr" style="border:0; width:100%; height:450px;"></iframe>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick=afpy_user|?&theme=basic#python-fr"></iframe>
<p>
Vous pouvez aussi accéder au T'chat via un client irc : <a href="irc://irc.freenode.net/python-fr">irc://irc.freenode.net/python-fr</a>.
Vous pouvez aussi accéder au T'chat via un client IRC : <a href="irc://irc.freenode.net/python-fr">irc://irc.freenode.net/python-fr</a>.
</p>
{% endblock main %}