Skip to content

Commit

Permalink
added back mentoring page
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Oct 8, 2023
1 parent acde091 commit 1e361c4
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 66 deletions.
55 changes: 30 additions & 25 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
baseURL = "https://thekennethlove.com/"
languageCode = "en-us"
title = "Kenneth Love"
theme = "editor"
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License."
rssLimit = 10
enableRobotsTXT = true
languageCode = "en-us"
pygmentsCodefences = true
pygmentsUseClasses = true
rssLimit = 10
sectionPagesMenu = "pagesMenu"
theme = "editor"
title = "Kenneth Love"

[author]
name = "Kenneth Love"
name = "Kenneth Love"

[permalinks]
posts = "/:year/:month/:title/"
posts = "/:year/:month/:title/"

[taxonomies]
tag = "tags"
category = "categories"
series = "series"
category = "categories"
series = "series"
tag = "tags"

[[menu.main]]
name = "README.md"
identifier = "readme"
url = "/"
weight = 100
identifier = "readme"
name = "README.md"
url = "/"
weight = 100
[[menu.main]]
identifier = "mentoring"
name = "mentoring.md"
url = "/mentoring/"
weight = 110
[[menu.main]]
name = "social.md"
identifier = "social"
url = "/social/"
weight = 110
identifier = "social"
name = "social.md"
url = "/social/"
weight = 120
[[menu.main]]
name = "videos.md"
identifier = "videos"
url = "/videos/"
weight = 120
identifier = "videos"
name = "videos.md"
url = "/videos/"
weight = 130
[[menu.main]]
name = "posts/"
identifier = "posts"
url = "/posts/"
weight = 130
identifier = "posts"
name = "posts/"
url = "/posts/"
weight = 140
29 changes: 29 additions & 0 deletions content/mentoring/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Mentoring
date: 2023-10-08
publishdate: 2023-10-08
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.
38 changes: 37 additions & 1 deletion themes/editor/static/dist/kennethlove.css

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

2 changes: 1 addition & 1 deletion themes/editor/static/dist/kennethlove.css.map

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

Loading

0 comments on commit 1e361c4

Please sign in to comment.