Skip to content

Commit

Permalink
🔧 (spellcheck.yml): adjust indentation for consistency and remove unu… (
Browse files Browse the repository at this point in the history
#79)

…sed wordlist

The indentation in the .spellcheck.yml file is adjusted to ensure
consistency and readability. The unused wordlist entry is removed to
clean up the configuration, as it was not being utilized in the
spellcheck process. This enhances maintainability and reduces potential
confusion.
  • Loading branch information
MrHinsh authored Nov 8, 2024
2 parents f9473fc + 7da76f7 commit 32c1549
Show file tree
Hide file tree
Showing 17 changed files with 200 additions and 121 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ jobs:
- uses: igsekor/[email protected]
id: spellcheck
name: Spellcheck

with:
args: --report report.json
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
Expand Down
40 changes: 20 additions & 20 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
matrix:
- name: Markdown
sources:
- '**/*.md'
- '*.md'
default_encoding: utf-8
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
- name: Markdown
sources:
- "**/*.md"
- "*.md"
default_encoding: utf-8
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.stylesheets:
- pyspelling.filters.url:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
- blockquote
pipeline:
- pyspelling.filters.markdown
- pyspelling.filters.stylesheets
- pyspelling.filters.url
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
- blockquote
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
title: Azure DevOps Migration Services
shorttitle: Azure DevOps Migration
date: 2023-08-12
creator: Martin Hinshelwood
weight: 10
menus:
footer:
parent: Consulting Services
id: "49870"
type: capabilities
layout: capabilities
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
title: DevOps Technology Consultancy
shorttitle: DevOps Technology
date: 2023-08-12
creator: Martin Hinshelwood
weight: 20
menus:
footer:
parent: Consulting Services
id: "49868"
type: capabilities
slug: devops-technology-consultancy
Expand Down
4 changes: 4 additions & 0 deletions site/content/capabilities/lean-agile-consultancy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Business Agility Consultancy
date: 2023-08-12
creator: Martin Hinshelwood
menus:
footer:
parent: Consulting Services
weight: 30
id: "49856"
type: capabilities
slug: lean-agile-consultancy
Expand Down
14 changes: 12 additions & 2 deletions site/content/capabilities/training-courses/prices-by-country.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
---
title: Prices by Country
layout: price-by-country

aliases:
- /training-courses/prices-by-country/
---

## Supporting the World

To help the world build better products and support a goal of increased professionalism, reliability, quality, and value, all of our fees (both public and private) are calculated based on specific country categories. These categories are determined using each country’s average GDP (PPP) per capita.

Our pricing categories are automatically applied throughout the site based on your selected country, which is initially detected but can be changed at any time. When you select your billing country in the cart, any applicable adjustments will be reflected there.


| Category | Discount (%) | Countries |
| -------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Category A** | 0% | Bermuda, Cayman Islands, Falkland Islands (Malvinas), Isle of Man, Liechtenstein, Macau, Monaco, Norway, Qatar, Singapore, Switzerland, United Arab Emirates, United States of America |
| **Category B** | 10% | Austria, Belgium, Denmark, Finland, France, Germany, Iceland, Ireland, Luxembourg, Netherlands, San Marino, Bulgaria, Romania, Andorra, Australia, Bahrain, Brunei Darussalam, Canada, Gibraltar, Guernsey, Hong Kong, Jersey, Kuwait, Saint Pierre and Miquelon, Saudi Arabia, South Korea, Sweden, Taiwan, United Kingdom |
| **Category C** | 20% | Croatia, Cyprus, Czechia, Estonia, Greece, Hungary, Italy, Latvia, Lithuania, Malta, Poland, Portugal, Slovakia, Slovenia, Spain, Aruba, Bahamas, Faroe Islands, Greenland, Guam, Israel, Japan, Malaysia, New Caledonia, New Zealand, Oman, Panama, Puerto Rico, Russia, Seychelles, Sint Maarten, Turkey, Virgin Islands (British), Virgin Islands (U.S.) |
| **Category D** | 30% | Albania, Algeria, American Samoa, Anguilla, Antigua and Barbuda, Argentina, Armenia, Azerbaijan, Barbados, Belarus, Bhutan, Bolivia, Bosnia and Herzegovina, Botswana, Brazil, Chile, China, Colombia, Cook Islands, Costa Rica, Cuba, Curaçao, Dominica, Dominican Republic, Ecuador, Egypt, El Salvador, Equatorial Guinea, Eswatini (Swaziland), Fiji, French Polynesia, Gabon, Georgia, Grenada, Guyana, Indonesia, Iran, Iraq, Jamaica, Jordan, Kazakhstan, Kosovo, Lebanon, Libya, Maldives, Mauritius, Mexico, Moldova, Mongolia, Montenegro, Namibia, Nauru, North Macedonia, Northern Mariana Islands, Palau, Paraguay, Peru, Philippines, Saint Kitts and Nevis, Saint Lucia, Saint Martin, Saint Vincent and the Grenadines, Serbia, South Africa, Sri Lanka, Suriname, Thailand, Trinidad and Tobago, Tunisia, Turkmenistan, Turks and Caicos Islands, Ukraine, Uruguay, Viet Nam |
| **Category E** | 40% | Afghanistan, Angola, Bangladesh, Belize, Benin, Burkina Faso, Burundi, Cabo Verde (Cape Verde), Cambodia, Cameroon, Central African Republic, Chad, Comoros, Congo, Côte d’Ivoire (Ivory Coast), Democratic Republic of Congo, Djibouti, Eritrea, Ethiopia, Gambia, Ghana, Guatemala, Guinea, Guinea-Bissau, Haiti, Honduras, India, Kenya, Kiribati, Kyrgyzstan, Laos, Lesotho, Liberia, Madagascar, Malawi, Mali, Marshall Islands, Mauritania, Micronesia, Morocco, Mozambique, Myanmar, Nepal, Nicaragua, Niger, Nigeria, Niue, North Korea, Pakistan, Palestine, Papua New Guinea, Rwanda, Samoa, São Tomé and Príncipe, Senegal, Sierra Leone, Solomon Islands, Somalia, South Sudan, Sudan, Syria, Tajikistan, Tanzania, Timor-Leste (East Timor), Togo, Tokelau, Tonga, Tuvalu, Uganda, Uzbekistan, Vanuatu, Venezuela, Wallis and Futuna, Yemen, Zambia, Zimbabwe |
11 changes: 4 additions & 7 deletions site/content/capabilities/training-courses/refer-a-friend.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
title: refer-a=-friend
title: refer-a-friend
layout: refer-a-friend

draft: true
aliases:
- /training-courses/refer-a-friend/
---





27 changes: 26 additions & 1 deletion site/content/capabilities/training-courses/retraining-program.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
---
title: Retraining Program
layout: retraining-program

aliases:
- /training-courses/retraining-program/
---

# Retraining and Flexible Payment Options

We understand that training can be expensive, especially during challenging times. However, it might just be the spark needed for a new direction, career advancement, or full-time employment.

### We Want to Help You!

## Our Retraining Approach

If you are currently unemployed or between contracting engagements, we’d still like to support your training goals. Here’s how:

1. **Register for a Class**: Select “Invoice (Direct bank transfer)” instead of paying immediately.
2. **Contact Us**: Email us at “contact [at] nakedalmweb.wpenginepowered.com” so we can arrange more flexible payment terms.

We only ask for a deposit to cover our costs (usually around $200, depending on the region and course). From there, we can set up:

- **Monthly Payments**
- **Pay When You Get a Gig**

## Why Do We Do This?

We’re committed to elevating the profession of software delivery and believe financial limitations shouldn’t prevent anyone from accessing quality training. This program, along with our Advocates Program, allows you to earn while you train, making it easier to pursue your goals.

## What Do You Get?

- **Outcome**: Access to world-class training
- **Outcome**: Low upfront cost
- **Outcome**: Flexible payment terms
- **Outcome**: Deposit-only option
61 changes: 29 additions & 32 deletions site/content/company/terms-of-business/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
title: Terms of Business
description: Terms of Business for the services provided by the company.
menus:
footer:
- params:
adendum: true
parent: Consulting Services
aliases:
- /terms/
- /terms/
headline:
cards: []
title: naked Agility Ltd. Terms of Business.
content: Imagine evolving your organization with highly effective teams that not only boost productivity but also create lasting value. With the right external support, clear goals, and continuous feedback loops, these teams will innovate, adapt, and deliver outstanding results. Consistently. Effectively.

---




# Overview of our Terms

The rates, terms, and conditions that naked Agility Ltd. are proud to operate by…
Expand Down Expand Up @@ -72,23 +73,24 @@ For onsite, travel time is charged at the applicable day rate.
### Prices start from:

#### United Kingdom (UK)

We calculate prices by country!

| Category | Role | Hourly Rate (GBP) | Level 1 | Level 2 | Level 3 | Level 4 | Level 5 |
|-------------------------------|--------------------------------|-------------------|--------------|--------------|--------------|--------------|--------------|
| Agile Consulting & Advisory | Strategy Consultant | £195/hour | £1,550/day | £2,170/day | £2,475/day | £2,785/day | £3,095/day |
| Executive Consultant / Coach | | £165/hour | £1,320/day | £1,850/day | £2,115/day | £2,380/day | £2,640/day |
| DevOps Consultant / Coach | | £125/hour | £990/day | £1,390/day | £1,585/day | £1,785/day | £1,980/day |
| Agile Consultant / Coach | | £125/hour | £990/day | £1,390/day | £1,585/day | £1,785/day | £1,980/day |
| Scrum Master | | £95/hour | £745/day | £1,040/day | £1,190/day | £1,340/day | £1,485/day |
| Category | Role | Hourly Rate (GBP) | Level 1 | Level 2 | Level 3 | Level 4 | Level 5 |
| ---------------------------- | ------------------- | ----------------- | ---------- | ---------- | ---------- | ---------- | ---------- |
| Agile Consulting & Advisory | Strategy Consultant | £195/hour | £1,550/day | £2,170/day | £2,475/day | £2,785/day | £3,095/day |
| Executive Consultant / Coach | | £165/hour | £1,320/day | £1,850/day | £2,115/day | £2,380/day | £2,640/day |
| DevOps Consultant / Coach | | £125/hour | £990/day | £1,390/day | £1,585/day | £1,785/day | £1,980/day |
| Agile Consultant / Coach | | £125/hour | £990/day | £1,390/day | £1,585/day | £1,785/day | £1,980/day |
| Scrum Master | | £95/hour | £745/day | £1,040/day | £1,190/day | £1,340/day | £1,485/day |

### Learning

| Role | Hourly Rate (GBP) | Level 1 | Level 2 | Level 3 | Level 4 | Level 5 |
|-------------------------------|-------------------|--------------|--------------|--------------|--------------|--------------|
| Corporate Trainer | £390/hour | £3,095/day | £4,335/day | £4,950/day | £5,570/day | £6,190/day |
| Training Consultant | £165/hour | £1,320/day | £1,850/day | £2,115/day | £2,380/day | £2,640/day |
| Training Coordinator | £65/hour | £495/day | £695/day | £795/day | £895/day | £990/day |
| Role | Hourly Rate (GBP) | Level 1 | Level 2 | Level 3 | Level 4 | Level 5 |
| -------------------- | ----------------- | ---------- | ---------- | ---------- | ---------- | ---------- |
| Corporate Trainer | £390/hour | £3,095/day | £4,335/day | £4,950/day | £5,570/day | £6,190/day |
| Training Consultant | £165/hour | £1,320/day | £1,850/day | £2,115/day | £2,380/day | £2,640/day |
| Training Coordinator | £65/hour | £495/day | £695/day | £795/day | £895/day | £990/day |

All our consultants & trainers are Level 5, "guru" level, with 15+ years of experience.

Expand All @@ -111,13 +113,14 @@ For onsite, travel time is charged at the relevant day rate and is exclusive of
Prices start from:

#### United Kingdom (UK)

We calculate prices by country!

| Level | Max Students per Class | Public (GBP) | 12 Students (GBP) | 16 Students (GBP) | 20 Students (GBP) | 24 Students (GBP) |
|------------|------------------------|--------------|-------------------|-------------------|-------------------|-------------------|
| Beginner | 12 | £10,800 | £12,060 | £13,410 | £14,850 | £705 |
| Intermediate| | £13,165 | £14,425 | £15,775 | £17,215 | £845 |
| Advanced | | £15,525 | £16,785 | £18,135 | £19,575 | £985 |
| Level | Max Students per Class | Public (GBP) | 12 Students (GBP) | 16 Students (GBP) | 20 Students (GBP) | 24 Students (GBP) |
| ------------ | ---------------------- | ------------ | ----------------- | ----------------- | ----------------- | ----------------- |
| Beginner | 12 | £10,800 | £12,060 | £13,410 | £14,850 | £705 |
| Intermediate | | £13,165 | £14,425 | £15,775 | £17,215 | £845 |
| Advanced | | £15,525 | £16,785 | £18,135 | £19,575 | £985 |

All rates are based on a typical 16h of training class. Immersive classes also include an additional 16h of coaching and consulting depending on format.

Expand All @@ -141,9 +144,7 @@ Here’s the revised version in a more readable format:
## Invoicing

- naked Agility Ltd will issue electronic invoices that exclude taxes. Invoices are generated either upon completion of the engagement or monthly, depending on which occurs first.

- **VAT (UK only)**: For invoices in the UK, VAT is automatically applied.

- All invoices exclude local taxes unless agreed otherwise. If specific taxes must be represented on the invoice due to local legal requirements, notify us. We will send an updated invoice that reflects any necessary withholdings.

- Payments are due within 14 days of receiving the invoice (NET14). Late payments may incur interest at 8% above the bank base rate, following UK government guidelines for late commercial payments.
Expand All @@ -153,10 +154,8 @@ Here’s the revised version in a more readable format:
## Travel and Expenses (T&E)

- Travel and expenses (T&E) are invoiced either upon completion of the engagement or monthly, depending on which occurs first.

- Costs for onsite engagements (airfare, lodging, transportation) will be billed as actual expenses. A per diem of £35 GBP per day (or actual expenses) will be charged.

- While we strive to minimize T&E, our consultants typically expect to return home on weekends. This may not always be feasible for engagements outside of Europe, especially for long-term engagements.
- While we strive to minimize T&E, our consultants typically expect to return home on weekends. This may not always be feasible for engagements outside of Europe, especially for long-term engagements.

**Note**: It may be more cost-effective for clients to book travel and accommodations.

Expand Down Expand Up @@ -211,8 +210,9 @@ Here’s the revised version in a more readable format:
1. **Notice of Cancellation**
You can cancel or reschedule an engagement without penalty if you provide at least 15 business days’ notice before the scheduled date. (Business days exclude weekends and public holidays, and are based on GMT.)

2. **Cancellation Fees**
- If cancellation or rescheduling occurs with less than 15 business days' notice but at least 10 business days' notice, a 20% cancellation fee will apply.
2. **Cancellation Fees**

- If cancellation or rescheduling occurs with less than 15 business days' notice but at least 10 business days' notice, a 20% cancellation fee will apply.
- For cancellations with less than 10 business days' notice, the full engagement price is due.

3. **No Credit for Cancellation Fees**
Expand Down Expand Up @@ -282,6 +282,3 @@ Here’s the revised version in a more readable format:
Upon completion of services or termination of the agreement, we will cease access to client servers and destroy or return all credentials.

---



Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ weight: 100
description: "Empowering Growth Through Incremental learning, Outcome-Based assignements, and Facilitated Reflections"
aliases:
- /capabilities/training-courses/immersive
- /training-courses/learning-experiences/immersive-learning-experience/
card:
button:
content: "Empower groath"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Azure DevOps Training Courses
description: "Azure DevOps Training Courses"
weight: 1
card:
button:
content: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Kanban Training Courses
description:
weight: 3
card:
title: Kanban Training Courses
content: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Scrum Training Courses
description:
weight: 2
card:
button:
content: ""
Expand Down
Loading

0 comments on commit 32c1549

Please sign in to comment.