-
Notifications
You must be signed in to change notification settings - Fork 2
/
thanks.php
44 lines (40 loc) · 2.66 KB
/
thanks.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
<?php session_start();
$name = $_SESSION['name'];
?>
<!doctype html>
<html lang="en">
<head>
<title>Thank You</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- external css -->
<!-- <link rel="stylesheet" href="style.css"> -->
<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<!-- favicon -->
<!-- <link rel = "icon" href = "images/icon.png" type = "image/x-icon"> -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="images/favicon_io/site.webmanifest">
</head>
<body>
<div class="" style="background-image: url(images/hexbg.jpg);">
<div class="container d-flex align-items-center justify-content-center min-vh-100">
<div class="row text-center box mx-auto" style="max-width: 95%;">
<div class="px-3 py-3 mx-3" style="color: #000;background-color: #fff;border-radius: 25px;width: 450px;max-width: 90%;">
<?php echo "<h3 style=font-weight: 600 class=pt-4><b> Congratulations..</b>$name <br>Your registration is completed.</h3><br><h4 style=color:#bf1807>Join this whatsapp group for further updates!!</h4></h4>";?><br>
<a href="https://chat.whatsapp.com/JSOM5sFxk9pGrTUhDIQSy6" target="_blank">
<button class="btn" style="background-color: #bf1807;color: #fff;">Join Now</button></a><br>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>