:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/soulmeetvivah.com/member/**
:: Editing File: settings.php
<?php include('header.php'); ?> <style type="text/css"> .user-info li:hover{ font-weight: bold; } .user-info li a:hover{ font-weight: bold; cursor: pointer; } /* ============================================ Modern Tab Navigation Styles ============================================ */ .user-top-header { background: #fff; border-radius: 15px; padding: 0; box-shadow: 0 5px 20px rgba(0,0,0,0.1); margin-bottom: 30px; overflow: hidden; } .menu-list { list-style: none; padding: 0; margin: 0; display: flex; background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); border-bottom: 3px solid #e0e0e0; position: relative; } .menu-list::after { content: ''; position: absolute; bottom: -3px; left: 0; height: 3px; background: #cd4252; transition: width 0.3s ease; width: 0; } .menu-list li { position: relative; flex: 1; text-align: center; transition: all 0.3s ease; } .menu-list li:not(:last-child) { border-right: 1px solid rgba(0,0,0,0.1); } .menu-list li a { display: flex; align-items: center; justify-content: center; padding: 18px 20px; text-decoration: none; color: #666; font-weight: 600; font-size: 15px; transition: all 0.3s ease; position: relative; text-transform: uppercase; letter-spacing: 0.5px; gap: 10px; } .menu-list li a i { font-size: 18px; transition: all 0.3s ease; } .menu-list li:hover:not(.active) a { color: #cd4252; background: rgba(205, 66, 82, 0.05); } .menu-list li:hover:not(.active) a i { transform: scale(1.1); } .menu-list .active { background: #cd4252; position: relative; } .menu-list .active::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: rgba(255, 255, 255, 0.3); } .menu-list .active a { color: #fff !important; background: transparent; text-shadow: 0 2px 4px rgba(0,0,0,0.2); } .menu-list .active a i { color: #fff; transform: scale(1.15); } /* Tab Icons */ .menu-list li a i { opacity: 0.8; } .menu-list .active a i { opacity: 1; } /* Responsive Tabs */ @media (max-width: 768px) { .menu-list { flex-wrap: wrap; } .menu-list li { flex: 1 1 50%; min-width: 50%; } .menu-list li a { padding: 15px 10px; font-size: 13px; flex-direction: column; gap: 5px; } .menu-list li a i { font-size: 20px; } } @media (max-width: 480px) { .menu-list li { flex: 1 1 100%; } } .user-info { list-style: none; padding: 0; } .user-info li { padding: 15px; border-bottom: 1px solid #e0e0e0; transition: all 0.3s; } .user-info li:last-child { border-bottom: none; } .user-info li a { text-decoration: none; color: #333; display: flex; align-items: center; } .user-info li a label { margin: 0; cursor: pointer; font-weight: normal; } .user-info li a i { margin-right: 10px; font-size: 18px; color: #CB1337; } .block-box { background: white; padding: 20px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .menu-list { list-style: none; padding: 0; margin: 0; display: flex; border-bottom: 2px solid #e0e0e0; } .menu-list li { position: relative; padding: 15px 20px; } .menu-list li a { text-decoration: none; color: #333; font-weight: 500; } .widget-heading h3 { margin: 0; padding: 0; } </style> <div style="height: 100px;"></div> <!-- Page Content --> <div class="page-content"> <div class="container"> <!-- Menu Navigation --> <div class="user-top-header"> <ul class="menu-list"> <li><a href="my-soulmeet"> <i class="icofont-user"></i> <span>My Profile</span> </a></li> <li><a href="my-photos"> <i class="icofont-picture"></i> <span>My Photos</span> </a></li> <li class="active"><a href="settings"> <i class="icofont-settings"></i> <span>Setting</span> </a></li> </ul> </div> <!-- Settings Content --> <div class="block-box user-about"> <div class="widget-heading"> <div> <h3 style="font-size: 18px!important;">Settings</h3> <h3 style="margin-top: -10px;" class="widget-title"></h3> </div> </div> <div class="row"> <div class="col-lg-12"> <ul class="user-info"> <li> <a href="change-profile-or-cover-image"> <label><i class="icofont-ui-image"></i> Change Profile /Cover Image</label> </a> </li> <li> <a href="change-email"> <label><i class="icofont-ui-email"></i> Change Email</label> </a> </li> <li> <a href="change-password"> <label><i class="icofont-lock"></i> Change Password</label> </a> </li> <li> <a href="privacy"> <label><i class="fa-solid fa-user-lock"></i> Privacy</label> </a> </li> <li> <a href="deactive-profile"> <label><i class="fa-regular fa-eye-slash"></i> Deactive Profile</label> </a> </li> <li> <a href="delete-account"> <label><i class="fa-regular fa-trash-can"></i> Delete Account</label> </a> </li> <li> <a href="logout"> <label><i class="fa-solid fa-arrow-right-from-bracket"></i> Logout</label> </a> </li> </ul> </div> </div> </div> </div> <br><br> </div> <?php include('footer.php'); ?>