OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
eSamudaay
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
π
..
-
11/28/2024 11:03:35 AM
rwxrwxr-x
π
about.html
3.05 KB
08/29/2024 12:13:31 PM
rw-r--r--
π
activate.php
2.56 KB
08/29/2024 12:13:31 PM
rw-r--r--
π
admin
-
08/29/2024 12:13:38 PM
rwxr-xr-x
π
article.php
16.58 KB
08/29/2024 12:13:31 PM
rw-r--r--
π
assets
-
08/29/2024 12:32:48 PM
rwxr-xr-x
π
audio
-
08/29/2024 12:14:08 PM
rwxr-xr-x
π
backend.php
11.94 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
bindex.html
11.81 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
colortest.php
24.1 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
contact.html
2.79 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
dashboard.php
12.84 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
eyecandy
-
08/29/2024 12:14:10 PM
rwxr-xr-x
π
forms
-
08/29/2024 12:33:00 PM
rwxr-xr-x
π
geo_location.php
3.55 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
grfx
-
08/29/2024 12:14:11 PM
rwxr-xr-x
π
inc
-
08/29/2024 12:14:12 PM
rwxr-xr-x
π
index.html
17.57 KB
08/29/2024 12:30:15 PM
rw-r--r--
π
info.php
14 bytes
08/29/2024 12:13:32 PM
rw-r--r--
π
navbar.php
0 bytes
08/29/2024 12:13:32 PM
rw-r--r--
π
newReader
-
08/29/2024 12:17:22 PM
rwxr-xr-x
π
phonedashboard.php
24.05 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
privacy.html
9.99 KB
08/29/2024 12:13:32 PM
rw-r--r--
π
process
-
08/29/2024 12:17:55 PM
rwxr-xr-x
π
readerTestComment.php
6.75 KB
08/29/2024 12:13:33 PM
rw-r--r--
π
refund.html
7.34 KB
08/29/2024 12:13:33 PM
rw-r--r--
π
reset.html
3.01 KB
08/29/2024 12:13:33 PM
rw-r--r--
π
services
-
08/29/2024 12:33:02 PM
rwxr-xr-x
π
signup.html
12.82 KB
08/29/2024 12:13:33 PM
rw-r--r--
π
splash.html
1.11 KB
08/29/2024 12:13:33 PM
rw-r--r--
π
texttovoice
-
08/29/2024 12:17:56 PM
rwxr-xr-x
π
thumbsUp
-
08/29/2024 12:17:56 PM
rwxr-xr-x
π
usage.html
30.88 KB
08/29/2024 12:13:33 PM
rw-r--r--
π
zzzdashboard.php
11.95 KB
08/29/2024 12:13:33 PM
rw-r--r--
Editing: index.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>eSamudaay</title> <meta content="" name="description"> <meta content="" name="keywords"> <!-- Favicons --> <link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> <!-- Vendor CSS Files --> <link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <!-- Template Main CSS File --> <link href="assets/css/style.css" rel="stylesheet"> <link rel="stylesheet" href="services/css/owl.carousel.min.css"> <link rel="stylesheet" href="services/css/owl.carousel.min.css"> <link rel="stylesheet" href="services/css/style.css"> <link rel="stylesheet" href="assets/css/form.css"> <style> button { position: relative; background: #444; color: #fff; text-decoration: none; text-transform: uppercase; border: none; letter-spacing: 0.1rem; font-size: 1rem; padding: 1rem 3rem; transition: 0.2s; } button:hover { letter-spacing: 0.2rem; padding: 1.1rem 3.1rem; background: var(--clr); color: var(--clr); /* box-shadow: 0 0 35px var(--clr); */ animation: box 3s infinite; } button::before { content: ""; position: absolute; inset: 2px; background: #272822; } button span { position: relative; z-index: 1; } button i { position: absolute; inset: 0; display: block; } button i::before { content: ""; position: absolute; width: 10px; height: 2px; left: 80%; top: -2px; border: 2px solid var(--clr); background: #272822; transition: 0.2s; } button:hover i::before { width: 15px; left: 20%; animation: move 3s infinite; } button i::after { content: ""; position: absolute; width: 10px; height: 2px; left: 20%; bottom: -2px; border: 2px solid var(--clr); background: #272822; transition: 0.2s; } button:hover i::after { width: 15px; left: 80%; animation: move 3s infinite; } @keyframes move { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } } @keyframes box { 0% { box-shadow: #27272c; } 50% { box-shadow: 0 0 25px var(--clr); } 100% { box-shadow: #27272c; } } </style> <script type="text/javascript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </head> <body onLoad="MM_preloadImages('assets/img/sr_o.png','assets/img/pj_o.png','assets/img/sicial_icons/1_o.png','assets/img/sicial_icons/2_o.png','assets/img/sicial_icons/3_o.png','assets/img/login_o.png')"> <!-- ======= Header ======= --> <header id="header" class="d-flex align-items-center"> <div class="container d-flex justify-content-between align-items-center"> <div class="logo"> <h1><a href="index.html"><img src="assets/img/logo_new.png" width="217" height="58"></a></h1> </div> <nav id="navbar" class="navbar"> <ul> <li><a href="#">Home</a></li> <li><a href="#">Services</a></li> </ul> <ul> <li><a href="#">About Us</a></li> <li><a href="#">Contact</a></li> <li data-filter="*" class="filter-active"> <a href="signup.html?type=login" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','assets/img/login_o.png',1)"><img src="assets/img/login_n.png" name="Image9" width="121" height="42" border="0"></a></li> </ul> <i class="bi bi-list mobile-nav-toggle"></i> </nav> <!-- .navbar --> </div> </header><!-- End Header --> <!-- ======= Hero Section ======= --> <section id="hero" name="hero"> <div class="hero-container"> <div id="heroCarousel" data-bs-interval="5000" class="carousel slide carousel-fade" data-bs-ride="carousel"> <ol class="carousel-indicators" id="hero-carousel-indicators"></ol> <div class="carousel-inner" role="listbox"> <!-- Slide 1 --> <div class="carousel-item active" style="background-image: url(assets/img/slide/slide-1.jpg)"> <div class="carousel-container"> <div class="carousel-content"> <h2 class="animate__animated animate__fadeInDown col-lg-12" style="white-space: nowrap; color:#ffffff; text-shadow: 2px 3px #734EB2;">What is <span style="color:#DD1D94;"> DISDECO?</span> </h2> <p class="animate__animated animate__fadeInUp" style=" font-size:18px; line-height:26px; color:#333333;"><strong>District Digital Economy or DISDECO starts with a Digital Entrepreneur in a District Headquarter city. </strong></p> <a href="#" class="btn-get-started_2 animate__animated animate__fadeInUp">Read More</a> </div> </div> </div> <!-- Slide 2 --> <div class="carousel-item" style="background-image: url(assets/img/slide/slide-2.jpg)"> <div class="carousel-container"> <div class="carousel-content"> <h2 class="animate__animated fanimate__adeInDown">Hometown <span style="color:#DD1D94;">Super App</span></h2> <p class="animate__animated animate__fadeInUp" style=" font-size:18px; line-height:26px; color:#303030;"><strong>Then the team assists sellers in the City to connect to ONDC and create a Seller-first Hyperlocal Marketplace. Consumers transparently connect to these marketplaces from a plethora of ONDC buyer apps or through a Hometown Super App - A locally made Super App configured for the city by people that know the city.</strong></p> <a href="get_hired.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a> </div> </div> </div> <!-- Slide 3 --> <div class="carousel-item" style="background-image: url(assets/img/slide/slide-2.jpg)"> <div class="carousel-container"> <div class="carousel-content"> <h2 class="animate__animated fanimate__adeInDown">Hyperlocal <span style="color:#DD1D94;">Marketplace</span></h2> <p class="animate__animated animate__fadeInUp" style=" font-size:18px; line-height:26px; color:#303030;"><strong>This is just the start. Disdeco then connects every Taluka and every village. This kind of a network enables the smallest producer from the smallest village reach globally. Only thing that matters is the strength of the product and the producer's connect with his customers.</strong></p> <a href="get_hired.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a> </div> </div> </div> </div> <a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev"> <span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span> </a> <a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next"> <span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span> </a> </div> </div> </section><!-- End Hero --> <main id="main"> <section class="ftco-section"> <div class="container" style="margin-top:-120px;"> <div class="row"> <div class="col-md-12 text-center section-title" style="margin-bottom:-80px;" > <h2>Our Services</h2> </div> <div class="col-md-12" style="margin-top:70px;"> <div class="featured-carousel owl-carousel"> <div class="item"> <div class="work"> <a href="#b"><img src="assets/img/services/1h.png"></a> </div> </div> <div class="item"> <div class="work"> <a href="#c"><img src="assets/img/services/2h.png"></a> </div> </div> <div class="item"> <div class="work"> <a href="#d"><img src="assets/img/services/3h.png"></a> </div> </div> <div class="item"> <div class="work"> <a href="#e"><img src="assets/img/services/4h.png"></a> </div> </div> <div class="item"> <div class="work"> <a href="#e"><img src="assets/img/services/5h.png"></a> </div> </div> <div class="item"> <div class="work"> <a href="#e"><img src="assets/img/services/6h.png"></a> </div> </div> </div> </div> </div> </div> </div> </section> <!-- ======= Featured Section ======= --> <section id="featured" class="featured"> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="icon-box"> <i class="bi bi-bar-chart"></i> <h3><strong>District Digital Economy</strong></h3> <p>District Digital Economy or DISDECO starts with a Digital Entrepreneur in a District Headquarter city. The entrepreneur creates a node (Circle) of eSamudaay for their district and forms an initial team of Digital Marketers, Community and Marketplace Creators and Logistics Operators.</p> </div> </div> <div class="col-lg-4 mt-4 mt-lg-0"> <div class="icon-box"> <i class="bi bi-card-checklist"></i> <h3>Seller-first Hyperlocal Marketplace</h3> <p>Then the team assists sellers in the City to connect to ONDC and create a Seller-first Hyperlocal Marketplace. Consumers transparently connect to these marketplaces from a plethora of ONDC buyer apps or through a Hometown Super App - A locally made Super App configured for the city by people that know the city.</p> </div> </div> <div class="col-lg-4 mt-4 mt-lg-0"> <div class="icon-box"> <i class="bi bi-binoculars"></i> <h3>Taluka and every village</h3> <p>This is just the start. Disdeco then connects every Taluka and every village. This kind of a network enables the smallest producer from the smallest village reach globally. Only thing that matters is the strength of the product and the producer's connect with his customers.</p> </div> </div> </div> </div> </section><!-- End Featured Section --> <!-- ======= About Section ======= --> <section id="about" class="about"> <div class="container"> <div class="row"> <div class="col-md-12 text-center section-title" style="margin-bottom:0px;" > <h2>About eSamudaay</h2> </div> <div class="col-lg-6"> <img src="assets/img/about_home.jpg" class="img-fluid" alt=""> </div> <div class="col-lg-6 pt-4 pt-lg-0 content"> <h3 style="margin-top:10px;">eSamudaay is a network</h3> <ul> <li><i class="bi bi-check-circle"></i>Of software nodes connected on the ONDC protocol. This means that every eSamudaay node is discoverable to every ONDC Application (Buyer, Seller, Logistics).</li> <li><i class="bi bi-check-circle"></i>Each eSamudaay node hosts multiple decentralized marketplaces and multiple decentralized applications.</li> <li><i class="bi bi-check-circle"></i>eSamudaay operates on the Nirmund (Headless) Software Foundation designed and developed by Anup Pai, Ravinder Mahori, Ravi Haldipur, Medarisha Lyngdoh and Sudarshan Simhan in July 2020 with a mission to βDemocratize Digitalβ.</li> <li><i class="bi bi-check-circle"></i>Nirmund is developing software for the Distributed Digital Economy on the core pillars of Local-first, Producer-First and Entrepreneur-Driven. </li> </ul> </div> </div> </div> </section><!-- End About Section --> </main><!-- End #main --> <!-- ======= Footer ======= --> <footer id="footer"> <div class="footer-top"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-6 footer-links"> <h4>Our Services</h4> <ul> <li><i class="bx bx-chevron-right"></i> <a href="#">Leadership</a></li> <li><i class="bx bx-chevron-right"></i> <a href="#">ONDC Enterprises Solution</a></li> <li><i class="bx bx-chevron-right"></i> <a href="#">About Us</a></li> <li><i class="bx bx-chevron-right"></i> <a href="#">Privacy Policy</a></li> <li><i class="bx bx-chevron-right"></i> <a href="#">Terms & Conditions</a></li> </ul> </div> <div class="col-lg-3 col-md-6 footer-contact"> <h4>Contact Us</h4> <p> Nirmund Digital Distribution Pvt. Ltd. <br> N-119, Manipal Center, <br> Dickenson Road, Bengaluru,<br> Karnataka, India 560042<br><br> <strong>Phone:</strong> +91 0987654321<br> <strong>Email:</strong> <a href="mailto:contact@esamudaay.com" target="_parent">contact@esamudaay.com</a><br> </p> </div> <div class="col-lg-6 col-md-6 footer-info"> <h3>About eSamudaay</h3> <p>eSamudaay is a network of software nodes connected on the ONDC protocol. This means that every eSamudaay node is discoverable to every ONDC Application (Buyer, Seller, Logistics).</p> <div class="social-links mt-3"> <a href="https://www.linkedin.com/company/esamudaay/" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a> </div> </div> </div> </div> </div> <div class="container"> <div class="copyright col-12" > © Copyright <strong><span>2024</span></strong> </div> </div> </footer><!-- End Footer --> <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> <!-- Vendor JS Files --> <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <script src="assets/vendor/waypoints/noframework.waypoints.js"></script> <script src="assets/vendor/php-email-form/validate.js"></script> <!-- Template Main JS File --> <script src="assets/js/main.js"></script> <script src="services/js/jquery.min.js"></script> <script src="services/js/popper.js"></script> <script src="services/js/bootstrap.min.js"></script> <script src="services/js/owl.carousel.min.js"></script> <script src="services/js/main.js"></script> <script> let modalBtns = [...document.querySelectorAll(".button")]; modalBtns.forEach(function (btn) { btn.onclick = function () { let modal = btn.getAttribute("data-modal"); document.getElementById(modal).style.display = "block"; }; }); let closeBtns = [...document.querySelectorAll(".close")]; closeBtns.forEach(function (btn) { btn.onclick = function () { let modal = btn.closest(".modal"); modal.style.display = "none"; }; }); window.onclick = function (event) { if (event.target.className === "modal") { event.target.style.display = "none"; } }; </script> </body> </html>