pull request #1

Open
gitadmin wants to merge 6 commits from devika into main

@ -46,24 +46,26 @@
<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> -->
<!-- <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 active" href="index.html#about">About</a></li>
<li><a class="nav-link scrollto active" 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</a>
<li class="dropdown">
<a class="nav-link scrollto" href="index.html#product">Products <i class="fas fa-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 href="product 4.html">mPACS</a></li>
<li><a href="product_1.html">PACSWARE</a></li>
<li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product_4.html">mPACS</a></li>
</ul>
</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="index.html#about">Get Started</a></li> -->
<!-- <li><a class="getstarted scrollto" href="#about">Get Started</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
@ -71,7 +73,6 @@
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->

@ -164,10 +164,12 @@ h6 {
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-size: 15px;
font-size: 16px;
font-weight: 500;
color: #0b2341;
white-space: nowrap;
transition: 0.3s;
font-family: "Poppins", sans-serif;
}
.navbar a i,
@ -978,7 +980,108 @@ section {
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

@ -2,8 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<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>
<link href="assets/img/sims-logo.png" rel="icon">
@ -27,7 +31,6 @@
<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/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
@ -54,17 +57,19 @@
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li class="dropdown"><a class="nav-link scrollto" href="#product">Products</a>
<li><a class="nav-link scrollto active" 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="fas fa-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 href="product 4.html">mPACS</a></li>
<li><a href="product_1.html">PACSWARE</a></li>
<li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product_4.html">mPACS</a></li>
</ul>
</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> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
@ -82,10 +87,10 @@
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(assets/img/slide/slide-1.jpg)">
<div class="carousel-item active" style="background-image: url(assets/img/slide/slide-5.jpg)">
<div class="carousel-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>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
@ -93,7 +98,7 @@
</div>
<!-- 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="container">
<h2 class="animate__animated animate__fadeInDown">Simplify Your Banking Processes with Our Software Solutions</h2>
@ -164,7 +169,7 @@
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<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>
@ -173,7 +178,7 @@
<!-- <i class="bi bi-journal-richtext"></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>
<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>
@ -181,7 +186,7 @@
<div class="count-box">
<i class="bi bi-people"></i>
<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>
@ -189,7 +194,7 @@
<div class="count-box">
<i class="bi bi-award"></i>
<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>
@ -207,42 +212,44 @@
</div>
<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-3 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"><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>
</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-3 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"><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>
</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-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-envelope"></i></div>
<h4><a href="">Managed IT 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>
<h4><a href="index.html#services">RTGS/NEFT Services</a></h4>
<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 class="col-lg-3 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"><i class="bx bx-world"></i></div>
<h4><a href="">Compliance Management</a></h4>
<h4><a href="index.html#services">Compliance Management</a></h4>
<p>Provide compliance management solutions that help financial institutions comply with regulatory requirements and standards.</p>
</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-3 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"><i class="bx bx-slideshow"></i></div>
<h4><a href="">SMS Banking</a></h4>
<h4><a href="index.html#services">SMS Banking</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>
</div>
</div>
@ -250,7 +257,7 @@
<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-clipboard-check"></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>
</div>
</div>
@ -258,7 +265,7 @@
<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-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>
</div>
</div>
@ -266,7 +273,7 @@
<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-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>
</div>
</div>
@ -274,7 +281,7 @@
<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>
<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>
@ -297,12 +304,8 @@
<article class="entry">
<div class="entry-img">
<img src="assets/img/product/product-1.jpg" alt="" class="img-fluid">
</div>
<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>
<div class="entry-content">
@ -310,20 +313,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.
</p>
<div class="read-more">
<a href="product 1.html">Read More</a>
<a href="product_1.html">Read More</a>
</div>
</div>
</article><!-- End product 1 entry -->
</article><!-- End product_1 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">
<a href="product 3.html">PACSwareNET - CLOUD BASED BANKING SOLUTION</a>
<a href="product_3.html">PACSwareNET - CLOUD BASED BANKING SOLUTION</a>
</h2>
<div class="entry-content">
@ -331,20 +330,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.
</p>
<div class="read-more">
<a href="product 3.html">Read More</a>
<a href="product_3.html">Read More</a>
</div>
</div>
</article><!-- End product 3 entry -->
</article><!-- End product_3 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">
<a href="product 4.html">mPACS - MOBILE APPLICATION</a>
<a href="product_4.html">mPACS - MOBILE APPLICATION</a>
</h2>
<div class="entry-content">
@ -352,11 +347,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.
</p>
<div class="read-more">
<a href="product 4.html">Read More</a>
<a href="product_4.html">Read More</a>
</div>
</div>
</article><!-- End product 4 entry -->
</article><!-- End product_4 entry -->
</div><!-- End product entries list -->
@ -365,6 +360,48 @@
</div>
</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">
<!-- <h2 class="entry-title">
<a href="product_1.html">Tecnostac</a>
</h2> -->
<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>
<!-- Our fintech solutions offer unparalleled flexibility with On-Premise, Cloud, or Hybrid deployments and customizable licensing or subscription models, enabling seamless scalability and integration. -->
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><!-- End product_1 entry -->
</div>
<!-- <div class="col-md-5 order-1 order-md-2" data-aos="fade-left">
<img src="assets/img/international 2.jpg" class="img-fluid" alt="">
</div> -->
</div>
</div>
</section><!-- End international Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg">
@ -393,11 +430,11 @@
<i class="bi bi-envelope"></i>
<h4>Email:</h4><br>
<p>
<a href="mailto:simssoftware20@gmail.com">
simssoftware20@gmail.com,
</a>
<a href="mailto:simssoftware@yahoo.com">
simssoftware@yahoo.com
simssoftware@yahoo.com,
</a>
<a href="mailto:simssoftware13@gmail.com">
simssoftware13@gmail.com
</a>
</p>
</div>
@ -422,6 +459,20 @@
</div>
</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 -->
<!-- ======= Footer ======= -->
@ -437,7 +488,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>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>
@ -450,7 +501,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#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#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>
</ul>
</div>
@ -460,7 +512,7 @@
<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">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">Remote IT Support Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">On-site support</a></li>

@ -42,28 +42,29 @@
<body>
<!-- ======= 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> -->
<!-- <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 active" 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">product<i class="bi bi-chevron-down"></i></a>
<li class="dropdown">
<a class="nav-link scrollto" href="index.html#product">Products <i class="fas fa-chevron-down"></i></a>
<ul>
<li><a class="active" href="product 1.html">PACSWARE</a></li>
<li><a href="product 3.html">PACSwareNET</a></li>
<li><a href="product 4.html">mPACS</a></li>
<li><a href="product_1.html">PACSWARE</a></li>
<li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product_4.html">mPACS</a></li>
</ul>
</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="index.html#about">Get Started</a></li> -->
<!-- <li><a class="getstarted scrollto" href="#about">Get Started</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->

@ -42,28 +42,30 @@
<body>
<!-- ======= Header ======= -->
<!-- ======= 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> -->
<!-- <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 active" 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">product<i class="bi bi-chevron-down"></i></a>
<li class="dropdown">
<a class="nav-link scrollto" href="index.html#product">Products <i class="fas fa-chevron-down"></i></a>
<ul>
<li><a href="product 1.html">PACSWARE</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_1.html">PACSWARE</a></li>
<li><a href="product_3.html">PACSwareNET</a></li>
<li><a href="product_4.html">mPACS</a></li>
</ul>
</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="index.html#about">Get Started</a></li> -->
<!-- <li><a class="getstarted scrollto" href="#about">Get Started</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->

Loading…
Cancel
Save