-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
207 lines (200 loc) · 13 KB
/
index.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
200
201
202
203
204
205
206
207
<!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">
<link rel="stylesheet" href="./style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="shortcut icon" href="./image/IWS-logo-png.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<title>IWS</title>
</head>
<body>
<!----------- nav bar ----------------->
<div class="nav-bg" id="top">
<nav class="d-flex">
<a href="#home" class="aicon">
<div class="icon">
<img src="./image/IWS-logo-png.png" alt="logo" class="icon-img">
<h2 class="icon-name">Infinite Wellness Solutions</h2>
</div>
</a>
<div class="nav-list">
<ul class="d-flex flex-row navbar-nav navlist" id="navl" style="display:none;">
<li class="nav-item"><a href="#Intro" class="nav-link">Introduction</a></li>
<li class="nav-item"><a href="#mission" class="nav-link">Mission</a></li>
<li class="nav-item"><a href="#founder" class="nav-link">Founder</a></li>
<li class="nav-item"><a href="#product" class="nav-link">Product</a></li>
<li class="nav-item"><a href="#services" class="nav-link">Services</a></li>
</ul>
</div>
<i class="fas fa-bars humburger" id="bars" onclick="myfunction()"></i>
<!------------ hamburger nav------------->
</nav>
<div id="mobile-nav">
<div class="navbar p-2 mx-auto container-fluid onclicknav nav-item mt-1 center d-flex justify-content-center" id="nav">
<a href="#Intro" class="nav-link "><h6>Introduction</h6></a>
</div>
<div class="navbar p-2 mx-auto container-fluid onclicknav nav-item mt-1 center d-flex justify-content-center" id="nav">
<a href="#mission" class="nav-link "><h6>Mission</h6></a>
</div>
<div class="navbar p-2 mx-auto container-fluid onclicknav nav-item mt-1 center d-flex justify-content-center" id="nav">
<a href="#founder" class="nav-link "><h6>Founder</h6></a>
</div>
<div class="navbar p-2 mx-auto container-fluid onclicknav nav-item mt-1 center d-flex justify-content-center" id="nav">
<a href="#product" class="nav-link "><h6>Product</h6></a>
</div>
<div class="navbar p-2 mx-auto container-fluid onclicknav nav-item mt-1 center d-flex justify-content-center" id="nav">
<a href="#services" class="nav-link "><h6>Services</h6></a>
</div>
</div>
</div>
<!--------------- landing page--------------->
<div class="landing" id="home">
<div class="heading animate__animated animate__slideInLeft animate__delay-1s">
<h1 class="name">Infinite Wellness Solutions </h1>
</div>
<div class="landing-intro animate__animated animate__slideInRight animate__delay-1s">
<strong>“Health is a state of complete harmony of the body, mind and spirit. When one is free from physical disabilities and mental distractions, the gates of the soul open.”</strong><br>
The ability to tune into oneself can also help to overcome less-than-healthy habits and mental patterns. Focus is the basic mental skill that supports everything people in the fitness industry are trying to do: help you monitor your own activities, nutrition and mindset about body image and eating.<br>
Feelings of wellbeing are fundamental to the overall health of an individual, enabling them to successfully overcome difficulties and achieve what they want out of life. This is where IWS proves to be of use. It is a user friendly, convenient and serviceable platform that provides standard healthcare services which are easily accessible.
</div>
</div>
<!---------- intro---------->
<section class=" d-flex " id="Intro">
<div class="intro-text animate__animated animate__slideInUp animate__delay-1s">
<h2 class="topic-heading">Introduction</h2>
<div class="intro-text">Infinite Wellness Solutions Private Limited is a Private startup company incorporated on 16 March 2021. It is classified as a non-govt company and is registered at Registrar of Companies, Mumbai. Dr. Pranav Ingole and ID. Mayuri Gosewade are the founders of the company. <br>
Infinite wellness solutions Pvt.Ltd is aplatform for promoting digital methods to create awareness among people regarding the usage of electronic techniques to pursue health care or avail the services of health sector of IWS. It mainly provides online health care products and services. <br>
Infinite wellness solutions Pvt.Ltd also focuses on valuable and essential pharmaceutical services.
</div>
</div>
<div class="intro-img animate__animated animate__slideInUp animate__delay-1s">
<img src="./image/3966816.jpg" alt="Intro pic" class="intro-pic">
</div>
</section>
<!---------- Mission---------->
<section id="mission">
<div class="mission-img animate__animated animate__slideInLeft animate__delay-1s">
<img src="./image/16209.jpg" alt="Mission" class="mission-pic">
</div>
<div class="mission-text animate__animated animate__slideInRight animate__delay-1s">
<h2 class="topic-heading">Mission</h2>
<div class="mission-t">
IWS is an online platform which aims to electronically portal dealing in Medicines, Pathology Diagnostics Labs and door step deliveries. Our mission is to provide quality services to the ones in need within a targeted period of time. The products and services so issued are according to professional’s consultation and experts prescriptions.
</div>
<h2 class="topic-heading">Vision</h2>
<div class="vision-text">
The vision of the company, as stated before, is clearly to help people in a way that they can utilize the company’s services and products effortlessly. This is done with the help of modern high-quality software.
</div>
</div>
</section>
<!----------founder--------->
<section id="founder">
<h2 class="topic-heading">Founders</h2>
<div class="row d-flex align-items-center justify-content-around m-3" style="width: 75%;">
<!-----------Pranav Ingole---------->
<!-- // remove this line to add
<div class=" bg-light shadow animate__animated animate__fadeInUp animate__delay-2s m-4 p-4" style="width: 310px;">
<div class="hvrascale1 d-flex align-items-center justify-content-around flex-column" style="text-decoration: none;">
<img src="./image/avtar.png" class="card-img-top shadow-lg border" alt="" style="max-width: 230px; max-height:230px; border-radius: 230px;">
<!------ add founder image // remove this line to add
<div class="card-body">
<h4 class="text-center text-primary">Dr. Pranav Ingole </h4>
<h6 class="text-center text-navy">Paediatric Dentist</h6>
<h4 class="text-center text-primary justify-content-center">
<a href="https://www.linkedin.com/in/pranav-ingole-2b51aa194/" class="mx-3" style="text-decoration: none;">
<img src="./image/linkedin.png" alt="linkedin icon">
</a>
<a href="#" class="mx-3" style="text-decoration: none;">
<!------ add founder gmail id with mailto tag // remove this line to add
<img src="./image/gmail.png" alt="gmail icon">
</a>
</h4>
</div>
</div>
</div>
// remove this line to add -->
<div class=" bg-light shadow animate__animated animate__fadeInUp animate__delay-2s m-4 p-4" style="width: 310px;">
<div class="hvrascale1 d-flex align-items-center justify-content-around flex-column" style="text-decoration: none;">
<img src="./image/avtar1.png" class="card-img-top shadow-lg border" alt="" style="max-width: 200px; max-height:230px; border-radius: 230px;">
<div class="card-body">
<h4 class="text-center text-primary">ID. Mayuri Gosewade </h4>
<h6 class="text-center text-navy">Interior Designer </h6>
<h4 class="text-center text-primary justify-content-center">
<a href="https://www.linkedin.com/in/i-d-mayuri-hajare-gosewade-10ab4a46/" class="mx-3" style="text-decoration: none;">
<img src="./image/linkedin.png" alt="linkedin icon">
</a>
<a href="mailto: universalrecycle24@gmail.com" class="mx-3" style="text-decoration: none;">
<img src="./image/gmail.png" alt="gmail icon">
</a>
</h4>
</div>
</div>
</div>
</div>
</section>
<!----------- product -------------->
<section id="product">
<div class="product-text animate__animated animate__zoomIn animate__delay-1s">
<h2 class="topic-heading">Product</h2>
<div class="product-t">
Our main product is *QuickMedsRx* which aims to provide everything at one place as it branches out other services.<br>
One of the most convenient way to reach people is through Internet so we decided to create A platform where anyone can visit and buy pharmaceutical products within a minute and promote Digital India. We believe that it will also help to literate people in medical field and furthermore, protect them frommedical frauds.
</div>
</div>
<div class="product-img animate__animated animate__zoomIn animate__delay-1s">
<img src="./image/7815.jpg" alt="" class="product-pic">
</div>
</section>
<!----------- services -------------->
<section id="services">
<div class="services-img animate__animated animate__slideInLeft animate__delay-1s">
<img src="./image/3831955.jpg" alt="services" class="services-pic">
</div>
<div class="services-text animate__animated animate__slideInRight animate__delay-1s">
<h2 class="topic-heading">Services</h2>
<div class="services-t">
IWS makes sure that a patient who has reached us does not go empty handed. This is done so by providing quality services to the customers.
<ol class="services-ol">
<li class="services-ol-items">We make sure that the query or the request is solved in within 5 hours.</li>
<li class="services-ol-items">We, as an E- pharmacy make sure that we deliver not only standard and prescribed medicines but also generate hope in the society. </li>
<li class="services-ol-items">At IWS we make sure that your problem is tackled and solved by the our concerned department. </li>
<li class="services-ol-items">We deliver life saving goods at your doorstep. We give services like medicines, lab, online consultancy, Etc...</li>
<strong>Like eg :</strong>
<ul class="services-ul">
<li class="services-ul-items">QuickMeds medicines, QuickMeds lab, #QuickMeds online doctor consultancy, Etc...</li>
<li class="services-ul-items"><strong> QuickMedsRx medicines -</strong>Here we make sure we deliver the medicines and other medical goods within a constrained period of time.</li>
<li class="services-ul-items"><strong>QuickMedsRx labs -</strong> This service is responsible for collecting samples for diagnosis after a patient uploads his/her request for pathology lab test. This is collected within a span of 2 hours after the request is made. The procedure is safe as the sample collectors are qualified people.</li>
<li class="services-ul-items"> <strong>QuickMedsRx online doctor consultancy -</strong>This service is responsible for setting an online consultation with the preferred doctor by the patient.</li>
</ul>
</ol>
</div>
</div>
</section>
<!----------- footer -------------->
<footer>
<div class="footer-details">
<div class="footerheading">Infinite Wellness Solutions</div>
<div class="mail">Email id: infiniteweliness21@gmail.com</div>
<div class="contact">Contact No: 0712-2734991 (M) +91 7249693499</div>
<div class="address">Mailing address: Shop No: 08, P.No. 42, H.No. 219, Laxmi Vyankatesh Co-op Housing Society. Telephone Exchange Square, Central Avenue Nagpur-440008</div>
</div>
<div class="quick-links">
<h3>Quick Links</h3>
<a href="#home">Home</a> <br>
<a href="#Intro">Intro</a> <br>
<a href="#mission">Mission</a> <br>
<a href="#mission">Product</a> <br>
<a href="#founder">Founder</a> <br>
<a href="#services">Services</a> <br>
<a href="#top">Back to Top <span class="animate__animated animate__pulse animate__repeat-2"><i class="fas fa-arrow-circle-up "></i></span></a> <br>
</div>
</footer>
<div class="copyright text-center p-3 text-light">©Copyright <strong>Infinite Wellness Solutions</strong>. All Rights Reserved</div>
<div class="lastfooter text-center text-light p-2"><Code/> With <i class="fas fa-heart text-danger"></i> by IWS</div>
<script src="./index.js"></script>
</body>
</html>