diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:32:01 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:32:01 -0600 |
commit | c2cd16e922cb8abe206a51e03ae4b711e2c0fba9 (patch) | |
tree | ca6a8e1787705e0282dd52e73fc8e47258bc7972 /about.html | |
parent | 02843201e8091f9cca4f72ced30eb65dc140b764 (diff) |
cleaned up <p> element usage.
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -15,25 +15,20 @@ 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 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. - <br> - <br> + I have professionially done some regression modeling within our team and I would like to expand that part of my career. + I am also looking to gain experience with other database and reporting technologies. + </p> + <p> Right now I am teaching myself with YouTube tutorials and taking certifications as I can. </p> <h2>Links</h2> <ul> - <li> - chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a> - </li> - <li> - GitHub <a href="https://github.com/chrhodgden">github.com/chrhodgden</a> - </li> + <li>GitHub <a href="https://github.com/chrhodgden" target="_blank">github.com/chrhodgden</a></li> + <li>Email <a href="mailto:chrhodgden@gmail.com">chrhodgden@gmail.com</a></li> + <li>Chess.com <a href="https://www.chess.com/member/tinwoodman92" target="_blank">chess.com/member/tinwoodman92</a></li> </ul> - <p>Contact: <a href="mailto:chrhodgden@gmail.com">chrhodgden@gmail.com</a></p> - <nav class="nav-footer"> <hr> <a href="index.html">Home Page</a> |