-
Notifications
You must be signed in to change notification settings - Fork 0
/
registrationfees.html
199 lines (151 loc) · 9.85 KB
/
registrationfees.html
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Registration Fee</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200&family=Playfair+Display:wght@400;500&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&display=swap" rel="stylesheet">
</head>
<body>
<div class="float-end position-fixed end-0 bottom-0 p-2" style="z-index: 999; background-color: white; border-radius: 200px; padding: 12px 13px; ">
<p style="font-size: 40px; "><a href="#wallpaper" style="color: black; text-decoration: none;">▲</a></p>
</div>
<section id="wallpaper" style="background-color: rgb(245, 181, 181);">
<div class="menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid text-white">
<div class="container">
<a href="index.html"> <img data-aos="fade-middle" data-aos-duration="700" id="image" style="height: 120px;" src="WHITE.png" alt=""></a>
</div>
<button class="navbar-toggler text-white bg-white" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span id="toggle" class="navbar-toggler-icon text-white" style="color: white;"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" data-aos="fade-middle" data-aos-duration="1000" id="navbarNav">
<ul class="navbar-nav ">
<li class="nav-item px-3 text-center">
<a class="nav-link active text-white mt-3" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item px-3 text-center">
<a class="nav-link text-white mt-3" href="registrationfees.html" >Registration Fee</a>
</li>
<li class="nav-item dropdown px-3 text-center">
<a class="nav-link dropdown-toggle mt-3 text-white" href="programmes.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Programmes
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="programmes.html">Be Precise Conference 2024</a>
<a class="dropdown-item" href="preconference.html">Pre-Conference Workshop </a>
</div>
</li>
</li>
<li class="nav-item px-3 text-center">
<a class="nav-link text-white mt-3" href="venue.html">Venue</a>
</li>
<li class="nav-item px-3 text-center">
<a class="nav-link text-white mt-3" href="commitee.html">Commitee</a>
</li>
<li class="nav-item px-3 text-center">
<a class="nav-link text-white mt-3" href="enquiries.html" >Enquiries</a>
</li>
<li class="nav-item px-3 text-center" style="background-color: white; color: black;border-radius: 20px; font-weight: 500;">
<a class="nav-link p-4" href="https://docs.google.com/forms/d/e/1FAIpQLSfNNBv9UVttEea98oVBCNYEZWLZr01RGCZzhuGu33kC726vPA/viewform">Register</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="table" style="background-color: rgb(245, 181, 181); ">
<div class="container ">
<h3 class="text-center display-2 p-5 " style="font-family: Playfair Display;">Registration Fee</h3>
<table class="table table-bordered mb-5" style="background-color: white;">
<thead>
<tr>
<th scope="col">Programmes</th>
<th scope="col">Fees</th>
<th scope="col">Registration Includes</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">BE PRECISE CONFERENCE 2024</th>
<td>RM 130</td>
<td>
✅ Lanyard <br>
✅ Foods & drinks for 2 days <br>
✅ CPD A1 (14 points) <br>
✅ Certificate (digital copy) <br>
✅ Chance of winning lucky draw
</td>
</tr>
<tr>
<th scope="row">PRE-CONFERENCE WORKSHOP</th>
<td>RM 60</td>
<td>
✅Lanyard <br>
✅Breakfast & lunch (14 points) <br>
✅ CPD A3 (6 points) <br>
✅Certificate (digital copy) <br>
✅Complementary gifts </td>
</tr>
</tbody>
</table>
</div>
<div class="registration" style="background-color: rgb(139, 18, 38);">
<h1 class="text-center display-1 text-white mt-5" style="font-family: playfair display;">Register Now</h1>
<div class="container">
<div class="row">
<div class="col-sm-6 mt-5 mb-5">
<div data-aos="zoom-in" data-aos-duration="700" class="card mt-5 p-4" style="border-radius: 20px;background-color: rgb(245, 181, 181);border-color: black;">
<h1 class="mb-4 text-center">Scan here to register</h1>
<img src="QR code.jpg" alt="">
<div class="card-body text-center text-white">
<h3>or<a href="https://docs.google.com/forms/d/e/1FAIpQLSfNNBv9UVttEea98oVBCNYEZWLZr01RGCZzhuGu33kC726vPA/viewform"> click here</a></h3>
</div>
</div>
</div>
<div class="col-sm-6 mt-5">
<div class="card mt-5 p-2" data-aos="zoom-in" data-aos-duration="700" style=" border-radius: 20px;background-color: rgb(245, 181, 181);border-color: black;" >
<div class="card-body">
<h3 class="card-title mb-4" >Closing Date:</h3>
<h1>26th May 2024</h1>
</div>
</div>
<div class="card mt-4 mb-5 mt-5 p-2" data-aos="zoom-in" data-aos-duration="700" style=" border-radius: 20px;background-color: rgb(245, 181, 181);border-color: black;" >
<div class="card-body">
<h2 class="card-title mb-4">Note:</h2>
<h5 class="card-text text-right mb-5">◍ Please verify the accuracy of the provided information, as certificates will be prepared based on it. </h5>
<h5 class="card-text mb-5">◍ The organizer retains the right to postpone, alter or cancel the conference due to unavoidable circumstances. </h5>
<h5 class="card-text">◍ Kindly be informed that cancellations will not be refundable. </h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright" style="background-color: rgb(53, 53, 53);">
<p class="text-center text-white p-2">© copyright Hospital Kuala Lumpur 2024</p>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://kit.fontawesome.com/0e3c767ca4.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="script.js"></script>
<script>
AOS.init();
</script>
</body>
</html>