-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
added staff for #19 and contact page for #21 #26
base: dev
Are you sure you want to change the base?
Conversation
added google form for contact
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main thing is you need to resolve the bot crashing issue. Ideally, Gaming and Support rosters should be on separate pages but that can be done later.
@@ -29,6 +30,31 @@ | |||
</div> | |||
<%});%> | |||
</div> | |||
<hr> | |||
<h1>Our Support Teams</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Support Teams should be on a separate page so there isn't so much content to scroll through. Could be in a dropdown menu from Rosters header listing Gaming Roster and Support Roster.
@@ -4,6 +4,7 @@ | |||
<main class="mdl-layout__content"> | |||
<div class="mdl-typography--text-center clemson-esports"> | |||
<h1>Contact Us</h1> | |||
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfxFgY6umfhi8tUG-4xxVykFsRBZB2J6OLxmEeQgC-bzGxvJg/viewform?embedded=true" width="640" height="1200" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to change to dark colors but this is a good starting point for us.
Fixed issue where roster_machine.js script would repeatedly query Discord for the entire server's member list, eventually leading to a timeout and crash of the script.
The Discord roster bot now runs in a child process. This prevents the rest of the website from crashing if the roster bot crashes.
No description provided.