|
1 | | -<html> |
2 | | - |
3 | | -<head> |
4 | | - |
5 | | - <style> |
6 | | - div { |
7 | | - padding-top: 20%; |
8 | | - text-align: center; |
9 | | - margin: auto; |
10 | | - width: 50%; |
11 | | - font-size: large; |
12 | | - } |
13 | | - |
14 | | - input { |
15 | | - padding: 10px; |
16 | | - } |
17 | | - </style> |
18 | | -</head> |
19 | | - |
20 | | -<body> |
21 | | - <div id='main'> |
22 | | - Thanks for joining Topcoder. |
23 | | - <p>We've sent you a confirmation link. Please check your email and click the link |
24 | | - to activate your account. If you can't find the message, please email to |
25 | | - support@topcoder.com. |
26 | | - Thanks for joining Topcoder. |
27 | | - </p> |
28 | | -</body> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <title>Register Success</title> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 8 | + <link rel="shortcut icon" href="./images/favicon.ico" /> |
| 9 | + <link |
| 10 | + href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" |
| 11 | + rel="stylesheet" |
| 12 | + /> |
| 13 | + <link rel="stylesheet" href="./styles.css" /> |
| 14 | + </head> |
29 | 15 |
|
| 16 | + <body class="center-align-card"> |
| 17 | + <!-- Page Wrapper --> |
| 18 | + <div class="page-wrapper"> |
| 19 | + <!-- For ADA - Skip to Content Area --> |
| 20 | + <a class="action skip" href="#contentarea">Skip to Content</a> |
| 21 | + <!-- Page Content Area - Header + Main content --> |
| 22 | + <div class="page-content"> |
| 23 | + <header class="header"> |
| 24 | + <a href="/" class="logo-link"> |
| 25 | + <img |
| 26 | + src="./images/logo.png" |
| 27 | + alt="Topcoder Logo" |
| 28 | + width="94" |
| 29 | + height="30" |
| 30 | + /> |
| 31 | + </a> |
| 32 | + </header> |
| 33 | + <main id="main" class="page-main"> |
| 34 | + <a id="contentarea" tabindex="-1"></a> |
| 35 | + <h1 id="page-title-heading" class="page-title-heading"> |
| 36 | + Thanks for joining Topcoder. |
| 37 | + </h1> |
| 38 | + <p class="page-description"> |
| 39 | + We've sent you a confirmation link. Please check your email and |
| 40 | + click the link to activate your account. If you can't find the |
| 41 | + message, please email to |
| 42 | + <a href="mailto:support@topcoder.com">support@topcoder.com</a>. |
| 43 | + Thanks for joining Topcoder. |
| 44 | + </p> |
| 45 | + </main> |
| 46 | + </div> |
| 47 | + <footer class="footer"> |
| 48 | + <div class="copyright-text"> |
| 49 | + <strong>©</strong> 2020 Topcoder. All Rights Reserved |
| 50 | + </div> |
| 51 | + <a |
| 52 | + class="privacy-policy" |
| 53 | + href="https://www.topcoder.com/privacy-policy/" |
| 54 | + >Privacy Policy</a |
| 55 | + > |
| 56 | + </footer> |
| 57 | + </div> |
| 58 | + </body> |
30 | 59 | </html> |
0 commit comments