From c2cd16e922cb8abe206a51e03ae4b711e2c0fba9 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Thu, 14 Dec 2023 17:32:01 -0600 Subject: cleaned up

element usage. --- about.html | 19 +++++++------------ app.js | 4 +--- index.html | 3 ++- projects_blog/NNetwork.html | 39 +++++++++++++++++---------------------- style.css | 1 + 5 files changed, 28 insertions(+), 38 deletions(-) diff --git a/about.html b/about.html index a2f98b7..4cdea9c 100644 --- a/about.html +++ b/about.html @@ -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. -
-
+ 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. +

+

Right now I am teaching myself with YouTube tutorials and taking certifications as I can.

Links

-

Contact: chrhodgden@gmail.com

- - + \ No newline at end of file diff --git a/style.css b/style.css index 6cffd15..8e8d2bf 100644 --- a/style.css +++ b/style.css @@ -50,6 +50,7 @@ body { p { color: var(--foreground-theme-color); + text-indent: 4em; } hr { -- cgit v1.2.3