Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Small edits #30

Merged
merged 2 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default withMermaid(
{ text: 'Home', link: '/' },
{ text: 'Company', link: '/company/' },
{ text: 'Employees', link: '/employees/' },
{ text: 'Consulting', link: '/consulting/' },
{ text: 'Development', link: '/development/' },
{ text: 'Support', link: '/consulting/' },
{ text: 'Examples', link: '/markdown-examples' },
],

Expand Down Expand Up @@ -72,21 +72,6 @@ export default withMermaid(
{ text: 'Performance', link: '/employees/performance' },
],
},
{
text: 'Consulting',
items: [
{ text: 'Consulting Practice', link: '/consulting/' },
{ text: 'Tracking Hours', link: '/consulting/tracking' },
{ text: 'Assessments', link: '/consulting/assessments' },
{ text: 'Customer Calls', link: '/consulting/customer-calls' },
{ text: 'Keeping in Touch', link: '/consulting/keeping-in-touch' },
{
text: 'Performance Tuning',
link: '/consulting/performance-tuning',
},
{ text: 'Troubleshooting', link: '/consulting/troubleshooting' },
],
},
{
text: 'Development',
items: [
Expand Down Expand Up @@ -119,6 +104,21 @@ export default withMermaid(
},
],
},
{
text: 'Support',
items: [
{ text: 'Consulting Practice', link: '/consulting/' },
{ text: 'Tracking Hours', link: '/consulting/tracking' },
{ text: 'Assessments', link: '/consulting/assessments' },
{ text: 'Customer Calls', link: '/consulting/customer-calls' },
{ text: 'Keeping in Touch', link: '/consulting/keeping-in-touch' },
{
text: 'Performance Tuning',
link: '/consulting/performance-tuning',
},
{ text: 'Troubleshooting', link: '/consulting/troubleshooting' },
],
},
],

socialLinks: [
Expand Down
1 change: 0 additions & 1 deletion docs/company/goals/july-aug2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ Starting mid-way through July. Needed 2 weeks to recover from June's results.
## TEAM

1. Complete Kubernetes training for current level (different by person)

16 changes: 12 additions & 4 deletions docs/company/marketing/branding.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,19 @@ Our company Letterhead can be accessed [here](#TODO). This is read-only; make a

Our company slides should be based on a [standard template](#TODO).

### Colors
### Color Palette

- Primary color: `#19dda5`, called "Medium Aquamarine"
- Darker version of primary color (e.g., for night mode): `#119671`, called "Paolo Veronese Green"
- Secondary color: `#1d2628`, called "Charleston Green"
Use primary and secondary as the base or main set of colors. Apply the accent color sparingly for calling attention to important things or to offer a visual break from "too much green." Use dark instead of black and light instead of white for backgrounds, etc.

The palette was enhanced by [Colormind](http://colormind.io/bootstrap/#).

```css
$primary: #19dda5; // "java" a.k.a. "Medium Aquamarine"
$secondary: #119671; // "jungle green" a.k.a. "Paolo Veronese Green"
$accent: #9e809a; // "mountbatten pink"
$light: #f6f5f6; // "wild sand"
$dark: #1d2628; // "shark" a.k.a. "Charleston Green"
```

### Logos

Expand Down
12 changes: 8 additions & 4 deletions docs/consulting/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
title: Consulting Practice
title: Support Services
---

# Koor's Consulting Practice
# Koor's Support Services

A majority of Koor's revenue potential hinges on offering professional services, a.k.a. consulting, to customers who are having issues with their Rook/Ceph data storage. While we intend for the balance of revenue to shift towards renewal software subscriptions, a key part of the business will always involve helping those who are stuck.
In the beginning, Koor offered consulting as a way to attract customers and to provide opportunities to learn about customer needs. Whatever we can learn by helping customers is likely to be useful when coming up with great product that address underlying issues.

This section of the handbook describes how we take care of customers with consulting engagements.
However, Koor needs to be a product company in order to have the economics that will allow rapid growth. We need to be able to leverage the value of a great product line that generates healthy margins so that we can reinvest into making better software that solves more problems.

Whatever the long-term motivation, serving customers well is the only path to sustained growth. While we talk about consulting, the overarching goal is for customers to feel supported by Koor. That could be through a helpful answer to a question, fulfilling a commitment to provide regular service, or standing by a customer in a time of need when their systems are in disarray.

This section of the handbook describes how we take care of customers.

- [Tracking hours](./tracking)
- [Keeping in touch](./keeping-in-touch)
Expand Down
Loading