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-05-08 16:01:50 +00:00
2024-02-15 20:59:21 +00:00
< canvas id = "bg" > < / canvas >
2024-05-06 20:22:57 +00:00
< div id = "div1" class = "page-wrapper" >
2024-04-08 21:50:33 +00:00
< header >
< h1 > Daniel Jones< / h1 >
2024-04-12 02:25:46 +00:00
< p > Web Developer, Game Designer, and Blogger.< / p >
2024-04-08 21:50:33 +00:00
< / 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-08 21:50:33 +00:00
2024-04-12 02:25:46 +00:00
< p >
< h1 > Projects: < / h1 >
< ul >
2024-05-08 16:01:50 +00:00
< 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 >
2024-05-08 16:01:50 +00:00
2024-04-12 02:25:46 +00:00
<!-- Professional Experience -->
< p >
2024-05-08 16:01:50 +00:00
< h1 > Professional experience: < / h1 >
2024-04-12 02:25:46 +00:00
< ul >
2024-05-08 16:01:50 +00:00
< 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 >
2024-05-08 16:01:50 +00:00
< 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 >
2024-05-08 16:01:50 +00:00
< a href = "https://git.whoisthisjoker.com/Daniel/bibliofile" > < li > Help Desk< / li > < / a >
IT Yall, Dallas, TX(2021)
< br >
Responsibilities:
< ul >
< li > task 1< / li >
< li > task 2< / li >
< li > task 3< / li >
< / ul >
2024-04-12 02:25:46 +00:00
< / ul >
< / p >
2024-05-08 16:01:50 +00:00
2024-04-08 21:50:33 +00:00
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 >
2024-05-08 16:01:50 +00:00
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 >
2024-05-08 16:01:50 +00:00
< 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 >
< / p >
2024-04-08 21:50:33 +00:00
2024-02-15 20:59:21 +00:00
< script type = "module" src = "/main.js" > < / script >
2024-05-08 16:01:50 +00:00
< / div >
2024-02-15 20:59:21 +00:00
< / body >
< / html >