<!DOCTYPE html>
<html>

<head>

	<title>chrhodgden - About</title>
	<link rel="stylesheet" href="style.css"/>
</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 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>
		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>
	</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>		
		| <a href="about.html">About Page</a>		
		| <a href="#">Top of Page</a>		
		<hr>
	</nav>
	<script src="app.js"></script>
</body>
</html>