MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/imenso.co/ui/kibc/projects-old.php
<!doctype html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Memento | Imenso Software </title>
<link rel='stylesheet' href='css/bootstrap.min.css'  media='all' />
<link rel='stylesheet' href='css/style.css'  media='all' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"  media="all">
<link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap" rel="stylesheet">

</head>
<body>

<?php include("header.php");?>
<nav class="navbar navbar-expand-lg fixed-top">
  <span class="navbar-brand" href="#">Projects</span>
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
  </button>

  <div class="collapse navbar-collapse" id="navbarSupportedContent">
    
    
    <div class="ml-auto userinfo">
       <a href="" class="mr-4 notify"><i class="fa fa-bell-o"></i></a>
      <div class="user-area dropdown">
       
        <a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
            <img src="images/avatar-3.png" class="rounded mr-2" width="30">
            Alice Smith
          </a>
          <div class="dropdown-menu" aria-labelledby="navbarDropdown">
            <a class="dropdown-item" href="#">Profile</a>
            <a class="dropdown-item" href="#">Setting</a>
            <div class="dropdown-divider"></div>
            <a class="dropdown-item" href="#">Logout</a>
          </div>
      </div>
    </div>
  </div>
</nav>
<main class="offset">
<div class="container-fluid">
  <div class="row pt-4">
    <div class="col-lg-10 offset-lg-1">
      <div class="ground">
        <div class="row">
            <div class="col-lg-4">
               <form class="form-search">
                <input class="form-control mr-sm-2" type="search" placeholder="Search Projects.." aria-label="Search">             
              </form>
            </div>
            <div class="col-lg-6">
              
              <div class="btn-group">
                <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                  Industry
                </button>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="#"> Healthcare</a>
                  <a class="dropdown-item" href="#"> Finance</a>
                  <a class="dropdown-item" href="#">Education & eLearning</a>
                  <a class="dropdown-item" href="#">Retails & eCommerce</a>
                </div>
              </div>

              <div class="btn-group">
                <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                  Services
                </button>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="#">Web Development</a>
                  <a class="dropdown-item" href="#">Mobile App</a>
                  <a class="dropdown-item" href="#">Game</a>                 
                  <a class="dropdown-item" href="#">UX/UI Design</a>
                </div>
              </div>

               <div class="btn-group">
                <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                  Technologies
                </button>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="#">PHP</a>
                  <a class="dropdown-item" href="#">Laravel</a>
                  <a class="dropdown-item" href="#">MVC .NET</a>                 
                  <a class="dropdown-item" href="#">.NET Core</a>
                </div>
              </div>

               <button type="button" class="btn btn-default">
                  Export
                </button>
            </div>

            <div class="col-lg-2 text-right">
              <a href="add-new-project.php" class="btn btn-secondary"><i class="fa fa-plus"></i> Add New</a>
            </div>

          </div>


        <div class="grid-holder mt-4">
          <table class="table table-hover">
            <thead>
              <tr>
                <th scope="col" width="150"></th>
                <th width="500" scope="col">Project</th>               
                <th scope="col">Services</th>
                <th scope="col">Technologies</th>                
                <th width="100" scope="col" class="text-right"></th>                
              </tr>
            </thead>
            <tbody>
              <tr>
                <td width="">
                  <div class="rounded-image"><img src="images/featured-image-3.jpg" class="rounded" width=""></div>
                </td>
                <td><a href="add-new-home.php" class="project-title mb-2 d-block">Patient Billing Portal</a>
                Patient Resource Center (PRC) is a web based application used to manage payment collections. </td>
               
                <td><span class="capsule green-dim">Web Development</span> <span class="capsule green-dim">UX/UI</span> <span class="capsule green-dim">Mobile App</span> </td>
                <td><span class="capsule">MVC .NET</span> <span class="capsule">MS SQL</span></td>
                <td class="text-right">
                  <a href="" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                  <a href="" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
                </td>
              </tr>             
            </tbody>
          </table>
        </div>


      </div>
    </div>

  </div><!--/row-->
</div>

<?php include("footer.php");?>



</body>
</html>