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/www/imenso.co/demo/zuruuna/dashboard_bkp_12.30.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Wedding Registry</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<link href="css/responsive.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>


</head>
<body>

<?php include('header.php'); ?>


<div class="container">
    <div class="row">
      <div class="col-md-12">
        <h3>Dashboard</h3>
      </div>
    </div>
    <div class="row profile">
    <div class="col-md-3">
      <div class="profile-sidebar">
        <!-- SIDEBAR USERPIC -->
        <div class="profile-userpic">
          <img src="images/avatar.png" class="img-responsive" alt="">
        </div>
        <!-- END SIDEBAR USERPIC -->
        <!-- SIDEBAR USER TITLE -->
        <div class="profile-usertitle">
          <div class="profile-usertitle-name">
            Marcus & Julia
          </div>
          <div class="profile-usertitle-job">
            25 July 2016
          </div>
          <div class="profile-usertitle-name">
            254 Days to go
          </div>
        </div>
        <!-- END SIDEBAR USER TITLE -->
        <!-- SIDEBAR BUTTONS -->
        
        <!-- END SIDEBAR BUTTONS -->
        <!-- SIDEBAR MENU -->
        <div class="profile-usermenu">
          <ul class="nav">
            <li class="active">
              <a href="#"><i class="fa fa-dashboard"></i>Dashboard </a>
            </li>
            <li>
              <a href="#"><i class="fa fa-check-square-o"></i>Checklist </a>
            </li>
            <li>
             <a href="#"><i class="fa fa-users"></i>Invitations</a>
            </li>
            <li>
             <a href="#"><i class="fa fa-gift"></i>Registry</a>
            </li>
            
          </ul>
        </div>
        <!-- END MENU -->
      </div>
    </div>
    <div class="col-md-9">
            <div class="side-content">
              <div class="display-table">
                <div class="display-table-cell h300 border-bottom text-center">
                <p>You have not created any checklist yet. </p>
                <a href="" class="btn btn-beta">Create your Checklist</a>
              </div>
              </div>
              <div class="display-table">
                <div class="display-table-cell h300 border-bottom text-center">
                <p>You have not created your invitation website. </p>
                <a href="" class="btn btn-beta">Create an invitation website</a>
              </div>
              </div>
               <div class="display-table">
                <div class="display-table-cell h300 border-bottom text-center">
                <p>You have not created any registry yet. </p>
                <a href="" class="btn btn-beta">Create a Registry</a>
              </div>
              </div>
            </div>
    </div>
  </div>
</div>


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


</body>
</html>