/
home
/
u764571690
/
domains
/
ojaspunj.com
/
public_html
/
/home/u764571690/domains/ojaspunj.com/public_html
mkdir
upload
Name
Size
Mode
Actions
api/
-
0755
rm
app/
-
0755
rm
billing/
-
0755
rm
certificates/
-
0755
rm
css/
-
0755
rm
detail image/
-
0755
rm
favicon_io/
-
0755
rm
fontawesome/
-
0755
rm
fonts/
-
0755
rm
image/
-
0755
rm
indeximage/
-
0755
rm
js/
-
0755
rm
OFFER PRODUCT/
-
0755
rm
offer product/
-
0755
rm
our product/
-
0755
rm
productdetail/
-
0755
rm
qwertyuiopasdfghjklzxcvbnmmnbvcxzlkjhgfdsapoiuytrewqqazwsxedcrfvtgbyhnujmikolppolikujmyhntgbrfvedcwsxqazasdfghjklpoiuytrewqzxcvbnmqwasedrftgyhjuikoplkjhgfdsazxcvbnmkoiuyhgtfrdeswqaszxdfcvgfdewwsdwasjdjfoifsdnjfhsudhfgjdssdhfgushfgbdghuifgbdgvhsdfg/
-
0755
rm
scholarship/
-
0755
rm
upload product/
-
0755
rm
vendor/
-
0755
rm
.htaccess
2654
0644
edit
dl
rm
about.php
23570
0644
edit
dl
rm
add_certificate.php
7159
0644
edit
dl
rm
add_offer_product.php
9101
0644
edit
dl
rm
add_our_product.php
7146
0644
edit
dl
rm
add_product.php
7186
0644
edit
dl
rm
admin_dashboard.php
27932
0644
edit
dl
rm
admin_login.php
4991
0644
edit
dl
rm
android-chrome-192x192.png
26999
0644
edit
dl
rm
android-chrome-512x512.png
130182
0644
edit
dl
rm
apple-touch-icon.png
24276
0644
edit
dl
rm
bmi.html
11059
0644
edit
dl
rm
buy.php
34458
0644
edit
dl
rm
check_session.php
3228
0644
edit
dl
rm
composer-setup.php
58444
0644
edit
dl
rm
composer.json
99
0644
edit
dl
rm
composer.lock
47706
0644
edit
dl
rm
composer.phar
3125568
0644
edit
dl
rm
config.php
246
0644
edit
dl
rm
contact.php
5852
0644
edit
dl
rm
create_remember_tokens.php
573
0644
edit
dl
rm
dashboard.php
140056
0644
edit
dl
rm
db_connect.php
712
0644
edit
dl
rm
delete_product.php
2567
0644
edit
dl
rm
edit_offer_product.php
7258
0644
edit
dl
rm
favicon-16x16.png
738
0644
edit
dl
rm
favicon.ico
15406
0644
edit
dl
rm
favicon.png
1958
0644
edit
dl
rm
get_product_detail_filename.php
647
0644
edit
dl
rm
google8752ffcd74dff0e8.html
53
0644
edit
dl
rm
googledc4255937cf5f8da.html
53
0644
edit
dl
rm
google_oauth.php
6539
0644
edit
dl
rm
index.php
69621
0644
edit
dl
rm
loading.html
584
0644
edit
dl
rm
log.php
596
0644
edit
dl
rm
login.php
17416
0644
edit
dl
rm
logout.php
598
0644
edit
dl
rm
my_orders.php
13285
0644
edit
dl
rm
order_success.php
3544
0644
edit
dl
rm
our_certificate.php
10809
0644
edit
dl
rm
our_product.php
9589
0644
edit
dl
rm
privacypolicy.php
4277
0644
edit
dl
rm
product1.php
22023
0644
edit
dl
rm
profile.php
18426
0644
edit
dl
rm
refund.php
6282
0644
edit
dl
rm
register.php
15800
0644
edit
dl
rm
robots.txt
742
0644
edit
dl
rm
savitrfoundationscholarship.php
160332
0644
edit
dl
rm
sitemap.xml
935
0644
edit
dl
rm
specialoffer.php
13234
0644
edit
dl
rm
terms$condition.php
6412
0644
edit
dl
rm
verify_payment.php
19770
0644
edit
dl
rm
view.php
4870
0644
edit
dl
rm
x.php
19056
0644
edit
dl
rm
Edit:
/home/u764571690/domains/ojaspunj.com/public_html/x.php
(19056B)
<?php // Include database connection require_once 'db_connect.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ojas Punj Powered by Savitra Foundation</title> <link rel="shortcut icon" href="/favicon_io/favicon.ico" type="image/x-icon"> <link rel="icon" type="image/png" href="/image/logo.png"> <!-- Local Fonts --> <link rel="stylesheet" href="fonts/poppins/poppins.css"> <link rel="stylesheet" href="fontawesome/css/all.min.css"> <style> :root { --primary-color: #2E7D32; --accent-color: #4CAF50; --secondary-color: #43A047; --success-color: #66BB6A; --warning-color: #f59e0b; --danger-color: #ef4444; --bg-color: #f8f9fa; --card-bg: #ffffff; --text-color: #2c3e50; --gradient-primary: linear-gradient(135deg, #2E7D32 0%, #4CAF50 100%); --gradient-secondary: linear-gradient(135deg, #43A047 0%, #66BB6A 100%); --gradient-success: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%); --shadow-light: 0 4px 20px rgba(0, 0, 0, 0.08); --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.12); --shadow-heavy: 0 15px 40px rgba(0, 0, 0, 0.15); --border-radius: 16px; --border-radius-small: 8px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; background: linear-gradient(135deg, #f8f9fa 0%, #e2e8f0 100%); } .header { text-align: center; margin-bottom: 20px; padding: 20px 10px; } .main-title { font-size: 1.8rem; font-weight: 800; color: var(--primary-color); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; } .subtitle { font-size: 1rem; color: #666; font-weight: 300; } .main-container { max-width: 100%; margin: 0 auto; background: white; border-radius: 15px; box-shadow: var(--shadow-heavy); overflow: hidden; } .partnership-hero { background: var(--gradient-primary); color: white; padding: 40px 20px; text-align: center; position: relative; } .partnership-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); opacity: 0.3; } .partnership-content { position: relative; z-index: 1; } .partnership-title { font-size: 2rem; font-weight: 700; margin-bottom: 15px; line-height: 1.3; } .partnership-subtitle { font-size: 1.1rem; opacity: 0.9; margin-bottom: 20px; } .powered-by-badge { display: inline-block; background: rgba(255,255,255,0.2); padding: 10px 20px; border-radius: 25px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.3); font-weight: 600; } .logos-section { padding: 40px 20px; background: white; } .logos-container { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 40px; margin: 0 auto 30px auto; background: white; padding: 40px; border-radius: 20px; box-shadow: var(--shadow-medium); max-width: 600px; } .logo-item { display: flex; flex-direction: column; align-items: center; gap: 15px; transition: transform 0.3s ease; flex: 1; max-width: 200px; } .logo-item:hover { transform: translateY(-5px); } .logo-image { width: 120px; height: 120px; object-fit: contain; transition: all 0.3s ease; } .logo-item:hover .logo-image { transform: scale(1.05); } .logo-name { font-size: 1.2rem; font-weight: 700; color: #2c3e50; text-align: center; } .joint-symbol { font-size: 2.5rem; color: var(--primary-color); font-weight: 300; margin: 10px 0; } .mission-section { background: var(--gradient-success); color: white; padding: 40px 20px; text-align: center; } .mission-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 20px; } .mission-content { display: flex; flex-direction: column; align-items: center; gap: 20px; } .mission-image { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; border: 4px solid rgba(255,255,255,0.3); box-shadow: var(--shadow-medium); } .mission-text { font-size: 1rem; line-height: 1.6; max-width: 600px; margin: 0 auto; } .donation-section { background: var(--gradient-secondary); color: white; padding: 40px 20px; text-align: center; position: relative; } .donation-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); opacity: 0.3; } .donation-content { position: relative; z-index: 1; } .donation-icon { font-size: 3rem; margin-bottom: 20px; display: block; } .donation-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 15px; line-height: 1.3; } .donation-percentage { font-size: 3rem; font-weight: 800; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .donation-description { font-size: 1rem; line-height: 1.6; opacity: 0.95; max-width: 600px; margin: 0 auto; } .donation-highlight { background: rgba(255,255,255,0.2); padding: 15px 20px; border-radius: 10px; margin-top: 20px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.3); } .partnership-info { background: white; padding: 40px 20px; text-align: center; } .info-title { font-size: 1.6rem; font-weight: 700; color: var(--primary-color); margin-bottom: 20px; } .info-grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 800px; margin: 0 auto; } .info-card { background: var(--bg-color); padding: 25px; border-radius: 15px; box-shadow: var(--shadow-light); transition: transform 0.3s ease; } .info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); } .info-card-icon { font-size: 2.5rem; color: var(--primary-color); margin-bottom: 15px; } .info-card-title { font-size: 1.2rem; font-weight: 600; color: var(--text-color); margin-bottom: 10px; } .info-card-text { font-size: 0.95rem; color: #666; line-height: 1.5; } /* Tablet Styles */ @media (min-width: 768px) { body { padding: 0px; } .header { margin-bottom: 30px; } .main-title { font-size: 2.5rem; } .subtitle { font-size: 1.1rem; } .main-container { max-width: 800px; } .hero-section { padding: 50px 40px; } .hero-title { font-size: 2.5rem; } .logos-section { padding: 50px 40px; } .logos-container { flex-direction: row; gap: 60px; } .logo-image { width: 140px; height: 140px; } .joint-symbol { font-size: 3rem; } .mission-section { padding: 50px 40px; } .mission-title { font-size: 2.2rem; } .mission-image { width: 150px; height: 150px; } .donation-section { padding: 50px 40px; } .donation-title { font-size: 2.2rem; } .donation-percentage { font-size: 3.5rem; } .partnership-info { padding: 50px 40px; } .info-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } } /* Desktop Styles */ @media (min-width: 1024px) { .main-container { max-width: 1000px; } .logos-container { flex-direction: row; gap: 80px; } .logo-image { width: 160px; height: 160px; } .mission-image { width: 180px; height: 180px; } .mission-title { font-size: 2.5rem; } .donation-title { font-size: 2.5rem; } .donation-percentage { font-size: 4rem; } .info-grid { grid-template-columns: repeat(3, 1fr); } } /* Large Desktop Styles */ @media (min-width: 1200px) { .main-container { max-width: 1200px; } .main-title { font-size: 3rem; } .hero-title { font-size: 3rem; } .donation-title { font-size: 3rem; } .donation-percentage { font-size: 4.5rem; } } </style> </head> <body> <div class="header"> <h1 class="main-title">Partner</h1> <p class="subtitle">Powered by Savitra Foundation</p> </div> <div class="main-container"> <div class="partnership-hero"> <div class="partnership-content"> <h2 class="partnership-title">Strategic Partnership</h2> <p class="partnership-subtitle">Together for a Better Tomorrow</p> <div class="powered-by-badge"> <i class="fas fa-power-off"></i> Powered by Savitra Foundation </div> </div> </div> <div class="logos-section"> <div class="logos-container"> <div class="logo-item"> <img src="image/logo.png" alt="Ojas Punj Logo" class="logo-image"> </div> <div class="logo-item"> <img src="image/savitrfoundation.png" alt="Savitra Foundation Logo" class="logo-image"> </div> </div> </div> <div class="mission-section"> <h2 class="mission-title">Our Mission</h2> <div class="mission-content"> <img src="image/beti.png" alt="Beti Bachao" class="mission-image"> <div class="mission-text"> <strong>Beti Bachao, Beti Padhao</strong><br><br> We are committed to the noble cause of saving and educating the girl child. Through our partnership, we work towards creating a society where every girl has the opportunity to thrive, learn, and achieve her dreams. Together, we build a future where gender equality is not just a goal, but a reality. </div> </div> </div> <div class="donation-section"> <div class="donation-content"> <div class="donation-icon"> <i class="fas fa-hand-holding-usd"></i> </div> <h2 class="donation-title">5% Donation Commitment</h2> <p class="donation-percentage">5%</p> <p class="donation-description"> Ojas Punj proudly donates 5% of its profits to Savitra Foundation to support our shared mission of social development and community welfare. </p> <div class="donation-highlight"> <strong>Every purchase contributes to a better future!</strong> </div> </div> </div> <div class="partnership-info"> <h2 class="info-title">Partnership Highlights</h2> <div class="info-grid"> <div class="info-card"> <div class="info-card-icon"> <i class="fas fa-handshake"></i> </div> <h3 class="info-card-title">Strategic Alliance</h3> <p class="info-card-text">A powerful partnership combining business excellence with social responsibility.</p> </div> <div class="info-card"> <div class="info-card-icon"> <i class="fas fa-heart"></i> </div> <h3 class="info-card-title">Social Impact</h3> <p class="info-card-text">Dedicated to creating positive change in society through collaborative efforts.</p> </div> <div class="info-card"> <div class="info-card-icon"> <i class="fas fa-star"></i> </div> <h3 class="info-card-title">Quality Assurance</h3> <p class="info-card-text">Maintaining the highest standards of product quality and customer satisfaction.</p> </div> <div class="info-card"> <div class="info-card-icon"> <i class="fas fa-users"></i> </div> <h3 class="info-card-title">Community Focus</h3> <p class="info-card-text">Building stronger communities through education, health, and social development.</p> </div> <div class="info-card"> <div class="info-card-icon"> <i class="fas fa-chart-line"></i> </div> <h3 class="info-card-title">Sustainable Growth</h3> <p class="info-card-text">Ensuring long-term success through responsible business practices and social investment.</p> </div> <div class="info-card"> <div class="info-card-icon"> <i class="fas fa-award"></i> </div> <h3 class="info-card-title">Excellence</h3> <p class="info-card-text">Striving for excellence in everything we do, from products to social initiatives.</p> </div> </div> </div> </div> <script> // Add smooth animations document.addEventListener('DOMContentLoaded', function() { const elements = document.querySelectorAll('.logo-item, .mission-image, .info-card'); const observer = new IntersectionObserver((entries) => { entries.forEach((entry, index) => { if (entry.isIntersecting) { setTimeout(() => { entry.target.style.opacity = '1'; entry.target.style.transform = 'translateY(0)'; }, index * 200); } }); }, { threshold: 0.1 }); elements.forEach(el => { el.style.opacity = '0'; el.style.transform = 'translateY(30px)'; el.style.transition = 'all 0.6s ease-out'; observer.observe(el); }); }); </script> </body> </html>
Save
cmd:
run