forked from PyDresden/pydresden.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkontakt.html
32 lines (31 loc) · 902 Bytes
/
kontakt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
title: blog
priority: 0.8
---
<section id='blog'>
<div class='container'>
<section class='wrapper articles'>
<header class='header'>
<h3 class='title'>Kontakt</h3>
</header>
<section class='body'>
<article class='article'>
<div class='kontakt'>
<span class='kontakt-logo'>
{% include icons/mail.html %}
</span>
<div class='kontakt-name'>
<div>Mailingsliste</div>
<div>
<a href='http://lists.python-verband.org/mailman/listinfo/dresden'>
http://lists.python-verband.org/mailman/listinfo/dresden
</a>
</div>
</div>
</div>
</article>
</section>
</section>
</div>
</section>