Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions web-assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,7 @@ li:nth-child(3)::before {
.center-align-card .page-wrapper {
max-width: 520px;
}
.confirmation-card.center-align-card .page-wrapper {
max-width: 511px;
}
}
9 changes: 5 additions & 4 deletions web-assets/static-pages/register_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ <h1 id="page-title-heading" class="page-title-heading">
<div class="page-description">
<ul>
<li>Check your email and activate your account.</li>
<li>If the email doesn't arrive right away,
please email <a href="mailto:support@topcoder.com">support@topcoder.com</a>.
That shouldn't happen though and if it does, we are sorry!
<li>Don't see an email? Try spam just in case. You can also
request to have us <a href="">resend the activation email</a>.
If you still have any issues, you can always email <a href="mailto:support@topcoder.com">support@topcoder.com</a>.
</li>
<li>Want to keep browsing? <a href="https://topcoder.com/">Home</a> / <a href="https://topcoder.com/community/learn">Learn</a> / <a href="https://topcoder.com/gigs">Freelance Gigs</a></li>
<li>Want to keep browsing?<br/><a href="https://www.topcoder.com/community/learn">Learn</a> / <a href="https://www.topcoder.com/gigs">Freelance Gigs</a> /
<a href="https://www.topcoder.com/community/arena">Competitive Programming</a> </li>
</ul>
</div>
</main>
Expand Down