# HG changeset patch # User Dennis Fink # Date 2021-03-20 16:56:49 # Node ID 981b7cf719c3af02060916546656d25c0a3a3889 # Parent 6f06fc328a1386afe1dd0ebdab6b9001704b20cc Autoformat diff --git a/c3l_membership/static/images/logo-c3l-lion.svg b/c3l_membership/static/images/logo-c3l-lion.svg --- a/c3l_membership/static/images/logo-c3l-lion.svg +++ b/c3l_membership/static/images/logo-c3l-lion.svg @@ -103,4 +103,4 @@ inkscape:connector-curvature="0" d="m 421.95875,18.9325 c 0,7.72 -6.265,13.98625 -13.985,13.98625 -7.71875,0 -13.985,-6.26625 -13.985,-13.98625 0,-7.72 6.26625,-13.985 13.985,-13.985 7.72,0 13.985,6.265 13.985,13.985" style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path44" /> \ No newline at end of file + id="path44" /> diff --git a/c3l_membership/static/images/logo-c3l.svg b/c3l_membership/static/images/logo-c3l.svg --- a/c3l_membership/static/images/logo-c3l.svg +++ b/c3l_membership/static/images/logo-c3l.svg @@ -147,4 +147,4 @@ d="m 2041.47,137.848 c 7.76,-2.625 15.29,-8.243 22.57,-16.84 7.41,-8.602 14.81,-20.426 22.22,-35.4728 l 36.72,-73.0938 -38.87,0 -34.22,68.6133 c -8.84,17.918 -17.44,29.8003 -25.8,35.6523 -8.24,5.856 -19.53,8.781 -33.86,8.781 l -39.41,0 0,-113.0466 -36.19,0 0,267.4766 81.69,0 c 30.58,0 53.39,-6.391 68.44,-19.168 15.05,-12.781 22.57,-32.07 22.57,-57.867 0,-16.844 -3.94,-30.817 -11.82,-41.922 -7.76,-11.109 -19.11,-18.813 -34.04,-23.113 m -90.65,112.328 0,-94.949 45.5,0 c 17.44,0 30.58,4 39.41,12.003 8.97,8.122 13.44,20.004 13.44,35.653 0,15.644 -4.47,27.41 -13.44,35.293 -8.83,8 -21.97,12 -39.41,12 l -45.5,0" /> \ No newline at end of file + d="m 2352.13,50.5977 0,71.8433 -59.13,0 0,29.739 94.95,0 0,-114.8362 c -13.97,-9.9141 -29.38,-17.4375 -46.22,-22.5743 -16.84,-5.01559 -34.81,-7.52341 -53.92,-7.52341 -41.81,0 -74.53,12.17971 -98.18,36.54691 -23.53,24.4843 -35.29,58.523 -35.29,102.117 0,43.715 11.76,77.754 35.29,102.117 23.65,24.485 56.37,36.727 98.18,36.731 17.43,-0.004 33.98,-2.153 49.62,-6.453 15.77,-4.297 30.28,-10.629 43.54,-18.989 l 0,-38.519 c -13.38,11.348 -27.59,19.887 -42.64,25.617 -15.05,5.734 -30.88,8.602 -47.48,8.602 -32.72,0 -57.33,-9.137 -73.81,-27.411 -16.36,-18.273 -24.54,-45.507 -24.54,-81.695 0,-36.07 8.18,-63.242 24.54,-81.5155 16.48,-18.2734 41.09,-27.4101 73.81,-27.4101 12.78,0 24.19,1.0742 34.22,3.2265 10.04,2.2657 19.05,5.7305 27.06,10.3868" /> diff --git a/c3l_membership/static/style.css b/c3l_membership/static/style.css --- a/c3l_membership/static/style.css +++ b/c3l_membership/static/style.css @@ -5,7 +5,6 @@ body { margin-bottom: 1vh; } - .pure-img { max-width: 50%; margin-left: auto; diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html --- a/c3l_membership/templates/index.html +++ b/c3l_membership/templates/index.html @@ -2,8 +2,8 @@ {% block title %}C3L Membership Application{% endblock %} {% block style %} - {{ super() }} - +{{ super() }} + {% endblock %} {% block nav %} @@ -12,146 +12,148 @@ {% endblock %} {% block content %} -
-
-
-
- -

Membership Application

-

How to use this form

-

Fill out this form and click on "Become a member". Afterwards you will be presented with a PDF, +

+
+
+
+ +

Membership Application

+

How to use this form

+

Fill out this form and click on "Become a member". Afterwards you will be presented with a PDF, which you have to send to info@c3l.lu or bring it to one of our next events. Print it or save it to your local hardware, because we don't save a copy on our servers for data protection reasons!

- {% if form.errors %} - {% for fieldname, errors in form.errors.items() %} - {% for error in errors %} -

{{ fieldname }} - {{ error }}

- {% endfor %} - {% endfor %} - {% endif %} -
-
- {{ form.hidden_tag() }} - Required information -
-
- {{ form.username.label }} - {{ form.username(required=True, class="pure-u-1-1") }} -
+ {% if form.errors %} + {% for fieldname, errors in form.errors.items() %} + {% for error in errors %} +

{{ fieldname }} - {{ error }}

+ {% endfor %} + {% endfor %} + {% endif %} + +
+ {{ form.hidden_tag() }} + Required information +
+
+ {{ form.username.label }} + {{ form.username(required=True, class="pure-u-1-1") }}
-
-
- {{ form.email.label }} - {{ form.email(required=True, class="pure-u-1-1") }} -
+
+
+
+ {{ form.email.label }} + {{ form.email(required=True, class="pure-u-1-1") }}
-
-
- {{ form.fullname.label }} - {{ form.fullname(required=True, class="pure-u-1-1") }} -
+
+
+
+ {{ form.fullname.label }} + {{ form.fullname(required=True, class="pure-u-1-1") }}
-
-
- {{ form.membership.label }} - {% for option in form.membership %} - - {% endfor %} -

What's difference between the different membership options?

-

All the options include to following benefits:

- -

Becoming a regular/student member gives you these additional benefits:

-
    -
  • Voting rights on general assemblys
  • -
  • Access to our internal mailinglist
  • -
-

You can read more on the membership here.

-
+
+
+
+ {{ form.membership.label }} + {% for option in form.membership %} + + {% endfor %} +

What's difference between the different membership options?

+

All the options include to following benefits:

+ +

Becoming a regular/student member gives you these additional benefits:

+
    +
  • Voting rights on general assemblys
  • +
  • Access to our internal mailinglist
  • +
+

You can read more on the membership here.

+

I cannot afford the membership?

+

If you cannot afford the membership, please contact us via info@c3l.lu first, before filling out the membership form. We will try to find a solution together.

-
-
- {{ form.payment.label }} - {% for option in form.payment %} - - {% endfor %} -
+
+
+
+ {{ form.payment.label }} + {% for option in form.payment %} + + {% endfor %}
- Additional information -
-
- {{ form.street.label }} - {{ form.street(class="pure-u-1-1") }} -
+
+ Additional information +
+
+ {{ form.street.label }} + {{ form.street(class="pure-u-1-1") }}
-
-
- {{ form.zip.label }} - {{ form.zip(class="pure-u-1-1") }} -
+
+
+
+ {{ form.zip.label }} + {{ form.zip(class="pure-u-1-1") }}
-
-
- {{ form.city.label }} - {{ form.city(class="pure-u-1-1") }} -
+
+
+
+ {{ form.city.label }} + {{ form.city(class="pure-u-1-1") }}
-
-
- {{ form.state.label }} - {{ form.state(class="pure-u-1-1") }} -
+
+
+
+ {{ form.state.label }} + {{ form.state(class="pure-u-1-1") }}
-
-
- {{ form.country.label }} - {{ form.country(class="pure-u-1-1") }} -
+
+
+
+ {{ form.country.label }} + {{ form.country(class="pure-u-1-1") }}
-
-
- {{ form.gpg.label }} - {{ form.gpg(class="pure-u-1-1") }} -
+
+
+
+ {{ form.gpg.label }} + {{ form.gpg(class="pure-u-1-1") }}
-
-
- {{ form.jabber.label }} - {{ form.jabber(class="pure-u-1-1") }} -
+
+
+
+ {{ form.jabber.label }} + {{ form.jabber(class="pure-u-1-1") }}
-
-
- {{ form.twitter.label }} - {{ form.twitter(class="pure-u-1-1") }} -
+
+
+
+ {{ form.twitter.label }} + {{ form.twitter(class="pure-u-1-1") }}
- - - -
- {{ form.submit }} -
-
- -
-
-
+
+ + + +
+ {{ form.submit }} +
+ +
+
+
+
{% endblock %}