File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,18 @@ <h1>Registration-form</h1>
143
143
< label for ="referralCode " class ="form-label " id ="inputReferralCode "> Referral code < i class ="fa-solid fa-tag "> </ i > :</ label >
144
144
< input type ="text " class ="form-control " placeholder ="Enter referral code " required >
145
145
</ div >
146
- < div class ="col-md-12 ">
146
+ < div class ="col-md-6 ">
147
147
< label for ="inputEmail " class ="form-label " id ="inputEmail "> Email < i class ="fa-solid fa-envelope "> </ i > :</ label >
148
148
< input type ="email " class ="form-control " placeholder ="Enter your email " required >
149
149
</ div >
150
+ < div class ="col-md-3 ">
151
+ < label for ="inputUPI " class ="form-label " id ="inputUPI "> UPI transaction ID :</ label >
152
+ < input type ="email " class ="form-control " placeholder ="Enter UID " required >
153
+ </ div >
154
+ < div class ="col-md-3 " id ="QRcode ">
155
+ < label for ="inputQRcode " class ="form-label " id ="inputQRcode "> Scan for payment < i class ="fa-solid fa-qrcode "> </ i > :</ label > < br />
156
+ < img class ="qr-code " src ="./assets/images/QR-code.jpeg ">
157
+ </ div >
150
158
< div class ="col-md-12 ">
151
159
< label for ="inputCollegeName " class ="form-label " id ="inputCollegeName "> College Name < i class ="fa-solid fa-building-columns "> </ i > :</ label >
152
160
< input type ="text " class ="form-control " placeholder ="Enter your college name " required >
@@ -169,10 +177,11 @@ <h1>Registration-form</h1>
169
177
< div id ="container-2 ">
170
178
< div className ='left-content '> < i id ="blogs " class ="fa-solid fa-book "> </ i > </ div >
171
179
< div className ='right-content '>
172
- < a href ="https://blog .wcewlug.org " id ="blogs_link " target ="_blank "> < p id ="blogs_text "> Do read our blogs!</ p > </ a >
180
+ < a href ="https://www .wcewlug.org/blogs.php " id ="blogs_link " target ="_blank "> < p id ="blogs_text "> Do read our blogs!</ p > </ a >
173
181
</ div >
174
182
</ div >
175
183
</ div >
184
+ < p id ="event_info "> If you want to know more about our events < i class ="fa-regular fa-calendar-check "> </ i > < br /> < a href ="https://www.wcewlug.org/events.php " target ="_blank " id ="click_here "> < b > Do Click Here!</ b > </ a > </ p >
176
185
</ div >
177
186
</ div >
178
187
</ div >
You can’t perform that action at this time.
0 commit comments