-
Notifications
You must be signed in to change notification settings - Fork 0
/
selection_page.php
83 lines (50 loc) · 2.52 KB
/
selection_page.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
<!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>
<!-- Start your project here-->
<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/dancing.jpg" alt="login form"
class="img-fluid" style="border-radius: 1rem 0 0 1rem;"/>
</div>
<div class="col-md-4 col-lg-7 d-flex align-items-center">
<div class="card-body p-4 p-lg-5 text-black">
<img src="assets/images/login_request/small_logo.png" height="40px" width="auto"><br><br>
<h5 class="fw-normal mb-3 pb-3" style="color: grey;"><b>Wel Come To EventsWave</b></h5>
<div class="d-grid gap-2 col-12 mx-auto">
<a href="login.php"><button class="btn btn-dark btn-lg btn-block btn-sm" type="button">Log In Section</button></a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScCyIAQMMTg5kjGJvkZYtTR4E8qiUbtAIjK2ZcItzTOACV8dA/viewform?usp=sf_link">
<button class="btn btn-dark btn-lg btn-block btn-sm" type="button">
Register Your Club Here
</button>
</a>
</div>
<br><br><br>
<a href="#!" class="small text-muted">Terms of use.</a>
<a href="#!" class="small text-muted">Privacy policy</a>
</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>