Update Angel logo with green and red candlestick chart

This commit is contained in:
Manohar Gupta 2026-05-12 17:41:40 +05:30
parent 07000498e8
commit cb188d3b9b

View file

@ -69,7 +69,7 @@ const SECTIONS=[
{id:"finance",label:"Finance & Intel",services:[ {id:"finance",label:"Finance & Intel",services:[
{id:"tiger",name:"Tiger Agent",desc:"AI orchestration",emoji:"🐯",url:"https://agent.manohargupta.com"}, {id:"tiger",name:"Tiger Agent",desc:"AI orchestration",emoji:"🐯",url:"https://agent.manohargupta.com"},
{id:"ladder",name:"Ladder",desc:"Paywall bypass · CORS proxy",emoji:"🪜",url:"https://ladder.manohargupta.com"}, {id:"ladder",name:"Ladder",desc:"Paywall bypass · CORS proxy",emoji:"🪜",url:"https://ladder.manohargupta.com"},
{id:"angel",name:"Angel",desc:"Portfolio tracker",emoji:"<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 3v18h18'/><rect x='7' y='10' width='3' height='8' rx='1' fill='none'/><line x1='8.5' y1='7' x2='8.5' y2='10'/><line x1='8.5' y1='18' x2='8.5' y2='21'/><rect x='12' y='6' width='3' height='12' rx='1' fill='none'/><line x1='13.5' y1='3' x2='13.5' y2='6'/><line x1='13.5' y1='18' x2='13.5' y2='21'/><rect x='17' y='12' width='3' height='6' rx='1' fill='none'/><line x1='18.5' y1='9' x2='18.5' y2='12'/><line x1='18.5' y1='18' x2='18.5' y2='21'/></svg>",url:"https://angel.manohargupta.com"}, {id:"angel",name:"Angel",desc:"Portfolio tracker",emoji:"<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 3v18h18' stroke='#6b7280'/><line x1='8.5' y1='2' x2='8.5' y2='22' stroke='#6b7280' stroke-width='1' opacity='0.3'/><line x1='13.5' y1='2' x2='13.5' y2='22' stroke='#6b7280' stroke-width='1' opacity='0.3'/><line x1='18.5' y1='2' x2='18.5' y2='22' stroke='#6b7280' stroke-width='1' opacity='0.3'/><rect x='7' y='10' width='3' height='8' fill='none'/><path d='M8.5 7 L8.5 10' stroke='#22c55e' stroke-width='2'/><path d='M8.5 18 L8.5 21' stroke='#22c55e' stroke-width='2'/><rect x='7' y='10' width='3' height='8' stroke='#22c55e'/><rect x='12' y='8' width='3' height='10' fill='none'/><path d='M13.5 4 L13.5 8' stroke='#22c55e' stroke-width='2'/><path d='M13.5 18 L13.5 22' stroke='#22c55e' stroke-width='2'/><rect x='12' y='8' width='3' height='10' stroke='#22c55e' fill='#22c55e' fill-opacity='0.2'/><rect x='17' y='12' width='3' height='6' fill='none'/><path d='M18.5 9 L18.5 12' stroke='#ef4444' stroke-width='2'/><path d='M18.5 18 L18.5 21' stroke='#ef4444' stroke-width='2'/><rect x='17' y='12' width='3' height='6' stroke='#ef4444' fill='#ef4444' fill-opacity='0.2'/></svg>",url:"https://angel.manohargupta.com"},
]}, ]},
]; ];