Compare commits

...

28 Commits
devika ... main

@ -1,3 +1,3 @@
{ {
"liveServer.settings.port": 5502 "liveServer.settings.port": 5504
} }

@ -0,0 +1,18 @@
<!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 # simswebsite -- www.simssoftware.in

@ -1,6 +0,0 @@
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/

@ -2,14 +2,25 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- 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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SimS Software offers software development and IT services tailored to your business needs. Specializing in custom software solutions, application development, and tech support. Contact us today!">
<meta name="keywords" content="Banking software development, IT services, custom software solutions, application development, tech support, Banking software, web development">
<meta name="author" content="SiMS">
<meta name="robots" content="index, follow">
<title>SiMS</title> <title>SiMS</title>
<link href="assets/img/sims-logo.png" rel="icon"> <link href="assets/img/sims-logo.png" rel="icon">
<link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon"> <link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons --> <!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/favicon.png" rel="icon">
@ -25,12 +36,14 @@
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File --> <!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- ======================================================= <!-- =======================================================
* Template Name: SiMS * Template Name: SiMS
* Updated: Mar 10 2023 with Bootstrap v5.2.3 * Updated: Mar 10 2023 with Bootstrap v5.2.3
@ -42,6 +55,11 @@
<body> <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 ======= -->
<header id="header" class="fixed-top"> <header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between"> <div class="container d-flex align-items-center justify-content-between">
@ -57,11 +75,12 @@
<li><a class="nav-link scrollto" href="index.html#services">Services</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</a> <li class="dropdown "><a class="nav-link scrollto" href="index.html#product">Products</a>
<ul> <ul>
<li><a href="product 1.html">PACSWARE</a></li> <li><a href="product_1.html">PACSWARE</a></li>
<li><a href="product 3.html">PACSwareNET</a></li> <li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product 4.html">mPACS</a></li> <li><a href="product_4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</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> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -74,6 +93,10 @@
<main id="main"> <main id="main">
<a href="index.html" class="back-button">
<i class="fas fa-arrow-left"></i>
</a>
<!-- ======= Breadcrumbs ======= --> <!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs"> <section id="breadcrumbs" class="breadcrumbs">
<div class="container"> <div class="container">
@ -82,14 +105,15 @@
<li>About Us</li> <li>About Us</li>
</ol> </ol>
</div> </div>
</section><!-- End Breadcrumbs --> </section>
<!-- End Breadcrumbs -->
<br> <br>
<!-- ======= Work Process Section ======= --> <!-- ======= Work Process Section ======= -->
<section id="work-process" class="work-process"> <section id="work-process" class="work-process">
<div class="container"> <div class="container">
<div class="section-title" data-aos="fade-down"> <div class="section-title">
<h2>About</h2> <h2>About</h2>
<p> <p>
About Us About Us
@ -103,7 +127,7 @@
<br> <br>
<div class="row content"> <div class="row content">
<div class="col-md-5" data-aos="fade-right"> <div class="col-md-5" data-aos="fade-right">
<img src="assets/img/work-process-1.png" class="img-fluid" alt=""> <img src="assets/img/image 6.jpeg" class="img-fluid" alt="">
</div> </div>
<div class="col-md-7 pt-4" data-aos="fade-left"> <div class="col-md-7 pt-4" data-aos="fade-left">
<h3>Our Commitment to Kerala's Cooperative Banking Sector</h3> <h3>Our Commitment to Kerala's Cooperative Banking Sector</h3>
@ -118,8 +142,8 @@
</div> </div>
<div class="row content"> <div class="row content">
<div class="col-md-5 order-1 order-md-2" data-aos="fade-left"> <div class="col-md-5 pt-5 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/work-process-2.png" class="img-fluid" alt=""> <img src="assets/img/image 10.jpg " class="img-fluid" alt="">
</div> </div>
<div class="col-md-7 pt-5 order-2 order-md-1" data-aos="fade-right"> <div class="col-md-7 pt-5 order-2 order-md-1" data-aos="fade-right">
<h3>Our Experience in the Kerala Cooperative Banking Industry</h3> <h3>Our Experience in the Kerala Cooperative Banking Industry</h3>
@ -134,8 +158,8 @@
</div> </div>
<div class="row content"> <div class="row content">
<div class="col-md-5" data-aos="fade-right"> <div class="col-md-5 pt-5" data-aos="fade-right">
<img src="assets/img/work-process-3.png" class="img-fluid" alt=""> <img src="assets/img/image 12.jpeg" class="img-fluid" alt="">
</div> </div>
<div class="col-md-7 pt-5" data-aos="fade-left"> <div class="col-md-7 pt-5" data-aos="fade-left">
<h3>Our Comprehensive IT Solutions for Cooperative Banks</h3> <h3>Our Comprehensive IT Solutions for Cooperative Banks</h3>
@ -149,8 +173,8 @@
</div> </div>
<div class="row content"> <div class="row content">
<div class="col-md-5 order-1 order-md-2" data-aos="fade-left"> <div class="col-md-5 pt-5 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/work-process-4.png" class="img-fluid" alt=""> <img src="assets/img/image 14.jpeg" class="img-fluid" alt="">
</div> </div>
<div class="col-md-7 pt-5 order-2 order-md-1" data-aos="fade-right"> <div class="col-md-7 pt-5 order-2 order-md-1" data-aos="fade-right">
<h3>Our Commitment to Customer Satisfaction</h3> <h3>Our Commitment to Customer Satisfaction</h3>
@ -226,7 +250,7 @@
<p><strong>Address:</strong><a href="index.html#contact"> T20, Adam tower, M C road, Kottayam, Kerala, India, 686001</a></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"> simssoftware20@gmail.com, simssoftware@yahoo.com</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> </p><strong>Phone:</strong><a href="index.html#contact"> 0481-2569308, 2564308</a></p> <br>
@ -240,6 +264,7 @@
<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#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#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#product">Products</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#international">International</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li> <li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
</ul> </ul>
</div> </div>

@ -10,8 +10,10 @@
# General # General
--------------------------------------------------------------*/ --------------------------------------------------------------*/
body { body {
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif, "Poppins";
color: #444444; color: #444444;
background-color: #fff;
/* color: #FFF8E1 ; */
} }
a { a {
@ -20,7 +22,7 @@ a {
} }
a:hover { a:hover {
color: #f1775d; color: #ef6445 ;
text-decoration: none; text-decoration: none;
} }
@ -30,7 +32,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: "Raleway", sans-serif; font-family: "Open Sans", sans-serif, "Poppins";
} }
/*-------------------------------------------------------------- /*--------------------------------------------------------------
@ -52,7 +54,7 @@ h6 {
position: fixed; position: fixed;
top: calc(50% - 30px); top: calc(50% - 30px);
left: calc(50% - 30px); left: calc(50% - 30px);
border: 6px solid #ed502e; border: 6px solid #90A4AE;
border-top-color: white; border-top-color: white;
border-radius: 50%; border-radius: 50%;
width: 60px; width: 60px;
@ -80,7 +82,7 @@ h6 {
right: 15px; right: 15px;
bottom: 15px; bottom: 15px;
z-index: 996; z-index: 996;
background: #ed502e; background: #BDBDBD;
width: 40px; width: 40px;
height: 40px; height: 40px;
border-radius: 4px; border-radius: 4px;
@ -94,7 +96,7 @@ h6 {
} }
.back-to-top:hover { .back-to-top:hover {
background: #f06f54; background: #90A4AE;
color: #fff; color: #fff;
} }
@ -164,10 +166,12 @@ h6 {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 10px 0 10px 30px; padding: 10px 0 10px 30px;
font-size: 15px; font-size: 16px;
font-weight: 500;
color: #0b2341; color: #0b2341;
white-space: nowrap; white-space: nowrap;
transition: 0.3s; transition: 0.3s;
font-family: "Poppins", sans-serif;
} }
.navbar a i, .navbar a i,
@ -181,12 +185,12 @@ h6 {
.navbar .active, .navbar .active,
.navbar .active:focus, .navbar .active:focus,
.navbar li:hover>a { .navbar li:hover>a {
color: #ed502e; color: #ef6445;
} }
.navbar .getstarted, .navbar .getstarted,
.navbar .getstarted:focus { .navbar .getstarted:focus {
background: #ed502e; background: #90A4AE;
padding: 8px 20px; padding: 8px 20px;
margin-left: 30px; margin-left: 30px;
border-radius: 4px; border-radius: 4px;
@ -196,7 +200,7 @@ h6 {
.navbar .getstarted:hover, .navbar .getstarted:hover,
.navbar .getstarted:focus:hover { .navbar .getstarted:focus:hover {
color: #fff; color: #fff;
background: #ef6445; background: #BDBDBD ;
} }
.navbar .dropdown ul { .navbar .dropdown ul {
@ -230,7 +234,7 @@ h6 {
.navbar .dropdown ul a:hover, .navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover, .navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a { .navbar .dropdown ul li:hover>a {
color: #ed502e; color: #ef6445;
} }
.navbar .dropdown:hover>ul { .navbar .dropdown:hover>ul {
@ -329,7 +333,7 @@ h6 {
.navbar-mobile a:hover, .navbar-mobile a:hover,
.navbar-mobile .active, .navbar-mobile .active,
.navbar-mobile li:hover>a { .navbar-mobile li:hover>a {
color: #ed502e; color: #ef6445;
} }
.navbar-mobile .getstarted, .navbar-mobile .getstarted,
@ -364,7 +368,7 @@ h6 {
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a { .navbar-mobile .dropdown ul li:hover>a {
color: #ed502e; color: #ef6445;
} }
.navbar-mobile .dropdown>.dropdown-active { .navbar-mobile .dropdown>.dropdown-active {
@ -419,6 +423,7 @@ h6 {
margin: 0; margin: 0;
font-size: 48px; font-size: 48px;
font-weight: 700; font-weight: 700;
font-family: sans-serif;
} }
#hero p { #hero p {
@ -497,10 +502,10 @@ h6 {
#hero .carousel-indicators li.active { #hero .carousel-indicators li.active {
opacity: 1; opacity: 1;
background: #ed502e; background: #90A4AE;
} }
#hero .btn-get-started { /* #hero .btn-get-started {
font-family: "Raleway", sans-serif; font-family: "Raleway", sans-serif;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
@ -512,14 +517,53 @@ h6 {
line-height: 1; line-height: 1;
color: #fff; color: #fff;
animation-delay: 0.8s; animation-delay: 0.8s;
background: #ed502e; background: transparent;
margin-top: 15px;
border: 2px solid #90A4AE;
} */
/* #hero .btn-get-started:hover {
background: #90A4AE ;
} */
#hero .btn-get-started {
font-family: "Raleway", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 14px 38px;
border-radius: 4px;
transition: 0.5s;
line-height: 1;
color: #fff;
background: transparent;
margin-top: 15px; margin-top: 15px;
border: 2px solid #fff;
position: relative;
overflow: hidden;
}
#hero .btn-get-started::after {
content: '→';
font-size: 20px;
position: absolute;
right: 12px;
top: 45%;
transform: translateY(-50%);
transition: right 0.5s;
}
#hero .btn-get-started:hover::after {
right: 5px;
} }
#hero .btn-get-started:hover { #hero .btn-get-started:hover {
background: #ef6445; border-color: #ef6445; /* Optional: Change border color on hover */
} }
@media (max-width: 992px) { @media (max-width: 992px) {
#hero { #hero {
height: 100vh; height: 100vh;
@ -624,7 +668,7 @@ section {
left: 0; left: 0;
top: 2px; top: 2px;
font-size: 20px; font-size: 20px;
color: #ed502e; color: #90A4AE;
line-height: 1; line-height: 1;
} }
@ -642,14 +686,14 @@ section {
border-radius: 5px; border-radius: 5px;
transition: 0.3s; transition: 0.3s;
line-height: 1; line-height: 1;
color: #ed502e; color: #90A4AE;
animation-delay: 0.8s; animation-delay: 0.8s;
margin-top: 6px; margin-top: 6px;
border: 2px solid #ed502e; border: 2px solid #90A4AE;
} }
.about .content .btn-learn-more:hover { .about .content .btn-learn-more:hover {
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
@ -670,13 +714,13 @@ section {
.counts .count-box i { .counts .count-box i {
display: block; display: block;
font-size: 30px; font-size: 30px;
color: #ed502e; color: #ef6445;
float: left; float: left;
} }
.counts .count-box span { .counts .count-box span {
font-size: 42px; font-size: 32px;
line-height: 24px; line-height: 44px;
display: block; display: block;
font-weight: 700; font-weight: 700;
color: #0b2341; color: #0b2341;
@ -684,9 +728,9 @@ section {
} }
.counts .count-box p { .counts .count-box p {
padding: 30px 0 0 0; padding: 20px 0 0 0;
margin: 0; margin: 0;
font-family: "Raleway", sans-serif; font-family: sans-serif;
font-size: 14px; font-size: 14px;
} }
@ -715,13 +759,14 @@ section {
transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s;
padding-top: 40px; padding-top: 40px;
padding-bottom: 50px; padding-bottom: 50px;
border-radius: 10px;
} }
.services .icon-box .icon { .services .icon-box .icon {
margin: 0 auto; margin: 0 auto;
width: 64px; width: 64px;
height: 64px; height: 64px;
background: #ed502e; background: #90A4AE;
border-radius: 5px; border-radius: 5px;
transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;
display: flex; display: flex;
@ -745,7 +790,7 @@ section {
top: -8px; top: -8px;
height: 100%; height: 100%;
width: 100%; width: 100%;
background: #f9c6bb; background: #cbd6db;
border-radius: 5px; border-radius: 5px;
transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;
transform: translateZ(-1px); transform: translateZ(-1px);
@ -769,8 +814,8 @@ section {
} }
.services .icon-box:hover { .services .icon-box:hover {
background: #ed502e; background: #90A4AE;
border-color: #ed502e; border-color: #90A4AE;
} }
.services .icon-box:hover .icon { .services .icon-box:hover .icon {
@ -778,11 +823,11 @@ section {
} }
.services .icon-box:hover .icon i { .services .icon-box:hover .icon i {
color: #ed502e; color: #90A4AE;
} }
.services .icon-box:hover .icon::before { .services .icon-box:hover .icon::before {
background: #f1775d; background: #d8d8d8;
} }
.services .icon-box:hover h4 a, .services .icon-box:hover h4 a,
@ -818,7 +863,7 @@ section {
left: 0; left: 0;
top: 2px; top: 2px;
font-size: 20px; font-size: 20px;
color: #ed502e; color: #ef6445;
line-height: 1; line-height: 1;
} }
@ -836,14 +881,14 @@ section {
border-radius: 5px; border-radius: 5px;
transition: 0.3s; transition: 0.3s;
line-height: 1; line-height: 1;
color: #ed502e; color: #90A4AE;
animation-delay: 0.8s; animation-delay: 0.8s;
margin-top: 6px; margin-top: 6px;
border: 2px solid #ed502e; border: 2px solid #90A4AE;
} }
.product .content .btn-learn-more:hover { .product .content .btn-learn-more:hover {
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
@ -856,6 +901,8 @@ section {
padding: 25px; padding: 25px;
margin-bottom: 40px; margin-bottom: 40px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
background-color: #fff;
border-radius: 10px;
} }
.product .entry .entry-img { .product .entry .entry-img {
@ -877,7 +924,7 @@ section {
} }
.product .entry .entry-title a:hover { .product .entry .entry-title a:hover {
color: #ed502e; color: #90A4AE;
} }
.product .entry .entry-meta { .product .entry .entry-meta {
@ -922,18 +969,18 @@ section {
.product .entry .entry-content .read-more a { .product .entry .entry-content .read-more a {
display: inline-block; display: inline-block;
background: #ed502e; background: #ef6445;
color: #fff; color: #fff;
padding: 6px 20px; padding: 6px 20px;
transition: 0.3s; transition: 0.3s;
font-size: 14px; font-size: 14px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #ed502e; border: 1px solid #ef6445;
} }
.product .entry .entry-content .read-more a:hover { .product .entry .entry-content .read-more a:hover {
background: #fff; background: #fff;
color: #ed502e; color: #ef6445;
display: inline-block; display: inline-block;
} }
@ -945,7 +992,7 @@ section {
.product .entry .entry-content blockquote { .product .entry .entry-content blockquote {
overflow: hidden; overflow: hidden;
background-color: #fafafa; background-color: #f6f9fd;
padding: 60px; padding: 60px;
position: relative; position: relative;
text-align: center; text-align: center;
@ -978,20 +1025,121 @@ section {
border-top: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6;
} }
/*--------------------------------------------------------------
# International
--------------------------------------------------------------*/
.international .content h3 {
font-weight: 600;
font-size: 26px;
}
.international {
padding: 80px 0;;
}
.international .entry {
/* padding: 25px; */
margin-bottom: 40px;
/* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}
.international .entry .entry-title {
font-size: 28px;
font-weight: bold;
padding: 0;
margin: 0 0 20px 0;
}
.international .entry .entry-title a {
color: #3c4133;
transition: 0.3s;
}
.international .entry .entry-title a:hover {
color: #90A4AE;
}
.international .entry .entry-content p {
line-height: 24px;
}
.international .entry .entry-content .read-more {
-moz-text-align-last: left;
text-align-last: left;
}
.international .entry .entry-content .read-more a {
display: inline-block;
background: #90A4AE;
color: #fff;
padding: 6px 20px;
transition: 0.3s;
font-size: 14px;
border-radius: 4px;
border: 1px solid #90A4AE;
}
.international .entry .entry-content .read-more a:hover {
background: #fff;
color: #90A4AE;
display: inline-block;
}
.international .entry .entry-content h3 {
font-size: 22px;
margin-top: 30px;
font-weight: bold;
}
.international .entry .entry-content blockquote {
overflow: hidden;
background-color: #fafafa;
padding: 60px;
position: relative;
text-align: center;
margin: 20px 0;
}
.international .entry .entry-content blockquote p {
color: #444444;
line-height: 1.6;
margin-bottom: 0;
font-style: italic;
font-weight: 500;
font-size: 22px;
}
.international .entry .entry-content blockquote::after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background-color: #3c4133;
margin-top: 20px;
margin-bottom: 20px;
}
.international .entry .entry-footer {
padding-top: 10px;
border-top: 1px solid #e6e6e6;
}
/*-------------------------------------------------------------- /*--------------------------------------------------------------
# Contact # Contact
--------------------------------------------------------------*/ --------------------------------------------------------------*/
.contact .info-wrap { .contact .info-wrap {
padding: 30px; padding: 40px;
background: #fff; background: #fff;
border-radius: 4px; border-radius: 15px;
} }
.contact .info i { .contact .info i {
font-size: 20px; font-size: 20px;
color: #ed502e; color: #90A4AE;
float: left; float: left;
width: 44px; width: 44px;
height: 44px; height: 44px;
@ -1019,7 +1167,7 @@ section {
} }
.contact .info:hover i { .contact .info:hover i {
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
} }
@ -1099,19 +1247,19 @@ section {
} }
.contact .php-email-form button[type=submit] { .contact .php-email-form button[type=submit] {
background: #ed502e background: #90A4AE
; ;
border: 0; border: 0;
padding: 10px 24px; padding: 10px 24px;
color: #fff; color: #fff;
transition: 0.4s; transition: 0.4s;
border-radius: 4px; border-radius: 4px;
border: 1px solid #ed502e; border: 1px solid #90A4AE;
} }
.contact .php-email-form button[type=submit]:hover { .contact .php-email-form button[type=submit]:hover {
background: #fff; background: #fff;
color: #ed502e; color: #90A4AE;
display: inline-block; display: inline-block;
} }
@ -1128,6 +1276,7 @@ section {
/*-------------------------------------------------------------- /*--------------------------------------------------------------
# Breadcrumbs # Breadcrumbs
--------------------------------------------------------------*/ --------------------------------------------------------------*/
.breadcrumbs { .breadcrumbs {
padding: 15px 0; padding: 15px 0;
background: #f6f9fd; background: #f6f9fd;
@ -1151,9 +1300,9 @@ section {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
list-style: none; list-style: none;
padding: 0 0 10px 0; padding: 10px 0 10px 0;
margin: 0; margin: 0;
font-size: 14px; font-size: 16px;
} }
.breadcrumbs ol li+li { .breadcrumbs ol li+li {
@ -1163,7 +1312,7 @@ section {
.breadcrumbs ol li+li::before { .breadcrumbs ol li+li::before {
display: inline-block; display: inline-block;
padding-right: 10px; padding-right: 10px;
color: #123a6d; /* color: #123a6d; */
content: "/"; content: "/";
} }
@ -1172,13 +1321,13 @@ section {
--------------------------------------------------------------*/ --------------------------------------------------------------*/
#footer { #footer {
background: #071527; background: #071527;
padding: 0 0 30px 0; padding: 0 0 10px 0;
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
} }
#footer .footer-top { #footer .footer-top {
padding: 50px 0 10px 0; padding: 40px 10px 20px;
} }
#footer .footer-top a { #footer .footer-top a {
@ -1189,7 +1338,7 @@ section {
#footer .footer-top .footer-info { #footer .footer-top .footer-info {
margin-bottom: 15px; margin-bottom: 15px;
background: #05101e; background: #05101e;
border-top: 4px solid #ed502e; border-top: 4px solid #90A4AE;
text-align: center; text-align: center;
padding: 30px 20px; padding: 30px 20px;
} }
@ -1226,7 +1375,7 @@ section {
#footer .footer-top .social-links a:hover { #footer .footer-top .social-links a:hover {
color: #fff; color: #fff;
background: #ed502e; background: #90A4AE;
text-decoration: none; text-decoration: none;
} }
@ -1250,7 +1399,7 @@ section {
#footer .footer-top .footer-links ul i { #footer .footer-top .footer-links ul i {
padding-right: 2px; padding-right: 2px;
color: #ef6445; color: #ef6445 ;
font-size: 18px; font-size: 18px;
line-height: 10px; line-height: 10px;
} }
@ -1289,3 +1438,87 @@ section {
margin: -20px 0 30px 0; margin: -20px 0 30px 0;
} }
/*--------------------------------------------------------------
# back button
--------------------------------------------------------------*/
.back-button {
position: fixed;
top: 100px;
left: 20px;
background-color: #fff;
color: black;
border: none;
padding: 10px;
border-radius: 50%;
cursor: pointer;
transition: background-color 0.3s ease;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
box-shadow: 0 2px 5px #00000050;
z-index: 9999; /* Ensure the button is above all other content */
}
.back-button:hover {
background-color: #d6d6d6;
color: black;
}
@media (max-width: 768px) {
.back-button {
display: none;
}
}
/* -------error------------ */
/* body {
background-color: #f0f0f0;
} */
.custom-error-container {
margin: 120px 120px;
padding: 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center; /* Center the content within the container */
}
.error-title {
font-size: 80px;
font-weight: 700;
color: #000000;
}
.error-subtitle {
font-size: 30px;
margin-bottom: 20px;
}
.error-message {
font-size: 18px;
margin-bottom: 20px;
}
.error-message:hover {
color: #666666;
}
.error-button {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 3px;
}
.error-button:hover {
background-color: #005cbf;
color: #fff;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

@ -0,0 +1,381 @@
<!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">
&copy; 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>

@ -12,7 +12,7 @@
ini_set('error_log', 'error.log'); ini_set('error_log', 'error.log');
// Replace contact@example.com with your real receiving email address // Replace contact@example.com with your real receiving email address
$receiving_email_address = 'simssoftware20@gmail.com'; $receiving_email_address = 'simssoftware13@gmail.com';
if( file_exists($php_email_form = '../assets/vendor/php-email-form/php-email-form.php' )) { if( file_exists($php_email_form = '../assets/vendor/php-email-form/php-email-form.php' )) {
include( $php_email_form ); include( $php_email_form );

@ -2,8 +2,21 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport"> <!-- 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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SimS Software offers software development and IT services tailored to your business needs. Specializing in custom software solutions, application development, and tech support. Contact us today!">
<meta name="keywords" content="Banking software development, IT services, custom software solutions, application development, tech support, Banking software, web development">
<meta name="author" content="SiMS">
<meta name="robots" content="index, follow">
<title>SiMS</title> <title>SiMS</title>
<link href="assets/img/sims-logo.png" rel="icon"> <link href="assets/img/sims-logo.png" rel="icon">
@ -27,7 +40,6 @@
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File --> <!-- Template Main CSS File -->
@ -44,6 +56,11 @@
<body> <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 ======= -->
<header id="header" class="fixed-top"> <header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between"> <div class="container d-flex align-items-center justify-content-between">
@ -54,17 +71,19 @@
<nav id="navbar" class="navbar"> <nav id="navbar" class="navbar">
<ul> <ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li> <li><a class="nav-link scrollto active" href="index.html#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li> <li><a class="nav-link scrollto" href="index.html#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li> <li><a class="nav-link scrollto" href="index.html#services">Services</a></li>
<li class="dropdown"><a class="nav-link scrollto" href="#product">Products</a> <li class="dropdown">
<a class="nav-link scrollto" href="index.html#product">Products <i class="fas fa-chevron-down"></i></a>
<ul> <ul>
<li><a href="product 1.html">PACSWARE</a></li> <li><a href="product_1.html">PACSWARE</a></li>
<li><a href="product 3.html">PACSwareNET</a></li> <li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product 4.html">mPACS</a></li> <li><a href="product_4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li> <li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
<!-- <li><a class="getstarted scrollto" href="#about">Get Started</a></li> --> <!-- <li><a class="getstarted scrollto" href="#about">Get Started</a></li> -->
</ul> </ul>
<i class="bi bi-list mobile-nav-toggle"></i> <i class="bi bi-list mobile-nav-toggle"></i>
@ -82,10 +101,10 @@
<div class="carousel-inner" role="listbox"> <div class="carousel-inner" role="listbox">
<!-- Slide 1 --> <!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(assets/img/slide/slide-1.jpg)"> <div class="carousel-item active" style="background-image: url(assets/img/slide/slide-5.jpg)">
<div class="carousel-container"> <div class="carousel-container">
<div class="container"> <div class="container">
<h2 class="animate__animated animate__fadeInDown">Welcome to <span>SiMS</span><br>where innovation is a away of life</h2> <h2 class="animate__animated animate__fadeInDown">Welcome to <span style="text-decoration: underline;">SiMS</span><br>where innovation is a away of life</h2>
<p class="animate__animated animate__fadeInUp">Revolutinize Your Banking Operations With Our Innovative Software Solutions.</p> <p class="animate__animated animate__fadeInUp">Revolutinize Your Banking Operations With Our Innovative Software Solutions.</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a> <a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div> </div>
@ -93,7 +112,7 @@
</div> </div>
<!-- Slide 2 --> <!-- Slide 2 -->
<div class="carousel-item" style="background-image: url(assets/img/slide/slide-2.jpg)"> <div class="carousel-item" style="background-image: url(assets/img/slide/slide-7.jpg)">
<div class="carousel-container"> <div class="carousel-container">
<div class="container"> <div class="container">
<h2 class="animate__animated animate__fadeInDown">Simplify Your Banking Processes with Our Software Solutions</h2> <h2 class="animate__animated animate__fadeInDown">Simplify Your Banking Processes with Our Software Solutions</h2>
@ -164,7 +183,7 @@
<div class="count-box"> <div class="count-box">
<i class="bi bi-emoji-smile"></i> <i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="300" data-purecounter-duration="1" class="purecounter"></span> <span data-purecounter-start="0" data-purecounter-end="300" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>300+ Happy Clients</strong>- Trusted by 300+ happy clients around Kerala for exceptional services.</p> <p><strong>300+ Happy Clients</strong> - Trusted by 300+ happy clients around Kerala for exceptional services.</p>
</div> </div>
</div> </div>
@ -173,7 +192,7 @@
<!-- <i class="bi bi-journal-richtext"></i> --> <!-- <i class="bi bi-journal-richtext"></i> -->
<i class="bi bi-globe-central-south-asia"></i> <i class="bi bi-globe-central-south-asia"></i>
<span data-purecounter-start="0" data-purecounter-end="20" data-purecounter-duration="1" class="purecounter"></span> <span data-purecounter-start="0" data-purecounter-end="20" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>20+ years in banking industry</strong>- Experienced banking professional with over 20 years of expertise in various areas of the banking industry</p> <p><strong>20+ years in banking industry</strong> - Experienced banking professional with over 20 years of expertise in various areas of the banking industry</p>
</div> </div>
</div> </div>
@ -181,7 +200,7 @@
<div class="count-box"> <div class="count-box">
<i class="bi bi-people"></i> <i class="bi bi-people"></i>
<span data-purecounter-start="0" data-purecounter-end="20" data-purecounter-duration="1" class="purecounter"></span> <span data-purecounter-start="0" data-purecounter-end="20" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>20+ Hard Workers</strong>- Relentlessly focused on completing tasks with precision and efficiency.</p> <p><strong>20+ Hard Workers</strong> - Relentlessly focused on completing tasks with precision and efficiency.</p>
</div> </div>
</div> </div>
@ -189,7 +208,7 @@
<div class="count-box"> <div class="count-box">
<i class="bi bi-award"></i> <i class="bi bi-award"></i>
<span data-purecounter-start="0" data-purecounter-end="99" data-purecounter-duration="1" class="purecounter"></span> <span data-purecounter-start="0" data-purecounter-end="99" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>99% Client satisfaction</strong>- The degree to which clients' expectations are met or exceeded by a product, service, or experience, resulting in their positive perception and loyalty.</p> <p><strong>99% Client satisfaction</strong> - The degree to which clients expectations are met or exceeded by a product, service, or experience, resulting in their positive perception and loyalty.</p>
</div> </div>
</div> </div>
</div> </div>
@ -207,78 +226,80 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div> <div class="icon"><i class="bx bx-file"></i></div>
<h4><a href="">Core Banking solutions</a></h4> <h4><a href="index.html#services">Core Banking solutions</a></h4>
<p>SiMS specializes in providing robust core banking solutions that can be customized to meet the specific needs of service cooperative banks providing a centralized platform to manage all banking operations. </p> <p>SiMS specializes in providing robust core banking solutions that can be customized to meet the specific needs of service cooperative banks providing a centralized platform to manage all banking operations. </p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-2 mt-md-0" data-aos="zoom-in" data-aos-delay="200"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="fas fa-cloud"></i></div> <div class="icon"><i class="fas fa-cloud"></i></div>
<h4><a href="">Cloud Solutions</a></h4> <h4><a href="index.html#services">Cloud Solutions</a></h4>
<p>Experience secure and efficient banking services with our cloud solutions allowing users to store, manage, and process data and applications without the need for physical hardware.</p> <p>Experience secure and efficient banking services with our cloud solutions allowing users to store, manage, and process data and applications without the need for physical hardware.</p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="300"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bi bi-envelope"></i></div> <div class="icon"><i class="bi bi-wallet"></i></div>
<h4><a href="">Managed IT Services</a></h4> <h4><a href="index.html#services">RTGS/NEFT Services</a></h4>
<p>Our managed IT services provide comprehensive and proactive support to ensure the stability and security of your IT infrastructure, allowing you to focus on ur growth </p> <p>
Our RTGS/NEFT services offer fast, secure, and efficient electronic fund transfers. RTGS ensures immediate, high-value transactions, while NEFT supports reliable, batch-processed transfers.
</p>
</div> </div>
</div> </div>
<!--
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bi bi-body-text"></i></div>
<h4><a href="index.html#services">ATM Management</a></h4>
<p>Provide ATM management solutions that help financial institutions manage their ATM networks, including cash management, maintenance, and monitoring.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div> <div class="icon"><i class="bi bi-whatsapp"></i></div>
<h4><a href="">Compliance Management</a></h4> <h4><a href="index.html#services">WhatsApp Banking/Messaging</a></h4>
<p>Provide compliance management solutions that help financial institutions comply with regulatory requirements and standards.</p> <p>Provides WhatsApp Banking/Messaging solutions that enable service cooperative banks to offer a range of services via WhatsApp, including balance inquiries, account transactions, and alerts for transactions and events.</p>
</div>
</div> </div>
</div> -->
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="200"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div> <div class="icon"><i class="bi bi-chat"></i></div>
<h4><a href="">SMS Banking</a></h4> <h4><a href="index.html#services">SMS Messaging</a></h4>
<p>Provides SMS banking solutions that enable service cooperative banks to offer a range of services via SMS, including balance inquiries, account transactions, and alerts for transactions and events.</p> <p>Offers SMS messaging solutions that allow service cooperative banks to provide various services, including transactional and loan/ chitty reminder messaging features, via SMS.</p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bi bi-clipboard-check"></i></div> <div class="icon"><i class="bi bi-building"></i></div>
<h4><a href="">Remote IT Support Services</a></h4> <h4><a href="index.html#services">Remote IT Support Services</a></h4>
<p>Get reliable and efficient remote IT support services for your banking needs with our expert team.</p> <p>Get reliable and efficient remote IT support services for your banking needs with our expert team.</p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bi bi-globe-americas"></i></div> <div class="icon"><i class="bi bi-globe-americas"></i></div>
<h4><a href="">On-site support</a></h4> <h4><a href="index.html#services">On-site support</a></h4>
<p>Get reliable and efficient remote IT support services offering prompt assistance to resolve any hardware or software issues that may arise. </p> <p>Get reliable and efficient remote IT support services offering prompt assistance to resolve any hardware or software issues that may arise. </p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300"> <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bi bi-database-fill-check"></i></div> <div class="icon"><i class="bi bi-database-fill-check"></i></div>
<h4><a href="">Data backup and recovery</a></h4> <h4><a href="index.html#services">Data backup and recovery</a></h4>
<p>Regular backup of data and the implementation of disaster recovery solutions to ensure business continuity in case of a data loss event.</p> <p>Regular backup of data and the implementation of disaster recovery solutions to ensure business continuity in case of a data loss event.</p>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bi bi-body-text"></i></div>
<h4><a href="">ATM Management</a></h4>
<p>Provide ATM management solutions that help financial institutions manage their ATM networks, including cash management, maintenance, and monitoring.</p>
</div>
</div>
</div> </div>
</div> </div>
@ -297,12 +318,8 @@
<article class="entry"> <article class="entry">
<div class="entry-img">
<img src="assets/img/product/product-1.jpg" alt="" class="img-fluid">
</div>
<h2 class="entry-title"> <h2 class="entry-title">
<a href="product 1.html">PACSWARE - 10g CORE BANKING SOLUTION</a> <a href="product_1.html">PACSWARE - 10g CORE BANKING SOLUTION</a>
</h2> </h2>
<div class="entry-content"> <div class="entry-content">
@ -310,20 +327,16 @@
The SiMS PACSWARE Core Banking Solutions is a web-based highly customizable software with a unique component-based architecture that can be tailored to meet the unique needs and demands of service co-operative banks. The SiMS PACSWARE Core Banking Solutions is a web-based highly customizable software with a unique component-based architecture that can be tailored to meet the unique needs and demands of service co-operative banks.
</p> </p>
<div class="read-more"> <div class="read-more">
<a href="product 1.html">Read More</a> <a href="product_1.html">Read More</a>
</div> </div>
</div> </div>
</article><!-- End product 1 entry --> </article><!-- End product_1 entry -->
<article class="entry"> <article class="entry">
<div class="entry-img">
<img src="assets/img/product/product-3.jpg" alt="" class="img-fluid">
</div>
<h2 class="entry-title"> <h2 class="entry-title">
<a href="product 3.html">PACSwareNET - CLOUD BASED BANKING SOLUTION</a> <a href="product_3.html">PACSwareNET - CLOUD BASED BANKING SOLUTION</a>
</h2> </h2>
<div class="entry-content"> <div class="entry-content">
@ -331,20 +344,16 @@
The SiMS PACSwareNET is a cloud-based core banking solution that offers secure and flexible operations management capabilities, advanced features, and easy integration for banks through its web-based product. The SiMS PACSwareNET is a cloud-based core banking solution that offers secure and flexible operations management capabilities, advanced features, and easy integration for banks through its web-based product.
</p> </p>
<div class="read-more"> <div class="read-more">
<a href="product 3.html">Read More</a> <a href="product_3.html">Read More</a>
</div> </div>
</div> </div>
</article><!-- End product 3 entry --> </article><!-- End product_3 entry -->
<article class="entry"> <article class="entry">
<div class="entry-img">
<img src="assets/img/product/product-4.jpg" alt="" class="img-fluid">
</div>
<h2 class="entry-title"> <h2 class="entry-title">
<a href="product 4.html">mPACS - MOBILE APPLICATION</a> <a href="product_4.html">mPACS - MOBILE APPLICATION</a>
</h2> </h2>
<div class="entry-content"> <div class="entry-content">
@ -352,11 +361,11 @@
The SiMS mPACS is a mobile banking application that allows customers to perform banking transactions, view account balances, and manage their finances from their mobile devices. The SiMS mPACS is a mobile banking application that allows customers to perform banking transactions, view account balances, and manage their finances from their mobile devices.
</p> </p>
<div class="read-more"> <div class="read-more">
<a href="product 4.html">Read More</a> <a href="product_4.html">Read More</a>
</div> </div>
</div> </div>
</article><!-- End product 4 entry --> </article><!-- End product_4 entry -->
</div><!-- End product entries list --> </div><!-- End product entries list -->
@ -366,6 +375,33 @@
</section><!-- End product Section --> </section><!-- End product Section -->
<!-- ======= International Section ======= -->
<section id="international" class="international">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>International</h2>
<p>International Operations</p>
</div>
<div class="row">
<div class="col-md-7 pt-3 order-2 order-md-1" data-aos="fade-right">
<article class="entry">
<div class="entry-content">
<p><strong>Tecnostac Systems Pvt Ltd</strong>, our dynamic subsidiary, specializes in international operations and offers a Transformational Core Banking Solution designed for Savings and Credit Cooperative Organizations (SACCOs), Microfinance Institutions (MFIs), and Cooperatives.</p>
<p>With a sharp eye on global market dynamics and a strong network of international collaborations, Tecnostac Systems guarantees smooth execution and innovative solutions for clients across the globe. Their committed team of experts thrives in maneuvering through intricate international challenges, propelling growth and promoting sustainable development.</p>
<div class="read-more">
<a href="https://tecnostac.com/">Know More</a>
</div>
</div>
</article>
</div>
<div class="col-md-5 order-1 order-md-2" data-aos="fade-right">
<img src="assets/img/international 2.jpg" class="img-fluid" alt="International operations">
</div>
</div>
</div>
</section>
<!-- ======= Contact Section ======= --> <!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg"> <section id="contact" class="contact section-bg">
<div class="container"> <div class="container">
@ -393,11 +429,11 @@
<i class="bi bi-envelope"></i> <i class="bi bi-envelope"></i>
<h4>Email:</h4><br> <h4>Email:</h4><br>
<p> <p>
<a href="mailto:simssoftware20@gmail.com">
simssoftware20@gmail.com,
</a>
<a href="mailto:simssoftware@yahoo.com"> <a href="mailto:simssoftware@yahoo.com">
simssoftware@yahoo.com simssoftware@yahoo.com,
</a>
<a href="mailto:simssoftware13@gmail.com">
simssoftware13@gmail.com
</a> </a>
</p> </p>
</div> </div>
@ -422,6 +458,20 @@
</div> </div>
</section><!-- End Contact Section --> </section><!-- End Contact Section -->
<!--Start of Tawk.to Script-->
<!-- <script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/650978d00f2b18434fd9572a/1hamfvsl7';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script> -->
<!--End of Tawk.to Script-->
</main><!--End #main --> </main><!--End #main -->
<!-- ======= Footer ======= --> <!-- ======= Footer ======= -->
@ -437,7 +487,7 @@
<p><strong>Address:</strong><a href="index.html#contact"> T20, Adam tower, M C road, Kottayam,<br> Kerala, India, 686001</a></p> <p><strong>Address:</strong><a href="index.html#contact"> T20, Adam tower, M C road, Kottayam,<br> Kerala, India, 686001</a></p>
<p><strong>Email:</strong><a href="index.html#contact"> simssoftware@yahoo.com,<br>simssoftware20@gmail.com</a></p> <p><strong>Email:</strong><a href="index.html#contact"> simssoftware@yahoo.com,<br>simssoftware13@gmail.com</a></p>
</p><strong>Phone:</strong><a href="index.html#contact"> 0481-2569308, 2564308</a></p> </p><strong>Phone:</strong><a href="index.html#contact"> 0481-2569308, 2564308</a></p>
@ -450,7 +500,8 @@
<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#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#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#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#product">Productss</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#international">International</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li> <li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
</ul> </ul>
</div> </div>
@ -460,7 +511,7 @@
<ul> <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">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">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">RTGS/NEFT 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">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">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">On-site support</a></li>

@ -2,6 +2,15 @@
<html lang="en"> <html lang="en">
<head> <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 charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
@ -25,7 +34,7 @@
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File --> <!-- Template Main CSS File -->
@ -42,6 +51,11 @@
<body> <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 ======= -->
<header id="header" class="fixed-top"> <header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between"> <div class="container d-flex align-items-center justify-content-between">
@ -57,10 +71,10 @@
<li><a class="nav-link scrollto" href="index.html#services">Services</a></li> <li><a class="nav-link scrollto" href="index.html#services">Services</a></li>
<li class="dropdown "><a class="nav-link scrollto active" href="index.html#product">product<i class="bi bi-chevron-down"></i></a> <li class="dropdown "><a class="nav-link scrollto active" href="index.html#product">product<i class="bi bi-chevron-down"></i></a>
<ul> <ul>
<li><a class="active" href="product 1.html">PACSWARE 10g CO-OPERATIVE BANKING</a></li> <li><a class="active" href="product_1.html">PACSWARE 10g CO-OPERATIVE BANKING</a></li>
<li><a href="product 2.html">PACSWARE 10g CORE BANKING</a></li> <li><a href="product 2.html">PACSWARE 10g CORE BANKING</a></li>
<li><a href="product 3.html">PACSwareNET</a></li> <li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product 3.html">mPACS</a></li> <li><a href="product_4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li> <li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
@ -97,7 +111,7 @@
<img src="assets\img\blog\blog-3.jpg" alt="" class="img-fluid"> <img src="assets\img\blog\blog-3.jpg" alt="" class="img-fluid">
</div> </div>
<h2 class="entry-title"> <h2 class="entry-title">
<a href="product 1.html">PACSWARE 10g CORE BANKING</a> <a href="product_1.html">PACSWARE 10g CORE BANKING</a>
</h2> </h2>
<div class="entry-content"> <div class="entry-content">
<p> <p>
@ -146,7 +160,7 @@
<p> <p>
T20, Adam tower, M C road, Kottayam, Kerala, India, 686001 <br><br> T20, Adam tower, M C road, Kottayam, Kerala, India, 686001 <br><br>
<strong>Phone:</strong> 0481-2569308, 2564308<br> <strong>Phone:</strong> 0481-2569308, 2564308<br>
<strong>Email:</strong> simssoftware20@gmail.com, simssoftware@yahoo.com<br> <strong>Email:</strong> simssoftware13@gmail.com, simssoftware@yahoo.com<br>
</p> </p>
</div> </div>
</div> </div>

@ -2,14 +2,25 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- 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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SimS Software offers software development and IT services tailored to your business needs. Specializing in custom software solutions, application development, and tech support. Contact us today!">
<meta name="keywords" content="Banking software development, IT services, custom software solutions, application development, tech support, Banking software, web development">
<meta name="author" content="SiMS">
<meta name="robots" content="index, follow">
<title>SiMS</title> <title>SiMS</title>
<link href="assets/img/sims-logo.png" rel="icon"> <link href="assets/img/sims-logo.png" rel="icon">
<link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon"> <link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons --> <!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/favicon.png" rel="icon">
@ -25,12 +36,13 @@
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File --> <!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- ======================================================= <!-- =======================================================
* Template Name: Sims * Template Name: Sims
* Updated: Mar 10 2023 with Bootstrap v5.2.3 * Updated: Mar 10 2023 with Bootstrap v5.2.3
@ -42,6 +54,11 @@
<body> <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 ======= -->
<header id="header" class="fixed-top"> <header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between"> <div class="container d-flex align-items-center justify-content-between">
@ -55,13 +72,14 @@
<li><a class="nav-link scrollto" href="index.html#hero">Home</a></li> <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#about">About</a></li>
<li><a class="nav-link scrollto" href="index.html#services">Services</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">product<i class="bi bi-chevron-down"></i></a> <li class="dropdown"><a class="nav-link scrollto" href="index.html#product">Products<i class="bi bi-chevron-down"></i></a>
<ul> <ul>
<li><a class="active" href="product 1.html">PACSWARE</a></li> <li><a class="active" href="product_1.html">PACSWARE</a></li>
<li><a href="product 3.html">PACSwareNET</a></li> <li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product 4.html">mPACS</a></li> <li><a href="product_4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</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> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -73,6 +91,10 @@
<main id="main"> <main id="main">
<a href="index.html" class="back-button">
<i class="fas fa-arrow-left"></i>
</a>
<!-- ======= Breadcrumbs ======= --> <!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs"> <section id="breadcrumbs" class="breadcrumbs">
<div class="container"> <div class="container">
@ -81,31 +103,31 @@
<li><a href="index.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li>PACSWARE</li> <li>PACSWARE</li>
</ol> </ol>
<!-- <h2>PACSWARE 10g CO-OPERATIVE BANKING</h2> -->
</div> </div>
</section><!-- End Breadcrumbs --> </section>
<!-- End Breadcrumbs -->
<section id="product" class="product"> <section id="product" class="product">
<div class="container" data-aos="fade-up"> <div class="container">
<div class="col-lg-12 entries"> <div class="col-lg-12 entries">
<article class="entry entry-single"> <article class="entry entry-single">
<div class="section-title" data-aos="fade-down"> <div class="section-title">
<h2>Products</h2> <h2>Products</h2>
<p> PACSWARE 10g CORE BANKING</p> <p> PACSWARE 10g CORE BANKING</p>
</div> </div>
<div class="entry-content"> <!-- This can be useful for styling the typography, images, links, and other elements within the post's main content area. --> <div class="entry-content"> <!-- This can be useful for styling the typography, images, links, and other elements within the post's main content area. -->
<div class="row content"> <!--you can create a layout where the content is organized into rows of columns and styled using the content class. --> <div class="row content"> <!--you can create a layout where the content is organized into rows of columns and styled using the content class. -->
<div class="col-md-5 pt-4" data-aos="fade-right"> <div class="col-md-5 pt-4" data-aos="fade-left">
<img src="assets\img\features-4.jpg" class="img-fluid"> <!-- <img src="assets\img\features-4.jpg" class="img-fluid"> -->
<img src="assets\img\image 3.jpeg" class="img-fluid">
</div> </div>
<div class="col-md-6 pt-4" data-aos="fade-left"> <div class="col-md-6 pt-4" data-aos="fade-left">
<p> <p>
PACSWARE is a web-based highly customizable core-banking solutions that can be tailored to meet the unique needs and demands of service co-operative banks. PACSWARE is a web-based highly customizable core-banking solutions that can be tailored to meet the unique needs and demands of service co-operative banks.
Our highly customizable banking solutions enable service cooperative banks to enhance their operational efficiency, improve customer engagement, and deliver exceptional banking services. Our highly customizable banking solutions enable service cooperative banks to enhance their operational efficiency, improve customer engagement, and deliver exceptional banking services.
<p> <p>
One of the key features of SiMS-Core Banking Solutions is its unique component-based architecture. This architecture allows for the creation of new banking modules and products easily. One of the key features of SiMS-Core Banking Solutions is its unique component-based architecture. This architecture allows for the creation of new banking modules and products easily.
This means that banks can quickly and easily integrate new features into their existing systems and customize the solution to their specific requirements. This means that banks can quickly and easily integrate new features into their existing systems and customize the solution to their specific requirements.
@ -121,14 +143,14 @@
<li><i class="bx bx-check-double"></i>Service Co-operative Banks</li> <li><i class="bx bx-check-double"></i>Service Co-operative Banks</li>
<li><i class="bx bx-check-double"></i>Urban Co-operative Banks</li> <li><i class="bx bx-check-double"></i>Urban Co-operative Banks</li>
<li><i class="bx bx-check-double"></i>Farmers Co-operative Banks</li> <li><i class="bx bx-check-double"></i>Farmers Co-operative Banks</li>
<li><i class="bx bx-check-double"></i>Co-operative Boards</li> <!-- <li><i class="bx bx-check-double"></i>Co-operative Boards</li> -->
<li><i class="bx bx-check-double"></i>Employees Pension Borad</li> <li><i class="bx bx-check-double"></i>Employees Pension Borad</li>
<li><i class="bx bx-check-double"></i>Employees Welfare Borad</li> <li><i class="bx bx-check-double"></i>Employees Welfare Borad</li>
<li><i class="bx bx-check-double"></i>Employees Co-operative Societies</li>
</ul> </ul>
</div> </div>
<div class="col-md-6 pt-4" data-aos="fade-left"> <div class="col-md-6 pt-4" data-aos="fade-left">
<ul> <ul>
<li><i class="bx bx-check-double"></i>Employees Co-operative Societies</li>
<li><i class="bx bx-check-double"></i>Housing Co-operative Societies </li> <li><i class="bx bx-check-double"></i>Housing Co-operative Societies </li>
<li><i class="bx bx-check-double"></i>Pensioners Co-operative Societies</li> <li><i class="bx bx-check-double"></i>Pensioners Co-operative Societies</li>
<li><i class="bx bx-check-double"></i>Agricultural Co-operative Societies</li> <li><i class="bx bx-check-double"></i>Agricultural Co-operative Societies</li>
@ -144,32 +166,49 @@
</p> </p>
</blockquote> </blockquote>
<p> <p data-aos="fade-left">
SiMS Pacsware 10g Co-operative Banking System offers a wide range of features, including account management, loan management, fund transfer, payment processing, and customer relationship management. SiMS Pacsware 10g Co-operative Banking System offers a wide range of features, including account management, loan management, fund transfer, payment processing, and customer relationship management.
It also provides advanced analytics and reporting capabilities, enabling banks to make informed decisions and improve their operational efficiency. It also provides advanced analytics and reporting capabilities, enabling banks to make informed decisions and improve their operational efficiency.
</p> </p>
<br> <br>
<h3 class="entry-title"> <h3 class="entry-title">
<a>Modueles we provide</a> <a>Modules we provide</a>
</h3> </h3>
<div class="col-md-5 pt-4" data-aos="fade-left"> <div class="row" data-aos="fade-left">
<div class="col-md-3">
<ul> <ul>
<li><i class="bx bx-check-double"></i>Shares</li> <li><i class="bx bx-check-double"></i>Shares</li>
<li><i class="bx bx-check-double"></i>Chitty / MDS</li> <li><i class="bx bx-check-double"></i>Chitty / MDS</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Registers</li> <li><i class="bx bx-check-double"></i>Registers</li>
<li><i class="bx bx-check-double"></i>Transactions</li> <li><i class="bx bx-check-double"></i>Transactions</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Loans</li>
<li><i class="bx bx-check-double"></i>Journals</li> <li><i class="bx bx-check-double"></i>Journals</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Utility</li> <li><i class="bx bx-check-double"></i>Utility</li>
<li><i class="bx bx-check-double"></i>Branch</li> <li><i class="bx bx-check-double"></i>Branch</li>
</ul> </ul>
</div><br> </div>
<br>
</div>
<p> <br>
<p data-aos="fade-left">
In addition to the traditional banking modules and products, PACSWARE has added several modules such as Capital and Share Management to manage their share capital and share accounts, ensuring compliance with regulatory requirements and In addition to the traditional banking modules and products, PACSWARE has added several modules such as Capital and Share Management to manage their share capital and share accounts, ensuring compliance with regulatory requirements and
Election module to conduct elections for their governing bodies in a transparent and efficient manner, and Curry module to manage their customer accounts related to the catering business for co-operative banks. Election module to conduct elections for their governing bodies in a transparent and efficient manner, and Curry module to manage their customer accounts related to the catering business for co-operative banks.
</p> </p>
<br> <br>
<p> <p data-aos="fade-left">
By offering these additional modules, SiMS Pacsware 10g Core Banking System provides a comprehensive and tailored solution for co-operative banks. By offering these additional modules, SiMS Pacsware 10g Core Banking System provides a comprehensive and tailored solution for co-operative banks.
This helps co-operative banks to improve their operational efficiency, manage regulatory compliance, and offer specialized services to their customers. This helps co-operative banks to improve their operational efficiency, manage regulatory compliance, and offer specialized services to their customers.
</p> </p>
@ -195,7 +234,7 @@
<p><strong>Address:</strong><a href="index.html#contact"> T20, Adam tower, M C road, Kottayam, Kerala, India, 686001</a></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"> simssoftware20@gmail.com, simssoftware@yahoo.com</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> </p><strong>Phone:</strong><a href="index.html#contact"> 0481-2569308, 2564308</a></p> <br>
@ -209,6 +248,7 @@
<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#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#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#product">Products</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#international">International</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li> <li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
</ul> </ul>
</div> </div>

@ -2,14 +2,25 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- 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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SimS Software offers software development and IT services tailored to your business needs. Specializing in custom software solutions, application development, and tech support. Contact us today!">
<meta name="keywords" content="Banking software development, IT services, custom software solutions, application development, tech support, Banking software, web development">
<meta name="author" content="SiMS">
<meta name="robots" content="index, follow">
<title>SiMS</title> <title>SiMS</title>
<link href="assets/img/sims-logo.png" rel="icon"> <link href="assets/img/sims-logo.png" rel="icon">
<link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon"> <link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons --> <!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/favicon.png" rel="icon">
@ -25,12 +36,14 @@
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File --> <!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- ======================================================= <!-- =======================================================
* Template Name: SiMS * Template Name: SiMS
* Updated: Mar 10 2023 with Bootstrap v5.2.3 * Updated: Mar 10 2023 with Bootstrap v5.2.3
@ -42,6 +55,11 @@
<body> <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 ======= -->
<header id="header" class="fixed-top"> <header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between"> <div class="container d-flex align-items-center justify-content-between">
@ -55,13 +73,14 @@
<li><a class="nav-link scrollto" href="index.html#hero">Home</a></li> <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#about">About</a></li>
<li><a class="nav-link scrollto" href="index.html#services">Services</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">product<i class="bi bi-chevron-down"></i></a> <li class="dropdown"><a class="nav-link scrollto" href="index.html#product">Products<i class="bi bi-chevron-down"></i></a>
<ul> <ul>
<li><a href="product 1.html">PACSWARE</a></li> <li><a href="product_1.html">PACSWARE</a></li>
<li><a class="active" href="product 3.html">PACSwareNET</a></li> <li><a class="active" href="product_3.html">PACSwareNET</a></li>
<li><a href="product 4.html">mPACS</a></li> <li><a href="product_4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</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> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -73,6 +92,10 @@
<main id="main"> <main id="main">
<a href="index.html" class="back-button">
<i class="fas fa-arrow-left"></i>
</a>
<!-- ======= Breadcrumbs ======= --> <!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs"> <section id="breadcrumbs" class="breadcrumbs">
<div class="container"> <div class="container">
@ -81,13 +104,13 @@
<li><a href="index.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li>PACSwareNET</li> <li>PACSwareNET</li>
</ol> </ol>
<!-- <h2>PACSwareNET</h2> -->
</div> </div>
</section><!-- End Breadcrumbs --> </section>
<!-- End Breadcrumbs -->
<section id="product" class="product"> <section id="product" class="product">
<div class="container" data-aos="fade-up"> <div class="container" >
<div class="col-lg-12 entries"> <div class="col-lg-12 entries">
<article class="entry entry-single"> <article class="entry entry-single">
@ -95,14 +118,14 @@
<img src="assets\img\blog\blog-1.jpg" alt="" class="img-fluid"> <img src="assets\img\blog\blog-1.jpg" alt="" class="img-fluid">
</div> --> </div> -->
<div class="section-title" data-aos="fade-down"> <div class="section-title">
<h2>Products</h2> <h2>Products</h2>
<p> PACSwareNET - Cloud based banking solution</p> <p> PACSwareNET - Cloud based banking solution</p>
</div> </div>
<div class="entry-content"> <div class="entry-content">
<div class="row content"> <div class="row content">
<div class="col-md-6 pt-4" data-aos="fade-right"> <div class="col-md-6 pt-4" data-aos="fade-left">
<p> <p>
PACSwareNET is a cloud-based based Core Banking Solution that has been designed to cater to the growing needs of the banking industry. PACSwareNET is a cloud-based based Core Banking Solution that has been designed to cater to the growing needs of the banking industry.
This solution provides banks with the ability to manage their operations efficiently and securely, from anywhere and at any time. This solution provides banks with the ability to manage their operations efficiently and securely, from anywhere and at any time.
@ -113,7 +136,8 @@
</p> </p>
</div> </div>
<div class="col-md-5 pt-4" data-aos="fade-left"> <div class="col-md-5 pt-4" data-aos="fade-left">
<img src="assets\img\skills-img.jpg" class="img-fluid"> <!-- <img src="assets\img\skills-img.jpg" class="img-fluid"> -->
<img src="assets\img\image 13.jpeg" class="img-fluid">
</div> </div>
<h3 class="entry-title"> <h3 class="entry-title">
@ -134,7 +158,7 @@
</ul> </ul>
</div> </div>
<p> <p data-aos="fade-left">
Being a cloud-based solution, it eliminates the need for banks to invest in expensive hardware and software infrastructure. Being a cloud-based solution, it eliminates the need for banks to invest in expensive hardware and software infrastructure.
Banks can access the software through a web browser, and all the data is stored in secure cloud servers. Banks can access the software through a web browser, and all the data is stored in secure cloud servers.
This not only reduces the cost of ownership but also provides the scalability and flexibility that banks need to grow their operations. This not only reduces the cost of ownership but also provides the scalability and flexibility that banks need to grow their operations.
@ -149,26 +173,42 @@
<a>Features</a> <a>Features</a>
</h3> </h3>
<br> <br>
<p> <p data-aos="fade-left">
This centralized web-based core banking solution offers a complete search facility, comprehensive setup, user-defined reports, all statutory reports, a normalized data structure, This centralized web-based core banking solution offers a complete search facility, comprehensive setup, user-defined reports, all statutory reports, a normalized data structure,
transactions from a single window, a unique customer card to perform all transactions, micro ATM and ATM using ISO 8583 version 93 standard, document attachment to account(s) using high-speed scanner, transactions from a single window, a unique customer card to perform all transactions, micro ATM and ATM using ISO 8583 version 93 standard, document attachment to account(s) using high-speed scanner,
SMS alerts for transactions, IVRS, and a data center for hosting the customer portal. Additionally, it can be linked to the bank's customer portal on the bank's website. SMS alerts for transactions, IVRS, and a data center for hosting the customer portal. Additionally, it can be linked to the bank's customer portal on the bank's website.
</p> </p>
<h3 class="entry-title"> <h3 class="entry-title">
<a>Modueles we provide</a> <a>Modules we provide</a>
</h3> </h3>
<div class="col-md-5 pt-4" data-aos="fade-left"> <div class="row" data-aos="fade-left">
<div class="col-md-3">
<ul> <ul>
<li><i class="bx bx-check-double"></i>Shares</li> <li><i class="bx bx-check-double"></i>Shares</li>
<li><i class="bx bx-check-double"></i>Chitty / MDS</li> <li><i class="bx bx-check-double"></i>Chitty / MDS</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Registers</li> <li><i class="bx bx-check-double"></i>Registers</li>
<li><i class="bx bx-check-double"></i>Transactions</li> <li><i class="bx bx-check-double"></i>Transactions</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Loans</li>
<li><i class="bx bx-check-double"></i>Journals</li> <li><i class="bx bx-check-double"></i>Journals</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Utility</li> <li><i class="bx bx-check-double"></i>Utility</li>
<li><i class="bx bx-check-double"></i>Branch</li> <li><i class="bx bx-check-double"></i>Branch</li>
</ul> </ul>
</div> </div>
<br>
</div>
</div> </div>
</div> </div>
</article> </article>
@ -190,7 +230,7 @@
<p><strong>Address:</strong><a href="index.html#contact"> T20, Adam tower, M C road, Kottayam, Kerala, India, 686001</a></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"> simssoftware20@gmail.com, simssoftware@yahoo.com</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> </p><strong>Phone:</strong><a href="index.html#contact"> 0481-2569308, 2564308</a></p> <br>
@ -204,6 +244,7 @@
<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#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#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#product">Products</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#international">International</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li> <li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
</ul> </ul>
</div> </div>

@ -2,14 +2,25 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- 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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SimS Software offers software development and IT services tailored to your business needs. Specializing in custom software solutions, application development, and tech support. Contact us today!">
<meta name="keywords" content="Banking software development, IT services, custom software solutions, application development, tech support, Banking software, web development">
<meta name="author" content="SiMS">
<meta name="robots" content="index, follow">
<title>SiMS</title> <title>SiMS</title>
<link href="assets/img/sims-logo.png" rel="icon"> <link href="assets/img/sims-logo.png" rel="icon">
<link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon"> <link href="assets/img/sims-logo-icon.png" rel="apple-touch-icon">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons --> <!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/favicon.png" rel="icon">
@ -25,12 +36,14 @@
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File --> <!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- ======================================================= <!-- =======================================================
* Template Name: SiMS * Template Name: SiMS
* Updated: Mar 10 2023 with Bootstrap v5.2.3 * Updated: Mar 10 2023 with Bootstrap v5.2.3
@ -42,6 +55,11 @@
<body> <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 ======= -->
<header id="header" class="fixed-top"> <header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between"> <div class="container d-flex align-items-center justify-content-between">
@ -55,13 +73,14 @@
<li><a class="nav-link scrollto" href="index.html#hero">Home</a></li> <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#about">About</a></li>
<li><a class="nav-link scrollto" href="index.html#services">Services</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">product<i class="bi bi-chevron-down"></i></a> <li class="dropdown"><a class="nav-link scrollto" href="index.html#product">Products<i class="bi bi-chevron-down"></i></a>
<ul> <ul>
<li><a href="product 1.html">PACSWARE</a></li> <li><a href="product_1.html">PACSWARE</a></li>
<li><a href="product 3.html">PACSwareNET</a></li> <li><a href="product_3.html">PACSwareNET</a></li>
<li><a class="active" href="product 4.html">mPACS</a></li> <li><a class="active" href="product_4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</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> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -73,6 +92,10 @@
<main id="main"> <main id="main">
<a href="index.html" class="back-button">
<i class="fas fa-arrow-left"></i>
</a>
<!-- ======= Breadcrumbs ======= --> <!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs"> <section id="breadcrumbs" class="breadcrumbs">
<div class="container"> <div class="container">
@ -81,12 +104,12 @@
<li><a href="index.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li>mPACS</li> <li>mPACS</li>
</ol> </ol>
<!-- <h2>mPACS</h2> -->
</div> </div>
</section><!-- End Breadcrumbs --> </section>
<!-- End Breadcrumbs -->
<section id="product" class="product"> <section id="product" class="product">
<div class="container" data-aos="fade-up"> <div class="container">
<div class="col-lg-12 entries"> <div class="col-lg-12 entries">
<article class="entry entry-single"> <article class="entry entry-single">
@ -94,26 +117,26 @@
<img src="assets\img\blog\blog-1.jpg" alt="" class="img-fluid"> <img src="assets\img\blog\blog-1.jpg" alt="" class="img-fluid">
</div> --> </div> -->
<div class="section-title">
<div class="section-title" data-aos="fade-down">
<h2>Products</h2> <h2>Products</h2>
<p> mPACS - MOBILE APPLICATION</p> <p> mPACS - MOBILE APPLICATION</p>
</div> </div>
<div class="entry-content"> <div class="entry-content">
<div class="row content"> <div class="row content">
<div class="col-md-4 pt-4" data-aos="fade-right"> <div class="col-md-4 pt-4" data-aos="fade-left">
<img src="assets\img\phone2.JPG" class="img-fluid"> <!-- <img src="assets\img\phone2.JPG" alt="Dashboard" class="img-fluid"> -->
<img src="assets\img\image 11.jpg" class="img-fluid">
</div> </div>
<div class="col-md-8 pt-4" data-aos="fade-left"> <div class="col-md-8 pt-4" data-aos="fade-left">
<p><br> <p>
<b>mPACS</b> - Mobile application provides customizable and effective mobile banking solutions to fit the specific requirements of each bank. <b>mPACS</b> - Mobile application provides customizable and effective mobile banking solutions to fit the specific requirements of each bank.
This means that each bank can tailor the mobile banking platform to their specific needs, branding and modules they provide in the bank. This means that each bank can tailor the mobile banking platform to their specific needs, branding and modules they provide in the bank.
</p> </p>
<p><br> <p>
Our solution enables fast and seamless money transfers between Co-operative Bank accounts and accounts at other banks. We provide comprehensive support for your customers throughout their entire banking journey, from initial onboarding to handling various transactional banking requests, all accessible on the mobile device of their choice. Our solution enables fast and seamless money transfers between Co-operative Bank accounts and accounts at other banks. We provide comprehensive support for your customers throughout their entire banking journey, from initial onboarding to handling various transactional banking requests, all accessible on the mobile device of their choice.
</p> </p>
<p><br> <p>
Our mobile banking application is designed with security in mind, using advanced encryption and multi-factor authentication to protect users' sensitive financial information. Our mobile banking application is designed with security in mind, using advanced encryption and multi-factor authentication to protect users' sensitive financial information.
With our mobile banking application, users can easily check their account balances, view transaction histories, and transfer funds between accounts with just a few taps. With our mobile banking application, users can easily check their account balances, view transaction histories, and transfer funds between accounts with just a few taps.
</p> </p>
@ -176,7 +199,7 @@
<p><strong>Address:</strong><a href="index.html#contact"> T20, Adam tower, M C road, Kottayam, Kerala, India, 686001</a></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"> simssoftware20@gmail.com, simssoftware@yahoo.com</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> </p><strong>Phone:</strong><a href="index.html#contact"> 0481-2569308, 2564308</a></p> <br>
@ -190,6 +213,7 @@
<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#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#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#product">Products</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#international">International</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li> <li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
</ul> </ul>
</div> </div>

@ -0,0 +1,42 @@
<?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>
Loading…
Cancel
Save