diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-09-16 23:47:52 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-09-16 23:47:52 -0400 |
commit | f202f304450cc32057a51acd0df740b4bf3d727c (patch) | |
tree | b04806e1c31cfc43d05b96d499c0a39979b441d8 | |
parent | 196054a1a61511be6272abc96e9cffa4a20822b9 (diff) |
add ico and small fixes to site
-rw-r--r-- | favicon.ico | bin | 0 -> 318 bytes | |||
-rw-r--r-- | index.html | 24 | ||||
-rw-r--r-- | resume.html | 13 |
3 files changed, 17 insertions, 20 deletions
diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..a16b0f2 --- /dev/null +++ b/favicon.ico @@ -106,10 +106,9 @@ <p> I have been making websites for 13 years, starting with a basic HTML page on my Mom's old Windows XP laptop in 6th grade. Since then, I have - built upon this initial interest into a passion for all things - technology. Recently, I graduated with my Masters in Computer Science - from Brown University, specializing in UI/UX, Graphics, and Operating - Systems. + built upon this interest into a passion for all things technology. + Recently, I graduated with my Masters in Computer Science from Brown + University, specializing in UI/UX, Graphics, and Operating Systems. </p> <p> @@ -347,9 +346,9 @@ >code</a >) <br /> - A neural net in Python applied on a oscilloscope to more - accurately tune instruments in thermodynamically diverse - environments. + A neural net applied on a oscilloscope in Python to more + accurately measure the speed of light and tune instruments in + thermodynamically diverse environments. </p> </li> <li> @@ -363,7 +362,9 @@ <br /> A lightweight, multithreaded client/server implementation of the TCP/IP stack in Go, following the exact spec of - <a href="https://www.ietf.org/rfc/rfc793.txt">RFC 793</a>. + <a target="_blank" href="https://www.ietf.org/rfc/rfc793.txt" + >RFC 793</a + >. </p> </li> @@ -372,11 +373,6 @@ <p> (<a target="_blank" - href="https://drive.mfoi.dev/s/oDmMsL98JzdQ2gw" - >paper</a - >, - <a - target="_blank" href="https://www.git.mfoi.dev/snowcast-streamer.git/about/" >code</a >) @@ -392,7 +388,7 @@ <footer> <p> - Thats all? Yup, I really believe in minimalism, privacy, and that + That's all? Yup, I really believe in minimalism, privacy, and that "comparison is the thief of joy". I'm not here to impress, just to publicize what I want to be public. <br /> diff --git a/resume.html b/resume.html index 31edd28..f56696e 100644 --- a/resume.html +++ b/resume.html @@ -5,6 +5,7 @@ <title>Michael Foiani Frontend Resume</title> <meta name="description" content="Michael Foiani's Frontend Resume 2025" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="icon" href="favicon.ico" /> <style> /* minimalist reset */ * { @@ -181,7 +182,7 @@ <h3>Work History</h3> <section> <div class="line-with-spacer job-title"> - <span>Owner of MFOI Consulting LLC; Naples FL</span> + <span>Owner - MFOI Consulting LLC, Naples FL</span> <span class="aligned-right">July 2024 to Current</span> </div> <ul> @@ -204,9 +205,9 @@ <section> <div class="line-with-spacer job-title"> <span - >Head Teaching Assistant; Brown University, Providence RI</span + >Head Teaching Assistant - Brown University, Providence RI</span > - <span class="aligned-right">January 2022 - May 2024</span> + <span class="aligned-right">January 2022 to May 2024</span> </div> <ul> <li> @@ -239,10 +240,10 @@ <section> <div class="line-with-spacer job-title"> <span - >Research Assistant for Prof. Van Dam's Graphics Lab; Brown + >Research Assistant - Prof. Van Dam's Graphics Lab, Brown University</span > - <span class="aligned-right">January 2022 - May 2023</span> + <span class="aligned-right">January 2022 to May 2023</span> </div> <ul> <li> @@ -266,7 +267,7 @@ <section> <div class="line-with-spacer job-title"> <span - >Fullstack Software Engineer Intern; Tagg.Id, Palo Alto CA</span + >Fullstack Software Engineer Intern - Tagg.Id, Palo Alto CA</span > <span class="aligned-right">Summer 2021</span> </div> |