From 8c71586561a67374c410e225f2720ff452562c68 Mon Sep 17 00:00:00 2001 From: Mars Ultor Date: Thu, 24 Jul 2025 15:04:20 -0500 Subject: [PATCH] resume added --- src/portfolioapp.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/portfolioapp.cpp b/src/portfolioapp.cpp index ca7c6d5..9e94ae0 100644 --- a/src/portfolioapp.cpp +++ b/src/portfolioapp.cpp @@ -110,12 +110,12 @@ Component MakeWorkPage() { Component MakeAwardsPage() { const std::vector awards = { - "🥈 Lockheed Martin Code Quest — 2nd Place (2025) \t DFW metroplex, reverse engineering & low-level security", - "🥇 CyberPatriot — State Level Gold Tier (2025) \t Offensive security analysis in blue-team environment", - "🏆 Battle of the Brains — 5th Place Spring 2024, 10th Place Spring 2025 \t Regional algorithms competitions at UTD", - "🔓 NSA Codebreaker Challenge (Nov 2024) \t 5 advanced tasks: protocol exploitation, reverse engineering", - "👑 TryHackMe King of the Hill — Top 5 (2024) \t 2 consecutive days, live red team capabilities", - "💀 Hack The Box — Peak Rank 564 \t 15+ Medium machines, 90% progress toward 'Hacker' rank" + "🥈 Lockheed Martin Code Quest — 2nd Place (2025)\nDFW metroplex, reverse engineering & low-level security", + "🥇 CyberPatriot — State Level Gold Tier (2025)\nOffensive security analysis in blue-team environment", + "🏆 Battle of the Brains — 5th Place Spring 2024, 10th Place Spring 2025\nRegional algorithms competitions at UTD", + "🔓 NSA Codebreaker Challenge (Nov 2024)\n5 advanced tasks: protocol exploitation, reverse engineering", + "👑 TryHackMe King of the Hill — Top 5 (2024)\n2 consecutive days, live red team capabilities", + "💀 Hack The Box — Peak Rank 564\n15+ Medium machines, 90% progress toward 'Hacker' rank" }; Component container = Container::Vertical({}); @@ -157,7 +157,8 @@ Component MakeContactPage() { "🌐 Website: https://krishna.ayyalasomayajula.net\n" "📞 Phone: (214) 293-5743\n" "📍 Based in DFW Metroplex, Texas\n" - "💳 US Green Card Holder\n\n" + "💳 US Green Card Holder\n" + "📄 Resume: https://git.cyber.ayyalasomayajula.net/marsultor/resume-cv/raw/branch/master/resume.pdf\n\n" "🔗 Connect with me for:\n" " • Cybersecurity research collaboration\n" " • Red team consulting\n"