diff --git a/web/src/pages/Citizens.tsx b/web/src/pages/Citizens.tsx index 71bc3353..72b407b1 100644 --- a/web/src/pages/Citizens.tsx +++ b/web/src/pages/Citizens.tsx @@ -395,18 +395,17 @@ export default function Citizens() { - {/* Digital Citizen ID Card - Pure HTML/CSS Design */} + {/* Digital Citizen ID Card - Flow Layout */}
{/* Security Pattern Overlay */}
{/* Top Header Band */} -
+
-
- {/* Sun Symbol */} +
- +
- +
-
KOMARÎ KURDISTAN
-
REPUBLIC OF KURDISTAN
+
KOMARÎ KURDISTAN
+
REPUBLIC OF KURDISTAN
-
NASNAMEYA DÎJÎTAL
-
DIGITAL IDENTITY CARD
+
NASNAMEYA DÎJÎTAL
+
DIGITAL IDENTITY CARD
- {/* Main Content Area */} -
+ {/* Main Content Area - Flow layout */} +
+
- {/* Left Section - Photo */} -
-
- {/* Photo Frame */} -
-
- {citizenProfile.photoUrl ? ( - Citizen Photo - ) : ( -
- -
- )} + {/* Left Section - Photo */} +
+
+
+
+ {citizenProfile.photoUrl ? ( + Citizen Photo + ) : ( +
+ +
+ )} +
+
+ {/* Upload Overlay */} +
+ +
+ +
+
+ + {/* Middle + Right Section */} +
+ {/* Edit Button */} +
+ +
+ + {/* Personal Info */} +
+
+
{t('citizens.nameLabel')}
+
{citizenProfile.fullName || '...'}
+
+
+
{t('citizens.fatherNameLabel')}
+
{citizenProfile.fatherName || '...'}
+
+
+
{t('citizens.locationLabel')}
+
{citizenProfile.location || '...'}
- {/* Upload Overlay */} -
- + + {/* NFT & Citizen Number Badges */} +
+
+
NFT ID
+
+ {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}` : 'N/A'} +
+
+
+
Citizen No
+
+ {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}-${citizenNumber}` : 'N/A'} +
+
+
+ + VERIFIED +
- -
-
- - {/* Middle Section - Personal Info */} -
- {/* Edit Button */} - - - {/* Name */} -
-
{t('citizens.nameLabel')}
-
{citizenProfile.fullName || '...'}
-
- - {/* Father's Name */} -
-
{t('citizens.fatherNameLabel')}
-
{citizenProfile.fatherName || '...'}
-
- - {/* Location */} -
-
{t('citizens.locationLabel')}
-
{citizenProfile.location || '...'}
-
-
- - {/* Right Section - NFT & ID Numbers */} -
- {/* NFT Badge */} -
-
NFT ID
-
- {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}` : 'N/A'} -
-
- - {/* Citizen Number Badge */} -
-
Hejmara Welatî
-
Citizen No
-
- {nftDetails.citizenNFT ? `#${nftDetails.citizenNFT.collectionId}-${nftDetails.citizenNFT.itemId}-${citizenNumber}` : 'N/A'} -
-
- - {/* Verified Badge */} -
- - VERIFIED
{/* Bottom Footer Band */} -
-
+
+
Blockchain: Pezkuwichain People
@@ -562,12 +555,6 @@ export default function Citizens() {
- - {/* Corner Decorations */} -
-
-
-