418 lines
34 KiB
HTML
418 lines
34 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>User:Dashboard</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
|
|
rel="stylesheet">
|
|
<link rel="stylesheet" href="../css/style.css" />
|
|
<link rel="stylesheet" href="../css/landing.css.css" />
|
|
<link rel="stylesheet" href="https://cdn.tailwindcss.com" />
|
|
<link rel="stylesheet" href="../css/aos.min.css" />
|
|
<link rel="stylesheet" href="../css/daisyUI.min.css" />
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="body-wrapper w-full">
|
|
<div class="flex">
|
|
<main class="flex-1 my-3 min-h-[calc(100vh-24px)] ml-[270px] mr-4 mb-3 rounded-2xl bg-white py-2">
|
|
<!-- header -->
|
|
<header
|
|
class="pt-3 pb-4 rounded-t-lg px-4 sticky top-0 z-10 bg-white h-16 flex justify-between items-center border-b-sky-100">
|
|
<nav class="w-full flex items-center justify-between">
|
|
<!-- Centered search input -->
|
|
<div class="searchbar relative mx-auto w-[450px]">
|
|
<i data-lucide="search" class="absolute text-xl text-slate-400 top-[12px] left-2"></i>
|
|
<input type="text"
|
|
class="pr-3 pl-8 py-[10px] w-full border placeholder:text-slate-400 border-gray-300 border-solid rounded-lg focus-visible:outline-1 focus:outline-primary-600 focus:outline-1"
|
|
placeholder="Search Id Card and Employee">
|
|
</div>
|
|
<!-- Right-aligned buttons -->
|
|
<div class="header_widgets flex items-center gap-3">
|
|
<button type="button"
|
|
class="flex items-center justify-center cursor-pointer bg-transparent transition-transform duration-150 p-0 border-none m-0 rounded-lg relative">
|
|
<i data-lucide="bell" class="text-primary-600 leading-3"></i>
|
|
<div class="absolute top-0 right-0 w-2 h-2 bg-red-500 rounded-full"></div>
|
|
</button>
|
|
<!-- <div class="flex items-center bg-primary-100/40 border border-primary-100/40 border-solid px-4 py-2 rounded-lg gap-1 cursor-pointer hover:bg-primary-200/50 active:scale-90 transition-transform duration-150"
|
|
tabindex="0">
|
|
<span class="text-primary-600">Login</span>
|
|
</div>
|
|
<div class="text-primary-600 flex items-center bg-white border border-primary-600 border-solid px-4 py-2 rounded-lg gap-1 cursor-pointer hover:bg-primary-600 hover:text-white active:scale-90 transition-transform duration-150"
|
|
tabindex="0">
|
|
<span class="block">Sign up</span>
|
|
</div> -->
|
|
<button type="button"
|
|
class="flex bg-primary-100/40 px-3 py-2 rounded-lg items-center gap-1 cursor-pointer"
|
|
popovertarget="popover-1" style="anchor-name:--anchor-1">
|
|
<i data-lucide="user" class="text-primary-600"></i>
|
|
<span class="text-primary-600">Welcome Krishnen...</span>
|
|
<i data-lucide="chevron-down" class="text-primary-600"></i>
|
|
</button>
|
|
<ul class="dropdown menu min-w-[228px] mt-1 bg-white rounded-box bg-base-100 shadow-lg"
|
|
popover id="popover-1" style="position-anchor:--anchor-1">
|
|
<li><a
|
|
class="py-[10px] px-4 hover:bg-primary-100/50 hover:text-primary-600 border-bottom-1 border-solid border-primary-100 text-base">My
|
|
Profile</a></li>
|
|
<li><a class="py-[10px] px-4 hover:bg-primary-100/50 hover:text-primary-600 text-base">Log
|
|
Out</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
<!-- header -->
|
|
<div class="main-wrap py-4 px-5 2xl:px-10">
|
|
<!-- sidebar -->
|
|
<aside class="fixed z-30 w-[265px] left-0 top-0 min-h-screen">
|
|
<div class="logo h-[45px] px-4 py-3 flex justify-start items-start">
|
|
<a href="#">
|
|
<img src="https://static.canva.com/web/images/8439b51bb7a19f6e65ce1064bc37c197.svg"
|
|
alt="logo" />
|
|
</a>
|
|
</div>
|
|
<div class="listing p-4">
|
|
<ul class="flex flex-col gap-[6px]">
|
|
<li>
|
|
<a href="dashboad.html"
|
|
class="flex font-normal gap-2 text-primary-600 rounded-md items-center px-2 py-2 cursor-pointer hover:bg-primary-600 hover:text-white transition-all">
|
|
<i data-lucide="layout-dashboard"></i>
|
|
<span>Dashboard</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a routerLink="/page/employee-managment"
|
|
class="flex font-normal gap-2 text-primary-600 bg-primary-600 text-white rounded-md items-center px-2 py-2 cursor-pointer hover:bg-primary-600 hover:text-white transition-all">
|
|
<i data-lucide="credit-card"></i>
|
|
<span>Id Card Request</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="status.html"
|
|
class="flex font-normal gap-2 text-primary-600 rounded-md items-center px-2 py-2 cursor-pointer hover:bg-primary-600 hover:text-white transition-all">
|
|
<i data-lucide="chart-line"></i>
|
|
<span>Id Status</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</aside>
|
|
<!-- sidebar -->
|
|
<!-- dashboard page -->
|
|
<section class="user__page user_id_page">
|
|
<div class="user__page__header flex items-center gap-2">
|
|
<span class="w-10 h-10 rounded-md grid place-items-center leading-3 icon__box">
|
|
<i data-lucide="credit-card" class="text-white"></i>
|
|
</span>
|
|
<h1 class="text-2xl font-medium text-slate-950 tracking-wider">Id Card Request</h1>
|
|
</div>
|
|
<div class="user__page_form id_card_form grid grid-cols-[1fr_480px] 2xl:gap-6 gap-4 mt-6">
|
|
<form>
|
|
<div class="personal_information">
|
|
<div class="heading relative mb-5">
|
|
<h2
|
|
class="text-xl w-fit pb-3 relative text-slate-950 font-medium tracking-wider">
|
|
Personal Imformation</h2>
|
|
</div>
|
|
<div class="body">
|
|
<div class="grid grid-cols-2 2xl:gap-5 gap-3">
|
|
<div class="flex flex-col gap-2">
|
|
<label for="firstName" class="font-medium text-slate-950">First
|
|
Name</label>
|
|
<input type="text" id="firstName"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none"
|
|
placeholder="Enter Your First Name">
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="lastName" class="font-medium text-slate-950">Last
|
|
Name</label>
|
|
<input type="text" id="lastName"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none"
|
|
placeholder="Enter Your Last Name">
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="lastName" class="font-medium text-slate-950">Email
|
|
Address</label>
|
|
<input type="email" id="lastName"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none"
|
|
placeholder="Enter Your Email Address">
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="lastName" class="font-medium text-slate-950">Phone
|
|
Number</label>
|
|
<input type="tel" id="lastName"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none"
|
|
placeholder="Enter Your Phone Number">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="personal_information mt-8">
|
|
<div class="heading relative mb-5">
|
|
<h2
|
|
class="text-xl w-fit pb-3 relative text-slate-950 font-medium tracking-wider">
|
|
Employment Details</h2>
|
|
</div>
|
|
<div class="body">
|
|
<div class="grid grid-cols-2 2xl:gap-5 gap-3">
|
|
<div class="flex flex-col gap-2">
|
|
<label for="employeeId" class="font-medium text-slate-950">Employee
|
|
ID</label>
|
|
<input type="text" id="employeeId"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none"
|
|
placeholder="Enter Your Employee ID">
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="designation"
|
|
class="font-medium text-slate-950">Designation</label>
|
|
<input type="text" id="designation"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none"
|
|
placeholder="Enter Your Designation">
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="lastName" class="font-medium text-slate-950">Joining
|
|
Date</label>
|
|
<input type="date" id="lastName"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none">
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="lastName"
|
|
class="font-medium text-slate-950">Department</label>
|
|
<select id="department" name="department"
|
|
class="w-full border border-solid border-gray-300 h-[42px] rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none">
|
|
<option disabled selected hidden>Select Department</option>
|
|
<option value="IT">Information Technology</option>
|
|
<option value="HR">Human Resources</option>
|
|
<option value="Finance">Finance</option>
|
|
<option value="Marketing">Marketing</option>
|
|
<option value="Engineering">Engineering</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="personal_information mt-8">
|
|
<div class="heading relative mb-5">
|
|
<h2
|
|
class="text-xl w-fit pb-3 relative text-slate-950 font-medium tracking-wider">
|
|
Additional Information</h2>
|
|
</div>
|
|
<div class="body">
|
|
<div class="grid grid-cols-1 2xl:gap-5 gap-3">
|
|
<div class="flex flex-col gap-2">
|
|
<label for="employeeId" class="font-medium text-slate-950">Emergency
|
|
Contact</label>
|
|
<input type="tel" id="employeeId"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none active:outline-none"
|
|
placeholder="Enter Your Emergency Contact">
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<label for="remarks" class="font-medium text-slate-950">Remarks
|
|
(Optional)</label>
|
|
<textarea rows="6" id="remarks"
|
|
class="w-full border border-solid border-gray-300 rounded-lg py-2 px-3 focus:border-primary-600 focus:outline-none"
|
|
placeholder="Remarks (Optional)"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="personal_information flex justify-end gap-3 mt-8">
|
|
<button type="submit"
|
|
class="border border-solid border-red-500 text-red-500 bg-transparent rounded-lg py-2 px-4 hover:bg-red-100/70 transition-all">Cancel</button>
|
|
<button type="submit"
|
|
class="bg-primary-600 text-white rounded-lg py-2 px-4 hover:bg-primary-700 transition-all">Submit
|
|
Request</button>
|
|
</div>
|
|
</form>
|
|
<div class="tabs_section">
|
|
<div class="tabs-container pt-3 pb-4 px-5">
|
|
<div class="tabs">
|
|
<div class="tab active text-base hover:bg-primary-100/50 transition-all rounded-t-lg cursor-pointer"
|
|
onclick="changeTab(0)">Guidlines</div>
|
|
<div class="tab text-base hover:bg-primary-100/50 transition-all rounded-t-lg cursor-pointer"
|
|
onclick="changeTab(1)">Preview</div>
|
|
<div class="indicator"></div>
|
|
</div>
|
|
<div class="tab-contents py-5">
|
|
<div class="tab-content">
|
|
<div class="steps flex flex-col">
|
|
<div class="steps-head mb-1 flex gap-1 align-items-center">
|
|
<i data-lucide="info" class="text-primary-600"></i>
|
|
<span class="text-primary-600 font-medium">Photo Requirements</span>
|
|
</div>
|
|
<div class="steps_lits">
|
|
<ul
|
|
class="flex flex-col ml-[11px] pl-2 py-1 gap-2 border-l-2 border-solid border-primary-200">
|
|
<li>Recent passport-size photograph</li>
|
|
<li>White background</li>
|
|
<li>Professional attire</li>
|
|
<li>Neutral facial expression</li>
|
|
<li>No accessories (sunglasses, hats)</li>
|
|
</ul>
|
|
</div>
|
|
<div class="steps-head my-1 flex gap-1 align-items-center">
|
|
<i data-lucide="clock" class="text-primary-600"></i>
|
|
<span class="text-primary-600 font-medium">Processing Time</span>
|
|
</div>
|
|
<div class="steps_lits">
|
|
<ul
|
|
class="flex flex-col ml-[11px] pl-2 py-1 gap-2 border-l-2 border-solid border-primary-200">
|
|
<li>ID card requests typically take 2-3 business days to
|
|
process. You will receive an email notification once your
|
|
request is approved.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="steps-head flex my-1 gap-1 align-items-center">
|
|
<i data-lucide="triangle-alert" class="text-primary-600"></i>
|
|
<span class="text-primary-600 font-medium">Important Notes</span>
|
|
</div>
|
|
<div class="steps_lits">
|
|
<ul
|
|
class="flex flex-col ml-[11px] pl-2 py-1 gap-2 border-l-2 border-solid border-primary-200">
|
|
<li>Ensure all information is accurate</li>
|
|
<li>First-time ID cards are issued free of charge</li>
|
|
<li>Replacement for lost cards incurs a fee</li>
|
|
<li>ID cards must be collected in person</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="tab-content active">
|
|
<div class="flex justify-center">
|
|
<div class=""
|
|
style="width: 320px; height: 500px; margin: 0 auto; box-shadow: 0 2px 5px rgba(0,0,0,0.2); border-radius: 15px; overflow: hidden; position: relative;">
|
|
<div style="position: absolute; top: -25px;">
|
|
<img src="../assets/images/Card_bg1.png" style="width: 100%;"
|
|
alt="image" />
|
|
</div>
|
|
<div class="content" style="padding: 85px 30px 30px 30px;">
|
|
<div class="profile_image"
|
|
style="border: 8px solid #ffffff; border-radius: 50%; height: 155px; width: 155px; margin: 0 auto; overflow: hidden; background-color: #f5f5f5; position: relative; box-shadow: 0px 2px 3px #00000028;">
|
|
<img src="../assets/images/women.png" alt="image"
|
|
width="140px" height="140px"
|
|
style="border-radius: 50%;" />
|
|
</div>
|
|
<div class="details">
|
|
<h2 class="name"
|
|
style="font-size: 24px; margin: 25px 0px 0px; color: #121212; text-align: center;">
|
|
Krishnendu Panja</h2>
|
|
<p
|
|
style="margin-top: 3px; text-align: center; color: #121212; font-style: normal; font-size: 14px;">
|
|
UI/UX Designer</p>
|
|
</div>
|
|
<div class="other_details" style="margin-top: 20px;">
|
|
<div
|
|
style="text-align: left; padding: 10px 0px; font-size: 14px; color: #444; display: flex; gap: 12px;">
|
|
<div style="width: 50%; display: flex; align-items: flex-end; flex-direction: column;">
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
<strong style="width: 76px;">Employee ID :</strong>
|
|
</p>
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
<strong style="width: 76px;">Phone NUmber :</strong>
|
|
|
|
</p>
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
<strong style="width: 76px;">Blood
|
|
Group :</strong>
|
|
</p>
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
<strong style="width: 76px;">Date Of Birth:</strong>
|
|
</p>
|
|
</div>
|
|
<div style="width: 50%;">
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
<span
|
|
style="display: flex; justify-content: flex-start;text-align: start;">10068</span>
|
|
</p>
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
|
|
<span
|
|
style="display: flex; justify-content: flex-start;text-align: start;">+8420029198</span>
|
|
</p>
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
<span
|
|
style="display: flex; justify-content: flex-start;text-align: start;">B+</span>
|
|
</p>
|
|
<p
|
|
style="font-size: 12px; color: #121212;">
|
|
<span
|
|
style="display: flex; justify-content: flex-start;text-align: start;">22-09-1998</span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
style="padding: 7.5px 0; text-align: center; background-color: #c5cae954;">
|
|
<p
|
|
style="font-size: 12px; color: #121212; opacity: 0.8; color: #3949AB;">
|
|
Powered By GeeksId</p>
|
|
</div>
|
|
</div>
|
|
<!-- <div
|
|
style="width: 320px; height: 500px; margin: 0 auto; box-shadow: 0 2px 5px rgba(0,0,0,0.2); border-radius: 15px; overflow: hidden; position: relative;">
|
|
<div style="position: absolute; bottom: 0px;">
|
|
<img src="../assets/images/Card_bg2.png"
|
|
style="width: 100%;height: 280px;" alt="image" />
|
|
</div>
|
|
<div class="content" style="padding: 30px 30px 30px 30px; height: 350px;">
|
|
<div class="details">
|
|
<h2 class="name"
|
|
style="font-size: 24px; margin: 25px 0px 20px 0px; color: #121212; text-align: center;">
|
|
Krishnendu Panja</h2>
|
|
<p style="font-size: 12px; color: #121212; display: flex; justify-content: center;"><strong style="width: 76px;">Joining Date:</strong> <span style="display: flex; justify-content: flex-start;text-align: start;">12/09/2021</span></p>
|
|
<p style="font-size: 12px; color: #121212; display: flex; justify-content: center;"><strong style="width: 115px;">Emergency Contact:</strong> <span style="display: flex; justify-content: flex-start;text-align: start;">+8204256789</span></p>
|
|
|
|
<p
|
|
style="margin-top: 30px; text-align: center; color: #292929; font-style: italic; font-size: 14px;">
|
|
Tower I, Module 906, Webel IT Park, BN 4, Sector V,
|
|
Bidhannagar, Kolkata, West Bengal 700091</p>
|
|
</div>
|
|
</div>
|
|
<div class="qr_signature" style="position: relative; padding: 20px 30px; display: flex; align-items: flex-end; gap: 15px;">
|
|
<div class="qr" style="width: 100px; height: 100px; padding: 10px; border-radius: 10px; background-color: #fafafa;">
|
|
<img src="../assets/images/qr.png" width="90" alt="qr" />
|
|
</div>
|
|
<div style="flex: 1;">
|
|
<div class="signature" style="border-bottom: 1px solid #fafafa; padding-bottom: 5px;">
|
|
<span style="background-color: #fafafa; display: block;">
|
|
<img src="../assets/images/sign.png" alt="signature" style="max-height: 80px; object-fit: contain;" />
|
|
</span>
|
|
</div>
|
|
<p style="text-align: center; color: white; margin-top: 2px; font-size: 12px; font-weight: 400;">Signature</p>
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- dashboard page -->
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
<script src="../js/jquery.min.js"></script>
|
|
<script src="../js/aos.min.js"></script>
|
|
<script src="https://unpkg.com/lucide@latest"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
<script src="../js/daisyUI.min.js"></script>
|
|
<script src="../js/script.js"></script>
|
|
</body>
|
|
|
|
</html> |