id card design push
This commit is contained in:
parent
d9e77a4f9d
commit
eebf535cf3
BIN
idproject.zip
Normal file
BIN
idproject.zip
Normal file
Binary file not shown.
BIN
idproject/assets/images/sign.png
Normal file
BIN
idproject/assets/images/sign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
idproject/assets/images/v-logo.png
Normal file
BIN
idproject/assets/images/v-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
idproject/assets/images/visitingbg-1.png
Normal file
BIN
idproject/assets/images/visitingbg-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
idproject/assets/images/visitingbg-2.png
Normal file
BIN
idproject/assets/images/visitingbg-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
@ -3,6 +3,12 @@
|
||||
--bg-gradient-info: linear-gradient(to right, #90caf9, #047edf 99%);
|
||||
--bg-gradient-success: linear-gradient(to right, #84d9d2, #07cdae);
|
||||
--primary-color: #3f51b5;
|
||||
--color-primary-100: #C5CAE9;
|
||||
--color-primary-200: #9FA8DA;
|
||||
--color-primary-300: #7986CB;
|
||||
--color-primary-400: #3F51B5;
|
||||
--color-primary-500: #3949AB;
|
||||
--color-primary-600: #303F9F;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -283,67 +283,74 @@
|
||||
</div>
|
||||
<div class="tab-content active">
|
||||
<div class="flex justify-center">
|
||||
<!-- <div
|
||||
style="width: 320px; height: 500px; background: var(--color-primary-500); border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); text-align: center; padding: 20px; font-family: Arial, sans-serif; color: #141516; margin: 0 auto;">
|
||||
<div
|
||||
style="border-radius: 50%; width: 100px; height: 100px; overflow: hidden; margin: 0 auto; border: 3px solid white;">
|
||||
<img src="https://femina.wwmindia.com/content/2021/sep/women-thumb1632797644.jpg" alt="Profile Picture"
|
||||
style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
|
||||
<h2 style="margin: 15px 0 5px; font-size: 22px;">Ritika Sharma</h2>
|
||||
<p style="margin: 5px 0; font-size: 16px;">Software Engineer</p>
|
||||
<p style="margin: 2px 0; font-size: 14px;">Employee ID: 123456789</p>
|
||||
<hr
|
||||
style="border: 0; height: 1px; background: rgba(32, 31, 31, 0.658); margin: 15px 0;">
|
||||
|
||||
<p style="margin: 5px 0; font-size: 14px;">Sentientgeeks Pvt.Ltd</p>
|
||||
<p style="margin: 5px 0; font-size: 14px;">Email: ritika.hcl@example.com</p>
|
||||
<p style="margin: 5px 0; font-size: 14px;">Phone: 8420029158</p>
|
||||
|
||||
<div style="margin-top: 15px; margin: 0 auto;">
|
||||
<img src="../assets/images/qr.png" width="90" height="85" alt="QR Code"
|
||||
style="border-radius: 3px; margin: 0 auto;">
|
||||
</div>
|
||||
|
||||
<p style="margin-top: 10px; font-size: 12px; opacity: 0.8;">Valid Until:
|
||||
Dec 2026</p>
|
||||
</div> -->
|
||||
<div class=""
|
||||
style="width: 360px; margin: 0 auto; box-shadow: 0 2px 5px rgba(0,0,0,0.2); border-radius: 15px; overflow: hidden; position: relative;">
|
||||
<!-- <div class=""
|
||||
style="width: 330px; 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: 105px 30px 30px 30px;">
|
||||
<div class="content" style="padding: 95px 30px 30px 30px;">
|
||||
<div class="profile_image"
|
||||
style="border: 8px solid #ffffff; border-radius: 10px; height: 120px; width: 120px; margin: 0 auto; overflow: hidden; background-color: #f5f5f5; position: relative; box-shadow: 0px 2px 3px #00000028;">
|
||||
style="border: 8px solid #ffffff; border-radius: 50%; height: 140px; width: 140px; 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="120px" height="120px"
|
||||
style="border-radius: 14px;" />
|
||||
width="140px" height="140px"
|
||||
style="border-radius: 50%;" />
|
||||
</div>
|
||||
<div class="details">
|
||||
<h2 class="name"
|
||||
style="font-size: 20px; margin: 25px 0px 0px; color: #121212; text-align: center;">
|
||||
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: italic; opacity: 0.8; font-size: 12px;">
|
||||
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: 25px;">
|
||||
<div style="text-align: left; padding: 10px 0px; font-size: 14px; color: #444; display: flex; flex-direction: column; justify-content: center; width: 260px; margin: 0 auto;">
|
||||
<p style="font-size: 12px; color: #121212; opacity: 0.8; display: flex;"><strong style="width: 110px;" >Employee Number:</strong> <span style="display: flex; justify-content: end; align-items: end; flex: 1; text-align: end;">10068</span></p>
|
||||
<p style="font-size: 12px; color: #121212; opacity: 0.8; display: flex;"><strong style="width: 110px;">Department:</strong> <span style="display: flex; justify-content: end; align-items: end; flex: 1; text-align: end;">Research & Development</span></p>
|
||||
<p style="font-size: 12px; color: #121212; opacity: 0.8; display: flex;"><strong style="width: 110px;">DOB:</strong> <span style="display: flex; justify-content: end; align-items: end; flex: 1; text-align: end;">22/09/1998</span></p>
|
||||
<p style="font-size: 12px; color: #121212; opacity: 0.8; display: flex;"><strong style="width: 110px;">Email:</strong> <span style="display: flex; justify-content: end; align-items: end; flex: 1; text-align: end;">krishnendu.panja@sentientgeeks.com</span></p>
|
||||
<p style="font-size: 12px; color: #121212; opacity: 0.8; display: flex;"><strong style="width: 110px;">Phone:</strong> <span style="display: flex; justify-content: end; align-items: end; flex: 1; text-align: end;">+000-000-00</span></p>
|
||||
<p style="font-size: 12px; color: #121212; opacity: 0.8; display: flex;"><strong style="width: 110px;">Joining Date:</strong> <span style="display: flex; justify-content: end; align-items: end; flex: 1; text-align: end;">12/09/2021</span></p>
|
||||
<p style="font-size: 12px; color: #121212; display: flex;"><strong style="width: 95px;" >Employee ID:</strong> <span style="display: flex; justify-content: flex-start; align-items: flex-start; flex: 1; text-align: start;">10068</span></p>
|
||||
<p style="font-size: 12px; color: #121212; display: flex;"><strong style="width: 95px;">Blood Group:</strong> <span style="display: flex; justify-content: flex-start; align-items: flex-start; flex: 1; text-align: start;">B+</span></p>
|
||||
<p style="font-size: 12px; color: #121212; display: flex;"><strong style="width: 95px;">DOB:</strong> <span style="display: flex; justify-content: flex-start; align-items: flex-start; flex: 1; text-align: start;">22/09/1998</span></p>
|
||||
<p style="font-size: 12px; color: #121212; display: flex;"><strong style="width: 95px;">Phone:</strong> <span style="display: flex; justify-content: flex-start; align-items: flex-start; flex: 1; text-align: start;">+000-000-00</span></p>
|
||||
|
||||
</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: 330px; 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: 115px;">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>
|
||||
|
384
idproject/user/visitingCard.html
Normal file
384
idproject/user/visitingCard.html
Normal file
@ -0,0 +1,384 @@
|
||||
<!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_580px] 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: 550px; height: 300px; 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; right: -15px;">
|
||||
<img src="../assets/images/visitingbg-1.png"
|
||||
style="width: 400px; height: 305px;" alt="image" />
|
||||
</div>
|
||||
<div class="content" style="padding: 25px 30px 30px 30px;">
|
||||
<div class="details">
|
||||
<h2 class="name"
|
||||
style="font-size: 24px; margin: 15px 0px 0px; color: #303F9F; text-align: left; font-weight: 500; max-width: 240px">
|
||||
Krishnendu Panja</h2>
|
||||
<p
|
||||
style="margin-top: 2px; text-align: left; color: #0098d7; font-style: normal; opacity: 0.8; 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: #1a1919; display: flex; flex-direction: column; justify-content: flex-start;">
|
||||
<p
|
||||
style="margin-bottom: 6px; display: flex; max-width: 230px; align-items: center; gap: 7px;">
|
||||
<span
|
||||
style="background-color: #08296c; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;">
|
||||
<svg data-v-14c8c335="" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin lucide-icon customizable"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg></span>
|
||||
<span
|
||||
style="line-height: 1.1; flex: 1;">1/1/1
|
||||
akshay chakraborty lane howrah-711104</span>
|
||||
</p>
|
||||
<p
|
||||
style="margin-bottom: 6px; display: flex; max-width: 230px; align-items: center; gap: 7px;">
|
||||
<span
|
||||
style="background-color: #005bab; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe"><circle cx="12" cy="12" r="10"/><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"/><path d="M2 12h20"/></svg>
|
||||
</span>
|
||||
<span
|
||||
style="line-height: 1.1; flex: 1;">https://sentientgeeks.com/</span>
|
||||
</p>
|
||||
<p
|
||||
style="margin-bottom: 6px; display: flex; max-width: 230px; align-items: center; gap: 7px;">
|
||||
<span
|
||||
style="background-color: #007dc5; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;">
|
||||
<svg data-v-14c8c335="" xmlns="http://www.w3.org/2000/svg" width="16" height="26" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail lucide-icon customizable"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg>
|
||||
</span>
|
||||
<span
|
||||
style="line-height: 1.1; flex: 1; width: 190px;">krishnendu@sentientgeeks.com</span>
|
||||
</p>
|
||||
<p
|
||||
style="margin-bottom: 6px; display: flex; max-width: 230px; align-items: center; gap: 7px;">
|
||||
<span
|
||||
style="background-color: #00c0f3; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg></span>
|
||||
<span
|
||||
style="line-height: 1.1; flex: 1;">+1104285789</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="qr"
|
||||
style="position: absolute; right: 30px; top: 45px; background-color: #ffffff; padding: 10px; border-radius: 10px;">
|
||||
<img src="../assets/images/qr.png" alt="qr"
|
||||
width="65" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class=""
|
||||
style="width: 550px; height: 300px; 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; right: -15px;">
|
||||
<img src="../assets/images/visitingbg-2.png" style="width: 400px; height: 310px;"
|
||||
alt="image" />
|
||||
</div>
|
||||
<div class="content" style="padding: 30px 60px 30px 40px;">
|
||||
<div class="details" style="padding: 50px 0;">
|
||||
<img src="../assets/images/v-logo.png" width="150" alt="image" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer" style="padding: 0px 40px 40px 40px;">
|
||||
<a href="https://sentientgeeks.com" style="border-bottom: 1px solid #303F9F; padding-bottom: 2px; color: #3F51B5;">https://sentientgeeks.com</a>
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user