3d_website/index.html

118 lines
4.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="/terminal.svg" />
2024-02-15 20:59:21 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Daniel Redd Jones</title>
2024-02-15 20:59:21 +00:00
</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>
<div id="description">
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.
<br>
My interests include geocaching, Rust programming, web development, and puzzle solving.
2024-04-12 02:25:46 +00:00
</p>
</div>
<div id="projects">
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>
Personal project (2024)
2024-04-12 02:25:46 +00:00
<ul>
<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>
</div>
<div id="jobs">
2024-04-12 02:25:46 +00:00
<!-- Professional Experience-->
<p>
<h1>Professional experience: </h1>
2024-04-12 02:25:46 +00:00
<ul>
<a href="https://www.letu.edu/offices/administration-finance/it/staff.html#ContentBlock-1-3"><li>Systems Analyst</li></a>
LeTourneau University, Longview, Texas (2021 - current)
<br>
Responsibilities:
2024-04-12 02:25:46 +00:00
<ul>
<li>Analyze, patch, and mitigate security vulnerabilities</li>
<li>Perform bug fixes in ASP.net web pages</li>
<li>Automate tasks on Debian Linux using Bash</li>
2024-04-12 02:25:46 +00:00
</ul>
<a href="https://ityall.com"><li>Help Desk</li></a>
IT Yall, Dallas, TX(2021)
<br>
Responsibilities:
<ul>
<li>Maintain ticket queue in Freshdesk</li>
<li>Create and setup VPN connections on end user workstations</li>
<li>Set up and terminated network wiring for on-site customer locations</li>
</ul>
2024-04-12 02:25:46 +00:00
</ul>
</p>
</div>
<div id="school">
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>
LeTourneau University
<ul>
<li> Learned software engineering, encryption algorithms, and penetration testing methodologies</li>
<li> Designed software such as Pick-A-Student, Bouncer, and Paperwork Avalanche</li>
<li> Wrote and executed exploits for metasploitable OS</li>
</ul>
2024-04-12 02:25:46 +00:00
<li> A.S. Business Management (January 2015 - May 2017)</li>
<ul>
<li> Took classes on Economics, Accounting, and leadership</li>
<li> Joined the Phi Theta Kappa society and regularly attended meetings</li>
<li> Earned the Deans List recognition in Fall of 2016</li>
</ul>
2024-04-12 02:25:46 +00:00
<li> Homeschooled (September 2001 - May 2014) </li>
<ul>
<li>Learned how to program in LOGO using the Microworlds EX </li>
<li>Joined the Yearbook design team for the CHEMPA homeschool group</li>
<li>Gained and maintained membership in Civil Air Patrol</li>
</ul>
2024-04-12 02:25:46 +00:00
</ul>
</p>
</div>
2024-05-12 00:59:09 +00:00
<div id="attribution">
<p>
<a href="https://www.freepik.com/free-photo/rough-checked-texture-collage_1037604.htm#fromView=search&page=1&position=1&uuid=ff4bc441-a0b5-4005-82df-caa3f1df883c">Marbel texture image by kues1 on Freepik</a>
<br>
"The Thinker" 3d model by <a href="https://www.thingiverse.com/thing:2164071/files">LxO</a>
</p>
</div>
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>