82 lines
2.2 KiB
HTML
82 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite App</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<canvas id="bg"></canvas>
|
|
<div id="div1" class="page-wrapper">
|
|
<header>
|
|
<h1> Daniel Jones</h1>
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="module" src="/main.js"></script>
|
|
</div>
|
|
</body>
|
|
</html>
|