-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acde091
commit 1e361c4
Showing
5 changed files
with
211 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.