Skip to content

Commit bda9ad3

Browse files
authored
Merge pull request #119 from topcoder-platform/issues-117
Issues-117: Update registration confirmation design
2 parents 93cf5e3 + d7ec84b commit bda9ad3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

web-assets/css/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,4 +465,7 @@ li:nth-child(3)::before {
465465
.center-align-card .page-wrapper {
466466
max-width: 520px;
467467
}
468+
.confirmation-card.center-align-card .page-wrapper {
469+
max-width: 511px;
470+
}
468471
}

web-assets/static-pages/register_success.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ <h1 id="page-title-heading" class="page-title-heading">
3939
<div class="page-description">
4040
<ul>
4141
<li>Check your email and activate your account.</li>
42-
<li>If the email doesn't arrive right away,
43-
please email <a href="mailto:support@topcoder.com">support@topcoder.com</a>.
44-
That shouldn't happen though and if it does, we are sorry!
42+
<li>Don't see an email? Try spam just in case. You can also
43+
request to have us <a href="">resend the activation email</a>.
44+
If you still have any issues, you can always email <a href="mailto:support@topcoder.com">support@topcoder.com</a>.
4545
</li>
46-
<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>
46+
<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> /
47+
<a href="https://www.topcoder.com/community/arena">Competitive Programming</a> </li>
4748
</ul>
4849
</div>
4950
</main>

0 commit comments

Comments
 (0)