summaryrefslogtreecommitdiff
path: root/public/overwhelmed.html
blob: cae0d1b59162958b789e70370eafe38f065928e8 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
    <title>Engelsystem</title>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" href="css/theme0.css"/>
    <link rel="stylesheet" type="text/css" href="vendor/icomoon/style.css"/>
    <link rel="stylesheet" type="text/css" href="vendor/bootstrap-datepicker-1.4.0/css/bootstrap-datepicker3.min.css"/>
    <script type="text/javascript" src="vendor/jquery-2.1.1.min.js"></script>
    <script type="text/javascript" src="vendor/jquery-ui.min.js"></script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
    <div class="container-fluid">
        <div class="navbar-header">
            <button type="button" class="navbar-toggle collapsed"
                    data-toggle="collapse" data-target="#navbar-collapse-1">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
            </button>
            <a class="navbar-brand" href="https://engelsystem.de"><span class="icon-icon_angel"></span> <strong
                    class="visible-lg-inline">ENGELSYSTEM</strong></a>
        </div>
        <div class="collapse navbar-collapse" id="navbar-collapse-1">
            <ul class="nav navbar-nav"></ul>
            <ul class="nav navbar-nav navbar-right"></ul>
        </div>
    </div>
</div>
<div class="container-fluid">
    <div class="row">
        <div class="jumbotron">
            <div class="container text-center">
                <div class="col-md-6 col-md-offset-3">
                    <h2>Dear Angels,</h2>
                    <p>
                        The great interest in becoming an angel and participating at 33C3 is is something we are
                        grateful for every time. There is a record number of angels and helping volunteers this year.
                    </p>
                    <p>
                        We did anticipate a great number but we are overwhelmed by this endless wave of support. We do
                        want to enable each and every one of you to be an angel at the congress, but sadly our resources
                        and capacities at Heaven are limited. The amount of angels at this point is beyond our
                        planing and to ensure we can support the angels already checked in. We did make a choice never
                        thought possible on a chaos event:
                    </p>
                    <p>
                        We closed the registration in the Engelsystem and at Heaven Desk at 19:00 27. Dec. 2016.
                    </p>
                    <p>
                        Everyone of us works for you to support you in being an angel, but the Heaven Desk and the
                        Kitchen among others are limited and so we decided to focus our effort to support those of you
                        already arrived to the best of our abilities.
                    </p>
                    <p>
                        For the Heaven Team<br/>
                        Agnes, Jen, LLF and Knuth
                    </p>
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12">
            <div class="text-center footer">
                <a href="https://github.com/engelsystem/engelsystem/issues">Bugs / Features</a>
                · <a href="https://github.com/engelsystem/engelsystem/">Development Platform</a>
            </div>
        </div>
    </div>
</div>
<script type="text/javascript" src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>