Files
aifo-portal-web/pages/user_signup_seccess.html
T
steven 4d30803b60 Initial commit: AIFO official portal web.
Add static site, shared layout, and Node dev server with standard .gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 15:29:50 +08:00

81 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Probably the most complete UI kit out there. Multiple functionalities and controls added, extended color palette and beautiful typography, designed as its own extended version of Bootstrap at the highest level of quality. ">
<meta name="author" content="Webpixels">
<title>register Page</title>
<!-- Fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700,800|Roboto:400,500,700" rel="stylesheet"> -->
<link type="text/css" href="../assets/vendor/icon/iconfont.css" rel="stylesheet">
<link href="../assets/css/style.css" rel="stylesheet">
<!-- Theme CSS -->
<link type="text/css" href="../assets/css/theme.css" rel="stylesheet">
<!-- Demo CSS - No need to use these in your project -->
<!-- <link type="text/css" href="../assets/css/demo.css" rel="stylesheet"> -->
<!-- <link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.3.2/css/flag-icons.min.css"
onerror="this.onerror=null;this.href='/assets/flag-icons.min.css';"> -->
<link rel="stylesheet"
href="../assets/flagicon/css/flag-icons.min.css">
<link rel="stylesheet" href="../assets/css/login.css" rel="">
</head>
<body class="aifo-bg-primary">
<main class="main register-page-success d-flex align-items-center" id="login">
<div class="container">
<div class="page-wrap">
<div class="verify-card"><!-- Icon -->
<div class="verify-icon">
<img src="../assets/images/backgrounds/icon/email-icon.png">
</div><!-- Title -->
<h1 class="verify-title" id="mainTitle">Check Your Inbox</h1><!-- Alert box -->
<div class="verify-alert">
<div class="verify-alert__icon">
!
</div>
<div class="verify-alert__text">
<div id="alertLine1">
You need to verify your email address to activate your account.We have sent you a secure login link. Please click the link to authenticate.
</div>
</div>
</div><!-- Button --> <button class="btn-verify" id="loginButton"> <span id="buttonText">Back to login</span> </button> <!-- Footer -->
<div class="verify-footer"><span class="verify-footer__text" id="footerText">Email didn't arrive?</span> <a href="javascript:void(0)" class="verify-footer__link" id="resendLink">Resend again</a>
</div>
<div class="bg-orange-bottom"></div>
</div>
</div>
</div>
</main>
<!-- Core -->
<script src="../assets/vendor/jquery/jquery-3.7.1.min.js"></script>
<script src="../assets/vendor/popper/popper.min.js"></script>
<script src="../assets/js/bootstrap/bootstrap.min.js"></script>
<!-- FontAwesome 5 -->
<script src="../assets/vendor/fontawesome/js/fontawesome-all.min.js" defer></script>
<!-- Page plugins -->
<script src="../assets/vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
<script src="../assets/vendor/bootstrap-tagsinput/bootstrap-tagsinput.min.js"></script>
<script src="../assets/vendor/input-mask/input-mask.min.js"></script>
<script src="../assets/vendor/nouislider/js/nouislider.min.js"></script>
<script src="../assets/vendor/textarea-autosize/textarea-autosize.min.js"></script>
<!-- Theme JS -->
<script src="../assets/js/theme.js"></script>
<!-- Top code bar behavior -->
</body>
</html>