diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-11-28 15:37:06 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-11-28 15:37:06 -0600 |
commit | 9ab59df520e49e187c0fad952910d9c4889929c0 (patch) | |
tree | a1c791bb3d83ab4338ea000e5b97bb8fd1d1ddd5 /about.html | |
parent | 1b6a3b61340078f39fc11f09f6ac21b00e08a963 (diff) |
Added real name and contact info
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,7 @@ <h1>About Me</h1> <p> - My name is Nick Chopper. I am currently a Data Analyst for an Industrial Engineering department in a distribution environment. + My name is Christian Hodgden. I am currently a Data Analyst for an Industrial Engineering department in a distribution environment. I am learning about other programming languages and am very interested in Data Science. I have professionially done some linear regression modeling within our team and I would like to expand that part of my career. Learing about Machine Learning and other techniques is very interesting and I would like to find applications for the Neural Network library I have build in R. I will likely develop one for Python and well when I get to it. <br> @@ -30,6 +30,8 @@ </li> </ul> + <p>Contact: <a href="mailto:chrhodgden@.com">chrhodgden@example.com</a></p> + <a href="index.html">Home Page</a> </body> |