/
home
/
u764571690
/
domains
/
savitrfoundation.com
/
public_html
/
/home/u764571690/domains/savitrfoundation.com/public_html
mkdir
upload
Name
Size
Mode
Actions
admin/
-
0755
rm
ajax/
-
0755
rm
api/
-
0755
rm
assets/
-
0755
rm
cache/
-
0755
rm
certificate_view/
-
0755
rm
css/
-
0755
rm
documents_upload/
-
0755
rm
F2/
-
0755
rm
finger data/
-
0755
rm
functions/
-
0755
rm
hts-cache/
-
0755
rm
js/
-
0755
rm
logs/
-
0755
rm
pages/
-
0755
rm
privacy policy/
-
0755
rm
savitrfoundation/
-
0755
rm
scholar/
-
0755
rm
terms and conditions/
-
0755
rm
tmp/
-
0755
rm
uploads/
-
0755
rm
.htaccess
3583
0644
edit
dl
rm
.htaccess.htaccess
9223
0644
edit
dl
rm
.user.ini
623
0644
edit
dl
rm
ads.txt
58
0644
edit
dl
rm
application.php
41647
0644
edit
dl
rm
backblue.gif
4243
0644
edit
dl
rm
careers.php
18402
0644
edit
dl
rm
fade.gif
828
0644
edit
dl
rm
how to apply.php
44852
0644
edit
dl
rm
hts-log.txt
2738
0644
edit
dl
rm
index.php
50
0644
edit
dl
rm
ngo_account_open.php
27984
0644
edit
dl
rm
our_scholars.php
11882
0644
edit
dl
rm
php.ini
617
0644
edit
dl
rm
reupload_document.php
6038
0644
edit
dl
rm
robots.txt
291
0644
edit
dl
rm
scholarshipapply.php
219769
0644
edit
dl
rm
scholarshipportal.php
89993
0644
edit
dl
rm
sendmail.php
2720
0644
edit
dl
rm
sitemap.xml
3743
0644
edit
dl
rm
submit-internship-application.php
8856
0644
edit
dl
rm
sw.js
156
0644
edit
dl
rm
upload_document_main.php
6121
0644
edit
dl
rm
Edit:
/home/u764571690/domains/savitrfoundation.com/public_html/scholarshipportal.php
(89993B)
<?php require_once 'scholar/db.php'; date_default_timezone_set('Asia/Kolkata'); // Fetch statistics for Our Scholars section $totalApplications = 0; $totalApproved = 0; $totalAmountDistributed = 0; try { // Combined query for all statistics to improve performance $stmt = $pdo->query(" SELECT (SELECT COUNT(*) FROM applicants) as total_applications, (SELECT COUNT(*) FROM applicants WHERE scholarship_status = 'Approved') as total_approved, COALESCE(SUM( CASE WHEN payment_status = 'Distributed' THEN scholarship_amount WHEN (payment_step1_status = 'Completed' OR payment_step2_status = 'Completed' OR payment_step3_status = 'Completed') AND payment_status != 'Distributed' THEN COALESCE( CASE WHEN payment_step1_status = 'Completed' THEN COALESCE(payment_step1_amount, 0) ELSE 0 END + CASE WHEN payment_step2_status = 'Completed' THEN COALESCE(payment_step2_amount, 0) ELSE 0 END + CASE WHEN payment_step3_status = 'Completed' THEN COALESCE(payment_step3_amount, 0) ELSE 0 END, 0) ELSE 0 END ), 0) as total_amount_distributed FROM applicants "); $stats = $stmt->fetch(); // Total applications (show 20% of actual count) $totalApplications = round($stats['total_applications'] * 0.20); // 20% of total $totalApproved = $stats['total_approved']; $totalAmountDistributed = $stats['total_amount_distributed']; } catch (PDOException $e) { error_log("Error fetching scholar data: " . $e->getMessage()); } ?> <!DOCTYPE html> <html lang="en"> <head> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6734060461800843" crossorigin="anonymous"></script> <script>(function(s){s.dataset.zone='10339813',s.src='https://al5sm.com/tag.min.js'})([document.documentElement, document.body].filter(Boolean).pop().appendChild(document.createElement('script')))</script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title id="pageTitle">Savitr Foundation Scholarship Portal | How to Apply for Scholarship | NGO Account Open</title> <!-- Enhanced SEO Meta Tags --> <meta name="description" content="Savitr Foundation Scholarship Portal - Learn how to apply for scholarships step by step. Open NGO Account, Bank Verification, Scholarship Apply form process. Get financial help for your studies without affecting government scholarships."> <meta name="keywords" content="Savitr Foundation, Savitr Foundation, scholarship, scholarships, student scholarship, education funding, financial aid, scholarship application, Savitr scholarship, Savitr scholarship, education support, student financial help"> <meta name="author" content="Savitr Foundation"> <meta name="robots" content="index, follow"> <meta name="language" content="English"> <meta name="revisit-after" content="7 days"> <meta name="googlebot" content="index, follow"> <meta name="bingbot" content="index, follow"> <!-- Open Graph Meta Tags --> <meta property="og:title" content="Savitr Foundation Scholarship Portal | Savitr Foundation Scholarships"> <meta property="og:description" content="Apply for scholarships through Savitr Foundation. Get financial support for your education. Student scholarship portal with easy application process."> <meta property="og:type" content="website"> <meta property="og:image" content="assets/savitrfoundation.webp"> <meta property="og:url" content="https://savitrfoundation.com/"> <meta property="og:site_name" content="Savitr Foundation"> <!-- Twitter Card Meta Tags --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Savitr Foundation Scholarship Portal"> <meta name="twitter:description" content="Apply for scholarships through Savitr Foundation. Get financial support for your education."> <meta name="twitter:image" content="assets/savitrfoundation.webp"> <!-- Favicon (WebP) --> <link rel="icon" type="image/webp" href="assets/savitrfoundation.webp"> <link rel="shortcut icon" type="image/webp" href="assets/savitrfoundation.webp"> <link rel="apple-touch-icon" href="assets/savitrfoundation.webp"> <link rel="stylesheet" href="css/styles.min.css"> <link rel="stylesheet" href="assets/vendor/googlefonts/poppins.css"> <link rel="stylesheet" href="assets/vendor/fontawesome/css/all.min.css"> <!-- Preload important resources --> <link rel="preload" href="assets/vendor/googlefonts/poppins.css" as="style"> <link rel="preload" href="assets/vendor/fontawesome/css/all.min.css" as="style"> <link rel="preload" href="css/styles.min.css" as="style"> <link rel="preload" href="assets/logo.webp" as="image"> <link rel="preload" href="assets/students.webp" as="image"> <!-- Ad Blocker Detection Script --> <script src="scholar/assets/js/adblock-detectorv2.js"></script> <!-- Structured Data for SEO --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "Savitr Foundation", "alternateName": "Savitr Foundation", "url": "https://savitrfoundation.com", "logo": "https://savitrfoundation.com/assets/savitrfoundation.png", "description": "Savitr Foundation provides scholarships and educational support for students across all categories. Apply for Savitr Foundation scholarship and Savitr Foundation scholarship programs. Learn how to apply for scholarships step by step. Open NGO Account, Bank Verification, Scholarship Apply form process.", "foundingDate": "2023", "address": { "@type": "PostalAddress", "addressCountry": "IN" }, "contactPoint": { "@type": "ContactPoint", "telephone": "+91-7772056856", "contactType": "customer service" }, "sameAs": [ "https://savitrfoundation.com" ], "offers": { "@type": "Offer", "name": "Scholarship Program", "description": "Educational scholarships for students. Application process: 1. NGO Account Registration (Mandatory), 2. Alternative Bank Verification, 3. Scholarship Apply Form, 4. Application Status Check, 5. Student Login & Dashboard Access. Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai. Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga. Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai. Form submit karne ke baad Application Status section se application status check hota hai. Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai.", "category": "Education" }, "faq": [ { "@type": "Question", "name": "How to apply for Savitr Foundation Scholarship?", "acceptedAnswer": { "@type": "Answer", "text": "Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai. Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga. Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai." } }, { "@type": "Question", "name": "How to check application status?", "acceptedAnswer": { "@type": "Answer", "text": "Form submit karne ke baad Application Status section se application status check hota hai. Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai." } }, { "@type": "Question", "name": "How to open NGO Account?", "acceptedAnswer": { "@type": "Answer", "text": "Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai." } }, { "@type": "Question", "name": "How to fill Scholarship Apply form?", "acceptedAnswer": { "@type": "Answer", "text": "Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai." } }, { "@type": "Question", "name": "Will taking Savitrfoundation scholarship affect government scholarship?", "acceptedAnswer": { "@type": "Answer", "text": "Taking Savitrfoundation scholarship will not affect your government scholarships. You can take both scholarships together. By taking this scholarship, you will also get the scholarship from your other college." } } ] } </script> <!-- HowTo Schema for Step-by-Step Instructions --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "HowTo", "name": "How to Apply for Savitr Foundation Scholarship", "description": "Step-by-step guide to apply for Savitr Foundation Scholarship", "estimatedCost": { "@type": "MonetaryAmount", "currency": "INR", "value": "0" }, "supply": "Aadhaar card, Bank account details, Educational documents", "tool": "Internet connection, Smartphone or Computer", "step": [ { "@type": "HowToStep", "name": "Mandatory First Step: NGO Account Registration", "text": "Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai. Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga.", "url": "https://savitrfoundation.com/ngo_account_open" }, { "@type": "HowToStep", "name": "Alternative Option: Bank Verification", "text": "If you cannot open an NGO Account, go to the Bank Verification option and use your personal bank account by paying Portal/Verification Charges.", "url": "https://savitrfoundation.com/scholar/bankverify/bank_verification.php" }, { "@type": "HowToStep", "name": "Scholarship Application Form", "text": "Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai.", "url": "https://savitrfoundation.com/scholarshipapply" }, { "@type": "HowToStep", "name": "Check Application Status", "text": "Form submit karne ke baad Application Status section se application status check hota hai.", "url": "https://savitrfoundation.com/application" }, { "@type": "HowToStep", "name": "Student Login and Dashboard Access", "text": "Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai.", "url": "https://savitrfoundation.com/scholar/student" } ] } </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KTVNKDJ6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="top-bar"> <div class="container"> <div class="top-links"> <a href="#" id="hindiBtn">हिंदी</a> | <a href="#" id="englishBtn" class="active">English</a> | <a href="#" id="fontSmall">A-</a> | <a href="#" id="fontNormal" class="active">A</a> | <a href="#" id="fontLarge">A+</a> | <a href="#" id="helpBtn">Help</a> </div> </div> </div> <header> <div class="container"> <aside class="logo"> <a href="https://savitrfoundation.com" target="_blank" rel="noopener" onclick="event.stopPropagation()"> <picture> <source srcset="assets/logo.webp" type="image/webp"> <img src="assets/logo.png" alt="सवित्र फाउंडेशन लोगो"> </picture> </a> </aside> <div class="menu-toggle"> <i class="fas fa-bars" id="menuIcon"></i> </div> <nav> <ul> <li><a href="scholarshipapply" data-hindi="आवेदन" data-english="Scholarship Apply">Scholarship Apply</a></li> <li><a href="application" data-hindi="आवेदन" data-english="Application status">Application status</a></li> <li><a href="scholar/student" data-hindi="लॉगिन" data-english="Student Login">Student Login</a></li> <li><a href="careers" data-hindi="आवेदन" data-english="Job opportunities">Application for job opportunities</a></li> <li><a href="#scholarships" data-hindi="छात्रवृत्ति" data-english="Scholarships">Scholarships</a></li> </ul> </nav> </div> </header> <!-- Hero Section --> <section class="hero"> <div class="video-carousel"> <button class="nav-arrow nav-arrow-left" id="prevBtn"> <i class="fas fa-chevron-left"></i> </button> <div class="video-container"> <video autoplay muted playsinline id="video1" class="hero-video active" data-index="0" preload="none"> <source src="assets/udaan.mp4" type="video/mp4"> Your browser does not support the video tag. </video> <video muted playsinline id="video2" class="hero-video" data-index="1" preload="none"> <source src="assets/shikshasahara.mp4" type="video/mp4"> Your browser does not support the video tag. </video> <video muted playsinline id="video3" class="hero-video" data-index="2" preload="none"> <source src="assets/samaan shiksha.mp4" type="video/mp4"> Your browser does not support the video tag. </video> <video muted playsinline id="video4" class="hero-video" data-index="3" preload="none"> <source src="assets/book allowance.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </div> <button class="nav-arrow nav-arrow-right" id="nextBtn"> <i class="fas fa-chevron-right"></i> </button> </div> <div class="video-indicators"> <span class="indicator active" data-index="0"></span> <span class="indicator" data-index="1"></span> <span class="indicator" data-index="2"></span> <span class="indicator" data-index="3"></span> </div> </section> <script> // वीडियो को 5 सेकंड बाद रोकना (यदि reduced motion नहीं है) document.addEventListener('DOMContentLoaded', function() { const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches; const activeVideo = document.querySelector('.hero-video.active') || document.querySelector('.hero-video'); if (!prefersReducedMotion && activeVideo) { setTimeout(function() { try { activeVideo.pause(); } catch (e) {} }, 5000); } }); </script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6734060461800843" data-ad-slot="5524049138" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- Important News Section --> <section class="important-news"> <div class="container"> <div class="news-content"> <div class="news-label"> <span data-hindi="महत्वपूर्ण समाचार" data-english="Important News">Important News</span> </div> <div class="news-text"> <div class="marquee" aria-live="polite"> <span class="highlight" data-hindi="सभी विद्यार्थियों को सूचित किया जाता है कि वर्तमान में चल रही छात्रवृत्ति (Scholarship) को 31 मार्च 2026 तक होल्ड (स्थगित) रखा गया है। साथ ही, इस अवधि तक नए रजिस्ट्रेशन (Registration) भी बंद रहेंगे। 31 मार्च 2026 के बाद आगे की आधिकारिक सूचना जारी की जाएगी, जिसमें यह बताया जाएगा कि कार्यक्रम (Program) आगे जारी रहेगा या बंद किया जाएगा। कृपया आगे की जानकारी के लिए आधिकारिक सूचना का इंतज़ार करें।धन्यवाद। ." data english="All students are hereby informed that the ongoing Scholarship Program has been placed on hold until 31 March 2026. Additionally, new registrations will remain closed during this period. After 31 March 2026, an official announcement will be released regarding whether the program will continue or be discontinued. Please wait for further updates. Thank you .">All students are hereby informed that the ongoing Scholarship Program has been placed on hold until 31 March 2026. Additionally, new registrations will remain closed during this period. After 31 March 2026, an official announcement will be released regarding whether the program will continue or be discontinued. Please wait for further updates. Thank you</span> </div> </div> </div> </div> </section> <style> .mandatory-step { background-color: #e3f2fd; padding: 40px 0; text-align: center; } .mandatory-step h2 { color: #13386c; margin-bottom: 30px; font-size: 1.8rem; } .mandatory-buttons { margin: 30px 0; } .btn-primary { background-color: #1a75ff; color: white; padding: 12px 25px; border-radius: 5px; font-weight: 500; transition: all 0.3s ease; border: none; cursor: pointer; text-decoration: none; display: inline-block; margin: 0 10px; font-size: 1rem; } .btn-primary:hover { background-color: #0052cc; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); color: white; } .btn-secondary { background-color: #f57c00; color: white; padding: 12px 25px; border-radius: 5px; font-weight: 500; transition: all 0.3s ease; border: none; cursor: pointer; text-decoration: none; display: inline-block; margin: 0 10px; font-size: 1rem; } .btn-secondary:hover { background-color: #e65100; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); color: white; } .mandatory-note { color: #666; font-style: italic; max-width: 800px; margin: 0 auto; padding: 15px; background-color: #f8f9fa; border-radius: 5px; border-left: 4px solid #1a75ff; } @media (max-width: 768px) { .mandatory-step h2 { font-size: 1.4rem; } .btn-primary, .btn-secondary { display: block; margin: 10px auto; width: 80%; max-width: 300px; } } </style> <!-- Mandatory First Step Section --> <section class="mandatory-step"> <div class="container"> <h2 data-hindi="सभी विद्यार्थियों को सूचित किया जाता है कि वर्तमान में चल रही छात्रवृत्ति (Scholarship) को 31 मार्च 2026 तक होल्ड (स्थगित) रखा गया है। साथ ही, इस अवधि तक नए रजिस्ट्रेशन (Registration) भी बंद रहेंगे। 31 मार्च 2026 के बाद आगे की आधिकारिक सूचना जारी की जाएगी, जिसमें यह बताया जाएगा कि कार्यक्रम (Program) आगे जारी रहेगा या बंद किया जाएगा। कृपया आगे की जानकारी के लिए आधिकारिक सूचना का इंतज़ार Program has been placed on hold until 31 March 2026">Program has been placed on hold until 31 March 2026</h2> <div class="mandatory-buttons"> </div> <p class="mandatory-note" data-hindi="नोट:All students are hereby informed that the ongoing Scholarship Program has been placed on hold until 31 March 2026. Additionally, new registrations will remain closed during this period. After 31 March 2026, an official announcement will be released regarding whether the program will continue or be discontinued. Please wait for further updates. Thank you " data-english="All students are hereby informed that the ongoing Scholarship Program has been placed on hold until 31 March 2026. Additionally, new registrations will remain closed during this period. After 31 March 2026, an official announcement will be released regarding whether the program will continue or be discontinued. Please wait for further updates. Thank you.">Note: All students are hereby informed that the ongoing Scholarship Program has been placed on hold until 31 March 2026. Additionally, new registrations will remain closed during this period. After 31 March 2026, an official announcement will be released regarding whether the program will continue or be discontinued. Please wait for further updates. Thank you.</p> </div> </section> <section id="about" class="about"> <div class="container"> <div class="about-modern"> <div class="about-modern-left"> <h2 class="about-title" data-hindi="सवित्र फाउंडेशन" data-english="Savitr Foundation"> <a href="https://savitrfoundation.com/about" target="_blank" rel="noopener" onclick="event.stopPropagation()">Savitr Foundation</a> </h2> <p class="about-subtext" data-hindi="हम शिक्षा के माध्यम से हर छात्र तक अवसर पहुँचाने के लिए प्रतिबद्ध हैं—बिना किसी भेदभाव के।" data-english="We are committed to bringing opportunities to every student through education—without discrimination.">We are committed to bringing opportunities to every student through education—without discrimination.</p> <ul class="about-features"> <li> <i class="fas fa-graduation-cap" aria-hidden="true"></i> <span data-hindi="मेरिट और जरूरत आधारित सहायता" data-english="Merit & Need-based Support">Merit & Need-based Support</span> </li> <li> <i class="fas fa-university" aria-hidden="true"></i> <span data-hindi="मान्यता प्राप्त संस्थानों के साथ साझेदारी" data-english="Partnerships with recognized institutions">Partnerships with recognized institutions</span> </li> <li> <i class="fas fa-hands-helping" aria-hidden="true"></i> <span data-hindi="पारदर्शी और सरल प्रक्रिया" data-english="Transparent, simple process">Transparent, simple process</span> </li> </ul> <div class="cta-row"> <a href="#scholarships" class="btn about-cta" data-hindi="छात्रवृत्तियाँ देखें" data-english="Explore Scholarships">Explore Scholarships</a> <a href="#eligibility" class="btn about-cta" data-hindi="पात्रता देखें" data-english="Check Eligibility">Check Eligibility</a> </div> </div> <div class="about-modern-right"> <div class="about-card"> <picture> <source srcset="assets/students.webp" type="image/webp"> <img src="assets/students.jpg" alt="Students" loading="lazy"> </picture> <div class="about-card-overlay"></div> </div> </div> </div> </div> </section> <!-- Our Scholars Section --> <section id="our-scholars" class="our-scholars"> <div class="container"> <h2 data-hindi="हमारे विद्वान" data-english="Our Scholars">Our Scholars</h2> <!-- Statistics Cards --> <div class="scholars-stats"> <div class="stat-card"> <div class="stat-icon"><i class="fas fa-file-alt"></i></div> <div class="stat-value"><?php echo number_format($totalApplications); ?></div> <div class="stat-label" data-hindi="कुल आवेदन" data-english="Total Applications">Total Applications</div> </div> <div class="stat-card"> <div class="stat-icon"><i class="fas fa-check-circle"></i></div> <div class="stat-value"><?php echo number_format($totalApproved); ?></div> <div class="stat-label" data-hindi="कुल छात्रवृत्ति स्वीकृत" data-english="Total Scholarships Approved">Total Scholarships Approved</div> </div> <div class="stat-card"> <div class="stat-icon"><i class="fas fa-rupee-sign"></i></div> <div class="stat-value">₹<?php echo number_format($totalAmountDistributed, 0); ?></div> <div class="stat-label" data-hindi="कुल राशि वितरित" data-english="Total Amount Distributed">Total Amount Distributed</div> </div> </div> <!-- View Scholars List Link --> <div style="text-align: center; margin-top: 30px;"> <a href="our_scholars" class="btn" style="background: #f57c00; padding: 12px 30px; font-size: 1.1rem;" data-hindi="हमारे विद्वानों की सूची देखें" data-english="View Our Scholars List">View Our Scholars List</a> </div> </div> </section> <section id="scholarships" class="scholarships"> <div class="container"> <h2 data-hindi="हमारी छात्रवृत्ति योजनाएँ" data-english="Our Scholarship Schemes">Our Scholarship Schemes</h2> <div class="scholarship-cards"> <div class="card"> <h3 data-hindi="उड़ान छात्रवृत्ति" data-english="Udaan Scholarship">Udaan Scholarship</h3> <p class="category" data-hindi="SC/ST/OBC लड़कियों के लिए" data-english="For SC/ST/OBC Girls">For SC/ST/OBC Girls</p> <p class="amount">₹30,000</p> <p class="description" data-hindi="यह छात्रवृत्ति SC, ST और OBC वर्ग की लड़कियों के लिए है जो 18+ आयु की हैं और उच्च शिक्षा प्राप्त कर रही हैं।" data-english="This scholarship is for girls from SC, ST and OBC categories who are 18+ years old and pursuing higher education.">This scholarship is for girls from SC, ST and OBC categories who are 18+ years old and pursuing higher education.</p> <a href="scholarshipapply" class="btn" data-hindi="अभी आवेदन करें" data-english="Apply Now">Apply Now</a> </div> <div class="card"> <h3 data-hindi="शिक्षा सहारा" data-english="Shiksha Sahara">Shiksha Sahara</h3> <p class="category" data-hindi="जनरल वर्ग के लड़के और लड़कियां" data-english="General Category Boys & Girls">General Category Boys & Girls</p> <p class="amount">₹10,000</p> <p class="description" data-hindi="यह छात्रवृत्ति जनरल वर्ग के लड़के और लड़कियों दोनों के लिए है जो 18+ आयु के हैं और उच्च शिक्षा प्राप्त कर रहे हैं।" data-english="This scholarship is for both boys and girls from the General category who are 18+ years old and pursuing higher education.">This scholarship is for both boys and girls from the General category who are 18+ years old and pursuing higher education.</p> <a href="scholarshipapply" class="btn" data-hindi="अभी आवेदन करें" data-english="Apply Now">Apply Now</a> </div> <div class="card"> <h3 data-hindi="समान शिक्षा" data-english="Samaan Shiksha">Samaan Shiksha</h3> <p class="category" data-hindi="OBC वर्ग के लड़के" data-english="OBC Category Boys">OBC Category Boys</p> <p class="amount">₹20,000</p> <p class="description" data-hindi="यह छात्रवृत्ति OBC वर्ग के लड़कों के लिए है जो 18+ आयु के हैं और उच्च शिक्षा प्राप्त कर रहे हैं।" data-english="This scholarship is for boys from the OBC category who are 18+ years old and pursuing higher education.">This scholarship is for boys from the OBC category who are 18+ years old and pursuing higher education.</p> <a href="scholarshipapply" class="btn" data-hindi="अभी आवेदन करें" data-english="Apply Now">Apply Now</a> </div> <div class="card"> <h3 data-hindi="बुक अलाउंस" data-english="Book Allowance">Book Allowance</h3> <p class="category" data-hindi="सभी छात्र" data-english="All Students">All Students</p> <p class="amount">₹3,000 - ₹4,000</p> <p class="description" data-hindi="यह अलाउंस सभी वर्गों के 18+ छात्रों के लिए है जो स्कूल में पढ़ रहे हैं और पुस्तकों की खरीद के लिए आर्थिक सहायता चाहते हैं।" data-english="This allowance is for all 18+ students from all categories who are studying in school and need financial assistance for purchasing books.">This allowance is for all 18+ students from all categories who are studying in school and need financial assistance for purchasing books.</p> <a href="scholarshipapply" class="btn" data-hindi="अभी आवेदन करें" data-english="Apply Now">Apply Now</a> </div> </div> </div> </section> <section id="eligibility" class="eligibility"> <div class="container"> <h2 data-hindi="पात्रता मानदंड" data-english="Eligibility Criteria">Eligibility Criteria</h2> <div class="eligibility-content"> <div class="eligibility-item"> <h3 data-hindi="आयु" data-english="Age">Age</h3> <p data-hindi="सभी आवेदकों की आयु 18 वर्ष या उससे अधिक होनी चाहिए।" data-english="All applicants must be 18 years or older.">All applicants must be 18 years older .<p/> </div> <div class="eligibility-item"> <h3 data-hindi="शैक्षिक योग्यता" data-english="Educational Qualification">Educational Qualification</h3> <p data-hindi="आवेदक उच्च माध्यमिक/इंटर, स्नातक या स्नातकोत्तर में किसी मान्यता प्राप्त संस्थान में नामांकित हों। पढ़ाई छोड़ चुके (ड्रॉप-आउट) छात्र भी पुनः शिक्षा शुरू करने हेतु पात्र हैं।" data-english="Applicants should be enrolled in Higher Secondary, Undergraduate or Postgraduate programs at a recognized institution. Drop-out students restarting education are also eligible.">Applicants should be enrolled in Higher Secondary, Undergraduate or Postgraduate programs at a recognized institution. Drop-out students restarting education are also eligible.</p> </div> <div class="eligibility-item"> <h3 data-hindi="आय सीमा" data-english="Income Limit">Income Limit</h3> <p data-hindi="परिवार की वार्षिक आय ₹8,00,000 (8 लाख) से कम होनी चाहिए (सभी श्रेणियों के लिए लागू)।" data-english="Family annual income must be below ₹8,00,000 (applicable across categories).">Family annual income must be below ₹8,00,000 (applicable across categories).</p> </div> <div class="eligibility-item"> <h3 data-hindi="आवश्यक दस्तावेज" data-english="Required Documents">Required Documents</h3> <ul> <li data-hindi="आधार कार्ड" data-english="Aadhaar Card">Aadhaar Card</li> <li data-hindi="10वीं या 12वीं की मार्कशीट (कोई एक)" data-english="10th or 12th Marksheet (any one)">10th or 12th Marksheet (any one)</li> <li data-hindi="जाति प्रमाण पत्र (यदि उपलब्ध)" data-english="Caste Certificate (if available)">Caste Certificate (if available)</li> <li data-hindi="पिछली परीक्षा का परिणाम" data-english="Last Exam Result">Last Exam Result</li> <li data-hindi="डोमिसाइल प्रमाण पत्र" data-english="Domicile Certificate">Domicile Certificate</li> <li data-hindi="आय प्रमाण पत्र" data-english="Income Certificate">Income Certificate</li> <li data-hindi="बैंक खाता (NGO द्वारा खुलवाया गया)। यदि NGO द्वारा खाता नहीं खुला है तो अपने मौजूदा खाते का विवरण दें; अकाउंट वेरिफिकेशन शुल्क लागू होगा।" data-english="Bank account (opened via NGO). If not opened by NGO, provide your existing account details; verification charges will be applicable.">Bank account (opened via NGO). If not opened by NGO, provide your existing account details; verification charges will be applicable.</li> </ul> </div> </div> </div> </section> <section class="vision"> <div class="container"> <h2 data-hindi="हमारा विज़न" data-english="Our Vision">Our Vision</h2> <div class="vision-content"> <p data-hindi="सवित्र फाउंडेशन का उद्देश्य हर एक बच्चे तक मुफ्त शिक्षा पहुंचाना है। हम जाति, धर्म के हिसाब से नहीं देखते। GEN, OBC, ST, SC सभी कैटेगरी के बच्चे जो पढ़ने में रुचि रखते हैं और लगन है, वो यहां स्कॉलरशिप ले सकते हैं। इससे आपके स्कूल/कॉलेज से मिलने वाली स्कॉलरशिप पर कोई प्रभाव नहीं पड़ेगा, वो भी मिलेगी आपको। उद्देश्य सिर्फ यह है कि किसी भी छात्र की शिक्षा खराब न हो।" data-english="Savitr Foundation aims to provide free education to every child. We do not discriminate based on caste or religion. Children from all categories - GEN, OBC, ST, SC - who have interest and dedication in studies can avail this scholarship. This will not affect any scholarship you receive from your school/college - you will get that too. Our only purpose is that no student's education should be compromised.">Savitr Foundation aims to provide free education to every child. We do not discriminate based on caste or religion. Children from all categories - GEN, OBC, ST, SC - who have interest and dedication in studies can avail this scholarship. This will not affect any scholarship you receive from your school/college - you will get that too. Our only purpose is that no student's education should be compromised.</p> </div> </div> </section> <!-- Scholarship Details Section --> <section class="scholarships"> <div class="container"> <h2 data-hindi="छात्रवृत्ति विवरण" data-english="Scholarship Details">Scholarship Details</h2> <div class="scholarship-cards"> <div class="card"> <h3 data-hindi="उड़ान छात्रवृत्ति" data-english="Udaan Scholarship">Udaan Scholarship</h3> <p class="category" data-hindi="SC, ST और OBC वर्ग की लड़कियों के लिए" data-english="For SC, ST, and OBC girls">For SC, ST, and OBC girls</p> <p class="amount" data-hindi="30,000 रुपये" data-english="₹30,000">₹30,000</p> <p class="description" data-hindi="लाभार्थी को 30,000 रुपये सीधे बैंक खाते में स्थानांतरित किए जाते हैं। उच्च शिक्षा के लिए वित्तीय सहायता। सभी स्तरों की शिक्षा के लिए उपलब्ध।" data-english="Beneficiary receives ₹30,000 directly in their bank account. Financial support for all levels of higher education. Available for all levels of education.">Beneficiary receives ₹30,000 directly in their bank account. Financial support for all levels of higher education. Available for all levels of education.</p> </div> <div class="card"> <h3 data-hindi="शिक्षा सहारा" data-english="Shiksha Sahara">Shiksha Sahara</h3> <p class="category" data-hindi="जनरल वर्ग (लड़के और लड़कियाँ दोनों)" data-english="General Category (Boys & Girls)">General Category (Boys & Girls)</p> <p class="amount" data-hindi="10,000 रुपये" data-english="₹10,000">₹10,000</p> <p class="description" data-hindi="लड़कों और लड़कियों दोनों के लिए उपलब्ध। सीधा बैंक हस्तांतरण। उच्च शिक्षा के सभी स्तरों के लिए।" data-english="Available for both boys and girls. Direct bank transfer. For all levels of higher education.">Available for both boys and girls. Direct bank transfer. For all levels of higher education.</p> </div> <div class="card"> <h3 data-hindi="समान शिक्षा" data-english="Samaan Shiksha">Samaan Shiksha</h3> <p class="category" data-hindi="OBC लड़के" data-english="OBC Boys">OBC Boys</p> <p class="amount" data-hindi="20,000 रुपये" data-english="₹20,000">₹20,000</p> <p class="description" data-hindi="विशेष रूप से OBC लड़कों के लिए डिज़ाइन किया गया। उच्च शिक्षा के लिए वित्तीय सहायता। सीधा बैंक हस्तांतरण।" data-english="Specifically designed for OBC boys. Financial assistance for higher education. Direct bank transfer.">Specifically designed for OBC boys. Financial assistance for higher education. Direct bank transfer.</p> </div> <div class="card"> <h3 data-hindi="बुक अलाउंस" data-english="Book Allowance">Book Allowance</h3> <p class="category" data-hindi="सभी श्रेणियों के लिए" data-english="All Categories">All Categories</p> <p class="amount" data-hindi="3,000 - 4,000 रुपये" data-english="₹3,000 – ₹4,000">₹3,000 – ₹4,000</p> <p class="description" data-hindi="सभी श्रेणियों के छात्रों के लिए उपलब्ध। पाठ्यपुस्तकों और अध्ययन सामग्री के लिए। स्कूल स्तर के छात्रों के लिए।" data-english="Available for students from all categories. For textbooks and study materials. For school level students.">Available for students from all categories. For textbooks and study materials. For school level students.</p> </div> </div> </div> </section> <!-- FAQ Section --> <section class="eligibility"> <div class="container"> <h2 data-hindi="अक्सर पूछे जाने वाले प्रश्न" data-english="Frequently Asked Questions">Frequently Asked Questions</h2> <div class="eligibility-content"> <div class="eligibility-item"> <h3 data-hindi="छात्रवृत्ति के लिए कौन पात्र है?" data-english="Who is eligible for the scholarship?">Who is eligible for the scholarship?</h3> <p data-hindi="18 वर्ष या उससे अधिक आयु के सभी छात्र, जो उच्च माध्यमिक, स्नातक या स्नातकोत्तर स्तर पर पढ़ रहे हैं और परिवार की वार्षिक आय ₹8,00,000 से कम है, पात्र हैं।" data-english="All students aged 18 years or above who are pursuing higher secondary, undergraduate, or postgraduate education and whose family's annual income is below ₹8,00,000 are eligible.">All students aged 18 years or above who are pursuing higher secondary, undergraduate, or postgraduate education and whose family's annual income is below ₹8,00,000 are eligible.</p> </div> <div class="eligibility-item"> <h3 data-hindi="छात्रवृत्ति की राशि कैसे प्राप्त की जाती है?" data-english="How is the scholarship amount received?">How is the scholarship amount received?</h3> <p data-hindi="छात्रवृत्ति राशि सीधे आवेदक के बैंक खाते में स्थानांतरित की जाती है। इसके लिए आवेदक को एक मान्यता प्राप्त बैंक में खाता खुलवाना होगा।" data-english="The scholarship amount is directly transferred to the applicant's bank account. The applicant needs to have an account in a recognized bank.">The scholarship amount is directly transferred to the applicant's bank account. The applicant needs to have an account in a recognized bank.</p> </div> <div class="eligibility-item"> <h3 data-hindi="छात्रवृत्ति के लिए कौन-कौन से दस्तावेज आवश्यक हैं?" data-english="What documents are required for the scholarship?">What documents are required for the scholarship?</h3> <ul> <li data-hindi="आधार कार्ड" data-english="Aadhaar Card">Aadhaar Card</li> <li data-hindi="10वीं/12वीं की मार्कशीट" data-english="10th/12th Marksheet">10th/12th Marksheet</li> <li data-hindi="जाति प्रमाण पत्र (यदि उपलब्ध हो)" data-english="Caste Certificate (if available)">Caste Certificate (if available)</li> <li data-hindi="आय प्रमाण पत्र" data-english="Income Certificate">Income Certificate</li> <li data-hindi="बैंक खाता विवरण" data-english="Bank Account Details">Bank Account Details</li> </ul> </div> <div class="eligibility-item"> <h3 data-hindi="छात्रवृत्ति के लिए आवेदन कैसे करें?" data-english="How to apply for the scholarship?">How to apply for the scholarship?</h3> <p data-hindi="हमारी वेबसाइट पर 'छात्रवृत्ति आवेदन' अनुभाग पर जाएं और ऑनलाइन आवेदन फॉर्म भरें। सभी आवश्यक दस्तावेज अपलोड करें और फॉर्म जमा करें।" data-english="Visit the 'Scholarship Apply' section on our website and fill out the online application form. Upload all required documents and submit the form.">Visit the 'Scholarship Apply' section on our website and fill out the online application form. Upload all required documents and submit the form.</p> </div> <div class="eligibility-item"> <h3 data-hindi="छात्रवृत्ति के लिए आवेदन की अंतिम तिथि क्या है?" data-english="What is the deadline for scholarship applications?">What is the deadline for scholarship applications?</h3> <p data-hindi="छात्रवृत्ति के लिए आवेदन की अंतिम तिथि प्रत्येक वर्ष 31 मार्च है। हालांकि, हम आवेदन की सुविधा पूरे वर्ष उपलब्ध कराते हैं।" data-english="The deadline for scholarship applications is March 31st each year. However, we provide the application facility throughout the year.">The deadline for scholarship applications is March 31st each year. However, we provide the application facility throughout the year.</p> </div> <div class="eligibility-item"> <h3 data-hindi="छात्रवृत्ति की स्थिति कैसे जांचें?" data-english="How to check scholarship status?">How to check scholarship status?</h3> <p data-hindi="छात्रवृत्ति की स्थिति जांचने के लिए हमारी वेबसाइट पर 'आवेदन स्थिति' अनुभाग पर जाएं और अपना आवेदन आईडी या रजिस्टर्ड मोबाइल नंबर दर्ज करें।" data-english="To check scholarship status, visit the 'Application Status' section on our website and enter your application ID Aadhar number or Dob.">To check scholarship status, visit the 'Application Status' section on our website and enter your application ID or registered mobile number.</p> </div> </div> </div> </section> <!-- Additional FAQ Section for SEO --> <section class="eligibility"> <div class="container"> <h2 data-hindi="अक्सर पूछे जाने वाले प्रश्न (आवेदन प्रक्रिया संबंधी)" data-english="Frequently Asked Questions (Application Process)">Frequently Asked Questions (Application Process)</h2> <div class="eligibility-content"> <div class="eligibility-item"> <h3 data-hindi="Savitr Foundation Scholarship ke liye apply kaise kare?" data-english="How to apply for Savitr Foundation Scholarship?">How to apply for Savitr Foundation Scholarship?</h3> <p data-hindi="Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai. Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga." data-english="Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai. Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga.">Scholarship apply karne ke liye sabhi students ke liye <a href="ngo_account_open">NGO Account Open karna anivarya hai</a>. Agar kisi student ka <a href="ngo_account_open">NGO Account open nahi hota hai</a>, to use <a href="/scholar/bankverify/bank_verification.php">Bank Verification option par jaakar apne personal bank account ka verification karna hoga</a> aur Portal / Verification Charges ka bhugtan karna hoga.</p> </div> <div class="eligibility-item"> <h3 data-hindi="Application status kaise check kare?" data-english="How to check application status?">How to check application status?</h3> <p data-hindi="Form submit karne ke baad Application Status section se application status check hota hai. Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai." data-english="Form submit karne ke baad Application Status section se application status check hota hai. Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai.">Form submit karne ke baad <a href="application">Application Status section se application status check hota hai</a>. <a href="scholar/student">Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai</a>.</p> </div> <div class="eligibility-item"> <h3 data-hindi="NGO Account kaise open kare?" data-english="How to open NGO Account?">How to open NGO Account?</h3> <p data-hindi="Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai." data-english="Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai."><a href="ngo_account_open">Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai</a>.</p> </div> <div class="eligibility-item"> <h3 data-hindi="Scholarship Apply form kaise bharein?" data-english="How to fill Scholarship Apply form?">How to fill Scholarship Apply form?</h3> <p data-hindi="Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai." data-english="Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai."><a href="scholarshipapply">Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai</a>.</p> </div> <div class="eligibility-item"> <h3 data-hindi="Kya Savitrfoundation ki scholarship lene se sarkari scholarship par asar padega?" data-english="Will taking Savitrfoundation scholarship affect government scholarship?">Will taking Savitrfoundation scholarship affect government scholarship?</h3> <p data-hindi="Savitrfoundation ki scholarship lene se aapke sarkari scholarships par koi asar nahi padega. Aap dono scholarships ek saath le sakte ho. Ye scholarship lene se aapki dusri college se milne wali scholarship bhi aapko milegi." data-english="Taking Savitrfoundation scholarship will not affect your government scholarships. You can take both scholarships together. By taking this scholarship, you will also get the scholarship from your other college.">Taking Savitrfoundation scholarship will not affect your government scholarships. You can take both scholarships together. By taking this scholarship, you will also get the scholarship from your other college.</p> </div> </div> </div> </section> <footer id="footer-contact"> <div class="container"> <div class="footer-content"> <!-- Column 1: About Section --> <div class="footer-column about-column"> <p class="about-text">Welcome to our NGO, a non-profit organization that is dedicated to improving the lives of communities through various initiatives. Our organization works in various sectors including education, environment, sports, health, sanitation, social work and girl education.</p> <a href="https://savitrfoundation.com/donation" class="donate-btn" target="_blank" rel="noopener"> <i class="fas fa-heart"></i> DONATE NOW </a> </div> <!-- Column 2: Links & Categories --> <div class="footer-column links-column"> <div class="links-categories-row"> <div class="links-section"> <h4>Links</h4> <ul> <li><a href="https://savitrfoundation.com/about" target="_blank" rel="noopener">About us</a></li> <li><a href="https://savitrfoundation.com/campaign" target="_blank" rel="noopener">Campaign</a></li> <li><a href="https://savitrfoundation.com/become-volunteer" target="_blank" rel="noopener">Become a Volunteer</a></li> <li><a href="https://savitrfoundation.com/donation" target="_blank" rel="noopener">Donations</a></li> <li><a href="https://savitrfoundation.com/contact" target="_blank" rel="noopener">Contact</a></li> </ul> </div> <div class="categories-section"> <h4>Non profit</h4> <ul> <li><a href="https://savitrfoundation.com/education" target="_blank" rel="noopener">Education</a></li> <li><a href="https://savitrfoundation.com/enviroment" target="_blank" rel="noopener">Environment</a></li> <li><a href="https://savitrfoundation.com/sports" target="_blank" rel="noopener">Sports</a></li> <li><a href="https://savitrfoundation.com/healthcare" target="_blank" rel="noopener">Healthcare</a></li> <li><a href="https://savitrfoundation.com/sanitation" target="_blank" rel="noopener">Sanitation</a></li> <li><a href="https://savitrfoundation.com/social_work" target="_blank" rel="noopener">Social Work</a></li> <li><a href="https://savitrfoundation.com/careers" target="_blank" rel="noopener">job opportunities</a></li> </ul> </div> </div> </div> <!-- Column 3: Contact Section --> <div class="footer-column contact-column"> <h4>Contact</h4> <p class="address">288/2 Shahid Nagar Agar Road<br>Ujjain, Madhya Pradesh</p> <p class="email"><i class="fas fa-envelope"></i> support@savitrfoundation.com</p> <p class="phone"><i class="fas fa-phone"></i> +91 7999554703 (Director)</p> <p class="phone"><i class="fas fa-phone"></i> +91 7772056856 (Technical Officer)</p> <p class="phone"><i class="fas fa-phone"></i> +91 7748995133 (Field Officer)</p> <div class="social-icons"> <a href="https://savitrfoundation.com" class="social-icon" target="_blank" rel="noopener" aria-label="Website"><i class="fas fa-globe"></i></a> <a href="mailto:support@savitrfoundation.com" class="social-icon" aria-label="Email"><i class="fas fa-envelope"></i></a> <a href="https://wa.me/917999554703" class="social-icon" target="_blank" rel="noopener" aria-label="WhatsApp"><i class="fab fa-whatsapp"></i></a> <a href="https://www.linkedin.com/in/savitr-foundation-ujjain-455038244/?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" class="social-icon" target="_blank" rel="noopener" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a> <a href="https://www.facebook.com/share/17FaG7LHBH/" class="social-icon" target="_blank" rel="noopener" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a> <a href="https://www.google.com/maps/dir//288+Shahid+nagar,+Agar+Rd,+Ujjain,+Madhya+Pradesh+456010/@23.2027019,75.7119137,12z/data=!4m8!4m7!1m0!1m5!1m1!1s0x39637576cb5377fd:0xca9b8805bbddaa8c!2m2!1d75.7943153!2d23.2027234?entry=ttu&g_ep=EgoyMDI1MTAwMS4wIKXMDSoASAFQAw%3D%3D" class="social-icon" target="_blank" rel="noopener" aria-label="Location"><i class="fas fa-map-marker-alt"></i></a> <a href="tel:+917999554703" class="social-icon" aria-label="Call"><i class="fas fa-phone"></i></a> <a href="https://www.instagram.com/savitrfoundation?igsh=MW15bmluazBkcWxxbQ==" class="social-icon" target="_blank" rel="noopener" aria-label="Instagram"><i class="fab fa-instagram"></i></a> </div> </div> </div> <p id="footerYear" data-hindi="© 2023 सवित्र फाउंडेशन। सर्वाधिकार सुरक्षित।" data-english="© 2023 Savitr Foundation. All rights reserved.">© 2023 Savitr Foundation. All rights reserved.</p> </div> </footer> <!-- Hidden SEO Content --> <div style="display: none;"> <h1>Savitr Foundation Scholarship Portal</h1> <h2>Savitr Foundation Scholarship Application</h2> <h3>Savitr Scholarship Program</h3> <h3>Savitr Scholarship Program</h3> <p>Savitr Foundation provides scholarships for students. Savitr Foundation scholarship programs help students with financial aid for education. Apply for Savitr scholarship and Savitr scholarship online.</p> <p>Student scholarship portal for Savitr Foundation and Savitr Foundation. Get financial support for your education through our scholarship programs.</p> <!-- SEO Content for Google AI --> <h2>Savitr Foundation Scholarship ke liye apply kaise kare</h2> <p>Scholarship apply karne ke liye sabhi students ke liye <a href="ngo_account_open">NGO Account Open karna anivarya hai</a>. Agar kisi student ka <a href="ngo_account_open">NGO Account open nahi hota hai</a>, to use <a href="/scholar/bankverify/bank_verification.php">Bank Verification option par jaakar apne personal bank account ka verification karna hoga</a> aur Portal / Verification Charges ka bhugtan karna hoga.</p> <h3>Scholarship Application Process Steps</h3> <p>1. NGO Account Registration (Anivarya): Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai.</p> <p>2. Alternative Bank Verification: Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga.</p> <p>3. Scholarship Apply: Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai.</p> <p>4. Application Status Check: Form submit karne ke baad Application Status section se application status check hota hai.</p> <p>5. Student Login & Dashboard Access: Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai.</p> <h3>Application Status Check Ke Liye</h3> <p>Form submit karne ke baad <a href="application">Application Status section se application status check hota hai</a>. <a href="scholar/student">Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai</a>.</p> <h3>NGO Account Open Karne Ke Liye</h3> <p>Scholarship apply karne ke liye sabhi students ke liye <a href="ngo_account_open">NGO Account Open karna anivarya hai</a>.</p> <h3>Scholarship Apply Form Process</h3> <p><a href="scholarshipapply">Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai</a>.</p> <h3>Important Information</h3> <p>Scholarship apply karne ke liye sabhi students ke liye <a href="ngo_account_open">NGO Account Open karna anivarya hai</a>. Agar kisi student ka <a href="ngo_account_open">NGO Account open nahi hota hai</a>, to use <a href="/scholar/bankverify/bank_verification.php">Bank Verification option par jaakar apne personal bank account ka verification karna hoga</a> aur Portal / Verification Charges ka bhugtan karna hoga. <a href="scholarshipapply">Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai</a>. Form submit karne ke baad <a href="application">Application Status section se application status check hota hai</a>. <a href="scholar/student">Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai</a>.</p> </div> <a href="https://wa.me/917772056856" class="whatsapp-fab" target="_blank" rel="noopener" aria-label="Chat on WhatsApp"> <i class="fab fa-whatsapp"></i> </a> <!-- Help Modal --> <div id="helpModal" class="modal"> <div class="modal-content"> <div class="modal-header"> <h3 data-hindi="सहायता" data-english="Help">Help</h3> <span class="close" id="closeHelp">×</span> </div> <div class="modal-body"> <div class="help-content"> <div class="help-section"> <h4 data-hindi="छात्रवृत्ति के बारे में जानकारी" data-english="About Scholarships">About Scholarships</h4> <p data-hindi="Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai. Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga. Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai. Form submit karne ke baad Application Status section se application status check hota hai. Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai." data-english="Scholarship apply karne ke liye sabhi students ke liye NGO Account Open karna anivarya hai. Agar kisi student ka NGO Account open nahi hota hai, to use Bank Verification option par jaakar apne personal bank account ka verification karna hoga aur Portal / Verification Charges ka bhugtan karna hoga. Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai. Form submit karne ke baad Application Status section se application status check hota hai. Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai.">Scholarship apply karne ke liye sabhi students ke liye <a href="ngo_account_open">NGO Account Open karna anivarya hai</a>. Agar kisi student ka <a href="ngo_account_open">NGO Account open nahi hota hai</a>, to use <a href="/scholar/bankverify/bank_verification.php">Bank Verification option par jaakar apne personal bank account ka verification karna hoga</a> aur Portal / Verification Charges ka bhugtan karna hoga. <a href="scholarshipapply">Is mandatory process ke baad hi Scholarship Apply form bhara ja sakta hai</a>. Form submit karne ke baad <a href="application">Application Status section se application status check hota hai</a>. <a href="scholar/student">Scholar ID milne ke baad Student Login se scholarship aur payment status dekha ja sakta hai</a>.</p> </div> <div class="help-section"> <h4 data-hindi="पात्रता मानदंड" data-english="Eligibility Criteria">Eligibility Criteria</h4> <ul> <li data-hindi="आयु: 18 वर्ष या उससे अधिक" data-english="Age: 18 years or older">Age: 18 years or older</li> <li data-hindi="शैक्षिक योग्यता: हायर सेकेंडरी, स्नातक, स्नातकोत्तर या ड्रॉपआउट छात्र" data-english="Educational Qualification: Higher Secondary, Undergraduate, Postgraduate or Dropout students">Educational Qualification: Higher Secondary, Undergraduate, Postgraduate or Dropout students</li> <li data-hindi="पारिवारिक आय: ₹8,00,000 से कम" data-english="Family Income: Below ₹8,00,000">Family Income: Below ₹8,00,000</li> <li data-hindi="Scholarship Apply के लिए NGO Account Open करना अनिवार्य है" data-english="NGO Account Open is mandatory for Scholarship Apply">NGO Account Open is mandatory for Scholarship Apply</li> </ul> </div> <div class="help-section"> <h4 data-hindi="संपर्क करें" data-english="Contact Us">Contact Us</h4> <div class="contact-info"> <p><i class="fas fa-phone"></i> <strong data-hindi="फोन:" data-english="Phone:">Phone:</strong> +91 7772056856</p> <p><i class="fas fa-envelope"></i> <strong data-hindi="ईमेल:" data-english="Email:">Email:</strong> Support@savitrfoundation.com</p> <p><i class="fas fa-map-marker-alt"></i> <strong data-hindi="पता:" data-english="Address:">Address:</strong> 288/2 Shahid Nagar Agar Road, Ujjain, Madhya Pradesh</p> </div> </div> </div> </div> </div> </div> <script defer> // Mobile menu toggle const menuToggle = document.querySelector('.menu-toggle'); const navMenu = document.querySelector('nav'); const menuIcon = document.getElementById('menuIcon'); function shouldForceMobileNav() { const userAgent = navigator.userAgent || ''; const userAgentDataMobile = navigator.userAgentData && navigator.userAgentData.mobile; const touchDevice = ('ontouchstart' in window) || navigator.maxTouchPoints > 1 || navigator.msMaxTouchPoints > 1; const mobileUA = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Mobile/i.test(userAgent) || userAgentDataMobile; const deviceWidth = Math.min(window.screen.width || window.innerWidth, window.screen.height || window.innerHeight); return (mobileUA || touchDevice) && deviceWidth <= 1200; } function updateMobileNavMode() { const forceMobile = shouldForceMobileNav(); document.body.classList.toggle('force-mobile-nav', forceMobile); if (!forceMobile && window.innerWidth > 768) { navMenu.classList.remove('active'); menuIcon.className = 'fas fa-bars'; } } updateMobileNavMode(); window.addEventListener('resize', () => { updateMobileNavMode(); }); function isMobileView() { return window.innerWidth <= 768 || document.body.classList.contains('force-mobile-nav'); } function toggleMenu() { navMenu.classList.toggle('active'); if (navMenu.classList.contains('active')) { menuIcon.className = 'fas fa-times'; } else { menuIcon.className = 'fas fa-bars'; } } menuToggle.addEventListener('click', toggleMenu); // Close menu when clicking on background (mobile only) navMenu.addEventListener('click', (e) => { if (isMobileView() && e.target === navMenu) { toggleMenu(); } }); // Close menu when clicking on menu items (mobile only) const menuLinks = document.querySelectorAll('nav ul li a'); menuLinks.forEach(link => { link.addEventListener('click', () => { if (isMobileView() && navMenu.classList.contains('active')) { toggleMenu(); } }); }); // Video carousel logic let currentVideoIndex = 0; let autoPlayTimer = null; let pauseTimer = null; const videos = document.querySelectorAll('.hero-video'); const indicators = document.querySelectorAll('.indicator'); const prevBtn = document.getElementById('prevBtn'); const nextBtn = document.getElementById('nextBtn'); function clearAllTimers() { if (autoPlayTimer) clearTimeout(autoPlayTimer); if (pauseTimer) clearTimeout(pauseTimer); } function updateIndicators() { indicators.forEach((indicator, index) => { indicator.classList.toggle('active', index === currentVideoIndex); }); } function switchToVideo(index, direction = 'right') { clearAllTimers(); // Don't switch if it's the same video if (index === currentVideoIndex) return; const currentVideo = videos[currentVideoIndex]; const newVideo = videos[index]; // Fade out current video currentVideo.classList.remove('active'); currentVideo.pause(); // Fade in new video currentVideoIndex = index; newVideo.currentTime = 0; newVideo.play(); newVideo.classList.add('active'); updateIndicators(); startVideoTimer(); } function nextVideo() { const nextIndex = (currentVideoIndex + 1) % videos.length; switchToVideo(nextIndex); } function prevVideo() { const prevIndex = (currentVideoIndex - 1 + videos.length) % videos.length; switchToVideo(prevIndex); } function startVideoTimer() { // Play for 5 seconds const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches; if (prefersReducedMotion) return; autoPlayTimer = setTimeout(() => { try { videos[currentVideoIndex].pause(); } catch (e) {} // Pause for 3 seconds, then go to next video pauseTimer = setTimeout(() => { nextVideo(); }, 3000); }, 5000); } // Event listeners nextBtn.addEventListener('click', nextVideo); prevBtn.addEventListener('click', prevVideo); // Indicator clicks indicators.forEach((indicator, index) => { indicator.addEventListener('click', () => { if (index !== currentVideoIndex) { switchToVideo(index); } }); }); // Start the first video timer when it's loaded videos[0].addEventListener('loadeddata', () => { startVideoTimer(); }, { once: true }); // Keyboard navigation document.addEventListener('keydown', (e) => { if (e.key === 'ArrowRight') { nextVideo(); } else if (e.key === 'ArrowLeft') { prevVideo(); } }); // Font size functionality const fontSmallBtn = document.getElementById('fontSmall'); const fontNormalBtn = document.getElementById('fontNormal'); const fontLargeBtn = document.getElementById('fontLarge'); fontSmallBtn.addEventListener('click', (e) => { e.preventDefault(); document.body.style.fontSize = '14px'; updateFontButtons('small'); }); fontNormalBtn.addEventListener('click', (e) => { e.preventDefault(); document.body.style.fontSize = '16px'; updateFontButtons('normal'); }); fontLargeBtn.addEventListener('click', (e) => { e.preventDefault(); document.body.style.fontSize = '18px'; updateFontButtons('large'); }); function updateFontButtons(active) { fontSmallBtn.classList.remove('active'); fontNormalBtn.classList.remove('active'); fontLargeBtn.classList.remove('active'); if (active === 'small') { fontSmallBtn.classList.add('active'); } else if (active === 'normal') { fontNormalBtn.classList.add('active'); } else if (active === 'large') { fontLargeBtn.classList.add('active'); } } // Language functionality const hindiBtn = document.getElementById('hindiBtn'); const englishBtn = document.getElementById('englishBtn'); let currentLanguage = 'english'; function switchLanguage(language) { currentLanguage = language; const elements = document.querySelectorAll('[data-hindi][data-english]'); elements.forEach(element => { if (language === 'hindi') { element.textContent = element.getAttribute('data-hindi'); document.documentElement.lang = 'hi'; document.getElementById('pageTitle').textContent = 'सवित्र फाउंडेशन - छात्रवृत्ति कार्यक्रम'; // Update SEO meta tags for Hindi document.querySelector('meta[name="description"]').setAttribute('content', 'सवित्र फाउंडेशन छात्रवृत्ति पोर्टल - छात्रवृत्ति के लिए आवेदन करें, सवित्र फाउंडेशन छात्रवृत्ति, छात्र वित्तीय सहायता, शिक्षा समर्थन, छात्रवृत्ति आवेदन। अपनी पढ़ाई के लिए वित्तीय सहायता प्राप्त करें।'); document.querySelector('meta[property="og:title"]').setAttribute('content', 'सवित्र फाउंडेशन छात्रवृत्ति पोर्टल | सवित्र फाउंडेशन छात्रवृत्ति'); document.querySelector('meta[property="og:description"]').setAttribute('content', 'सवित्र फाउंडेशन के माध्यम से छात्रवृत्ति के लिए आवेदन करें। अपनी शिक्षा के लिए वित्तीय समर्थन प्राप्त करें। छात्र छात्रवृत्ति पोर्टल आसान आवेदन प्रक्रिया के साथ।'); document.querySelector('meta[name="twitter:title"]').setAttribute('content', 'सवित्र फाउंडेशन छात्रवृत्ति पोर्टल'); document.querySelector('meta[name="twitter:description"]').setAttribute('content', 'सवित्र फाउंडेशन के माध्यम से छात्रवृत्ति के लिए आवेदन करें। अपनी शिक्षा के लिए वित्तीय समर्थन प्राप्त करें।'); } else { element.textContent = element.getAttribute('data-english'); document.documentElement.lang = 'en'; document.getElementById('pageTitle').textContent = 'Savitr Foundation Scholarship | Savitr Foundation Scholarship | Student Scholarship Portal'; // Update SEO meta tags for English document.querySelector('meta[name="description"]').setAttribute('content', 'Savitr Foundation Scholarship Portal - Apply for scholarships, Savitr Foundation scholarships, student financial aid, education support, scholarship application. Get financial help for your studies.'); document.querySelector('meta[property="og:title"]').setAttribute('content', 'Savitr Foundation Scholarship Portal | Savitr Foundation Scholarships'); document.querySelector('meta[property="og:description"]').setAttribute('content', 'Apply for scholarships through Savitr Foundation. Get financial support for your education. Student scholarship portal with easy application process.'); document.querySelector('meta[name="twitter:title"]').setAttribute('content', 'Savitr Foundation Scholarship Portal'); document.querySelector('meta[name="twitter:description"]').setAttribute('content', 'Apply for scholarships through Savitr Foundation. Get financial support for your education.'); } }); } hindiBtn.addEventListener('click', (e) => { e.preventDefault(); hindiBtn.classList.add('active'); englishBtn.classList.remove('active'); switchLanguage('hindi'); }); englishBtn.addEventListener('click', (e) => { e.preventDefault(); englishBtn.classList.add('active'); hindiBtn.classList.remove('active'); switchLanguage('english'); }); // Initialize language on load to ensure data-english content is used document.addEventListener('DOMContentLoaded', () => { switchLanguage('english'); englishBtn.classList.add('active'); hindiBtn.classList.remove('active'); }); // Help functionality document.addEventListener('DOMContentLoaded', function() { const helpBtn = document.getElementById('helpBtn'); const mobileHelpBtn = document.getElementById('mobileHelpBtn'); const helpModal = document.getElementById('helpModal'); const closeHelp = document.getElementById('closeHelp'); if (!helpModal || !closeHelp) { console.error('Help modal elements not found'); return; } function openHelpModal() { helpModal.style.display = 'block'; document.body.style.overflow = 'hidden'; // Prevent background scrolling } function closeHelpModal() { helpModal.style.display = 'none'; document.body.style.overflow = 'auto'; // Restore scrolling } // Desktop help button if (helpBtn) { helpBtn.addEventListener('click', (e) => { e.preventDefault(); openHelpModal(); }); } // Mobile help button (if exists) if (mobileHelpBtn) { mobileHelpBtn.addEventListener('click', (e) => { e.preventDefault(); openHelpModal(); // Close mobile menu after opening help if (navMenu) { navMenu.classList.remove('active'); } if (menuIcon) { menuIcon.className = 'fas fa-bars'; } }); } // Close modal when clicking X closeHelp.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); closeHelpModal(); }); // Close modal when clicking outside window.addEventListener('click', (e) => { if (e.target === helpModal) { closeHelpModal(); } }); // Close modal with Escape key document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && helpModal.style.display === 'block') { closeHelpModal(); } }); }); // Contact scroll functionality const contactBtn = document.getElementById('contactBtn'); const navContact = document.getElementById('navContact'); if (contactBtn) { contactBtn.addEventListener('click', (e) => { e.preventDefault(); const footerContact = document.getElementById('footer-contact'); if (footerContact) { footerContact.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); } if (navContact) { navContact.addEventListener('click', (e) => { e.preventDefault(); const footerContact = document.getElementById('footer-contact'); if (footerContact) { footerContact.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); } // Restart marquee animation on page load and set current year document.addEventListener('DOMContentLoaded', function() { const marquee = document.querySelector('.marquee'); if (marquee) { // Reset animation marquee.style.animation = 'none'; marquee.offsetHeight; // Trigger reflow // Set different speeds for desktop and mobile const isMobile = window.innerWidth <= 768; const animationDuration = isMobile ? '50s' : '90s'; const animationName = isMobile ? 'scroll' : 'scrollDesktop'; // Force immediate start position marquee.style.transform = 'translateX(100%)'; marquee.style.animation = `${animationName} ${animationDuration} linear infinite`; marquee.style.animationDelay = '0s'; marquee.style.animationIterationCount = 'infinite'; marquee.style.animationFillMode = 'both'; } // Update footer year dynamically const footerYear = document.getElementById('footerYear'); if (footerYear) { const year = new Date().getFullYear(); footerYear.setAttribute('data-english', `© ${year} Savitr Foundation. All rights reserved.`); footerYear.setAttribute('data-hindi', `© ${year} सवित्र फाउंडेशन। सर्वाधिकार सुरक्षित।`); // Respect current language if (document.documentElement.lang === 'hi') { footerYear.textContent = footerYear.getAttribute('data-hindi'); } else { footerYear.textContent = footerYear.getAttribute('data-english'); } } }); </script></body> </html>
Save
cmd:
run