Compare commits
6 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
5ead0b5891 | 2 years ago |
|
|
b854864c83 | 2 years ago |
|
|
9cb960f8a5 | 2 years ago |
|
|
14af10cf21 | 2 years ago |
|
|
30e92823fc | 2 years ago |
|
|
70a32305f3 | 2 years ago |
@ -1,3 +1,3 @@
|
||||
{
|
||||
"liveServer.settings.port": 5504
|
||||
"liveServer.settings.port": 5502
|
||||
}
|
||||
@ -1,18 +0,0 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>404 - Page Not Found</title>
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="custom-error-container">
|
||||
<h1 class="error-title">404</h1>
|
||||
<h2 class="error-subtitle">Page Not Found</h2>
|
||||
<p class="error-message">Oops! It seems like the page you're looking for doesn't exist.</p>
|
||||
<a class="error-button" href="/">Go back home</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,2 +1,2 @@
|
||||
# simswebsite -- www.simssoftware.in
|
||||
# simswebsite
|
||||
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
Thanks for downloading this template!
|
||||
|
||||
Template Name: Multi
|
||||
Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
|
||||
Author: BootstrapMade.com
|
||||
License: https://bootstrapmade.com/license/
|
||||
|
Before Width: | Height: | Size: 404 KiB |
|
Before Width: | Height: | Size: 416 KiB |
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 253 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 222 KiB |
|
Before Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 1004 KiB |
|
Before Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 34 KiB |
@ -1,381 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-WSLW3T5R');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
|
||||
<title>SiMS</title>
|
||||
<link href="assets/img/sims-logo.png" rel="icon">
|
||||
<link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon">
|
||||
<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/aos/aos.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">
|
||||
|
||||
|
||||
<style>
|
||||
/* Ensure the container takes full width and center-aligns its content */
|
||||
#delete-account .container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 70vh;
|
||||
/* Adjust based on your design needs */
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/* Center the content within the delete-account section */
|
||||
#delete-account .delete-account-content {
|
||||
max-width: 600px;
|
||||
/* Adjust based on your design needs */
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
/* Optional: add a shadow for better visibility */
|
||||
border-radius: 8px;
|
||||
/* Optional: add rounded corners */
|
||||
background-color: #fff;
|
||||
/* Optional: set background color */
|
||||
}
|
||||
|
||||
/* Align the section title and paragraph to the left */
|
||||
#delete-account .section-title {
|
||||
text-align: left;
|
||||
margin-bottom: 20px;
|
||||
/* Adjust spacing as needed */
|
||||
}
|
||||
|
||||
#delete-account .section-title h2 {
|
||||
margin: 0 0 10px 0;
|
||||
/* Remove default margins and adjust as needed */
|
||||
}
|
||||
|
||||
#delete-account .section-title p {
|
||||
margin: 0;
|
||||
/* Remove default margins */
|
||||
line-height: 1.5;
|
||||
/* Improve readability */
|
||||
}
|
||||
|
||||
/* Specific styling for the span within the paragraph */
|
||||
#delete-account .section-title .sub-text {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
/* Reduced font size */
|
||||
color: #666;
|
||||
/* Adjust color for better readability */
|
||||
}
|
||||
|
||||
/* Ensure form controls take full width */
|
||||
#delete-account .centered-form .form-group {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#delete-account .centered-form .form-control {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Center the button */
|
||||
#delete-account .centered-form .btn {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- =======================================================
|
||||
* Template Name: SiMS
|
||||
* Updated: Mar 10 2023 with Bootstrap v5.2.3
|
||||
* Template URL: https://bootstrapmade.com/Sims-responsive-bootstrap-template/
|
||||
* Author: BootstrapMade.com
|
||||
* License: https://bootstrapmade.com/license/
|
||||
======================================================== -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WSLW3T5R"
|
||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
|
||||
<!-- ======= Header ======= -->
|
||||
<header id="header" class="fixed-top">
|
||||
<div class="container d-flex align-items-center justify-content-between">
|
||||
|
||||
<!-- <h1 class="logo"><a href="index.html">SiMS</a></h1> -->
|
||||
<!-- Uncomment below if you prefer to use an image logo -->
|
||||
<a href="index.html" class="logo"><img src="assets/img/sims-logo-icon.png" alt="" class="img-fluid"></a>
|
||||
|
||||
<nav id="navbar" class="navbar">
|
||||
<ul>
|
||||
<li><a class="nav-link scrollto" href="index.html#hero">Home</a></li>
|
||||
<li><a class="nav-link scrollto" href="index.html#about">About</a></li>
|
||||
<li><a class="nav-link scrollto" href="index.html#services">Services</a></li>
|
||||
<li class="dropdown"><a class="nav-link scrollto" href="index.html#product">Products<i
|
||||
class="bi bi-chevron-down"></i></a>
|
||||
<ul>
|
||||
<li><a href="product_1.html">PACSWARE</a></li>
|
||||
<li><a href="product_3.html">PACSwareNET</a></li>
|
||||
<li><a class="active" href="product_4.html">mPACS</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="nav-link scrollto" href="#international">International</a></li>
|
||||
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
|
||||
<!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
|
||||
</ul>
|
||||
<i class="bi bi-list mobile-nav-toggle"></i>
|
||||
</nav><!-- .navbar -->
|
||||
|
||||
</div>
|
||||
</header><!-- End Header -->
|
||||
|
||||
<main id="main">
|
||||
<!-- Breadcrumbs -->
|
||||
<section id="breadcrumbs" class="breadcrumbs">
|
||||
<div class="container">
|
||||
<ol>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li>Delete My Account</li>
|
||||
</ol>
|
||||
</div>
|
||||
</section><!-- End Breadcrumbs -->
|
||||
|
||||
<!-- Delete My Account Section -->
|
||||
<section id="delete-account" class="delete-account">
|
||||
<div class="container">
|
||||
<div class="delete-account-content">
|
||||
<div class="section-title" data-aos="fade-down">
|
||||
<h2>Delete My Account</h2>
|
||||
<p>We're sorry to see you go.<br>
|
||||
<span class="sub-text">Please provide the details below to proceed with the account deletion
|
||||
process.</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<form id="deleteAccountForm" class="centered-form">
|
||||
<div class="form-group">
|
||||
<label for="mobileNumber">Mobile Number</label>
|
||||
<input type="text" id="mobileNumber" class="form-control" placeholder="Enter your mobile number" required pattern="\d{10}">
|
||||
<small class="form-text text-danger" id="mobileNumberError"></small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="memberNumber">Member Number</label>
|
||||
<input type="text" id="memberNumber" class="form-control" placeholder="Enter your member number" required>
|
||||
<small class="form-text text-danger" id="memberNumberError"></small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="reason">Reason for Deletion</label>
|
||||
<textarea id="reason" class="form-control" rows="4"
|
||||
placeholder="Enter the reason for deleting your account" required></textarea>
|
||||
<small class="form-text text-danger" id="reasonError"></small>
|
||||
</div>
|
||||
|
||||
<div class="form-group form-check">
|
||||
<input type="checkbox" id="agreeTerms" class="form-check-input" required>
|
||||
<label for="agreeTerms" class="form-check-label">I understand that my account will be permanently deleted
|
||||
and agree to the terms.</label>
|
||||
<small class="form-text text-danger" id="agreeTermsError"></small>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-danger"
|
||||
style="background-color: #90A4AE; border-color: #90A4AE;">Proceed</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
||||
<!-- ======= Footer ======= -->
|
||||
<footer id="footer">
|
||||
<div class="footer-top">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-6 col-md-6">
|
||||
<div class="footer-info">
|
||||
<h3>SiMS</h3>
|
||||
<p class="pb-3"><em>Get in touch with our team at SiMS to learn more about our customized IT solutions for
|
||||
cooperative banks in Kerala.</em></p><br>
|
||||
|
||||
<p><strong>Address:</strong><a href="index.html#contact"> T20, Adam tower, M C road, Kottayam, Kerala,
|
||||
India, 686001</a></p><br>
|
||||
|
||||
<p><strong>Email:</strong><a href="index.html#contact"> simssoftware13@gmail.com,
|
||||
simssoftware@yahoo.com</a></p><br>
|
||||
|
||||
</p><strong>Phone:</strong><a href="index.html#contact"> 0481-2569308, 2564308</a></p> <br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6 footer-links">
|
||||
<h4>Useful Links</h4>
|
||||
<ul>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#hero">Home</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#about">About us</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Services</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#product">Products</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<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="index.html#services">Core Banking solutions</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Cloud Solutions</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Managed IT Services</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">SMS Banking</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Remote IT Support Services</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">On-site support</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Data backup and recovery</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">ATM Management</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="copyright">
|
||||
© Copyright 2023 <strong><span>SiMS</span></strong>. All Rights Reserved
|
||||
</div>
|
||||
</div>
|
||||
</footer><!-- End Footer -->
|
||||
|
||||
<div id="preloader"></div>
|
||||
<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/aos/aos.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/php-email-form/validate.js"></script>
|
||||
|
||||
<!-- Template Main JS File -->
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
<!-- Account Delete Api Call -->
|
||||
<script>
|
||||
document.getElementById('deleteAccountForm').addEventListener('submit', function (event) {
|
||||
event.preventDefault();
|
||||
|
||||
// Clear previous error messages
|
||||
document.getElementById('mobileNumberError').innerText = '';
|
||||
document.getElementById('memberNumberError').innerText = '';
|
||||
document.getElementById('reasonError').innerText = '';
|
||||
document.getElementById('agreeTermsError').innerText = '';
|
||||
|
||||
const mobileNumber = document.getElementById('mobileNumber').value;
|
||||
const memberNumber = document.getElementById('memberNumber').value;
|
||||
const reason = document.getElementById('reason').value;
|
||||
const agreeTerms = document.getElementById('agreeTerms').checked;
|
||||
|
||||
let valid = true;
|
||||
|
||||
// Mobile number validation
|
||||
if (!/^\d{10}$/.test(mobileNumber)) {
|
||||
document.getElementById('mobileNumberError').innerText = 'Please enter a valid 10-digit mobile number.';
|
||||
valid = false;
|
||||
}
|
||||
|
||||
// Member number validation
|
||||
if (!memberNumber.trim()) {
|
||||
document.getElementById('memberNumberError').innerText = 'Member number is required.';
|
||||
valid = false;
|
||||
}
|
||||
|
||||
// Reason validation
|
||||
if (!reason.trim()) {
|
||||
document.getElementById('reasonError').innerText = 'Please provide a reason for deletion.';
|
||||
valid = false;
|
||||
}
|
||||
|
||||
// Agree terms validation
|
||||
if (!agreeTerms) {
|
||||
document.getElementById('agreeTermsError').innerText = 'You must agree to the terms.';
|
||||
valid = false;
|
||||
}
|
||||
|
||||
// If validation fails, return
|
||||
if (!valid) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Proceed with form submission
|
||||
const data = {
|
||||
mobileNumber: mobileNumber,
|
||||
memberNumber: memberNumber,
|
||||
reason: reason
|
||||
};
|
||||
|
||||
const apiUrl = 'https://mpacsapi.simssoftware.in/API/v1/auth/deactivate-account';
|
||||
// const apiUrl = 'http://192.168.0.118:3300/API/v1/auth/deactivate-account';
|
||||
|
||||
fetch(apiUrl, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify(data),
|
||||
})
|
||||
.then(response => response.json())
|
||||
.then(result => {
|
||||
alert(result.msg);
|
||||
document.getElementById('mobileNumber').value = '';
|
||||
document.getElementById('memberNumber').value = '';
|
||||
document.getElementById('reason').value = '';
|
||||
document.getElementById('agreeTerms').checked = false;
|
||||
})
|
||||
.catch(error => {
|
||||
alert('There was an error processing your request. Please try again later.');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -1,42 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
||||
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
|
||||
|
||||
|
||||
<url>
|
||||
<loc>https://www.simssoftware.in/</loc>
|
||||
<lastmod>2024-08-27T09:54:56+00:00</lastmod>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.simssoftware.in/index.html</loc>
|
||||
<lastmod>2024-08-27T09:54:56+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.simssoftware.in/product_1.html</loc>
|
||||
<lastmod>2024-08-27T09:51:03+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.simssoftware.in/product_3.html</loc>
|
||||
<lastmod>2024-08-27T09:51:11+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.simssoftware.in/product_4.html</loc>
|
||||
<lastmod>2024-08-27T09:51:17+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.simssoftware.in/about.html</loc>
|
||||
<lastmod>2024-08-27T09:52:11+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
|
||||
|
||||
</urlset>
|
||||