- 
                Notifications
    
You must be signed in to change notification settings  - Fork 16
 
Apply and Newsletter Box
        Malwine edited this page Apr 2, 2016 
        ·
        2 revisions
      
    Here you find the HTML markup for the application and newsletter box.
Newsletter-Box
We show this markup when the applications are closed or we no workshop takes place.
<div class="row attention-box gray-border">
  <div class="col-md-3">
    <p class="box-text"><strong>News Mailing List:</strong></p>
  </div>
  <div class="col-md-9">
    <div id="signup-form-wrapper">
      {% include announcement_list_signup_form_slim.html %}
    </div>
  </div>
</div>Application box
This markup is shown when the applications are open.
<div class="row apply-box">
  <div class="col-xs-12 col-sm-12 col-md-4">
    <p class="apply-text">Apply now: / Bewirb dich jetzt:</
  </div>
  <div class="col-xs-12 col-sm-12 col-md-4">
    <a href="">
      <button type="button" class="btn btn-success">TEILNEHMEN - ATTEND</button>
    </a>
  </div>
  <div class="col-xs-12 col-sm-12 col-md-4">
    <a href="">
      <button type="button" class="btn btn-default coach-button">COACH</button>
    </a>
  </div>
</div>