Skip to content

Commit

Permalink
Merge pull request #17 from Ruchi-here/patch-1
Browse files Browse the repository at this point in the history
Update confirmation.html
  • Loading branch information
gregv authored Sep 27, 2024
2 parents c16a7cb + cb42e1f commit 80e28bd
Showing 1 changed file with 36 additions and 94 deletions.
130 changes: 36 additions & 94 deletions app/client/views/confirmation/confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
</select>
</div>


<div
class="field"
ng-show="user.confirmation.wantsHardware">
Expand All @@ -86,7 +85,6 @@
<input type="text" ng-model="user.confirmation.hardware">
</div>


<br>
<br>

Expand Down Expand Up @@ -241,115 +239,59 @@
ng-model="user.confirmation.address.country">
</div>
</div>

<div class="field">
<label> Travel Receipt </label>
<p>
So that we can process your reimbursement faster, please name your receipt: <strong>{{fileName}}</strong>
</p>
<a
target="_blank"
href="https://go.hackmit.org/travel-receipts"
class="ui pink button">
Upload Receipt
</a>
</div>

</div>

<br>
<br>

<div class="divided title">Legal</div>

<div class="field">
<label> Liability Waiver </label>
<p>
<a
target="_blank"
href="https://www.ohack.dev/hack/liability-waiver">
Liability Waiver
</a>
</p>
<p>
For legal reasons, our university asks that you read and accept the terms of our liability waiver. Again, as we mentioned in the original lottery application - you <strong> must </strong> be 18 years or older or an undergraduate by the day of the event, or <strong> we will refuse you admission at the door. We will be checking ID. </strong>
</p>
<p>
By writing my name below, I affirm that I have read and accepted the terms of the liability waiver above, and will be either an undergraduate or 18 years or older at the time of the event.
</p>
<input type="text"
name="signatureLiabilityWaiver"
placeholder="Your Full Legal Name"
ng-model="user.confirmation.signatureLiability">
<div class="divided title">
Additional Notes (optional)
</div>

<div class="field">
<label> Photo Release </label>
<p>
<a
target="_blank"
href="https://www.ohack.dev/hack/photo-release">
Photo Release
</a>
</p>
<p>
Signing this photo release means if we take photos or photos of you, we can share it with the world.
</p>
<p>
By writing my name below, I affirm that I have read and accepted the terms of the photo release above.
</p>
<input type="text"
name="signaturePhotoRelease"
placeholder="Your Full Legal Name"
ng-model="user.confirmation.signaturePhotoRelease">
<label> Anything else you'd like us to know? </label>
<textarea
name="notes"
placeholder="Write anything you'd like here!"
ng-model="user.confirmation.notes">
</textarea>
</div>

<!-- New Checkboxes Section -->
<div class="field">
<label> Code of Conduct </label>
<p>
<a
target="_blank"
href="https://www.ohack.dev/hack/code-of-conduct">
Hacker Code of Conduct
</a>
</p>
<label> Requirements and Policies </label>
<p>
It is extremely important to us that attendees follow a set of guidelines to make the event fun for everyone involved. Please read through and make sure you understand what we will be expecting of you.
Please review and check the following policies to proceed:
</p>
<p>
By writing my name below, I affirm that I have read and will abide by the code of conduct detailed above.
</p>
<input type="text"
name="signatureCodeOfConduct"
placeholder="Your Full Legal Name"
ng-model="user.confirmation.signatureCodeOfConduct">
</div>

<br>
<br>
<div class="ui checkbox">
<input type="checkbox" ng-model="user.confirmation.acceptCodeOfConduct">
<label> I agree to the <a href="https://github.com/MLH/mlh-policies/blob/main/code-of-conduct.md" target="_blank">Code of Conduct</a>. </label>
</div>

<div class="divided title">everything else</div>
<div class="ui checkbox">
<input type="checkbox" ng-model="user.confirmation.acceptPrivacyPolicy">
<label>
I authorize you to share my application/registration information with Major League Hacking for event administration, ranking, and MLH administration in-line with the
<a href="https://github.com/MLH/mlh-policies/blob/main/privacy-policy.md" target="_blank">MLH Privacy Policy</a>.
I further agree to the terms of both the
<a href="https://github.com/MLH/mlh-policies/blob/main/contest-terms.md" target="_blank">MLH Contest Terms and Conditions</a>
and the
<a href="https://github.com/MLH/mlh-policies/blob/main/privacy-policy.md" target="_blank">MLH Privacy Policy</a>.
</label>
</div>

<div class="field">
<label>
Additional Notes
</label>
<p>
If there's anything else you need to let us know, tell us here!
</p>
<textarea
ng-model="user.confirmation.notes"></textarea>
</div>
<div class="ui checkbox">
<input type="checkbox" ng-model="user.confirmation.acceptCodeOfConduct">
<label> (Optional yes/no) I authorize MLH to send me occasional emails about relevant events, career opportunities, and community announcements. </label>
</div>


<div class="field" ng-hide="regIsClosed">
<button type="submit"
class="fluid ui purple button"
ng-click="submitForm()">
Submit
</button>
<div class="ui checkbox">
<input type="checkbox" ng-model="user.confirmation.acceptTravelPolicy">
<label> I acknowledge the Travel Reimbursement Policy as described above. </label>
</div>
</div>

</fieldset>

</div>
</div>
</div>
Expand Down

0 comments on commit 80e28bd

Please sign in to comment.