<divclass="centered name text-center">Jeffery's Blog<br>
<spanclass="tagLine">
<center>
Computer Science, Researcher, Open Source
</center>
Computer Science, Researcher, Open Source
</span>
</div>
</div>
@ -51,13 +48,48 @@
<divclass="row">
<divclass="col-md-8 col-12">
<divclass="card">
<divclass="card-header">
<h3>
About Me
</h3>
</div>
<divclass="card-body">
<p>
I am currently a third year Computer Science student at Rochester Institute of Technology.
I am a very outgoing person who loves collaborating and working with others.
Check out my <ahref="https://github.com/jrtechs">GitHub</a>, blog posts, and project websites to see what I have been working on.
</p>
<p>
I am a self proclaimed geek; I have been programming since I salvaged parts to build a computer when I was in 6th grade.
Computers are my lifeblood. When I am not programming - or reading - I enjoy excising and riding my bike.
</p>
</div>
</div>
<br><br>
<divclass="card">
<divclass="card-header">
<h3>
This Site
</h3>
</div>
<divclass="card-body">
<p>
JrTechs is a simple personal blog where I write articles on topics that I find interesting.
This blog covers everything from project write-ups to tutorials on complex machine learning algorithms.
</p>
<p>
This site was initially started as a simple HTML site back in 2014 when I was first learning about web development.
This website has gone through <b>a lot</b> of changes since it was initially created in 2014.
Currently the site is a custom <ahref="https://expressjs.com/">Express</a> application which uses <ahref="https://pandoc.org/">Pandoc</a> to render <ahref="https://www.latex-project.org/">Latex</a>/Markdown files as HTML documents.