diff options
-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> |