Skip to content

Commit e9d10bb

Browse files
authored
Add registration policy callout for volunteers
Added a warning notice for volunteer registration policy.
1 parent 6dd708a commit e9d10bb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@
7171
font-size: 18px;
7272
}
7373

74+
/* Registration policy callout */
75+
.notice-warning{
76+
background:#fff3cd;
77+
border:1px solid #ffeeba;
78+
color:#856404;
79+
padding:12px 16px;
80+
border-radius:6px;
81+
margin:12px 0 20px 0;
82+
line-height:1.5;
83+
}
84+
85+
7486
#mission {
7587
margin-bottom: -50px !important;
7688
padding-bottom: 0 !important;
@@ -659,6 +671,13 @@ <h2 style="margin-top: 0; text-align: left;">Registration Information</h2>
659671
Register Here
660672
</a>
661673

674+
<div class="notice-warning">
675+
<strong>$1 Volunteer Registration</strong><br>
676+
This option is <u>strictly for approved volunteers</u> and will be verified by the organizing committee.
677+
Registrations using this option by non-volunteers will be <strong>voided</strong> (any pending payment will be cancelled).
678+
</div>
679+
680+
662681
<!--
663682
<p style="margin-bottom:5px;">
664683
<em>If you register without contribution to the event, register here:</em>

0 commit comments

Comments
 (0)