forked from okfde/2013.archiv.codefor.de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ws-signup-thanks.html
38 lines (28 loc) · 958 Bytes
/
ws-signup-thanks.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
33
34
35
36
37
38
---
layout: base
---
<div class="ws-page-wrap">
<div class="container">
<div class="row">
<div id="accordion" class="col-lg-10 col-lg-offset-1">
<div class="ws-teaser-wrapper fond__white fond__border">
<div class="ws-teaser">
<div class="ws-teaser-header clearfix">
<div class="clearfix">
<h2 class="ws-teaser-title">Danke für deine Anmeldung!</h2>
</div>
</div>
<p>Wir freuen uns, dass Du dabei bist :-) Weitere Details zur Veranstaltung folgen bald per Mail. Bitte gib uns <a href="mailto:[email protected]">bescheid</a>, falls du doch nicht teilnehmen kannst.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/js/wahlsalonAnimationController.js"></script>
<script type="text/javascript">
$(document).ready(function() {
wsac = new wsac();
});
</script>