-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
385 lines (358 loc) · 14.4 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<!-- note to self: the color of the logo is rgb(104,113,175) or #6871af. I would like to see the background white and text the color of the logo. the carousel's speed is a bit fast.-->
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PatwardhanMed Consulting</title>
<link
rel="icon"
type="image/x-icon"
href="./resources/assets/icon/favicon.ico"
/>
<link rel="stylesheet" href="./resources/css/bulma.min.css" />
<link rel="stylesheet" href="./resources/css/home.styles.css" />
<link rel="stylesheet" href="./resources/css/styles.css" />
<link rel="stylesheet" href="./resources/css/swiper-bundle.min.css" />
<script src="./resources/js/swiper-bundle.min.js"></script>
<script src="./resources/js/script.js"></script>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-42WTPLCBLG"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-QT61CM3PS1");
</script>
<body>
<!-- Header -->
<nav
class="navbar is-spaced has-shadow is-light"
role="navigation"
aria-label="main navigation"
>
<div class="navbar-brand">
<a class="navbar-item" href="https://patwardhanmed.consulting/">
<img
src="./resources/assets/logo.svg"
alt="Patwardhanmed consulting logo"
/>
</a>
<a
role="button"
class="navbar-burger"
aria-label="menu"
aria-expanded="false"
data-target="navbarBasicExample"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item is-active is-tab" href="./index.html">
About
</a>
<a class="navbar-item is-tab" href="./network.html"> People </a>
<a class="navbar-item is-tab" href="./work.html"> Work </a>
<a class="navbar-item is-tab" href="./contact.html"> Contact </a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
<div class="buttons">
<button class="button is-small">
<span class="icon is-small">
<img
src="./resources/assets/lang/usa.png"
class="lang-logo"
/>
</span>
<span>Language</span>
</button>
</div>
</a>
<div class="navbar-dropdown">
<a href="index-de.html" class="navbar-item">
<div class="buttons">
<button class="button is-small">
<span class="icon is-small">
<img
src="./resources/assets/lang/germany.png"
class="lang-logo"
/>
</span>
<span>DE</span>
</button>
</div>
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- Carousel -->
<div class="hero-carousel is-small">
<div class="swiper">
<div class="swiper-wrapper">
<!-- Slide 1 -->
<div class="swiper-slide">
<div class="pc-slider-content">
<img
src="./resources/assets/carousel/car-two.png"
alt=""
srcset=""
/>
<div class="tint-overlay"></div>
<div class="pc-slider-text">
<h2 class="title" style="color: #343958">Teamwork</h2>
<br />
<p class="subtitle" style="color: #343958">
<b>
We value our ability to integrate with your team and
contribute proactively.
</b>
</p>
<!--
<button class="button is-info is-small">Know more</button>
-->
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="swiper-slide">
<div class="pc-slider-content">
<img
src="./resources/assets/carousel/car-three.png"
alt=""
srcset=""
/>
<div class="tint-overlay"></div>
<div class="pc-slider-text">
<h2 class="title" style="color: #343958">
Intercultural Competence
</h2>
<br />
<p class="subtitle" style="color: #343958">
<b>
We focus our efforts on the long-term value of our
clients' investments.
</b>
</p>
<!--
<button class="button is-info is-small">Know more</button>
-->
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="swiper-slide">
<div class="pc-slider-content">
<img
src="./resources/assets/carousel/car-four.png"
alt=""
srcset=""
/>
<div class="tint-overlay"></div>
<div class="pc-slider-text">
<h2 class="title" style="color: #343958">
Expertise with Levity
</h2>
<br />
<p class="subtitle" style="color: #343958">
<b>
Smart solutions, relaxed & approachable style — we offer precision and compliance in medical device consulting, making the process both efficient and seamless.
</b>
</p>
<!--
<button class="button is-info is-small">Know more</button>
-->
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
<!-- Hero Content -->
<section class="hero is-medium is-primary is-bold">
<div class="hero-body" style="background-color: rgb(104, 113, 175)">
<div class="container">
<h2 class="title pc-justify-text" style="color: rgb(255, 255, 255)">
PatwardhanMed Consulting provides comprehensive regulatory and
quality consulting services for medical device and pharmaceutical
manufacturers worldwide.
</h2>
<center><hr style="width: 50%" /></center>
<p
class="subtitle"
style="text-align: justify; color: rgb(255, 255, 255)"
>
Founded by Yasha Patwardhan in February 2022, PatwardhanMed Consulting specializes in delivering high-quality regulatory compliance and quality management system (QMS) consulting services for medical device and pharmaceutical manufacturers. We prioritize a client-focused approach, beginning with active listening, in-depth learning, and comprehensive analysis to provide tailored solutions. We understand that there is no one-size-fits-all strategy for simplifying Risk Management and QMS processes while maintaining regulatory compliance. With over 15 years of client satisfaction, our commitment is to deliver sustainable, results-driven outcomes.
</p>
</div>
</div>
</section>
<!-- Second section -->
<section class="hero is-medium is-bold">
<div class="hero-body">
<div class="container">
<h2 class="title pc-center-text" style="color: rgb(104, 113, 175)">
Our Philosophy
</h2>
<br />
<p
class="subtitle"
style="text-align: justify; color: rgb(104, 113, 175)"
>
Client satisfaction is our top priority. However, the greatest value we bring as consultants lies in our extensive network of trusted professionals and affiliates. We ensure that our clients are never left "cleaning up" after another consultant's work, as poorly implemented changes and executed projects can damage both professional trust and our client's long-term success. Our approach is straightforward: 'If we would not cook it in our kitchen, we won't recommend it to anyone else. Ever'.
</p>
<br />
<h4 class="title pc-center-text" style="color: rgb(104, 113, 175)">
Skills We Bring
</h4>
<div class="tags" style="font-weight: 700">
<span class="tag is-link" style="background-color:#333">Regulatory Compliance</span>
<span class="tag is-link" style="background-color:#248">Risk Management</span>
<span class="tag is-primary" >Technical Documentation</span>
<span class="tag is-success">FDA Submissions</span>
<span class="tag is-link" style="background-color:#369">EU MDR</span>
<span class="tag is-grey-light">Post-Market Surveillance</span>
<span class="tag is-grey" style="background-color:#ADD">Design Controls</span>
<span class="tag is-link" style="background-color:#96A">Medical Device Reporting</span>
<span class="tag is-link" style="background-color:#69A">Change Controls</span>
<span class="tag is-link" style="background-color:#712">Complaint Handling</span>
<span class="tag is-primary" style="background-color:#FED">Remediation Planning</span>
<span class="tag is-link" style="background-color:#765">CAPA Managament</span>
<span class="tag is-link" style="background-color:#D86">Risk Assessment</span>
<span class="tag is-warning">Process Improvement</span>
<span class="tag is-link" style="background-color:#60D">Notified Body Communications</span>
</div>
</div>
</div>
</section>
<!-- Third section -->
<section class="hero is-medium is-primary is-bold">
<div class="hero-body" style="background-color: rgb(104, 113, 175)">
<div class="container">
<h2 class="title pc-justify-text" style="color: rgb(255, 255, 255)">
Streamlining Regulatory Compliance and QMS for Pharmaceutical and
Medical Device Manufacturers
</h2>
<br />
<p
class="subtitle"
style="text-align: justify; color: rgb(255, 255, 255)"
>
We recognize that medical device regulations often allow for interpretation, making the implementation of effective risk management and quality management systems (QMS) a complex task. For pharmaceutical and medical device manufacturers, staying compliant while navigating these regulatory requirements presents a significant challenge. At PatwardhanMed Consulting, we simplify this process by ensuring your systems not only meet regulatory standards but also remain efficient, scalable, and customized to your specific needs. With over 20 years of experience across key functions in leading multinational medical device companies, we bring a comprehensive perspective on what drives success in strategic and remediation projects. Our insights support both immediate success and the long-term sustainability of your outcomes.
</p>
<br />
</div>
</div>
</section>
<!-- Footer -->
<footer class="navbar is-light">
<div class="columns" style="width: 100%">
<div class="column is-half">
<div class="pc-footer-col">
<img
src="./resources/assets/logo.svg"
alt="Patwardhanmed consulting logo"
style="max-width: 300px"
/>
<div>Eggenstein-Leopoldshafen, DE <br /></div>
<div>
<a class="subtitle pc-subtitle" href="tel:+491608137497"
>+49 160 813-7497</a
>
</div>
<div>
<a
class="subtitle pc-subtitle"
href="mailto:[email protected]"
>info @ patwardhanmed.consulting</a
>
</div>
</div>
</div>
<div class="column is-half">
<div class="pc-footer-col">
<div class="pc-footer-nav">
<ul>
<li>
<a class="subtitle pc-subtitle" href="./index.html">About</a>
</li>
<li>
<a class="subtitle pc-subtitle" href="./network.html"
>People</a
>
</li>
<li>
<a class="subtitle pc-subtitle" href="./work.html">Work</a>
</li>
<li>
<a class="subtitle pc-subtitle" href="./contact.html"
>Contact</a
>
</li>
</ul>
</div>
<div class="pc-social-icons">
<a
href="https://www.linkedin.com/company/patwardhanmed-consulting"
target="_blank"
>
<img
src="./resources/assets/icon/linkedin.png"
alt="LinkedIn"
/>
</a>
</div>
</div>
</div>
</div>
<div>
<p class="has-text-centered">
© 2024 PatwardhanMed Consulting. All rights reserved.
</p>
</div>
</footer>
</body>
<script>
document.addEventListener("DOMContentLoaded", () => {
const swiper = new Swiper(".swiper", {
direction: "horizontal",
loop: true,
autoplay: {
delay: 4000,
disableOnInteraction: false,
pauseOnMouseEnter: false,
},
effect: "coverflow",
coverflowEffect: {
depth: 10000,
rotate: 500,
scale: 3,
stretch: 1,
slideShadows: true,
},
pagination: {
el: ".swiper-pagination",
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
});
</script>
</html>