Skip to content

Commit

Permalink
Also closing mentor sign-up
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffL committed Feb 25, 2023
1 parent 983d91c commit f5f0f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h5>Session Facilitators</h5>
</div>

<hr>
<h5>Mentor/Mentee Sign-Up</h5>
<h5>Mentor/Mentee Sign-Up <b>(now closed)</b></h5>
<p>We all know how challenging it can be to navigate a new space,
with a lot of things happening during DESC meeting and in the large DESC collaboration in general.
The situation can be exacerbated with a virtual event. To address this, the
Expand All @@ -236,7 +236,7 @@ <h5>Mentor/Mentee Sign-Up</h5>
<div class="form-group">
<div>
<div class="form-check form-check-inline" id="inputMentee">
<input class="form-check-input" type="checkbox" name="mentee" id="mentee_yes" value="yes">
<input disabled="true" class="form-check-input" type="checkbox" name="mentee" id="mentee_yes" value="yes">
<label class="form-check-label" for="mentee_yes">Sign me up!</label>
</div>
</div>
Expand All @@ -248,7 +248,7 @@ <h5>Mentor/Mentee Sign-Up</h5>
<div class="form-group">
<div>
<div class="form-check form-check-inline" id="inputMentor">
<input class="form-check-input" type="checkbox" name="mentor" id="mentor_yes" value="yes">
<input disabled="true" class="form-check-input" type="checkbox" name="mentor" id="mentor_yes" value="yes">
<label class="form-check-label" for="mentor_yes">Sign me up!</label>
</div>
</div>
Expand Down

0 comments on commit f5f0f7b

Please sign in to comment.