X7ROOT File Manager
Current Path:
/home/u126090504/domains/shreeganeshacademy.in/public_html
home
/
u126090504
/
domains
/
shreeganeshacademy.in
/
public_html
/
📁
..
📄
Antiraging-Cell.php
(2.73 KB)
📄
B.Ed.&B.P.Ed.php
(4.44 KB)
📄
about-us.php
(8.82 KB)
📄
academic-head-message.php
(5.84 KB)
📄
achievers.php
(3.07 KB)
📁
admin
📄
admission.php
(4.56 KB)
📄
admission_submit.php
(1.96 KB)
📄
album.php
(890 B)
📄
computer-courses.php
(20.66 KB)
📄
config.php
(1.17 KB)
📄
contact-us.php
(14.66 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-message.php
(5.17 KB)
📄
downloads.php
(3.14 KB)
📄
error.log
(14.6 KB)
📄
facilities.php
(5.62 KB)
📄
faculty.php
(4.96 KB)
📁
fonts
📄
footer.php
(32.51 KB)
📄
franchise.php
(2.09 KB)
📄
gallery.php
(3.21 KB)
📄
governing-body.php
(3.58 KB)
📄
grievance-form.php
(13.71 KB)
📄
header.php
(13.48 KB)
📁
images
📄
index.php
(71.3 KB)
📁
js
📁
lib
📄
our-recruiters.php
(2.77 KB)
📄
payment.php
(8.1 KB)
📄
payment_submit.php
(10.97 KB)
📄
payment_verify.php
(2.31 KB)
📄
placement.php
(8.33 KB)
📄
principal's-message.php
(6.02 KB)
📁
qrcodes
📁
revolution
📄
scope.php
(14.14 KB)
📄
search_videos.php
(1.76 KB)
📄
shreeganesh.zip
(66.92 MB)
📄
submit-grievance.php
(3.88 KB)
📄
thank-you.php
(1.28 KB)
📄
tutorial.php
(4.8 KB)
📄
u126090504_shreeg.sql
(36.69 KB)
📁
uploads
📄
videos.php
(4.38 KB)
Editing: scope.php
<?php include("header.php"); ?><!--header end--> <!-- page-title --> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner ttm-textcolor-white"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="page-title-heading"> <h2 class="title">Scope</h2> </div> <div class="breadcrumb-wrapper"> <span> <a title="Homepage" href="index.html">Home</a> </span> <span class="ttm-bread-sep"> > </span> <span class="current">Scope</span> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <style> :root{ --primary:#490101; /* main brand */ --ink:#222; /* body text */ --muted:#666; --paper:#ffffff; /* white bg */ --accent-yellow:#FFC107; /* yellow border */ --soft:#f9fafb; } *{box-sizing:border-box} body{margin:0;background:var(--soft);color:var(--ink);line-height:1.6} /* Section shell */ .pharm-wrap{ max-width:1120px;margin:40px auto;padding:0 16px; } .card-white{ position:relative; background:var(--paper); border:2px solid var(--accent-yellow); border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,.06); overflow:hidden; } /* soft light/glow effect */ .card-white::before{ content:""; position:absolute;inset:-20% -10% auto -10%; height:220px; border-radius:50%; background:radial-gradient(120px 120px at 20% 40%, rgba(73,1,1,.18), transparent 60%), radial-gradient(140px 140px at 70% -20%, rgba(255,193,7,.25), transparent 60%); filter:blur(12px); pointer-events:none; } .pad{padding:28px 24px} @media (min-width:992px){ .pad{padding:36px} } /* Headings */ .sec-title{ display:flex;align-items:center;gap:12px;flex-wrap:wrap; color:var(--primary);margin:0 0 12px;font-weight:800;letter-spacing:.2px } .sec-title.lg{font-size:28px} .sec-title.md{font-size:22px} .icon-badge{ width:42px;height:42px;min-width:42px;border-radius:12px; display:grid;place-items:center; background:linear-gradient(135deg, rgba(73,1,1,.09), rgba(255,193,7,.18)); border:2px solid var(--accent-yellow); color:var(--primary); box-shadow:0 6px 16px rgba(73,1,1,.15); } .tagline{margin:6px 0 18px;color:var(--muted)} /* Media block */ .intro{ display:grid;gap:18px;align-items:start; grid-template-columns:100%; } @media (min-width:900px){ .intro{grid-template-columns:220px 1fr} } .intro img{ width:100%;height:auto;border-radius:12px; border:2px solid var(--accent-yellow); box-shadow:0 12px 28px rgba(0,0,0,.08) } /* Separator */ .sep{ display:flex;align-items:center;gap:10px;margin:22px 0 16px } .sep::before,.sep::after{ content:"";flex:1;height:2px; background:linear-gradient(90deg, transparent, var(--accent-yellow), transparent); } .gear{ display:inline-grid;place-items:center; width:44px;height:44px;border-radius:50%; border:2px dashed var(--accent-yellow); color:var(--primary); background:rgba(255,193,7,.08) } /* Table */ .table-wrap{margin:10px 0 4px;border-radius:12px;border:2px solid var(--accent-yellow);overflow:auto} table.data{ width:100%;border-collapse:collapse;min-width:720px;background:#fff } .data th{ text-align:left;background:rgba(255,193,7,.25);color:#333; padding:14px;border-bottom:2px solid var(--accent-yellow);font-size:15px } .data td{ padding:12px 14px;border-bottom:1px solid #eee;vertical-align:top;font-size:14px } .data tr:nth-child(even) td{background:#fafafa} .pill{ display:inline-block;padding:2px 8px;border:1.5px solid var(--accent-yellow); border-radius:999px;font-size:12px;color:var(--primary);background:rgba(255,193,7,.12) } /* Two-column blog style boxes */ .grid-2{ display:grid;gap:20px;grid-template-columns:1fr; } @media (min-width:900px){ .grid-2{grid-template-columns:1fr 1fr} } .post{ background:#fff;border:2px solid var(--accent-yellow);border-radius:14px;overflow:hidden; box-shadow:0 10px 24px rgba(0,0,0,.06) } .post .thumb img{width:100%;display:block} .post .content{padding:18px 18px 6px} .post h4{ margin:0 0 8px;font-size:18px;letter-spacing:.3px; color:#fff;background:var(--primary);padding:10px 12px;border-radius:10px } .big-list{margin:10px 0 6px;padding-left:22px} .big-list li{margin:6px 0} .big-list li i{margin-right:8px;color:var(--primary);font-size:18px} /* Inline links */ a{color:var(--primary);text-decoration-thickness:2px;text-underline-offset:3px} a:hover{opacity:.9} /* Utility */ .center{text-align:center} </style> </head> <body> <div class="pharm-wrap"> <!-- Block 1: What is Pharmacy + Overview Table --> <section class="card-white"> <div class="pad"> <h2 class="sec-title lg"> <span class="icon-badge"><i class="fa-solid fa-prescription-bottle-medical fa-lg"></i></span> What is Pharmacy? </h2> <div class="intro"> <img src="images/aws.png" alt="Pharmacy illustration"> <p style="text-align:justify"> The science and practice of preparing and dispensing medicines/ drugs is known as pharmacy. It involves ensuring the safe and effective use of pharmaceutical drugs. The professionals who specialise in use of medicines, composition, effects and other modalities are the pharmacists or druggists. To be a pharmacist or drug inspector, an aspirant must undergo an undergraduate degree to build a career in Pharmacy. At an initial stage, Class 12 candidates have two most sought after options to pursue Pharmacy - <strong>B.Pharm</strong> (Bachelor in Pharmacy) and <strong>D.Pharm</strong> (Diploma in Pharmacy). However, most young candidates are in a dilemma to choose one. The table below is an overview of B.Pharm and D.Pharm courses. </p> </div> <div class="sep"><span class="gear"><i class="fa-solid fa-gear fa-spin"></i></span></div> <h3 class="sec-title md center" style="justify-content:center"> <span class="icon-badge"><i class="fa-solid fa-scale-balanced fa-xl"></i></span> D.Pharm vs B.Pharm overview </h3> <div class="table-wrap"> <table class="data"> <thead> <tr> <th><i class="fa-solid fa-list-ul"></i> Particulars</th> <th><i class="fa-solid fa-certificate"></i> Diploma in Pharmacy D.Pharm</th> <th><i class="fa-solid fa-graduation-cap"></i> Bachelor of Pharmacy B.Pharm</th> </tr> </thead> <tbody> <tr> <td>Name of the course</td> <td>Diploma in Pharmacy</td> <td>Bachelor of Pharmacy</td> </tr> <tr> <td>Level of education</td> <td>Undergraduate</td> <td>Undergraduate</td> </tr> <tr> <td>Course type</td> <td><span class="pill">Diploma course</span></td> <td><span class="pill">Degree</span></td> </tr> <tr> <td>Duration of course</td> <td>2 years</td> <td>4 years</td> </tr> <tr> <td>Internship/training</td> <td>No</td> <td>Yes</td> </tr> <tr> <td>Seats Available @MMA</td> <td>60</td> <td>60</td> </tr> <tr> <td>Eligibility</td> <td>Passed class 12 with 55% marks</td> <td>Qualified class 12 with at least 55% marks</td> </tr> <tr> <td>Subjects studied</td> <td>Physics, Chemistry, Biology</td> <td>Physics, Chemistry, Biology</td> </tr> <tr> <td>Admission criteria</td> <td>State entrance exams, University entrance tests, counselling based, merit based admission</td> <td>National/State level entrance tests</td> </tr> </tbody> </table> </div> </div> </section> <!-- Block 2: Course Curriculum --> <section class="card-white" style="margin-top:28px"> <div class="pad"> <h3 class="sec-title md center" style="justify-content:center"> <span class="icon-badge"><i class="fa-solid fa-book-open-reader fa-xl"></i></span> D.Pharm vs B.Pharm course curriculum </h3> <p class="tagline center" style="color:black; font-weight:bold;">The table below discusses the course structure of D.Pharm and B.Pharm. The major subjects which are included in the curriculum of D.Pharm and B.Pharm are mentioned below.</p> <div class="table-wrap"> <table class="data"> <thead> <tr> <th>Particulars</th> <th>Diploma in Pharmacy</th> <th>Bachelor of Pharmacy</th> </tr> </thead> <tbody> <tr> <td>Subjects included in the course curriculum</td> <td> Pharmaceutics, Pharmaceutical Chemistry, Pharmacognosy, Biochemistry & Clinical Pathology, Human Anatomy & Physiology, Health Education & community pharmacy, Pharmacology & Toxicology, Pharmaceutical Jurisprudence, Drug store and Business Management, Hospital & Clinical Pharmacy </td> <td> Pharmaceutical Analysis, Remedial Mathematical Biology, Pharmacognosy, Pharmaceutical Chemistry, Basic Electronics & Computer Applications, Pharmaceutics, Mathematics, Anatomy, Pharmaceutical Microbiology, Pathophysiology of Common Diseases, Pharmaceutics, Pharmacology, Pharmaceutical Jurisprudence & Ethics, Pharmaceutical Biotechnology, Pharmaceutical Industrial Management </td> </tr> </tbody> </table> </div> </div> </section> <!-- Block 3: Career Options --> <section class="card-white" style="margin-top:28px"> <div class="pad"> <h3 class="sec-title md center" style="justify-content:center"> <span class="icon-badge"><i class="fa-solid fa-briefcase fa-xl"></i></span> Career options after D.Pharm V/S B.Pharm </h3> <p class="tagline center" style="color:black; font-weight:bold;">Career options for both D.Pharm and B.Pharm graduates are similar in nature. However, being a degree course, B.Pharm graduates are often given preference over D.Pharm students. Check the career opportunities after completing B.Pharm or D.Pharm below.</p> <div class="grid-2"> <!-- D.Pharm --> <article class="post"> <div class="thumb"></div> <div class="content"> <h4><i class="fa-solid fa-user-graduate"></i> D.Pharm career options</h4> <ol class="big-list"> <li><i class="fa-solid fa-circle-check"></i> Pharmacist in a hospital</li> <li><i class="fa-solid fa-circle-check"></i> Drug inspector at a hospital</li> <li><i class="fa-solid fa-circle-check"></i> Work as a drug inspector or pharmacist in government sector</li> <li><i class="fa-solid fa-circle-check"></i> Open a medicine retail shop</li> <li><i class="fa-solid fa-circle-check"></i> Work at a pharmacy store</li> <li><i class="fa-solid fa-circle-check"></i> Work in a drug manufacturing company</li> <li><i class="fa-solid fa-circle-check"></i> Work in the education sector</li> <li><i class="fa-solid fa-circle-check"></i> Pursue higher studies, that is, B.Pharm</li> </ol> </div> </article> <!-- B.Pharm --> <article class="post"> <div class="thumb"></div> <div class="content"> <h4><i class="fa-solid fa-building-columns"></i> B.Pharm career options</h4> <ol class="big-list"> <li><i class="fa-solid fa-circle-check"></i> Drug inspector</li> <li><i class="fa-solid fa-circle-check"></i> Food inspector</li> <li><i class="fa-solid fa-circle-check"></i> Researcher</li> <li><i class="fa-solid fa-circle-check"></i> Analyst</li> <li><i class="fa-solid fa-circle-check"></i> <a href="https://www.careers360.com/careers/pharmacist" target="_blank" rel="noopener">Pharmacist</a></li> <li><i class="fa-solid fa-circle-check"></i> Government/ Defence sector</li> <li><i class="fa-solid fa-circle-check"></i> Pharma consultant</li> <li><i class="fa-solid fa-circle-check"></i> Public testing lab</li> <li><i class="fa-solid fa-circle-check"></i> Pharmaceutical firms</li> <li><i class="fa-solid fa-circle-check"></i> Faculty in a pharmacy college</li> <li><i class="fa-solid fa-circle-check"></i> Pursue M.Pharm or MBA</li> </ol> </div> </article> </div> </div> </section> </div> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end-->
Upload File
Create Folder