This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"productID": "TURMERIC_NLG_003", | |
"productName": "Organic Nilgiris Turmeric", | |
"farm": "Nilgiri Mountain Farms, Ooty", | |
"journey": [ | |
{ | |
"stage": "Harvested", | |
"date": "Sep 25, 2025", | |
"icon": "fa-seedling" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"productID": "BANANA_CBE_001", | |
"productName": "Salem Mangoes", | |
"farm": "Velliangiri Organic Farms, Pollachi", | |
"journey": [ | |
{ "stage": "Harvested", "date": "Oct 1, 2025", "icon": "fa-seedling" }, | |
{ "stage": "Quality Checked", "date": "Oct 2, 2025", "icon": "fa-check-circle" }, | |
{ "stage": "Shipped to Store", "date": "Oct 3, 2025", "icon": "fa-truck" }, | |
{ "stage": "On the Shelf", "date": "Oct 3, 2025", "icon": "fa-store" } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"productID": "BANANA_CBE_001", | |
"productName": "Salem BANANAs", | |
"farm": "Velliangiri Organic Farms, Pollachi", | |
"journey": [ | |
{ "stage": "Harvested", "date": "Oct 1, 2025", "icon": "fa-seedling" }, | |
{ "stage": "Quality Checked", "date": "Oct 2, 2025", "icon": "fa-check-circle" }, | |
{ "stage": "Shipped to Store", "date": "Oct 3, 2025", "icon": "fa-truck" }, | |
{ "stage": "On the Shelf", "date": "Oct 3, 2025", "icon": "fa-store" } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"productID": "banana_CBE_001", | |
"productName": "Salem banana", | |
"farm": "Velliangiri Organic Farms, Pollachi", | |
"journey": [ | |
{ "stage": "Harvested", "date": "Oct 1, 2025", "icon": "fa-seedling" }, | |
{ "stage": "Quality Checked", "date": "Oct 2, 2025", "icon": "fa-check-circle" }, | |
{ "stage": "Shipped to Store", "date": "Oct 3, 2025", "icon": "fa-truck" }, | |
{ "stage": "On the Shelf", "date": "Oct 3, 2025", "icon": "fa-store" } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-g"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>TrustScan</title> | |
<style> | |
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; margin: 0; background-color: #f0f2f5; color: #333; } | |
.container { max-width: 600px; margin: 20px auto; padding: 20px; background-color: white; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } | |
h1 { text-align: center; color: #1a73e8; } |