-
Notifications
You must be signed in to change notification settings - Fork 0
/
WelCome.php
85 lines (49 loc) · 2.55 KB
/
WelCome.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>EventsWave</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-login-form.min.css" />
</head>
<body>
<section class="vh-100" style="background-image: url('assets/images/login_request/cover.png');">
<div class="container py-5 h-100">
<div class="row d-flex justify-content-center align-items-center h-100">
<div class="col col-xl-10">
<div class="card" style="border-radius: 1rem;">
<div class="row g-0">
<div class="col-md-6 col-lg-5 d-none d-md-block">
<img src="assets/images/login_request/Sider.jpg"alt="login form"class="img-fluid" style="border-radius: 1rem 0 0 1rem;"/>
</div>
<div class="col-md-6 col-lg-7 d-flex align-items-center">
<div class="card-body p-4 p-lg-5 text-black">
<div class="d-flex justify-content-center">
<img class="mb-4" src="assets/images/login_request/small_logo.png" alt="" height="45">
</div>
<p class="fw-normal">
Your account has been successfully created, and login information has been provided to your SLTC email address. Please update your
password and user name before using your EventsWave account.
Please adhere to our community standards and report any difficulties encountered while using our platform to <a href="[email protected]">[email protected].</a>
</p>
<div class="pt-1 mb-4 mt-2">
<button class="btn btn-dark btn-lg btn-block btn-sm" type="submit" name="signup_btn"><a href="selection_page.php" style="text-decoration: none; color: white">Got It</a></button>
</div>
<p class="mb-4 pb-lg-2" style="color: #19afd4;">Have an account? <a href="login.php" style="color: #2696ca;">
SignIn</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="assets/js/mdb.min.js"></script>
<script type="text/javascript">
</script>
</body>
</html>