Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ngonidzashe Mandiveyi",
"short_name": "N. Mandiveyi",
"description": "Senior Engineer at McKinsey & Company — AI automation, NOCURA, FairSign",
"description": "Senior Engineer at McKinsey & Company — AI automation, NOCURA",
"start_url": "/",
"display": "standalone",
"background_color": "#0d0d0b",
Expand Down
5 changes: 5 additions & 0 deletions src/components/sections/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export function AboutSection() {
<a href={detail.link} className={`min-w-0 shrink text-right no-underline ${type.bodyAccent}`}>
{detail.value}
</a>
) : detail.label === 'Building' ? (
<span className={`min-w-0 shrink text-right ${type.bodyEmphasis}`}>
<em className="text-[var(--accent)] italic">NOCURA</em>
{' — IRCC NOC analysis'}
</span>
) : (
<span className={`min-w-0 shrink text-right whitespace-pre-line ${type.bodyEmphasis}`}>
{detail.value}
Expand Down
2 changes: 1 addition & 1 deletion src/data/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const site = {
{ label: 'Location', value: 'Toronto, ON · Canada' },
{ label: 'Education', value: 'BA&Sc Physics + CS\nQuest University · 3.80 GPA' },
{ label: 'Currently', value: 'McKinsey & Company · Senior Engineer' },
{ label: 'Building', value: 'FairSigncontract risk scanner' },
{ label: 'Building', value: 'NOCURAIRCC NOC analysis' },
{
label: 'Recognition',
value: "Mastercard Foundation Scholar\nQuest University Canada President's List (×2)",
Expand Down
3 changes: 1 addition & 2 deletions src/lib/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const seo = {
defaultTitle:
'Ngonidzashe Mandiveyi — Senior Engineer at McKinsey & Company | Toronto',
defaultDescription:
'Portfolio of Ngonidzashe Mandiveyi, Senior Engineer I at McKinsey & Company in Toronto. AI-enabled automation, invoice reconciliation at $5B+ procurement scale, founder of NOCURA (Canadian PR / IRCC NOC analysis), and builder of FairSign.',
'Portfolio of Ngonidzashe Mandiveyi, Senior Engineer I at McKinsey & Company in Toronto. AI-enabled automation, invoice reconciliation at $5B+ procurement scale, and founder of NOCURA (Canadian PR / IRCC NOC analysis).',
} as const

export function canonicalUrl(path = '/') {
Expand Down Expand Up @@ -67,7 +67,6 @@ export function personJsonLd() {
'AI-enabled automation',
'Invoice reconciliation',
'NOCURA',
'FairSign',
'FastAPI',
'TypeScript',
'Express Entry',
Expand Down
Loading