-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also close registration for sponsors on self-signup
- Loading branch information
1 parent
58f0ac9
commit 4d8758b
Showing
5 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
src/server/views/dynamic/register/sponsor-closed.handlebars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<div class="container"> | ||
<div class="col-sm-4 registration-box-border div-align-mid"> | ||
<div class="row registration-margin"> | ||
<div class="col-md-10 div-align-mid"> | ||
<img class="bo-modal-logo center" alt="BreakOut" src="/img/logos/BreakOut-Logo_Header.svg"> | ||
</div> | ||
</div> | ||
<div class="row registration-margin"> | ||
<div class="col-xs-12 text-center"> | ||
<h2>{{__ 'HEADLINE'}}</h2> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<p>{{__ 'DESCRIPTION'}}</p> | ||
</div> | ||
</div> | ||
|
||
<div class="row registration-margin"> | ||
<div class="col-xs-12 text-center"> | ||
<a href="http://break-out.org" class="no-underline"> | ||
<button class="btn btn-primary btn-block">{{__ 'LINK_DESCRIPTION'}}</button> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |