X7ROOT File Manager
Current Path:
/home/u126090504/domains/oca.org.in/public_html
home
/
u126090504
/
domains
/
oca.org.in
/
public_html
/
📁
..
📄
.htaccess
(1.12 KB)
📄
Antiraging-Cell.php
(2.73 KB)
📄
B.Ed.&B.P.Ed.php
(4.4 KB)
📄
about-us.php
(9.01 KB)
📄
academic-head-message.php
(5.84 KB)
📄
achievers.php
(3.07 KB)
📁
admin
📄
admission.php
(5.17 KB)
📄
admission_submit.php
(1.96 KB)
📄
album.php
(890 B)
📄
computer-courses.php
(20.66 KB)
📄
config.php
(1.16 KB)
📄
contact-us.php
(14.68 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-message.php
(5.46 KB)
📄
downloads.php
(3.14 KB)
📄
error.log
(14.6 KB)
📄
facilities.php
(7.19 KB)
📄
faculty.php
(4.96 KB)
📁
fonts
📄
footer.php
(22.79 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
(15 KB)
📁
images
📄
index.php
(63.18 KB)
📁
js
📁
lib
📁
ocabdk
📄
ocabdk.zip
(63.02 MB)
📄
our-recruiters.php
(2.77 KB)
📄
payment.php
(8.1 KB)
📄
payment_submit.php
(10.97 KB)
📄
payment_verify.php
(2.31 KB)
📄
peret.php
(266.87 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)
📄
submit-grievance.php
(3.88 KB)
📄
thank-you.php
(1.28 KB)
📄
tutorial.php
(4.81 KB)
📄
u126090504_mmabpd.sql
(44.65 KB)
📁
uploads
📄
videos.php
(4.38 KB)
Editing: placement.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">Placement</a></span> <span class="ttm-bread-sep"> > </span> <span class="current">Placement</span> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!-- Namespaced Placement Section (no global conflicts) --> <style> .mma-placement{ --mma-primary:#490101; --mma-text:#222; --mma-muted:#555; --mma-bg:#fff; --mma-soft:#f7f4f4; --mma-card:#ffffff; --mma-radius:18px; } .mma-placement *{ box-sizing:border-box; } .mma-placement .mma-wrap{ max-width:1100px; margin:0 auto; padding:32px 20px; } .mma-placement .mma-section{ background:var(--mma-bg); border-radius:24px; padding:28px; border:1px solid #eee; box-shadow:0 12px 40px rgba(0,0,0,.06); } .mma-placement .mma-badge{ display:inline-flex; gap:10px; align-items:center; background:rgba(73,1,1,.06); color:var(--mma-primary); padding:8px 14px; border-radius:999px; font-weight:600; font-size:14px; } .mma-placement .mma-badge svg{ width:16px; height:16px; fill:currentColor; } .mma-placement .mma-heading{ margin:14px 0 10px; font-size:clamp(28px,3vw,40px); line-height:1.1; color:var(--mma-primary); } .mma-placement .mma-sub{ color:var(--mma-muted); font-size:16px; max-width:850px; } .mma-placement .mma-grid{ display:grid; gap:18px; } .mma-placement .mma-two{ grid-template-columns:repeat(2,minmax(0,1fr)); } .mma-placement .mma-three{ grid-template-columns:repeat(3,minmax(0,1fr)); } @media (max-width:900px){ .mma-placement .mma-two, .mma-placement .mma-three{ grid-template-columns:1fr; } } .mma-placement .mma-card{ background:var(--mma-card); border-radius:var(--mma-radius); padding:20px; box-shadow:0 6px 20px rgba(0,0,0,.06); border:1px solid #eee; } .mma-placement .mma-card h3{ margin:6px 0 8px; font-size:20px; color:var(--mma-text); } .mma-placement .mma-card p{ margin:0; color:var(--mma-muted); line-height:1.6; } .mma-placement .mma-list{ display:grid; gap:10px; margin:0; padding:0; list-style:none; } .mma-placement .mma-list li{ display:flex; gap:10px; align-items:flex-start; } .mma-placement .mma-icon{ width:28px; height:28px; flex:0 0 28px; display:inline-grid; place-items:center; border-radius:10px; background:var(--mma-primary); } .mma-placement .mma-icon svg{ width:16px; height:16px; fill:#fff; } .mma-placement .mma-pills{ display:flex; flex-wrap:wrap; gap:10px; } .mma-placement .mma-pill{ display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid #eee; border-radius:999px; padding:10px 16px; } .mma-placement .mma-cta{ display:inline-block; margin-top:18px; background:var(--mma-primary); color:#fff; text-decoration:none; padding:12px 18px; border-radius:12px; font-weight:700; } .mma-placement .mma-cta:hover{ filter:brightness(1.05); } .mma-placement .mma-stats{ display:grid; gap:16px; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:18px; } .mma-placement .mma-stat{ background:#fff; border:1px solid #eee; border-radius:16px; padding:16px; text-align:center; } .mma-placement .mma-stat .mma-num{ font-size:26px; font-weight:800; color:var(--mma-primary); } .mma-placement .mma-stat .mma-lbl{ font-size:12px; color:var(--mma-muted); } @media (max-width:900px){ .mma-placement .mma-stats{ grid-template-columns:repeat(2,minmax(0,1fr)); } } /* Optional soft background only behind this block (no body override) */ .mma-placement .mma-soft-bg{ background:var(--mma-soft); border-radius:24px; padding:8px; } </style> <section class="mma-placement"> <div class="mma-wrap mma-soft-bg"> <div class="mma-section"> <div class="mma-badge" aria-label="Training & Placement Cell"> <!-- briefcase icon --> <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M10 4h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h4V6a2 2 0 0 1 2-2Zm4 4V6h-4v2h4Z"/></svg> Training & Placement Cell </div> <h1 class="mma-heading">Building Careers, Shaping Futures</h1> <p class="mma-sub"> At <strong>Mayurbhanj Medical Academy (MMA), Baripada</strong>, our Training & Placement Cell bridges the gap between academia and industry. We prepare students with resume building, interview readiness, soft skills, and real-world exposure so they step confidently into pharmaceutical and healthcare professions. </p> <!-- Objectives & Services --> <div class="mma-grid mma-two" style="margin-top:22px"> <div class="mma-card"> <h3>What We Do</h3> <ul class="mma-list"> <li> <span class="mma-icon" aria-hidden="true"> <svg viewBox="0 0 24 24"><path d="M21 7 9 19l-6-6 1.5-1.5L9 16l10.5-10.5L21 7z"/></svg> </span> <p><strong>Career Readiness:</strong> Resume clinics, mock interviews, GD/PI practice, and communication workshops.</p> </li> <li> <span class="mma-icon" aria-hidden="true"> <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg> </span> <p><strong>Industry Connect:</strong> Seminars by experts, alumni talks, and tie-ups with leading pharma companies & hospitals.</p> </li> <li> <span class="mma-icon" aria-hidden="true"> <svg viewBox="0 0 24 24"><path d="M19 3H5a2 2 0 0 0-2 2v11a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V5a2 2 0 0 0-2-2Zm-7 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/></svg> </span> <p><strong>Internships & Visits:</strong> Industrial training, hospital postings, community projects, and field exposure.</p> </li> <li> <span class="mma-icon" aria-hidden="true"> <svg viewBox="0 0 24 24"><path d="M12 2 2 7l10 5 10-5-10-5Zm0 7L2 4v13l10 5 10-5V4l-10 5Z"/></svg> </span> <p><strong>Higher Studies Guidance:</strong> Counselling for B.Pharm/M.Pharm, MBA, GPAT preparation, and study-abroad pathways.</p> </li> </ul> </div> <div class="mma-card"> <h3>Career Pathways</h3> <div class="mma-pills" aria-label="Career options"> <span class="mma-pill">Hospital / Clinical Pharmacist</span> <span class="mma-pill">Quality Control (QC)</span> <span class="mma-pill">Quality Assurance (QA)</span> <span class="mma-pill">Production</span> <span class="mma-pill">Regulatory Affairs</span> <span class="mma-pill">Medical Representative</span> <span class="mma-pill">Research Associate</span> <span class="mma-pill">Pharma Marketing</span> </div> <a class="mma-cta" href="admission.php">Apply for Course</a> </div> </div> <!-- Highlights / Quick stats --> <div class="mma-stats" role="group" aria-label="Placement highlights"> <div class="mma-stat"><div class="mma-num">90%+</div><div class="mma-lbl">Students Trained Annually</div></div> <div class="mma-stat"><div class="mma-num">40+</div><div class="mma-lbl">Recruiter Interactions</div></div> <div class="mma-stat"><div class="mma-num">100%</div><div class="mma-lbl">Internship Assistance</div></div> <div class="mma-stat"><div class="mma-num">1992</div><div class="mma-lbl">Legacy Since</div></div> </div> <!-- Recruiters showcase --> </div> </div> </section> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end-->
Upload File
Create Folder