Skip to content

Commit

Permalink
content and style changes. added mentoring page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Oct 8, 2023
1 parent 2781f2f commit 0645489
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 143 deletions.
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ markup: mmark

# Overview

Heya! I'm Kenneth. I write [code for a living](https://oreilly.com). I used to [teach Python](https://teamtreehouse.com/kennethlove) as a job. I also [participate in open source](https://github.com/kennethlove). I do a lot of other things, too, but you're probably not here for them.
Heya! I'm Kenneth. I [manage programmers and write code for a living](https://oreilly.com). I used to [teach Python](https://teamtreehouse.com/kennethlove) as a job. I also [participate in open source](https://github.com/kennethlove). I do a lot of other things, too, but you're probably not here for them.

I've been a developer for well over a decade now. I've worked for [ecommerce sites](https://tindie.com), [design firms](https://bricksf.com), and did freelance development for a long time. I have experience
setting up servers, using third-party services, building bots for various systems, and more. I also built a pretty popular [collection of mixins](https://github.com/brack3t/django-braces) for Django's class-based
I've been a developer for well over a decade now. I've worked for [ecommerce sites](https://tindie.com), [design firms](https://bricksf.com), and did freelance development for a long time. I have experience
setting up servers, using third-party services, building bots for various systems, and more. I also built a pretty popular [collection of mixins](https://github.com/brack3t/django-braces) for Django's class-based
views. Some of them even got [merged into Django itself](https://github.com/django/django/commit/e5cb4e14118f3a508e3bc00ee7cd50bb0f18a61d).

I'm also a frequent conference presenter and sometimes do programming live streams.

In the past, I've [helped organize workshops](https://djangogirls.org/portland/) and [conferences](https://djangocon.us). Basically, I have a lot of fingers and I like to keep them in pies. That's such a weird phrase.

This site and its content are distributed as a [by-nc-sa](http://creativecommons.org/licenses/by-nc-sa/4.0/) work. If you find any issues, please [tell me on GitHub](https://github.com/kennethlove/kennethlove.github.io).
This site and its content are distributed as a [by-nc-sa](http://creativecommons.org/licenses/by-nc-sa/4.0/) work. If you find any issues, please [tell me on GitHub](https://github.com/kennethlove/kennethlove.github.io).
33 changes: 33 additions & 0 deletions content/mentoring/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Mentoring - Kenneth Love
date: 2023-10-06
publishdate: 2023-10-06
markup: mmark
---

## Want to learn Python or Django?

I'm offering private 1:1 tutoring via video chat. It's available by the
hour, once per week per person. Contact me and we'll set up a time for a free, 10 minute consultation.

One Week|Five Weeks|Ten Weeks
-----|-----|-----
$100/hour|$475 _(5% discount)_|$900 _(10% discount)_
Great for quick refreshers, code consultations, and very targeted tutoring.|Five hours gives us time to explore and dive into a new facet of Python or Django.|The more hours, the more you can learn! Choose this option if you're new to Python or Django or have a lot on your "to-learn" list.

## Topics

In no particular order, I'm happy to mentor you on any of the following topics:

* Python
* Django
* Django REST Framework
* Pytest

## Testimonials

> Kenneth is immeasurably fantastic at meeting me at my position, skill, and bearing and providing directed and meaningful progression to my tasks, goals, and ideas. When I have lofty mile markers, I can easily discuss different approaches to get there, avoid hurdles, or discuss hypotheticals in a challenging dynamic programming environment. And then to top it off, I get the support for learning new approaches in a succinct and tailored meeting. I highly recommend them as a great resource to strengthen your skills.
> - Chris F.
> I understand concepts that I couldn't fathom a year ago. I feel confidence in areas I never knew I had!
> - Alissa V.
57 changes: 32 additions & 25 deletions public/dist/kennethlove.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion themes/editor/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ <h1>Kenneth Love</h1>
</div>
<script src='{{ "dist/bundle.js" | absURL }}'></script>
</body>
</html>

</html>
Loading

0 comments on commit 0645489

Please sign in to comment.