-
Notifications
You must be signed in to change notification settings - Fork 0
/
confirmation.html
131 lines (129 loc) · 5.88 KB
/
confirmation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Confirmation</title>
<link rel="shortcut icon" href="https://www.qubehealth.com/web_files/images/android-icon-72x72.png">
<link rel="stylesheet" href="css/confirmation.css">
<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=Source+Sans+Pro:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="page_container">
<section class="page_face">
<div class="spike_border"></div>
<div class="pf_header">
<a><img src="./img/qube.png" alt=""></a>
<span>VOUCHER</span>
</div>
<div class="pf_body">
<div>
<img src="./img/tick.png" alt="">
<h1>Your Appointment is <strong>confirmed</strong></h1>
</div>
</div>
<section class="page_section _payment_for">
<div class="page_inner">
<div>
<span>Payment:</span>
<strong>PREPAID</strong>
</div>
<div>
<span>For:</span>
<strong>
<img src="./img/tavant.png" alt="">
</strong>
</div>
</div>
</section>
</section>
<section class="page_section _appointment_details">
<div class="page_inner">
<div class="appointment_details">
<div class="ad_row _info">
<a><img src="./img/apollo.png" alt=""></a>
<div class=hospital_details>
<h2>Apollo Hospitals</h2>
<address>156, Famous Cine Labs, behind Everest Building, Tardeo, Mumbai, Maharashtra 400034</address>
</div>
</div>
<div class="ad_row _appointment_on">
<div>Voucher No <span>392302</span></div>
<div>Appointment Date <span>Sep 27, 2021</span></div>
<div>Appointment Time <span>8 AM to 9 AM</span></div>
</div>
</div>
<div class="bar_code">
<img src="./img/barcode.png" alt="">
</div>
</div>
</section>
<section class="page_section _voucher_owner_details">
<div class="page_inner">
<div class="_voucher_holder"><label>Voucher Holder:</label> <strong>Rahul Banekar (1209381293)</strong></div>
<div><label>Age:</label> <strong>23 Years</strong></div>
<div><label>Gender:</label> <strong>Male</strong></div>
</div>
</section>
<section class="page_section _package_details">
<div class="page_inner">
<h2>Package Details</h2>
<h3 class="__section_heading">Full body health check up</h3>
<ul>
<li>Hba1c</li>
<li>Complete Gemogram</li>
<li>Iron Studies</li>
<li>Kidney Function Test</li>
<li>Liver Function Test</li>
<li>Blood Glucose Fasting</li>
<li>Thyroid Profilee total (T3, T4 & TSH Ultra-sensitive)</li>
<li>Lipid Profile</li>
<li>Urine Routine</li>
</ul>
</div>
</section>
<section class="page_section _please_follow_instruction">
<div class="page_inner">
<h3 class="__section_heading">Please follow the instructions below and prepare accordingly (Ignore if blank):</h3>
<ul>
<li>Please avoid eating for 9 to 12 hours before your test.</li>
<li>Please don't drink any juice, tea or coffee before your test. </li>
<li>Please don't smoke, drink, chew gum, or exercise before your test. </li>
</ul>
</div>
</section>
<section class="page_section _note">
<div class="page_inner">
<p>“Please Carry this voucher along with government / company photo ID to the Venue.” </p>
</div>
</section>
<section class="page_section _instructions">
<h3 class="__section_heading">Instructions for Diagnostic Centre / Clinic</h3>
<ul>
<li>Before providing any services, please validate the voucher, Contact QubeHealth support for any issues, +91 020-7153-1233.</li>
<li>Please do not collect any payment from the voucher holder.</li>
<li>Please do not provide any invoice to the voucher holder. </li>
<li>Please retain a copy of this voucher and a copy of the holder’s photo</li>
<li>ID to be attached with your invoice.</li>
</ul>
<div class="contact_info">
<a href="tel:+91 020-7153-1233" target="_blank">
<img src="./img/tell.png" alt="">
<span>+91 020-7153-1233</span>
</a>
<a href="https://www.qubehealth.com/" target="_blank">
<img src="./img/web.png" alt="">
<span>qubehealth.com</span>
</a>
<div>
<img src="./img/time.png" alt="">
<span>Sunday to Saturday <code>( 9 AM - 6 PM )</code></span>
</div>
</div>
</section>
</div>
</body>
</html>