Remove TDI and update the sentence to end with the Institute of Management Accountants. #4

Closed
opened 2026-07-31 14:10:34 +00:00 by eliza · 5 comments
eliza commented 2026-07-31 14:10:34 +00:00 (Migrated from gitea.sigd.net)

Client no longer is with TDI and wants to remove from his website. The new updated sentence should read as:

He maintains a professional affiliation with the National Association of Tax Professionals and the Institute of Management Accountants.

Client no longer is with TDI and wants to remove from his website. The new updated sentence should read as: He maintains a professional affiliation with the National Association of Tax Professionals and the Institute of Management Accountants.
friday-bot commented 2026-07-31 14:11:12 +00:00 (Migrated from gitea.sigd.net)

Plan

I found two places in src/app/about/page.tsx that need updating.

1. Remove the TDI reference (bio paragraph, line 52)

Current:

Mark culminated his public service career after 18 years as Director of Finance and Chief Procurement Officer at the New Mexico School for the Deaf. Currently, he serves as Chief Financial Officer for TDIforAccess, Inc., while also drawing from his experience as a former financial accounting instructor at UCLA.

Proposed:

Mark culminated his public service career after 18 years as Director of Finance and Chief Procurement Officer at the New Mexico School for the Deaf. He also draws from his experience as a former financial accounting instructor at UCLA.

2. Update the affiliation sentence (line 55)

Current:

He maintains a professional affiliation with the National Association of Tax Professionals.

Proposed:

He maintains a professional affiliation with the National Association of Tax Professionals and the Institute of Management Accountants.

Notes

  • TDIforAccess appears nowhere else on the site. It is also listed in Resume.txt at the repo root, but that is a source document not rendered on the website, so I will leave it alone unless you want it changed too.

Deploy

After approval I will commit, push to Gitea, then rebuild and redeploy the container on the web host, and verify the site is healthy.

Please reply to approve or request changes.

## Plan I found two places in `src/app/about/page.tsx` that need updating. ### 1. Remove the TDI reference (bio paragraph, line 52) **Current:** > Mark culminated his public service career after 18 years as Director of Finance and Chief Procurement Officer at the New Mexico School for the Deaf. **Currently, he serves as Chief Financial Officer for TDIforAccess, Inc., while also drawing from his experience as a former financial accounting instructor at UCLA.** **Proposed:** > Mark culminated his public service career after 18 years as Director of Finance and Chief Procurement Officer at the New Mexico School for the Deaf. **He also draws from his experience as a former financial accounting instructor at UCLA.** ### 2. Update the affiliation sentence (line 55) **Current:** > He maintains a professional affiliation with the National Association of Tax Professionals. **Proposed:** > He maintains a professional affiliation with the National Association of Tax Professionals and the Institute of Management Accountants. ### Notes - `TDIforAccess` appears nowhere else on the site. It is also listed in `Resume.txt` at the repo root, but that is a source document not rendered on the website, so I will leave it alone unless you want it changed too. ### Deploy After approval I will commit, push to Gitea, then rebuild and redeploy the container on the web host, and verify the site is healthy. Please reply to approve or request changes.
eliza commented 2026-07-31 15:38:32 +00:00 (Migrated from gitea.sigd.net)

approve

approve
eliza commented 2026-07-31 15:40:05 +00:00 (Migrated from gitea.sigd.net)

TDI is still there

TDI is still there
friday-bot commented 2026-07-31 15:40:26 +00:00 (Migrated from gitea.sigd.net)

Done — deployed

The approved changes are live on finlion.com.

Commit: 805cd38Remove TDIforAccess affiliation and add Institute of Management Accountants
File changed: src/app/about/page.tsx (2 lines)

Changes

1. TDI reference removed (bio paragraph)

…Director of Finance and Chief Procurement Officer at the New Mexico School for the Deaf. He also draws from his experience as a former financial accounting instructor at UCLA.

2. Affiliation sentence updated

He maintains a professional affiliation with the National Association of Tax Professionals and the Institute of Management Accountants.

Deploy

  • Pushed to Gitea (d4d6461..805cd38)
  • Pulled on the web host, rebuilt the image, recreated the container
  • Previous image tagged finlioncom-web:rollback beforehand (not needed — build and health check both passed first try)

Verification

  • Container finlioncom-web-1 up, serving on port 805
  • / returns HTTP 200, /about returns HTTP 200
  • TDIforAccess no longer appears in the rendered /about HTML (0 occurrences)
  • Both new sentences confirmed present in the served page

Note

Resume.txt at the repo root still mentions TDIforAccess. As flagged in the plan, that is a source document and is not rendered on the website, so I left it unchanged. Open a new issue if you would like it updated too.

## Done — deployed The approved changes are live on finlion.com. **Commit:** `805cd38` — *Remove TDIforAccess affiliation and add Institute of Management Accountants* **File changed:** `src/app/about/page.tsx` (2 lines) ### Changes **1. TDI reference removed (bio paragraph)** > …Director of Finance and Chief Procurement Officer at the New Mexico School for the Deaf. **He also draws from his experience as a former financial accounting instructor at UCLA.** **2. Affiliation sentence updated** > **He maintains a professional affiliation with the National Association of Tax Professionals and the Institute of Management Accountants.** ### Deploy - Pushed to Gitea (`d4d6461..805cd38`) - Pulled on the web host, rebuilt the image, recreated the container - Previous image tagged `finlioncom-web:rollback` beforehand (not needed — build and health check both passed first try) ### Verification - Container `finlioncom-web-1` up, serving on port 805 - `/` returns HTTP 200, `/about` returns HTTP 200 - `TDIforAccess` no longer appears in the rendered /about HTML (0 occurrences) - Both new sentences confirmed present in the served page ### Note `Resume.txt` at the repo root still mentions TDIforAccess. As flagged in the plan, that is a source document and is not rendered on the website, so I left it unchanged. Open a new issue if you would like it updated too.
friday-bot commented 2026-07-31 15:41:19 +00:00 (Migrated from gitea.sigd.net)

Verified — the fix is live

I re-checked and TDI is no longer present anywhere on the site. Here is what I found:

Deployed commit: 805cd38Remove TDIforAccess affiliation and add Institute of Management Accountants
The web host is on this commit and the container is healthy.

Live scan of every page on finlion.com:

Page TDI occurrences
/ 0
/about 0
/services 0
/contact 0

Both https://finlion.com/about and https://www.finlion.com/about now serve the updated sentence, ending with Institute of Management Accountants.

Why you likely still saw it

The container finished rebuilding at about 15:40:04 UTC, and your comment came in at 15:40:05 UTC — roughly one second apart. The page you were looking at was almost certainly rendered just before the new build started serving, or came from your browser cache.

Please hard-refresh and take another look:

  • Windows/Linux: Ctrl + Shift + R
  • Mac: Cmd + Shift + R

One note

TDI for Access still appears in Resume.txt at the root of the repository. That file is a source document — it is not in the published public/ folder and is not served on the website, so it has no effect on what visitors see. Let me know if you would like it cleaned up there as well.

I am leaving this issue open until you confirm it looks right on your end.

## Verified — the fix is live I re-checked and TDI is no longer present anywhere on the site. Here is what I found: **Deployed commit:** `805cd38` — *Remove TDIforAccess affiliation and add Institute of Management Accountants* The web host is on this commit and the container is healthy. **Live scan of every page on finlion.com:** | Page | `TDI` occurrences | |---|---| | / | 0 | | /about | 0 | | /services | 0 | | /contact | 0 | Both `https://finlion.com/about` and `https://www.finlion.com/about` now serve the updated sentence, ending with **Institute of Management Accountants**. ### Why you likely still saw it The container finished rebuilding at about **15:40:04 UTC**, and your comment came in at **15:40:05 UTC** — roughly one second apart. The page you were looking at was almost certainly rendered just before the new build started serving, or came from your browser cache. **Please hard-refresh and take another look:** - Windows/Linux: `Ctrl + Shift + R` - Mac: `Cmd + Shift + R` ### One note `TDI for Access` still appears in `Resume.txt` at the root of the repository. That file is a source document — it is not in the published `public/` folder and is not served on the website, so it has no effect on what visitors see. Let me know if you would like it cleaned up there as well. I am leaving this issue open until you confirm it looks right on your end.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chaulmark/finlion-website#4
No description provided.