X7ROOT File Manager
Current Path:
/home/u126090504/domains/svmbaripada.org.in/public_html
home
/
u126090504
/
domains
/
svmbaripada.org.in
/
public_html
/
📄
+2-science-&-+2arts.php
(8.87 KB)
📁
..
📄
.htaccess
(1.12 KB)
📄
Antiraging-Cell.php
(2.73 KB)
📄
about-us.php
(8.85 KB)
📄
academic-calendar.php
(2.73 KB)
📄
achievements.php
(9.56 KB)
📄
achievers.php
(15.19 KB)
📁
admin
📄
admission-process.php
(9.23 KB)
📄
admission.php
(13.96 KB)
📄
admission_submit.php
(3.38 KB)
📄
album.php
(890 B)
📄
assessment-policy.php
(7.08 KB)
📄
class-1-to-5th.php
(7.78 KB)
📄
class6th-to-10th.php
(7.96 KB)
📄
computer-courses.php
(22.83 KB)
📄
config.php
(1.21 KB)
📄
contact-us.php
(14.63 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(10.44 KB)
📁
css
📄
director's-message.php
(6.49 KB)
📄
downloads.php
(2.9 KB)
📄
error.log
(14.6 KB)
📄
facilities.php
(6.57 KB)
📄
faculty.php
(10.27 KB)
📄
fee-structure.php
(7.97 KB)
📁
fonts
📄
footer.php
(17.95 KB)
📄
franchise.php
(2.09 KB)
📄
gallery.php
(3.05 KB)
📄
grievance-form.php
(16.84 KB)
📄
header.php
(20.08 KB)
📄
homework.php
(9.64 KB)
📁
images
📄
index.php
(46.64 KB)
📄
infrastructure-details.php
(5.48 KB)
📁
js
📁
lib
📄
managing-committee.php
(3.34 KB)
📄
media-corner.php
(2.48 KB)
📄
non-academic-achievers.php
(14.65 KB)
📄
payment.php
(23.12 KB)
📄
payment_submit.php
(15.1 KB)
📄
payment_verify.php
(2.31 KB)
📄
peret.php
(266.87 KB)
📄
placement.php
(8.33 KB)
📄
principal's-message.php
(6.33 KB)
📄
public-disclosure.php
(3.38 KB)
📁
qrcodes
📁
revolution
📄
scope.php
(14.14 KB)
📄
search_videos.php
(1.76 KB)
📄
shyam-classes.php
(6.91 KB)
📄
submit-grievance.php
(3.88 KB)
📄
thank-you.php
(1.28 KB)
📁
uploads
📄
videos.php
(6.87 KB)
Editing: class6th-to-10th.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" style="font-size:20px;">ଶ୍ରେଣୀ–୬ ରୁ ଶ୍ରେଣୀ–୧୦ ଓଡ଼ିଆ ମାଧ୍ୟମ (ଆବାସିକ ବିଦ୍ୟାଳୟ)</h2> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!-- ============ ODIA MEDIUM RESIDENTIAL SCHOOL SECTION ============ --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"/> <style> :root{ --red:#d32027; --blue:#0a4ea1; --glass:rgba(255,255,255,0.7); } .odia-section{ background:#ffffff; padding:90px 20px; font-family:'Poppins','Noto Sans Oriya',sans-serif; } .odia-container{ max-width:1200px; margin:auto; } .odia-header{ text-align:center; margin-bottom:60px; } .odia-header h2{ font-size:38px; font-weight:700; color:var(--blue); } .odia-header span{ color:var(--red); } .odia-header p{ max-width:900px; margin:18px auto 0; font-size:16px; color:#444; line-height:1.9; } .odia-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(330px,1fr)); gap:40px; } .odia-card{ background:var(--glass); border-radius:26px; padding:40px; box-shadow:0 30px 75px rgba(0,0,0,0.15); backdrop-filter:blur(14px); transition:.4s ease; } .odia-card:hover{ transform:translateY(-10px); box-shadow:0 45px 95px rgba(0,0,0,0.25); } .odia-icon{ width:78px; height:78px; border-radius:22px; background:linear-gradient(135deg,var(--red),var(--blue)); color:#fff; display:flex; align-items:center; justify-content:center; font-size:32px; margin-bottom:22px; } .odia-card h3{ font-size:26px; color:var(--blue); margin-bottom:14px; } .odia-card p{ font-size:15.5px; line-height:1.9; color:#333; } .odia-subtitle{ margin-top:22px; font-weight:600; color:var(--red); font-size:17px; } .odia-list{ margin-top:12px; } .odia-list li{ list-style:none; padding-left:28px; margin-bottom:10px; position:relative; font-size:15.5px; line-height:1.8; } .odia-list li::before{ content:"✔"; position:absolute; left:0; color:var(--blue); font-weight:bold; } .odia-highlight{ margin-top:70px; background:linear-gradient(135deg,var(--blue),var(--red)); color:#fff; padding:50px; border-radius:30px; box-shadow:0 40px 90px rgba(0,0,0,0.3); } .odia-highlight h3{ font-size:30px; margin-bottom:20px; } .odia-highlight ul{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px; } .odia-highlight li{ list-style:none; font-size:15.5px; display:flex; gap:12px; align-items:flex-start; } </style> <section class="odia-section"> <div class="odia-container"> <div class="odia-header"> <h2>ଶ୍ରେଣୀ–୬ ରୁ ଶ୍ରେଣୀ–୧୦ <span>ଓଡ଼ିଆ ମାଧ୍ୟମ (ଆବାସିକ ବିଦ୍ୟାଳୟ)</span></h2> <p> SVM Group of Institutions ର ଶ୍ରେଣୀ–୬ ରୁ ଶ୍ରେଣୀ–୧୦ ଓଡ଼ିଆ ମାଧ୍ୟମ ଆବାସିକ ବିଦ୍ୟାଳୟ ଛାତ୍ରଛାତ୍ରୀମାନଙ୍କୁ ଶିକ୍ଷାଗତ ସାର୍ବୋତ୍କୃଷ୍ଟତା ସହ ଶିଷ୍ଟାଚାର, ଆତ୍ମଶାସନ ଓ ଦୃଢ଼ ଚରିତ୍ର ଗଢ଼ି ତୋଳିବା ଉଦ୍ଦେଶ୍ୟରେ ପ୍ରତିଷ୍ଠିତ। </p> </div> <div class="odia-grid"> <!-- Academic Curriculum --> <div class="odia-card"> <div class="odia-icon"><i class="fas fa-book"></i></div> <h3>ଶିକ୍ଷାକ୍ରମ (Academic Curriculum)</h3> <p> ବିଦ୍ୟାଳୟର ପାଠ୍ୟକ୍ରମ BSE ଓଡ଼ିଶା ଦ୍ୱାରା ନିର୍ଦ୍ଦିଷ୍ଟ ସିଲାବସ୍ ଅନୁଯାୟୀ ଚାଲିଥାଏ। </p> <ul class="odia-list"> <li>ଓଡ଼ିଆ</li> <li>ଇଂରାଜୀ</li> <li>ଗଣିତ</li> <li>ସାଧାରଣ ବିଜ୍ଞାନ</li> <li>ସାମାଜିକ ବିଜ୍ଞାନ</li> <li>ସଂସ୍କୃତ / ହିନ୍ଦୀ</li> </ul> <p> ସମସ୍ତ ବିଷୟ ସହଜ ଭାଷାରେ, ନିୟମିତ ଅଭ୍ୟାସ ଓ ମୂଲ୍ୟାଙ୍କନ ସହିତ ପଢ଼ାଯାଏ। </p> </div> <!-- Residential Facilities --> <div class="odia-card"> <div class="odia-icon"><i class="fas fa-bed"></i></div> <h3>ଆବାସିକ ସୁବିଧା</h3> <ul class="odia-list"> <li>ସୁରକ୍ଷିତ ଓ ଶିଷ୍ଟାବଦ୍ଧ ହଷ୍ଟେଲ ପରିବେଶ</li> <li>ପୁଅ ଓ ଝିଅମାନଙ୍କ ପାଇଁ ପୃଥକ୍ ହଷ୍ଟେଲ</li> <li>ସକାଳ ଓ ସନ୍ଧ୍ୟାରେ ନିରୀକ୍ଷଣାଧୀନ ପଢ଼ା ସମୟ</li> <li>ସୁସ୍ଥ ଓ ସ୍ୱଚ୍ଛ ଖାଦ୍ୟ ବ୍ୟବସ୍ଥା</li> <li>୨୪×୭ ଛାତ୍ରଛାତ୍ରୀ ସେବା ଓ ଦେଖାଶୁଣା</li> </ul> </div> <!-- Teaching Method --> <div class="odia-card"> <div class="odia-icon"><i class="fas fa-chalkboard-teacher"></i></div> <h3>ପାଠଦାନ ପ୍ରଣାଳୀ</h3> <ul class="odia-list"> <li>ଧାରଣାଭିତ୍ତିକ ଶ୍ରେଣୀକକ୍ଷ ପାଠଦାନ</li> <li>ଦୈନିକ ପୁନରାବୃତ୍ତି ଓ ସନ୍ଦେହ ନିରାକରଣ</li> <li>ସାପ୍ତାହିକ ଓ ମାସିକ ପରୀକ୍ଷା</li> <li>ବ୍ୟକ୍ତିଗତ ଧ୍ୟାନ ଓ ମାର୍ଗଦର୍ଶନ</li> <li>ନୈତିକ ଶିକ୍ଷା ଓ ଶିଷ୍ଟାଚାର ଗଢ଼ିବା</li> </ul> </div> </div> <!-- Why SVM --> <div class="odia-highlight"> <h3 style="color:white;">କାହିଁକି SVM ଓଡ଼ିଆ ମାଧ୍ୟମ ଆବାସିକ ବିଦ୍ୟାଳୟ?</h3> <ul> <li><i class="fas fa-check-circle"></i> ଓଡ଼ିଆ ମାଧ୍ୟମରେ ଗୁଣାତ୍ମକ ଶିକ୍ଷା</li> <li><i class="fas fa-check-circle"></i> ବୋର୍ଡ ପରୀକ୍ଷା ପାଇଁ ଶକ୍ତିଶାଳୀ ଭିତ୍ତି</li> <li><i class="fas fa-check-circle"></i> ଆବାସିକ ଶିଷ୍ଟାଚାର ଓ କେନ୍ଦ୍ରିତ ପଢ଼ା ପରିବେଶ</li> <li><i class="fas fa-check-circle"></i> ଅଭିଜ୍ଞ ଶିକ୍ଷକ ଓ ବ୍ୟକ୍ତିଗତ ମାର୍ଗଦର୍ଶନ</li> <li><i class="fas fa-check-circle"></i> ସୁରକ୍ଷିତ କ୍ୟାମ୍ପସ୍ ଓ ସମ୍ପୂର୍ଣ୍ଣ ଛାତ୍ର ସେବା</li> </ul> </div> </div> </section> <!-- ============ END SECTION ============ --> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end-->
Upload File
Create Folder