3d_website/index.html

97 lines
2.3 KiB
HTML
Raw Normal View History

2024-02-15 20:59:21 +00:00
<!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>
2024-02-15 20:59:21 +00:00
<canvas id="bg"></canvas>
<div id="div1" class="page-wrapper">
<header>
<h1> Daniel Jones</h1>
2024-04-12 02:25:46 +00:00
<p>Web Developer, Game Designer, and Blogger.</p>
</header>
2024-04-12 02:25:46 +00:00
<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>
2024-04-12 02:25:46 +00:00
<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>
2024-04-12 02:25:46 +00:00
<!--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>
<br>
<br>
<br>
howdy
<br>
<br>
<br>
doody
<br>
<br>
<br>
every
<br>
<br>
<br>
body
2024-02-15 20:59:21 +00:00
<script type="module" src="/main.js"></script>
</div>
2024-02-15 20:59:21 +00:00
</body>
</html>