added html sections to create content
This commit is contained in:
parent
0c5fdf623f
commit
f04d145e82
50
index.html
50
index.html
@ -13,11 +13,59 @@
|
||||
|
||||
<header>
|
||||
<h1> Daniel Jones</h1>
|
||||
<p>Web Developer, Game Designer, and Author.</p>
|
||||
<p>Web Developer, Game Designer, and Blogger.</p>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
My name is Daniel Jones. I have been programming as a hobby since I was twelve years old. <br> I went to college for Information Systems, and have been using those skills professionally since 2021.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<h1>Projects: </h1>
|
||||
<ul>
|
||||
<a href="https://git.whoisthisjoker.com/Daniel/3d_website"><li>This website</li></a>
|
||||
<ul>
|
||||
Personal project (2024)
|
||||
<li>Written in Javascript and uses the Node Package Manager</li>
|
||||
<li>Utilizes three dimensional graphics to provide an interesting visual experience</li>
|
||||
<li>Uses context-sensitive animations to provide interactivity</li>
|
||||
</ul>
|
||||
<a href="https://git.whoisthisjoker.com/Daniel/bibliofile"><li>Bibliofile</li></a>
|
||||
Personal project (2023)
|
||||
<ul>
|
||||
<li>Written in Rust Language</li>
|
||||
<li>Uses TUI interface to open and navigate books</li>
|
||||
<li>Parses HTML epub files into human-readable format</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
||||
<!-- Professional Experience-->
|
||||
<p>
|
||||
<h1>Professional Experience: </h1>
|
||||
<ul>
|
||||
<li>Business Systems Analyst (2021 - current)</li>
|
||||
<ul>
|
||||
<li>LeTourneau University, Longview, TX</li>
|
||||
</ul>
|
||||
<li>Help Desk Associate (2021)</li>
|
||||
<ul>
|
||||
<li>IT Yall, Dallas, TX</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
||||
<!--educational experience-->
|
||||
<p>
|
||||
<h1>Education: </h1>
|
||||
<ul>
|
||||
<li> B.S. Information Systems (August 2017 - December 2020)</li>
|
||||
<li> A.S. Business Management (January 2015 - May 2017)</li>
|
||||
<li> Homeschooled (September 2001 - May 2014) </li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user