From 1b6a3b61340078f39fc11f09f6ac21b00e08a963 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Tue, 28 Nov 2023 15:15:32 -0600 Subject: added about page --- about.html | 36 ++++++++++++++++++++++++++++++++++++ index.html | 36 ++++++++++++++++++++---------------- 2 files changed, 56 insertions(+), 16 deletions(-) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..f9821ee --- /dev/null +++ b/about.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + +

About Me

+ +

+ My name is Nick Chopper. 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. +
+ Right now I am self teching on YouTube tutorials and taking certifications as I can. I am eyeing the Advanced Data Analytics course by Google as a potential next step. +

+ +

Links

+ + + Home Page + + + \ No newline at end of file diff --git a/index.html b/index.html index 67b3ffd..5fc8067 100644 --- a/index.html +++ b/index.html @@ -2,24 +2,28 @@ - - + + + + +

Nick Chopper

+

+ I do not know what this website will be long term. I am just developing this for experience and portential exposure to recruiters. +

-

Nick Chopper

-

- I do not know what this website will be long term. I am just developing this for experience and portential exposure to recruiters. -

+ About Me + +

Links

+ -

Links

- - + \ No newline at end of file -- cgit v1.2.3