This commit is contained in:
Joey Kimsey
2025-02-06 03:18:45 -05:00
parent a893698a13
commit 825d422d93
189 changed files with 2628 additions and 5839 deletions

View File

@ -1,27 +1,44 @@
<div class="m-2 m-lg-4">
<div class="col-12 mx-5 col-sm-10 col-lg-8 mx-auto p-4 rounded shadow-sm context-main-bg">
<h2 class="text-center mb-4">About {SITENAME}</h2>
<p class="lead text-center text-lg-start">
{SITENAME} was built out of a need to create and manage web applications.
At the time, I had used wordpress but I didn't want or even need any of the blog functionality.
No matter what plugins you add, no matter how you customize layout, wordpress is still a blog at its core.
There is nothing inherently wrong with a blog, but when you start from a blog, everything is a post, or a plugin.
Under the hood, wordpress is going to run how wordpress wants, as a web interface for accessing text records.
</p>
<p class="text-center text-lg-start">
The Tempus Project was always intended to be a web application, not a blog.
</p>
<p class="text-muted text-center text-lg-start">
Right now, this entire system was built and managed by myself. As stated, I have used my own version of this for years, but translating it to a publicly available product is not a 1-to-1 job. There may be bugs or issues encountered while you use the product. I can't guarantee a fix for every need in every case immediately, but I do actively keep track of bugs and work hard to ensure everyone has a great experience using the app.
</p>
<p class="text-center text-lg-start">
If you encounter any bugs, feel free to report them <a href="/bugreport" class="text-decoration-none">here</a>. Likewise, there are forms for feedback, reviews, suggestions, and a general contact form. Thanks for taking the time to check out the product!
</p>
<div class="text-center mt-4 pb-4">
{loggedin}
<a href="/bugreport" class="btn btn-primary px-3 btn-lg m-2">Report a Bug</a>
{/loggedin}
<a href="/contact" class="btn btn-outline-primary px-3 m-2 btn-lg">Contact Us</a>
<div class="row d-flex justify-content-center align-items-center mb-2 mb-lg-3">
<div class="col-4">
<img src="/images/voting.jpg" class="img-fluid center-block" alt="Description of image">
</div>
<div class="col-4">
<img src="/images/on-call.jpg" class="img-fluid center-block" alt="Description of image">
</div>
<div class="col-4">
<img src="/images/cleaned-up.jpg" class="img-fluid center-block" alt="Description of image">
</div>
</div>
<div class="row d-flex justify-content-center align-items-center">
<h2 class="text-center mb-4">About Me</h2>
<div class="col-md-offset-3 col-md-6">
<hr>
</div>
<div class="col-md-offset-2 col-md-8" style="padding-top: 20px;">
<p>Generally speaking, I feel uncomfortable talking to anyone about myself.
It may seem a bit hollow to say in the about-me section of a website bearing my own name, but its true.</p>
<p>My name is... Joey Kimsey and I am a 34 year old web-developer. I think it would be fair to say I am a full-stack developer though I find myself working on and gravitating towards backend development more.
Over the past decade I have moved from professionally designing popup advertising for major car manufacturers, to working for the CDC in a major time of crisis,
to harassing AI to spread information to entrepreneurs in other languages. I love this technology and I love what we can do with it.</p>
<p>Things always get a bit awkward when I tell people I am 33 but I've been doing this for 20 years, but its true. When I was still in single-digits, we got our first PC, with windows 98.
I won't lie to you about remembering the specs, but I can tell you that it changed the world for me. I believe we had internet access through our phone provider before, but eventually we wound up on AOL and the world expanded in front of me.
There were websites for everything and it was all new. They were still talking about the internet like it was something that was going to happen, but I was already living through it, it was already changing the world around me.</p>
<p>As many children do, I became curious and wanted to know how the internet worked. I found out I could have my onw little spot on the internet with lycos or angelfire.
I learned about html, images, pearl scripts, and I even made webpages for everything I liked: runescape, skateboarding, vampires. Eventually I really wanted to make something so my friends could send me messages on the website.
At the time, pearl was pretty complicated, not many people used it, and it was heavily limited on free hosting. I needed to find a different way, so I started searching and eventually stumbled into php.</p>
<p>Once I found php, I fell in love with programming. Not only was the web new and fresh, I knew how it worked. I had a magical superpower that no one else did.
Over the years I built dozens of projects including working for many local business-owners from a young age.
I eventually went to college for computer science, where I learned that java is a terrible language and that I was more interested in building than learning how to build, so I dropped out.
After working several jobs over the following years, I was given the opportunity by a close friend to move out of my small town.
When I moved to Atlanta, I finally found an employer willing to give me a shot and my resume picks up from there.</p>
</div>
</div>
</div>
</div>