Skip to content

Instantly share code, notes, and snippets.

View andrewpio2008-max's full-sized avatar

andrewpio2008-max

  • Joined Oct 3, 2025
View GitHub Profile
{
"productID": "TURMERIC_NLG_003",
"productName": "Organic Nilgiris Turmeric",
"farm": "Nilgiri Mountain Farms, Ooty",
"journey": [
{
"stage": "Harvested",
"date": "Sep 25, 2025",
"icon": "fa-seedling"
},
{
"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" }
]
{
"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" }
]
{
"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" }
]
<!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; }