-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from erland-syafiq/style-adjustments
Style adjustments
- Loading branch information
Showing
11 changed files
with
44 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
.committeesTitle { | ||
position: relative; | ||
display: inline-block; | ||
padding-bottom: 10px; | ||
margin-bottom: 40px; | ||
margin-top: 30px; | ||
} | ||
|
||
.committeesTitle::after { | ||
background-color: #DEBB8F; | ||
content: ''; | ||
position: absolute; | ||
left: 0; | ||
bottom: 8px; | ||
height: 20px; | ||
width: 100%; | ||
transform: scaleX(1.1); | ||
bottom: 0px; | ||
height: 100%; | ||
width: 140px; | ||
transform: translate(-10%, 5%); | ||
z-index: -1; | ||
} |
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
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 |
---|---|---|
|
@@ -9,36 +9,38 @@ export const metadata = { | |
|
||
export default function RegisterPage() { | ||
return ( | ||
<main className="container registerPage"> | ||
<div className="row"> | ||
<div className="col-md-12"> | ||
<h1>Registration</h1> | ||
<main className="registerPage"> | ||
<div class="container mt-3"> | ||
<div className="row"> | ||
<div className="col-md-12"> | ||
<h1>Registration</h1> | ||
|
||
<div className="group"> | ||
<h4>Dear Advisors and Independent Delegates,</h4> | ||
<p>Thank you for your registration for VTMUNC! For independent delegates that are staying in Blacksburg overnight, please contact Delaney Moran, our charge d'affairs on [email protected], so we can send you a liability waiver form.</p> | ||
<p>Note: * means a field is required</p> | ||
</div> | ||
<div className="group"> | ||
<h4>Dear Advisors and Independent Delegates,</h4> | ||
<p>Thank you for your registration for VTMUNC! For independent delegates that are staying in Blacksburg overnight, please contact Delaney Moran, our charge d'affairs on [email protected], so we can send you a liability waiver form.</p> | ||
<p>Note: * means a field is required</p> | ||
</div> | ||
|
||
<div className="group"> | ||
<h4>Payment Information,</h4> | ||
<p> | ||
Once you have completed this form, we will send you an invoice. Your delegation's registration will only be complete when you paid this invoice. Those invoices must be paid two weeks after the registration page.<br /> | ||
Late registration: The latest to pay January 26th<br /> | ||
<br /> | ||
Individual Delegates<br /> | ||
Early Registration: September to October 29th $50<br /> | ||
Normal Registration: October 30th to December 10th $60<br /> | ||
Late Registration: December 11th to January 19th $70<br /> | ||
<br /> | ||
Delegation Fees (a group of more than 3 people)<br /> | ||
Early: $60<br /> | ||
Normal: $70<br /> | ||
Late: $80<br /> | ||
</p> | ||
</div> | ||
<div className="group"> | ||
<h4>Payment Information,</h4> | ||
<p> | ||
Once you have completed this form, we will send you an invoice. Your delegation's registration will only be complete when you paid this invoice. Those invoices must be paid two weeks after the registration page.<br /> | ||
Late registration: The latest to pay January 26th<br /> | ||
<br /> | ||
Individual Delegates<br /> | ||
Early Registration: September to October 29th $50<br /> | ||
Normal Registration: October 30th to December 10th $60<br /> | ||
Late Registration: December 11th to January 19th $70<br /> | ||
<br /> | ||
Delegation Fees (a group of more than 3 people)<br /> | ||
Early: $60<br /> | ||
Normal: $70<br /> | ||
Late: $80<br /> | ||
</p> | ||
</div> | ||
|
||
<RegisterForm /> | ||
<RegisterForm /> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.