summaryrefslogtreecommitdiff
path: root/about.html
blob: ba2afb5d705c40c4463676b2e4c44c1aae8d0a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>

<head>

	<link rel="stylesheet" href="style.css"/>
	<script src="app.js"></script>

</head>

<body>

	<h1>About Me</h1>

	<p>
		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>
		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.
	</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/TinWoodman92">github.com/TinWoodman92</a>
		</li>
	</ul>

	<p>Contact: <a href="mailto:chrhodgden@.com">chrhodgden@example.com</a></p>

	<a href="index.html">Home Page</a>

</body>
</html>