|
|
|
|
@ -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 ======= -->
|
|
|
|
|
|