File tree 8 files changed +17
-5
lines changed
8 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" UTF-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
+ <link rel =" icon" type =" image/png" href =" /logo.png" >
6
7
<title >Help</title >
7
8
<style >
8
9
.headings {
Original file line number Diff line number Diff line change 5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
6
<title >Home</title >
7
7
<link rel =" stylesheet" href =" https://unpkg.com/leaflet/dist/leaflet.css" />
8
+ <link rel =" icon" type =" image/png" href =" /logo.png" >
8
9
<script src =" https://unpkg.com/leaflet/dist/leaflet.js" ></script >
9
10
<style >
10
11
.main {
Original file line number Diff line number Diff line change 5
5
<meta charset =" UTF-8" >
6
6
<meta name =" viewport"
7
7
content =" width=device-width, initial-scale=1.0" >
8
- <title >Document </title >
8
+ <title >Know Your Customer </title >
9
9
<link rel =" icon" type =" image/png" href =" logo.png" >
10
10
<link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" >
11
11
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" UTF-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
+ <link rel =" icon" type =" image/png" href =" /logo.png" >
6
7
<title >Login</title >
7
8
<style >
8
9
@import url (' https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap' );
Original file line number Diff line number Diff line change 1
- <link rel =" icon" type =" image/png" href =" logo.png" >
2
1
<link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" >
3
2
<style >
4
3
@import url (' https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap' );
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" UTF-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
+ <link rel =" icon" type =" image/png" href =" /logo.png" >
6
7
<title >Register</title >
7
8
<style >
8
9
@import url (' https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap' );
Original file line number Diff line number Diff line change 161
161
</div >
162
162
</div >
163
163
<div class =" redeem" >
164
- <p >Redeem</p >
164
+ <div >
165
+ <p >Redeem</p >
166
+ <p style =" font-size : 0.8vw ; color : #bbb ;" >*1000 Points Per Subscription</p >
167
+ </div >
165
168
<div class =" scrollIcons" >
166
169
<i class =" fas fa-chevron-left" onclick =" scrollToTheLeft()" ></i >
167
170
<span id =" scrollPageNumber" >1</span >
213
216
</div >
214
217
</div >
215
218
<div class =" alertBox" id =" alertBox" >
216
- <i class =" fas fa-check-circle" style =" font-size : 1.3vw ;" ></i >  ;
219
+ <i class =" fas fa-check-circle" style =" font-size : 1.3vw ;" id = " statusIcon " ></i >  ;
217
220
<span id =" responsetext" ></span >
218
221
</div >
219
222
<script >
243
246
const div = document .getElementById (' alertBox' )
244
247
responsetextdiv .innerHTML = xhr .responseText
245
248
div .style .transform = ' translateX(0px)'
249
+ if (! xhr .responseText .includes (' Bravo' )) {
250
+ document .getElementById (' statusIcon' ).className = ' fas fa-times-circle'
251
+ } else {
252
+ document .getElementById (' statusIcon' ).className = ' fas fa-check-circle'
253
+ }
246
254
setTimeout (() => {
247
255
div .style .transform = ' translateX(22vw)'
248
256
setTimeout (() => {
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" UTF-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
- <title >Home </title >
6
+ <title >Ride Status </title >
7
7
<link rel =" stylesheet" href =" https://unpkg.com/leaflet/dist/leaflet.css" />
8
+ <link rel =" icon" type =" image/png" href =" /logo.png" >
8
9
<script src =" https://unpkg.com/leaflet/dist/leaflet.js" ></script >
9
10
<style >
10
11
* {
You can’t perform that action at this time.
0 commit comments