updates and fixes
This commit is contained in:
@ -27,7 +27,7 @@ use TheTempusProject\TheTempusProject as App;
|
||||
class Home extends Controller {
|
||||
public function index() {
|
||||
self::$title = '{SITENAME}';
|
||||
self::$pageDescription = 'This is the homepage of your new Tempus Project Installation. Thank you for installing. find more info at https://thetempusproject.com';
|
||||
self::$pageDescription = 'Joey Kimsey is a web app developer with nearly a decade of professional experience and another decade of hands on experience.';
|
||||
$optionValues = [
|
||||
(object) [ "post" => "python-dev", "option" => "Python Developer" ],
|
||||
(object) [ "post" => "ecommerce-coder", "option" => "eCommerce Coder" ],
|
||||
|
@ -37,7 +37,7 @@ class Portfolio extends Plugin {
|
||||
];
|
||||
public $admin_links = [
|
||||
[
|
||||
'text' => '<i class="fa fa-fw fa-support"></i> Portfolio',
|
||||
'text' => '<i class="fa-solid fa-star"></i> Portfolio',
|
||||
'url' => '{ROOT_URL}admin/portfolio',
|
||||
],
|
||||
];
|
||||
|
@ -37,7 +37,7 @@ class Resume extends Plugin {
|
||||
];
|
||||
public $admin_links = [
|
||||
[
|
||||
'text' => '<i class="fa fa-fw fa-support"></i> Resume',
|
||||
'text' => '<i class="fa-solid fa-paperclip"></i> Resume',
|
||||
'url' => '{ROOT_URL}admin/resume',
|
||||
],
|
||||
];
|
||||
|
@ -20,23 +20,23 @@
|
||||
<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 33 year old web-developer. I think it would be fair to say I am a full-stack developer though I find myself in and enjoy backend development more.
|
||||
<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.
|
||||
<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>
|
||||
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, I wanted to know how the internet worked. I found out i could have my onw little spot on the internet. I found 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>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.
|
||||
<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>
|
||||
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>
|
@ -1,11 +1,26 @@
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<div class="col-md-6 d-flex align-items-center">
|
||||
<div class="col-4 d-flex align-items-center">
|
||||
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
|
||||
<img src="{ROOT_URL}images/logo.png" class="bi me-2" width="40" height="32" alt="{SITENAME} Logo" aria-label="{SITENAME} Logo">
|
||||
</a>
|
||||
{COPY}
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="material-switch">
|
||||
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" class="form-check-input">
|
||||
<label for="dark-mode-toggle" class="label-default"></label>
|
||||
</div>
|
||||
</div>
|
||||
{SOCIAL}
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
{COPY}
|
||||
{SOCIAL}
|
||||
</footer>
|
||||
</div>
|
@ -28,7 +28,7 @@
|
||||
<div class="mt-5 ps-3">
|
||||
<h2>Pricing</h2>
|
||||
<p class="text-muted">
|
||||
My standard rate is <strong>$75/hour</strong> with a two-hour minimum. For larger or repeat projects, I'm open to flexible arrangements. Let's discuss your project to find a solution that works for both of us.
|
||||
My standard rate for smaller projects is hourly with a two-hour minimum. For larger or repeat projects, I'm open to flexible arrangements. Let's discuss your project to find a solution that works for both of us.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
Binary file not shown.
@ -1,7 +1,6 @@
|
||||
|
||||
# Joey Kimsey
|
||||
|
||||
__joeyk4816@gmail.com__
|
||||
[JoeyKimsey.com](https://JoeyKimsey.com)
|
||||
|
||||
## Summary
|
||||
|
Binary file not shown.
@ -1,6 +1,5 @@
|
||||
Joey Kimsey
|
||||
joeyk4816@gmail.com
|
||||
https://JoeyKimsey.com
|
||||
Joey Kimsey
|
||||
https://JoeyKimsey.com
|
||||
|
||||
====================
|
||||
-- Summary
|
||||
|
Reference in New Issue
Block a user