diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-09-17 12:26:04 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-09-17 12:26:04 -0400 |
commit | 106e4bbb77dd839c44a588bd2bffe438a0e18985 (patch) | |
tree | 4b71d32db08d2c98283de7dec7f83a0b20b9413c | |
parent | 3eef3f0e4d35541c4251d85df06d09121aed2255 (diff) |
final touches
-rw-r--r-- | resume.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/resume.html b/resume.html index 550da22..e257ce7 100644 --- a/resume.html +++ b/resume.html @@ -123,7 +123,7 @@ </style> <script defer> - // Change the title specifically when printing + // Change the title to be the filename specifically when printing window.onbeforeprint = () => (document.title = "michael_foiani_resume"); window.onafterprint = () => (document.title = "Michael Foiani's Resume"); </script> @@ -240,9 +240,9 @@ </li> <li> Reverse engineered Gradescope's RESTful API using Postman to - create a locally-hosted dockerized Node.js backend and TypeScript - React frontend (with tRPC) that simplifies management of grading - data for professors. + create a self-hosted dockerized Node.js, TypeScript React, and + tRPC stack that simplifies management of grading data for + professors. </li> <li> Revamped the main course website(s) CI/CD pipeline to include @@ -366,7 +366,8 @@ <footer> <p> - <a href="javascript:window.print();">Click here</a> to print this. + If you would like to print this, + <a href="javascript:window.print();">click here</a>. </p> </footer> </main> |