OneCompiler

Phr.Shiva

1629
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Shiva Ghimire - Pharmacist</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f9; color: #333; } header { background-color: #4CAF50; color: white; text-align: center; padding: 1em 0; } .container { width: 80%; margin: 0 auto; padding: 2em 0; } h1, h2, h3 { color: #4CAF50; } p { line-height: 1.6; } .contact-info { background-color: #e2e2e2; padding: 1em; margin-top: 2em; border-radius: 8px; } </style> </head> <body> <header> <h1>Shiva Ghimire</h1> <p>Pharmacist</p> </header> <div class="container"> <section id="about"> <h2>About Me</h2> <p>Hello! My name is Shiva Ghimire. I am a dedicated pharmacist with extensive experience in industrial pharmacy, quality assurance, and Good Manufacturing Practices (GMP). My commitment to ensuring the highest standards of pharmaceutical production is unwavering.</p> </section> <section id="expertise"> <h2>Expertise</h2> <h3>Industrial Pharmacy</h3> <p>I specialize in the processes involved in the manufacturing of pharmaceuticals, ensuring efficiency and compliance with industry standards.</p> <h3>Quality Assurance</h3> <p>Quality is paramount in the pharmaceutical industry. I am skilled in implementing rigorous quality control measures to ensure the safety and efficacy of products.</p> <h3>Good Manufacturing Practices (GMP)</h3> <p>Adhering to GMP guidelines is critical. I have a thorough understanding of WHO GMP, EU GMP, and their application in the pharmaceutical industry.</p> <h3>ISO 9001 Quality System</h3> <p>With a strong foundation in ISO 9001 Quality Management Systems, I ensure that quality objectives are met through systematic processes and continuous improvement.</p> </section> <section id="contact"> <h2>Contact Information</h2> <div class="contact-info"> <p>If you would like to get in touch, please feel free to reach out:</p> <p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <p>Phone: (123) 456-7890</p> </div> </section> </div> </body> </html>