We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codecheck.org.uk/register/ should, above the table, point to the list of codecheckers, the list of venues, etc.
Mock-up:
HTML used for the mock-up:
<div id="header"> <h1 class="title toc-ignore">CODECHECK Register</h1> <h4 class="subtitle"><strong><a href="#">All venues</a></strong> | <strong><a href="#">All codecheckers</a></strong> </h4> <hr style="border: 2px solid #008033; margin-top: 2em;"> </div>
For real implementation, the h4 should be an HTML unordered list that is horizontal with a pipe seperator, see https://stackoverflow.com/questions/9171699/add-a-pipe-separator-after-items-in-an-unordered-list-unless-that-item-is-the-la
h4
Also, this probably requires an extra template for the main register page?
The text was updated successfully, but these errors were encountered:
angelina-momin
No branches or pull requests
https://codecheck.org.uk/register/ should, above the table, point to the list of codecheckers, the list of venues, etc.
Mock-up:
HTML used for the mock-up:
For real implementation, the
h4
should be an HTML unordered list that is horizontal with a pipe seperator, see https://stackoverflow.com/questions/9171699/add-a-pipe-separator-after-items-in-an-unordered-list-unless-that-item-is-the-laAlso, this probably requires an extra template for the main register page?
The text was updated successfully, but these errors were encountered: