diff --git a/.envrc b/.envrc index 3550a30..cffc922 100644 --- a/.envrc +++ b/.envrc @@ -1 +1 @@ -use flake +use flake . --impure diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 22c79d6..03ac0c2 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -9,149 +9,9 @@ concurrency: cancel-in-progress: false jobs: - setup: - name: Merge Repos - runs-on: ubuntu-latest - steps: - - name: Checkout this repo - uses: actions/checkout@v4 - with: - path: source - - - name: Checkout Chobble Template - uses: actions/checkout@v4 - with: - repository: chobble-mirror/chobble-template - ref: main - path: template - sparse-checkout-cone-mode: false - sparse-checkout: | - .eleventy.js - package.json - bun.lock - bunfig.toml - flake.nix - flake.lock - bin - scripts - packages - src - - - name: Copy template files to combined dir - run: | - mkdir -p combined - rsync \ - --recursive \ - --verbose \ - --delete \ - --exclude=".git" \ - --exclude="*.md" \ - --exclude="images" \ - template/ \ - combined/ - - - name: Overlay our repo files into combined src - run: | - rsync \ - --recursive \ - --verbose \ - --exclude=".*" \ - --exclude="README.md" \ - --exclude="package.json" \ - source/ \ - combined/src/ - - - name: Update site.json with secrets - run: | - sed -i \ - 's/"formspark_id": null/"formspark_id": "${{ secrets.FORMSPARK_ID }}"/g' \ - "combined/src/_data/config.json" - sed -i \ - 's/"botpoison_public_key": null/"botpoison_public_key": "${{ secrets.BOTPOISON_PUBLIC_KEY }}"/g' \ - "combined/src/_data/config.json" - - - name: Upload combined directory - uses: actions/upload-artifact@v4 - with: - name: combined-files - path: combined/ - retention-days: 1 - include-hidden-files: true - build: - name: Build Site - needs: setup - runs-on: ubuntu-latest - steps: - - name: Download combined directory - uses: actions/download-artifact@v4 - with: - name: combined-files - path: combined - - - name: Setup Bun - uses: oven-sh/setup-bun@v2 - with: - bun-version: latest - - - name: Restore cache - uses: actions/cache@v4 - with: - path: | - combined/node_modules - combined/.image-cache - key: ${{ runner.os }}-bun-${{ hashFiles('combined/bun.lock') }} - restore-keys: | - ${{ runner.os }}-bun- - - - name: Build with Bun - run: | - cd combined - bun install --frozen-lockfile - bun scripts/eleventy-build.js - mkdir -p ../_site - mv _site/* ../_site/ - - - name: Upload built site - uses: actions/upload-artifact@v4 - with: - name: built-site - path: _site/ - retention-days: 1 - - deploy: - name: Deploy - needs: [setup, build] - runs-on: ubuntu-latest - steps: - - name: Download built site - uses: actions/download-artifact@v4 - with: - name: built-site - path: _site - - - name: Deploy to Bunny - uses: R-J-dev/bunny-deploy@v2.0.6 - with: - access-key: ${{ secrets.BUNNY_ACCESS_KEY }} - directory-to-upload: _site - storage-endpoint: "https://uk.storage.bunnycdn.com" - storage-zone-name: "uke-group-north" - storage-zone-password: ${{ secrets.BUNNY_STORAGE_ZONE_PASSWORD }} - concurrency: "5" - enable-delete-action: true - enable-purge-pull-zone: true - pull-zone-id: "4574563" - replication-timeout: "15000" - - notify-failure: - name: Notify on Failure - runs-on: ubuntu-latest - needs: [setup, build, deploy] - if: failure() - steps: - - name: Send failure notification - uses: NiNiyas/ntfy-action@master - with: - url: 'https://ntfy.sh' - topic: ${{ secrets.NTFY_TOPIC }} + uses: chobbledotcom/chobble-client/.github/workflows/shared-build-and-deploy.yml@main + with: + bunny-storage-endpoint: "https://uk.storage.bunnycdn.com" + deploy-only-on-main: true + secrets: inherit diff --git a/.gitignore b/.gitignore index 805875d..d76f097 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ yarn-debug.log* yarn-error.log* .DS_Store .direnv +screenshots/ diff --git a/.pages.yml b/.pages.yml index 9f4f5ae..fd87cfc 100644 --- a/.pages.yml +++ b/.pages.yml @@ -22,13 +22,11 @@ content: type: collection subfolders: false view: - fields: [permalink, meta_title, header_text] - primary: header_text - sort: [header_text] + fields: [permalink, meta_title, name] + primary: name + sort: [name] fields: - - { name: header_image, type: image, label: Header Image } - - { name: header_text, type: string, label: Header Text } - - { name: subtitle, type: string, label: Subtitle } + - { name: name, type: string, label: Name } - { name: body, label: Body, type: code, options: { language: markdown } } - { name: meta_description, type: string, label: Meta Description } - { name: meta_title, type: string, label: Meta Title } @@ -48,11 +46,9 @@ content: subfolders: false fields: - { name: title, type: string, label: Title } - - { name: header_image, type: image, label: Header Image } - { name: date, label: Date, type: date } - { name: subtitle, type: string, label: Subtitle } - { name: body, label: Body, type: code, options: { language: markdown } } - - { name: header_text, type: string, label: Header Text } - { name: meta_description, type: string, label: Meta Description } - { name: meta_title, type: string, label: Meta Title } @@ -66,7 +62,6 @@ content: - { name: title, type: string, label: Name } - { name: snippet, type: string, label: Role } - { name: image, type: image, label: Profile Image } - - { name: header_image, type: image, label: Header Image } - { name: body, label: Biography, @@ -82,7 +77,9 @@ content: fields: - { name: name, type: string, label: Name } - { name: url, type: string, label: URL } - - { name: body, label: Body, type: code, options: { language: markdown } } + - { name: date, type: date, label: Date } + - { name: rating, type: number, label: Rating (1-5), required: false } + - { name: body, label: Review Text, type: code, options: { language: markdown } } - name: products label: Products type: reference @@ -104,7 +101,6 @@ content: primary: title sort: [title] fields: - - { name: header_image, type: image, label: Header Image } - { name: title, type: string, label: Title } - { name: subtitle, type: string, label: Subtitle } - { name: event_date, label: Event Date, type: date, required: false } @@ -112,7 +108,6 @@ content: - { name: event_location, type: string, label: Event Location } - { name: map_embed_src, type: string, label: Map Embed URL, required: false } - { name: body, label: Body, type: code, options: { language: markdown } } - - { name: header_text, type: string, label: Header Text } - { name: meta_title, type: string, label: Meta Title } - { name: meta_description, type: string, label: Meta Description } diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..965b7ad --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,222 @@ +--- +permalink: false +layout: "" +--- + +# CLAUDE.md - AI Assistant Guide for Chobble Client + +## Project Overview + +**Chobble Client** is a content repository that merges with the [Chobble Template](https://git.chobble.com/chobble/chobble-template) at build time to produce a static website. It uses **Bun** as the package manager and runtime. + +### Architecture + +This project separates content from template: + +- **This repo** (`chobble-client`): Site content, custom styles, build scripts +- **Chobble Template**: Eleventy SSG, themes, components, collections + +At build time, GitHub Actions merges both repos via sparse-checkout, then runs Eleventy. + +--- + +## Quick Reference + +### Essential Commands + +```bash +bun install # Install dependencies (MUST use bun, not npm) +bun run build # Build the site +bun run serve # Development server with hot reload +bun run test # Run tests +bun run lint # Check code with Biome +bun run lint:fix # Auto-fix lint issues +bun run cpd # Copy-paste detection on scripts/ +``` + +### Directory Structure + +``` +chobble-client/ +├── scripts/ # Build utilities and tooling +├── _data/ # Site configuration (site.json, meta.json) +├── pages/ # Content pages (markdown) +├── css/ # Custom stylesheets +├── images/ # Site images +├── .pages.yml # CMS configuration +├── biome.json # Linting config (extends js-toolkit base) +├── bunfig.toml # Bun test configuration +└── .jscpd.json # Copy-paste detection config +``` + +--- + +## Functional Programming Style + +This codebase uses a functional programming approach with curried, composable functions. **This is ideal for a static site generator**, which is fundamentally a series of transforms with no mutable state: + +``` +Content Files → Parse → Transform → Filter → Sort → Render → Static HTML +``` + +Each step is a pure function. Data flows through pipelines without mutation. + +### Why FP for Static Sites? + +1. **Transforms, not mutations**: SSGs transform input files to output files +2. **Composability**: Build complex operations from simple, testable pieces +3. **Predictability**: Pure functions always produce the same output +4. **Debuggability**: No hidden state changes to track down + +### Import Aliases + +Use the `#fp` alias for functional utilities: + +```javascript +import { pipe, filter, map, unique } from "#fp"; +import { memoize } from "#fp/memoize"; +import { sortBy } from "#fp/sorting"; +``` + +--- + +## Functional Utilities (`#fp`) + +### Core Composition + +| Function | Purpose | Example | +| -------------- | ------------------------------- | ------------------------------ | +| `pipe(...fns)` | Compose functions left-to-right | `pipe(filter(x), map(y))(arr)` | + +### Curried Array Operations + +| Function | Purpose | Example | +| ------------------ | ----------------------- | --------------------------------- | +| `filter(pred)` | Curried array filter | `filter(x => x > 0)(arr)` | +| `map(fn)` | Curried array map | `map(x => x * 2)(arr)` | +| `flatMap(fn)` | Curried array flatMap | `flatMap(x => [x, x])(arr)` | +| `reduce(fn, init)` | Curried array reduce | `reduce((a, x) => a + x, 0)(arr)` | +| `sort(cmp)` | Non-mutating sort | `sort((a, b) => a - b)(arr)` | +| `sortBy(key)` | Sort by property/getter | `sortBy('name')(users)` | + +### Deduplication & Filtering + +| Function | Purpose | Example | +| --------------------- | ------------------------ | ---------------------------------------- | +| `unique(arr)` | Remove duplicates | `unique([1, 1, 2])` → `[1, 2]` | +| `uniqueBy(fn)` | Dedupe by key | `uniqueBy(x => x.id)(arr)` | +| `compact(arr)` | Remove falsy values | `compact([1, null, 2])` → `[1, 2]` | +| `filterMap(pred, fn)` | Filter + map in one pass | `filterMap(x => x > 0, x => x * 2)(arr)` | + +### Membership & Exclusion + +| Function | Purpose | Example | +| ------------------- | -------------------- | ----------------------------------- | +| `memberOf(vals)` | Membership predicate | `filter(memberOf(['a', 'b']))(arr)` | +| `notMemberOf(vals)` | Exclusion predicate | `filter(notMemberOf(['x']))(arr)` | +| `exclude(vals)` | Filter out values | `exclude(['a'])(arr)` | +| `pick(keys)` | Extract object keys | `pick(['a', 'b'])(obj)` | + +### Caching & Memoization + +| Function | Purpose | Example | +| ---------------------- | --------------------- | ------------------------------------ | +| `memoize(fn, opts?)` | Cache results | `memoize(fn, { cacheKey })` | +| `indexBy(getKey)` | Build cached lookup | `indexBy(x => x.id)(arr)` | +| `groupByWithCache(fn)` | Build cached grouping | `groupByWithCache(x => x.tags)(arr)` | + +### Utilities + +| Function | Purpose | Example | +| ------------------ | ----------------------------- | ------------------------------------ | +| `pluralize(s, p?)` | Format count | `pluralize('item')(3)` → `"3 items"` | +| `accumulate(fn)` | Safe array building in reduce | See below | + +### Example: Processing Content + +```javascript +import { pipe, filter, map, sortBy, unique } from "#fp"; + +// Process blog posts: filter drafts, extract tags, sort by date +const processedPosts = pipe( + filter((post) => !post.draft), + sortBy("date"), + map((post) => ({ ...post, tags: post.tags || [] })), +)(posts); + +// Get all unique tags +const allTags = pipe( + flatMap((post) => post.tags), + unique, +)(processedPosts); +``` + +### Safe Array Building with `accumulate()` + +Avoid the `noAccumulatingSpread` lint error: + +```javascript +// BAD - O(n^2) performance +const ids = items.reduce( + (acc, item) => (item.id ? [...acc, item.id] : acc), + [], +); + +// GOOD - O(n) performance +import { accumulate } from "#fp"; +const ids = accumulate((acc, item) => { + if (item.id) acc.push(item.id); + return acc; +})(items); +``` + +--- + +## Linting Rules (Biome) + +The project enforces strict code quality via Biome. + +### Must Follow + +| Rule | Requirement | +| -------------------------------- | ------------------------------------------- | +| `useArrowFunction` | Use arrow functions | +| `useTemplate` | Use template literals | +| `useConst` | Use const (or let when reassignment needed) | +| `noVar` | Never use var | +| `noDoubleEquals` | Use `===`, not `==` | +| `noForEach` | Use `for...of` or curried `map`/`filter` | +| `noAccumulatingSpread` | Use `accumulate()` helper | +| `noUnusedImports` | Remove unused imports | +| `noUnusedVariables` | Remove unused variables | +| `noExcessiveCognitiveComplexity` | Max complexity: 7 (30 in tests) | +| `noConsole` | No console.log except in scripts/ | + +### Formatting + +- 2-space indentation +- Run `bun run lint:fix` to auto-format + +--- + +## Anti-Patterns to Avoid + +1. **Don't use npm** - This project requires Bun +2. **Don't use `forEach`** - Use `for...of` loops or curried `map`/`filter` +3. **Don't accumulate with spread** - Use `accumulate()` helper for O(1) operations +4. **Don't use `var`** - Always use `const` (or `let` when reassignment needed) +5. **Don't use `==`** - Always use `===` +6. **Don't add console.log** - Except in build scripts +7. **Don't exceed complexity 7** - Break complex functions into smaller pieces +8. **Don't mutate data** - Create new objects/arrays instead + +--- + +## When Making Changes + +1. **Read existing code first** - Understand patterns before modifying +2. **Follow existing conventions** - Match the style of surrounding code +3. **Use functional patterns** - Prefer `pipe`, curried functions, immutability +4. **Run linter** - `bun run lint:fix` to auto-fix issues +5. **Keep functions small** - Stay under complexity limit of 7 +6. **Use the #fp utilities** - They're optimized and well-tested diff --git a/README.md b/README.md index 3ba75a8..38a730e 100644 --- a/README.md +++ b/README.md @@ -1,68 +1,41 @@ -# Uke Group North +# Chobble Client Site Builder -**Bringing communities together through the joy of music** +Quick static site generator that combines the [Chobble Template](https://git.chobble.com/chobble/chobble-template/) with your content. -[ukegroupnorth.com](https://ukegroupnorth.com) +## Quick Start -## About Uke Group North +1. **Add your content** - Edit markdown files and images in the relevant folders +2. **Push to GitHub** - The site builds automatically via GitHub Actions +3. **Deploy happens automatically** - Site deploys to Neocities (or your chosen host) -Uke Group North is a Community Interest Company (CIC) dedicated to improving wellbeing and strengthening communities through inclusive ukulele workshops across Greater Manchester and Lancashire. Since September 2021, we've been creating welcoming spaces where people of all ages and abilities can learn, play, and connect through music. +## What Goes Where -### What We Do +The `.pages.yml` defines all your content types: +- `pages/` - Static pages with navigation +- `news/` - Blog posts with dates +- `products/` - Shop items with prices and Etsy links +- `categories/` - Product categories +- `team/` - Team member profiles +- `reviews/` - Customer testimonials +- `events/` - Upcoming events +- `menus/`, `menu-categories/`, `menu-items/` - Restaurant menu system +- `snippets/` - Reusable content bits +- `images/` - All your images -- **Weekly Sing & Strum Sessions** - Regular workshops in Ramsbottom, Greenmount, Bury and surrounding areas -- **Beginner to Advanced Workshops** - From first chords to advanced techniques -- **Children's Programmes** - Fun, educational sessions designed for young learners -- **Community Performances** - Regular performances at local festivals and events -- **Free Instrument Loan** - No ukulele? No problem! We provide instruments during sessions +## How It Works -### Our Mission +When you push to GitHub: +1. GitHub Actions merges your content with the template +2. Builds the static site with Eleventy +3. Deploys to your configured hosting (Neocities by default) -We work towards three core objectives: +## Configuration -1. **Improving Mental & Emotional Wellbeing** - Using music therapy and community connection to support mental health -2. **Strengthening Community Assets** - Supporting local community spaces through regular bookings and increased engagement -3. **Developing Musical Skills** - Teaching practical ukulele skills, music theory, and performance confidence +Set these GitHub secrets for your repo: +- `NEOCITIES_API_KEY` - For deployment +- `FORMSPARK_ID` - For contact forms (optional) +- `BOTPOISON_PUBLIC_KEY` - For spam protection (optional) -### Weekly Sessions +## Local Development -Check the [website](https://ukegroupnorth.com/events/) for our current weekly sessions across Greater Manchester and Lancashire. All sessions welcome beginners - no experience necessary! - -### Get Involved - -- **Email**: ukegroupnorth@gmail.com -- **Facebook**: [facebook.com/ukegroupnorth](https://www.facebook.com/ukegroupnorth/) -- **Join a Session**: Visit our [workshops page](https://ukegroupnorth.com/workshops/) to find a session near you -- **Support Us**: Donations help us provide instruments and expand our reach to new communities - -## Website Technical Details - -This website is built using the [Chobble Template](https://github.com/chobbledotcom/chobble-template), a static site generator that combines markdown content with automated deployment. - -### Site Structure - -- `pages/` - Main website pages (About, Mission, Workshops, etc.) -- `events/` - Weekly recurring sessions and special events -- `news/` - Updates and announcements -- `reviews/` - Testimonials from participants -- `images/` - Photos and promotional materials -- `assets/` - Downloadable songbooks (Junior Songbook, UGN Songbook) - -### Deployment - -The site automatically builds and deploys to Bunny CDN via GitHub Actions when changes are pushed to the main branch. Content is managed through markdown files, making updates simple and accessible. - -### Local Development - -To build the site locally: -```bash -./bin/build -``` - -The built site appears in `result/`. - ---- - -*"If everyone played the ukulele, the world would be a better place."* - Jake Shimabukuro - -**Uke Group North CIC** - Building stronger communities through music since 2021. \ No newline at end of file +Run `./bin/build` to build locally. The output appears in `result/`. \ No newline at end of file diff --git a/_includes/head-scripts.html b/_includes/head-scripts.html index a6c112b..7c1677a 100644 --- a/_includes/head-scripts.html +++ b/_includes/head-scripts.html @@ -1,12 +1,14 @@ diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..35817b5 --- /dev/null +++ b/biome.json @@ -0,0 +1,71 @@ +{ + "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "files": { + "includes": ["scripts/**/*.js", "!.build/**", "!_site/**"], + "ignoreUnknown": true + }, + "formatter": { + "indentStyle": "space", + "indentWidth": 2 + }, + "linter": { + "enabled": true, + "rules": { + "complexity": { + "noStaticOnlyClass": "error", + "noThisInStatic": "error", + "noUselessThisAlias": "error", + "useArrowFunction": "error", + "noForEach": "error", + "useFlatMap": "error", + "noExcessiveCognitiveComplexity": { + "level": "error", + "options": { + "maxAllowedComplexity": 7 + } + } + }, + "style": { + "useConst": "error", + "useTemplate": "error", + "noUnusedTemplateLiteral": "error" + }, + "suspicious": { + "noVar": "error", + "noDoubleEquals": "error", + "noConsole": "off", + "noSkippedTests": "error", + "noFocusedTests": "error" + }, + "correctness": { + "noUnusedVariables": "error", + "noUnusedImports": "error", + "noUnusedFunctionParameters": "error", + "noGlobalDirnameFilename": "error" + }, + "performance": { + "noAccumulatingSpread": "error" + }, + "nursery": { + "noUnnecessaryConditions": "error" + } + } + }, + "overrides": [ + { + "includes": ["scripts/screenshot.js"], + "linter": { + "rules": { + "complexity": { + "noExcessiveCognitiveComplexity": { + "level": "error", + "options": { + "maxAllowedComplexity": 20 + } + } + } + } + } + } + ] +} diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..ac7ac62 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,20 @@ +# Bun configuration for chobble-client + +[test] +# Test file patterns +root = "./test" + +# Timeout for individual tests (30 seconds) +timeout = 30000 + +# Enable coverage reporting +coverage = true + +# Coverage thresholds +coverageThreshold = { lines = 1.0, functions = 1.0 } + +# Exclude scripts from coverage (they're build utilities, not library code) +coveragePathIgnorePatterns = [ + "scripts/**/*.js", + "test/**/*.js" +] diff --git a/css/theme.scss b/css/theme.scss index ea2cb4c..9db6e25 100644 --- a/css/theme.scss +++ b/css/theme.scss @@ -1,12 +1,24 @@ +/* body_classes: headings-centered */ + +/* ============================================================================= + Uke Group North theme — recreates the previous site's boxed layout on top + of the chobble-template design system. The page sits on a warm peach + background, with the banner, content+sidebar, and footer rendered as + centred 1300px cream panels with a thin gold border and soft shadow. + Everything else (nav layout, two-column grid, hoisted banner, sidebar + slider stacking) comes from the template. + ========================================================================== */ + :root { --color-text: #000000; --color-link: #1a5fb4; --color-link-hover: #0d3a6e; --color-bg: #fffdf6; + --body-background: #faece1; + --body-background-alt: #fdf6e7; --border-radius: 5px; --border: 1px solid #b6720c; --box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - --width-content: 1300px; --font-family-heading: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif; @@ -16,28 +28,131 @@ --link-decoration: underline; --link-decoration-hover: underline; --link-decoration-style: dotted; + --width-content: 1300px; +} + +/* --------------------------------------------------------------------------- + Type scale and spacing — match the old live site's compact density + (h1 2rem, h2 1.4rem, h3 1.2rem on a 16px body). Uses the design system's + runtime sizing tokens; heading mixins resolve to h1 = 3xl -> 4xl (md) -> + 5xl (xl), h2 = 2xl -> 3xl (md), h3 = xl -> 2xl (md). + ------------------------------------------------------------------------- */ + +:root { + --font-size-md: 1.0625rem; + --font-size-lg: 1.125rem; + --font-size-xl: 1.2rem; + --font-size-2xl: 1.3rem; + --font-size-3xl: 1.5rem; + --font-size-4xl: 1.75rem; + --font-size-5xl: 2rem; + + /* 6px spacing unit (25% tighter than the 8px default); all --space-* + tiers derive from this at runtime */ + --space-unit: 6px; + + --section-padding-y-sm: 2.5rem; + --section-padding-y-md: 4rem; +} + +.design-system .prose { + /* the design system's prose uses 1.625; the old site used 1.5 throughout */ + line-height: 1.5; +} + +/* --------------------------------------------------------------------------- + Boxed page panels on a peach backdrop. body > section is the hoisted + image-background banner. The nav keeps the template's horizontal-nav + styling (centred, rounded, shadowed) and just gains the gold border. + ------------------------------------------------------------------------- */ + +body.design-system { + padding: 0.5rem; +} + +body.design-system > section, +body.design-system > .page-columns, +body.design-system > footer { + overflow: hidden; + width: min(var(--width-content), 100%); + margin: 0 auto 1rem; + border: var(--border); + border-radius: var(--border-radius); + background: var(--color-bg); + box-shadow: var(--box-shadow); } -/* body_classes: header-centered-dark, headings-centered */ +@media screen and (min-width: 769px) { + body.design-system > nav { + border: var(--border); + } +} + +/* --------------------------------------------------------------------------- + Banner header (a page's leading image-background block, hoisted above + the columns by the template's base.html) + ------------------------------------------------------------------------- */ + +body.design-system > section { + .image-background { + aspect-ratio: 7 / 2; + } + + figcaption { + text-align: center; -body > footer .socials li a img, -body > footer .socials li a img:hover { - filter: invert(40%) sepia(98%) saturate(401%) hue-rotate(357deg) - brightness(98%) contrast(102%); + h1 { + text-wrap: balance; + } + + p { + font-size: 1.125rem; + } + } + + @media screen and (max-width: 650px) { + .image-background { + aspect-ratio: 4 / 3; + } + } } -body { - background: #faece1; +/* --------------------------------------------------------------------------- + Right sidebar — grid, width, padding, and slider stacking come from the + design system; this is the old site's centred look plus the gold divider + ------------------------------------------------------------------------- */ + +@media screen and (min-width: 1001px) { + body.design-system.two-columns .right-column { + border-left: var(--border); + } } -header { - --color-text: #ffffff; +body.design-system .right-column { + /* the design system's ::marker content survives list-style: none */ + --list-marker-content: none; + + h3 { + text-align: center; + } + + .prose { + text-align: center; + + ul { + padding-left: 0; + list-style: none; + } + } } -button, -.button, -input[type="submit"] { - --color-link: #000000; - --color-link-hover: #240808; - --border: 2px solid #b6720c; +/* --------------------------------------------------------------------------- + Old-site touches + ------------------------------------------------------------------------- */ + +body.design-system.headings-centered main { + h1, + h2 { + text-align: center; + } } diff --git a/events/mondays-at-greenmount.md b/events/mondays-at-greenmount.md index 540b041..4059233 100644 --- a/events/mondays-at-greenmount.md +++ b/events/mondays-at-greenmount.md @@ -1,41 +1,51 @@ --- -header_image: /images/ukelele-2.jpg -title: Mondays at Greenmount Old School +name: Mondays at Greenmount Old School +thumbnail: /images/ukelele-2.jpg subtitle: Weekly Sing & Strum Session recurring_date: Mondays - 10:15am-11:15am event_location: Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -header_text: Mondays at Greenmount Old School meta_title: Monday Sessions | Greenmount Old School | Uke Group North meta_description: Join our weekly Sing & Strum session at Greenmount Old School every Monday 10:15am-11:15am. £6 per person. No instruments required, beginners encouraged. map_embed_src: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2366.239435994505!2d-2.3370930000000003!3d53.624869!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487ba48e7e2d803f%3A0x7ceaa1ec8ae68331!2sGreenmount%20Old%20School%20Community%20Centre!5e0!3m2!1sen!2snl!4v1757042449479!5m2!1sen!2snl ---- +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Mondays at Greenmount Old School -## Weekly Sing & Strum Session + Weekly Sing & Strum Session + - type: markdown + content: | + ## Weekly Sing & Strum Session -Join us every Monday morning at Greenmount Old School for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! + Join us every Monday morning at Greenmount Old School for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! -### Session Details + ### Session Details -- **When:** Every Monday, 10:15am - 11:15am -- **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -- **Cost:** £8 per person + - **When:** Every Monday, 10:15am - 11:15am + - **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS + - **Cost:** £8 per person -### What to Expect + ### What to Expect -Our Monday morning sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet! Please let us know if you require a uke in your booking. + Our Monday morning sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet! Please let us know if you require a uke in your booking. -### What to Bring + ### What to Bring -- Your ukulele, or let us know if you would like to borrow one of ours -- A copy of our most recent song book, either download to tablet or printed copy - [Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) + - Your ukulele, or let us know if you would like to borrow one of ours + - A copy of our most recent song book, either download to tablet or printed copy + [Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) -### Booking + ### Booking -- Email: [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com) or use the contact form on this page -- Spaces are limited to ensure quality instruction and safety, please book in advance -- Block booking discounts available + - Email: [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com) or use the contact form on this page + - Spaces are limited to ensure quality instruction and safety, please book in advance + - Block booking discounts available -All abilities welcome - beginners are especially encouraged to join us! + All abilities welcome - beginners are especially encouraged to join us! + - type: reviews + current_item: false +--- diff --git a/events/thursdays-at-wyldes.md b/events/thursdays-at-wyldes.md index 49399cb..b163dc1 100644 --- a/events/thursdays-at-wyldes.md +++ b/events/thursdays-at-wyldes.md @@ -1,39 +1,50 @@ --- -header_image: /images/ukelele-1.jpg -title: Thursdays at Wyldes +name: Thursdays at Wyldes +thumbnail: /images/ukelele-1.jpg subtitle: Weekly Sing & Strum Session recurring_date: Thursdays - 6:30pm-8:00pm event_location: Wyldes, 4 Bolton St, Bury, BL9 0LQ -header_text: Thursdays at Wyldes meta_title: Thursday Sessions | Wyldes | Uke Group North meta_description: Join our weekly Sing & Strum session at Wyldes every Thursday 7:30pm-9:30pm. £6 per person. No instruments required, beginners encouraged. map_embed_src: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2367.9955197775807!2d-2.3008388228541983!3d53.593541572361936!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487ba46590f8f9e7%3A0xfa113049c152bedf!2sWyldes!5e0!3m2!1sen!2snl!4v1757042510480!5m2!1sen!2snl ---- -## Weekly Sing & Strum Session +blocks: + - type: image-background + image: /images/ukelele-1.jpg + tint: true + content: | + # Thursdays at Wyldes + + Weekly Sing & Strum Session + - type: markdown + content: | + ## Weekly Sing & Strum Session -Join us every Thursday evening at Wyldes for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! Learn ukulele, play and sing your favourite songs in a relaxed evening atmosphere. + Join us every Thursday evening at Wyldes for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! Learn ukulele, play and sing your favourite songs in a relaxed evening atmosphere. -### Session Details + ### Session Details -- **When:** Every Thursday, 6:30pm - 8:00pm -- **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ -- **Cost:** £8 per person + - **When:** Every Thursday, 6:30pm - 8:00pm + - **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ + - **Cost:** £8 per person -### What to Expect + ### What to Expect -Our Thursday evening sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet. Please let us know if you require a uke in your booking. + Our Thursday evening sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet. Please let us know if you require a uke in your booking. -### What to Bring + ### What to Bring -- Your ukulele, or let us know if you would like to borrow one of ours -- A copy of our most recent song book, either download to tablet or printed copy - [Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) + - Your ukulele, or let us know if you would like to borrow one of ours + - A copy of our most recent song book, either download to tablet or printed copy + [Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) -### Booking + ### Booking -- Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) -- Spaces are limited to ensure quality instruction and safety, please book in advance -- Block booking discounts available + - Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) + - Spaces are limited to ensure quality instruction and safety, please book in advance + - Block booking discounts available -All abilities welcome - beginners are especially encouraged to join us! \ No newline at end of file + All abilities welcome - beginners are especially encouraged to join us! + - type: reviews + current_item: false +--- diff --git a/events/tuesdays-at-ramsbottom-library.md b/events/tuesdays-at-ramsbottom-library.md index b9ae7db..47f4e27 100644 --- a/events/tuesdays-at-ramsbottom-library.md +++ b/events/tuesdays-at-ramsbottom-library.md @@ -1,44 +1,55 @@ --- -header_image: /images/ukelele-3.jpg -title: Tuesdays at Ramsbottom Library +name: Tuesdays at Ramsbottom Library +thumbnail: /images/ukelele-3.jpg subtitle: Weekly Sing & Strum Session recurring_date: Tuesdays - 10:30am-12pm event_location: Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE -header_text: Tuesdays at Ramsbottom Library meta_title: Tuesday Sessions | Ramsbottom Library | Uke Group North meta_description: Join our weekly Sing & Strum session at Ramsbottom Library every Tuesday 10:30am-12pm. £8 per person. No instruments required, beginners encouraged. map_embed_src: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2364.8881404900885!2d-2.3221926228513086!3d53.64896667237872!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487ba372b6eeae45%3A0x70c8e1727daabd13!2sRamsbottom%20Library!5e0!3m2!1sen!2snl!4v1757042554281!5m2!1sen!2snl ---- -## Weekly Sing & Strum Session +blocks: + - type: image-background + image: /images/ukelele-3.jpg + tint: true + content: | + # Tuesdays at Ramsbottom Library + + Weekly Sing & Strum Session + - type: markdown + content: | + ## Weekly Sing & Strum Session -Join us every Tuesday morning at Ramsbottom Library for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! Learn ukulele, play and sing your favourite songs. + Join us every Tuesday morning at Ramsbottom Library for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! Learn ukulele, play and sing your favourite songs. -### Session Details + ### Session Details -- **When:** Every Tuesday, 10:30am - 12:00pm -- **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE -- **Cost:** £8 per person + - **When:** Every Tuesday, 10:30am - 12:00pm + - **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE + - **Cost:** £8 per person -### What to Expect + ### What to Expect -Our Tuesday morning sessions are relaxed and welcoming. We play a variety of songs together, from classics to contemporary hits, all arranged for ukulele. The session is suitable for mixed abilities - whether you're a confident player or still building your skills, you'll find a warm welcome here. + Our Tuesday morning sessions are relaxed and welcoming. We play a variety of songs together, from classics to contemporary hits, all arranged for ukulele. The session is suitable for mixed abilities - whether you're a confident player or still building your skills, you'll find a warm welcome here. -### What to Expect + ### What to Expect -Our Monday morning sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet! Please let us know if you require a uke in your booking. + Our Monday morning sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet! Please let us know if you require a uke in your booking. -### What to Bring + ### What to Bring -- Your ukulele, or let us know if you would like to borrow one of ours -- A copy of our most recent song book, either download to tablet or printed copy -[Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) + - Your ukulele, or let us know if you would like to borrow one of ours + - A copy of our most recent song book, either download to tablet or printed copy + [Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) -### Booking + ### Booking -- Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) -- Spaces are limited to ensure quality instruction and safety, please book in advance -- Block booking discounts available + - Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) + - Spaces are limited to ensure quality instruction and safety, please book in advance + - Block booking discounts available -All abilities welcome - beginners are especially encouraged to join us! \ No newline at end of file + All abilities welcome - beginners are especially encouraged to join us! + - type: reviews + current_item: false +--- diff --git a/events/tuesdays-at-the-den.md b/events/tuesdays-at-the-den.md index 6a9d0bf..0c36502 100644 --- a/events/tuesdays-at-the-den.md +++ b/events/tuesdays-at-the-den.md @@ -1,40 +1,51 @@ --- -header_image: /images/ukelele-2.jpg -title: Tuesdays at The Den +name: Tuesdays at The Den +thumbnail: /images/ukelele-2.jpg subtitle: Weekly Sing & Strum Session recurring_date: Tuesdays - 5:30pm-7pm event_location: The Den, 6 Stubbins Vale Road, Ramsbottom, BL0 0NT -header_text: Tuesdays at The Den meta_title: Tuesday Sessions | The Den | Uke Group North meta_description: Join our weekly Sing & Strum session at The Den every Tuesday 5:30pm-7pm. £6 per person. No instruments required, beginners encouraged. map_embed_src: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2364.2658656759536!2d-2.3187656999999446!3d53.6600612!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487ba31006eb63c1%3A0x3e0933913229e97b!2s6%20Stubbins%20Vale%20Rd%2C%20Ramsbottom%2C%20Bury%20BL0%200NT%2C%20UK!5e0!3m2!1sen!2snl!4v1757042673300!5m2!1sen!2snl ---- -## Weekly Sing & Strum Session +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Tuesdays at The Den + + Weekly Sing & Strum Session + - type: markdown + content: | + ## Weekly Sing & Strum Session -Join us every Tuesday evening at The Den for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! Learn ukulele, play and sing your favourite songs. This early evening session is perfect for those who can't make daytime sessions - great for after work or school! + Join us every Tuesday evening at The Den for our popular Sing & Strum session. No instruments required - beginners are encouraged, and intermediate and advanced players are also welcome! Learn ukulele, play and sing your favourite songs. This early evening session is perfect for those who can't make daytime sessions - great for after work or school! -### Session Details + ### Session Details -- **When:** Every Tuesday, 5:30pm - 7:00pm -- **Where:** The Den, Stubbins Vale Rd, Ramsbottom, BL0 0NT -- **Cost:** £8 per person -- **Instrument hire:** + - **When:** Every Tuesday, 5:30pm - 7:00pm + - **Where:** The Den, Stubbins Vale Rd, Ramsbottom, BL0 0NT + - **Cost:** £8 per person + - **Instrument hire:** -### What to Expect + ### What to Expect -Our Monday morning sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet! Please let us know if you require a uke in your booking. + Our Monday morning sessions are perfect for learning ukulele, playing and singing your favourite songs in a relaxed and welcoming environment. Whether you're a complete beginner or an experienced player, you'll find a warm welcome here. We provide instruments if you don't have your own yet! Please let us know if you require a uke in your booking. -### What to Bring + ### What to Bring -- Your ukulele, or let us know if you would like to borrow one of ours -- A copy of our most recent song book, either download to tablet or printed copy -[Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) + - Your ukulele, or let us know if you would like to borrow one of ours + - A copy of our most recent song book, either download to tablet or printed copy + [Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) -### Booking + ### Booking -- Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) -- Spaces are limited to ensure quality instruction and safety, please book in advance -- Block booking discounts available + - Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) + - Spaces are limited to ensure quality instruction and safety, please book in advance + - Block booking discounts available -All abilities welcome - beginners are especially encouraged to join us! + All abilities welcome - beginners are especially encouraged to join us! + - type: reviews + current_item: false +--- diff --git a/flake.lock b/flake.lock index a9d939e..5999137 100644 --- a/flake.lock +++ b/flake.lock @@ -1,24 +1,6 @@ { "nodes": { - "nixpkgs": { - "locked": { - "lastModified": 1764384123, - "narHash": "sha256-UoliURDJFaOolycBZYrjzd9Cc66zULEyHqGFH3QHEq0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "59b6c96beacc898566c9be1052ae806f3835f87d", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "root": { - "inputs": { - "nixpkgs": "nixpkgs" - } - } + "root": {} }, "root": "root", "version": 7 diff --git a/flake.nix b/flake.nix index 17d4754..1dce429 100644 --- a/flake.nix +++ b/flake.nix @@ -1,46 +1,62 @@ { - inputs.nixpkgs.url = "nixpkgs"; + inputs = { }; outputs = - { self, nixpkgs }: + { ... }: + let + forAllSystems = f: { x86_64-linux = f "x86_64-linux"; }; + in { - devShells.x86_64-linux.default = + devShells = forAllSystems ( + system: let - pkgs = import nixpkgs { system = "x86_64-linux"; }; - pnpmScripts = pkgs.symlinkJoin { - name = "pnpm-scripts"; - paths = map (cmd: pkgs.writeShellScriptBin cmd "pnpm run ${cmd}") [ + pkgs = import { inherit system; }; + bunScripts = pkgs.symlinkJoin { + name = "bun-scripts"; + paths = map (cmd: pkgs.writeShellScriptBin cmd "bun run ${cmd} -- \"$@\"") [ "serve" "build" "prepare-dev" "sync-files" "watch" "update-pages" + "update-scripts" + "fetch-google-reviews" "clean" + "test" ]; }; in - pkgs.mkShell { - buildInputs = [ - pkgs.nodejs_24 - pkgs.pnpm - pnpmScripts - ]; - shellHook = '' - cat < diff --git a/images/placeholders/green.svg b/images/placeholders/green.svg new file mode 100644 index 0000000..2bbc3b4 --- /dev/null +++ b/images/placeholders/green.svg @@ -0,0 +1 @@ + diff --git a/images/placeholders/orange.svg b/images/placeholders/orange.svg new file mode 100644 index 0000000..ba5c5a2 --- /dev/null +++ b/images/placeholders/orange.svg @@ -0,0 +1 @@ + diff --git a/images/placeholders/pink.svg b/images/placeholders/pink.svg new file mode 100644 index 0000000..43ab2dd --- /dev/null +++ b/images/placeholders/pink.svg @@ -0,0 +1 @@ + diff --git a/images/placeholders/purple.svg b/images/placeholders/purple.svg new file mode 100644 index 0000000..bb42b96 --- /dev/null +++ b/images/placeholders/purple.svg @@ -0,0 +1 @@ + diff --git a/images/placeholders/yellow.svg b/images/placeholders/yellow.svg new file mode 100644 index 0000000..237c1b1 --- /dev/null +++ b/images/placeholders/yellow.svg @@ -0,0 +1 @@ + diff --git a/images/ukulele-pub-1.jpg b/images/ukulele-pub-1.jpg new file mode 100644 index 0000000..050c9c0 Binary files /dev/null and b/images/ukulele-pub-1.jpg differ diff --git a/images/ukulele-pub-2.jpg b/images/ukulele-pub-2.jpg new file mode 100644 index 0000000..175f84b Binary files /dev/null and b/images/ukulele-pub-2.jpg differ diff --git a/news/new-ukulele-workshop-event.md b/news/new-ukulele-workshop-event.md index fdbfcf9..a706b95 100644 --- a/news/new-ukulele-workshop-event.md +++ b/news/new-ukulele-workshop-event.md @@ -1,44 +1,57 @@ --- -title: New Ukulele Workshop Series Starting -header_image: /images/ukelele-2.jpg +name: New Ukulele Workshop Series Starting date: 2024-12-01 subtitle: Weekly sessions for all skill levels -header_text: Join Our New Workshop Series meta_description: Uke Group North announces new weekly ukulele workshop series starting in December ---- -We're thrilled to announce our new weekly ukulele workshop series Sing and strum sessions! These sessions are designed for players of all skill levels, from complete beginners to experienced strummers, all making music together. +meta_title: New Ukulele Workshop Series Starting | Uke Group North +permalink: /news/new-ukulele-workshop-event/ +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Join Our New Workshop Series + + Weekly sessions for all skill levels + - type: include + file: news-post-header.html + - type: news-meta + - type: markdown + content: | + We're thrilled to announce our new weekly ukulele workshop series Sing and strum sessions! These sessions are designed for players of all skill levels, from complete beginners to experienced strummers, all making music together. -## Workshop Details + ## Workshop Details -**Greenmount Old School, Brandlesholme Rd, Greenmount** -Mondays 10:15am-11:45am + **Greenmount Old School, Brandlesholme Rd, Greenmount** + Mondays 10:15am-11:45am -**Ramsbottom Library, Carr St., Ramsbottom** -Tuesdays 10:30am - 12:00pm + **Ramsbottom Library, Carr St., Ramsbottom** + Tuesdays 10:30am - 12:00pm -**The Den, Stubbins Vale Rd., Ramsbottom** -Tuesdays 5:30pm - 7:00pm + **The Den, Stubbins Vale Rd., Ramsbottom** + Tuesdays 5:30pm - 7:00pm -**Wyldes, Bury** -Thursdays 6:30pm - 8:00pm + **Wyldes, Bury** + Thursdays 6:30pm - 8:00pm -Sessions are £8pp, (free instrument hire if required, let us know) + Sessions are £8pp, (free instrument hire if required, let us know) -## What You'll Learn + ## What You'll Learn -- Basic chord progressions -- Strumming patterns and techniques -- Popular songs arranged for ukulele -- Music theory, helping you make informed choices when making music -- Group performance skills + - Basic chord progressions + - Strumming patterns and techniques + - Popular songs arranged for ukulele + - Music theory, helping you make informed choices when making music + - Group performance skills -## Bring Your Own or Borrow + ## Bring Your Own or Borrow -Don't have a ukulele yet? No problem! We have instruments available to borrow during the sessions. Just let us know when you register. + Don't have a ukulele yet? No problem! We have instruments available to borrow during the sessions. Just let us know when you register. -## Registration + ## Registration -To secure your spot, please email us at ukegroupnorth@gmail.com or use our contact form. Spaces are limited to ensure everyone gets individual attention. + To secure your spot, please email us at ukegroupnorth@gmail.com or use our contact form. Spaces are limited to ensure everyone gets individual attention. -We are ooking forward to making music with you! \ No newline at end of file + We are ooking forward to making music with you! +--- diff --git a/news/welcome.md b/news/welcome.md index bc04bfc..5099dbb 100644 --- a/news/welcome.md +++ b/news/welcome.md @@ -1,20 +1,31 @@ --- -title: "Welcome to Uke Group North" +name: Welcome to Uke Group North date: 2024-01-15 -header_text: "Welcome to Our New Website" -subtitle: "Join us for ukulele fun!" -meta_description: "Uke Group North launches new website for ukulele workshops" +subtitle: Join us for ukulele fun! +meta_description: Uke Group North launches new website for ukulele workshops +meta_title: Welcome to Uke Group North | Uke Group North permalink: /news/welcome-to-uke-group-north/ -header_image: /images/ukelele-1.jpg ---- +blocks: + - type: image-background + image: /images/ukelele-1.jpg + tint: true + content: | + # Welcome to Our New Website -We're excited to launch our new website! Uke Group North brings ukulele workshops to Greater Manchester and Lancashire, creating inclusive, engaging, and community-focused music experiences for all ages. + Join us for ukulele fun! + - type: include + file: news-post-header.html + - type: news-meta + - type: markdown + content: | + We're excited to launch our new website! Uke Group North brings ukulele workshops to Greater Manchester and Lancashire, creating inclusive, engaging, and community-focused music experiences for all ages. -## What We Offer + ## What We Offer -- Regular ukulele workshops -- Community events -- Beginner-friendly sessions -- All ages welcome + - Regular ukulele workshops + - Community events + - Beginner-friendly sessions + - All ages welcome -Join us for the joy of making music together! + Join us for the joy of making music together! +--- diff --git a/package.json b/package.json index 8722216..0a4ba09 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,37 @@ { - "name": "uke-group-north", - "version": "1.0.0", - "description": "Uke Group North website", - "scripts": { - "serve": "node scripts/serve.js", - "build": "node scripts/build.js", - "prepare-dev": "node scripts/prepare-dev.js", - "sync-files": "node scripts/sync-files.js", - "watch": "node scripts/watch.js", - "update-pages": "node scripts/update-pages.js", - "clean": "rm -rf .build _site" - }, - "dependencies": { - "esbuild": "^0.27.0" - }, - "devDependencies": {} -} \ No newline at end of file + "name": "chobble-client", + "version": "1.0.0", + "type": "module", + "packageManager": "bun@1.2.13", + "description": "Chobble.com client website", + "scripts": { + "preinstall": "node -e \"if(!process.env.npm_config_user_agent.startsWith('bun')){console.error('Use bun, not npm/yarn/pnpm');process.exit(1)}\"", + "serve": "bun scripts/serve.js", + "build": "bun scripts/build.js", + "prepare-dev": "bun scripts/prepare-dev.js", + "sync-files": "bun scripts/sync-files.js", + "watch": "bun scripts/watch.js", + "update-pages": "bun scripts/update-pages.js", + "fetch-google-reviews": "bun scripts/fetch-google-reviews.js", + "fetch-instagram-posts": "bun scripts/fetch-instagram-posts.js", + "screenshot": "bun scripts/screenshot.js", + "clean": "rm -rf .build _site", + "test": "bun scripts/test.js", + "precommit": "bun scripts/precommit.js", + "lint": "bunx @biomejs/biome check --config-path=biome.json --error-on-warnings scripts/", + "lint:fix": "bunx @biomejs/biome check --config-path=biome.json --write scripts/", + "cpd": "bunx jscpd" + }, + "imports": { + "#fp": "@chobble/js-toolkit/fp", + "#fp/*": "@chobble/js-toolkit/fp/*" + }, + "devDependencies": { + "@chobble/js-toolkit": "file:../chobble-template/packages/js-toolkit" + }, + "dependencies": { + "linkify-html": "^4.3.3", + "liquidjs": "^10.27.0", + "slugify": "^1.6.9" + } +} diff --git a/pages/about.md b/pages/about.md index 341f849..b2cacac 100644 --- a/pages/about.md +++ b/pages/about.md @@ -1,7 +1,5 @@ --- -header_image: /images/ukelele-2.jpg -header_text: About Uke Group North -subtitle: Our story and values +name: About Uke Group North meta_description: Learn about Uke Group North - bringing communities together through ukulele workshops across Greater Manchester and Lancashire since 2021. meta_title: About Us | Uke Group North @@ -9,78 +7,101 @@ eleventyNavigation: key: About order: 4 permalink: /about/ ---- -## Welcome to Uke Group North +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # About Uke Group North -We are a community interest company dedicated to bringing people together through the joy of music. Since September 2021, we've been running weekly workshops across Greater Manchester and Lancashire, creating spaces where people of all ages and abilities can learn, play, and connect through the ukulele. + Our story and values + - type: markdown + content: | + ## Welcome to Uke Group North -## Our Story + We are a community interest company dedicated to bringing people together through the joy of music. Since September 2021, we've been running weekly workshops across Greater Manchester and Lancashire, creating spaces where people of all ages and abilities can learn, play, and connect through the ukulele. -Our journey begins with the belief: music has the power to help transform communities. Starting with our first sessions in Ramsbottom, we've grown into a vibrant network of welcoming, supportive, encouraging music-makers. Bringing the joy of music, ukulele and singing together to libraries, community centres, residential living centres, primary schools, museums, gardens and gathering spaces across the region with our workshops, sing and strum sessions and live performances. + ## Our Story -We're proud to work alongside organisations who create positive ripples in communities such as [RammyMen](https://rammymen.org), [Urban Outreach](https://urbanoutreach.co.uk) as well as local councils and other care providers. + Our journey begins with the belief: music has the power to help transform communities. Starting with our first sessions in Ramsbottom, we've grown into a vibrant network of welcoming, supportive, encouraging music-makers. Bringing the joy of music, ukulele and singing together to libraries, community centres, residential living centres, primary schools, museums, gardens and gathering spaces across the region with our workshops, sing and strum sessions and live performances. -## Our Objectives + We're proud to work alongside organisations who create positive ripples in communities such as [RammyMen](https://rammymen.org), [Urban Outreach](https://urbanoutreach.co.uk) as well as local councils and other care providers. -**Wellbeing** - Improving mental and emotional health through music, routine and small circles of social-emotional reciprocity + ## Our Objectives -**Community** - Creating welcoming spaces to strengthen & forge new community bonds and broadening the offering of community held spaces + **Wellbeing** - Improving mental and emotional health through music, routine and small circles of social-emotional reciprocity -**Inclusivity** - Everyone is welcome, regardless of background, age, ability or beliefs + **Community** - Creating welcoming spaces to strengthen & forge new community bonds and broadening the offering of community held spaces + **Inclusivity** - Everyone is welcome, regardless of background, age, ability or beliefs -## What We Do -We deliver welcoming, group-oriented fun musical education workshops that focus on: + ## What We Do -- **Doing something together** - Building community through shared experiences -- **Having fun** - Because learning is better through play -- **Playing ukulele** - From first chords to advanced techniques -- **Singing** - Finding your voice in a supportive environment -- **Music theory** - Understanding the inner workings of music -- **Performance** - Building confidence to share your music + We deliver welcoming, group-oriented fun musical education workshops that focus on: -## Our Approach + - **Doing something together** - Building community through shared experiences + - **Having fun** - Because learning is better through play + - **Playing ukulele** - From first chords to advanced techniques + - **Singing** - Finding your voice in a supportive environment + - **Music theory** - Understanding the inner workings of music + - **Performance** - Building confidence to share your music -### Inclusive and Accessible -We believe everyone should have access to music education. That's why we: -- Provide high-quality instruments for FREE during sessions -- Keep our prices affordable -- Welcome all ages and abilities -- Adapt our teaching to meet individual needs + ## Our Approach -### Community Focused -We're more than just music lessons. Our workshops: -- Create lasting friendships -- Build support networks -- Strengthen community bonds -- Provide a sense of belonging + ### Inclusive and Accessible + We believe everyone should have access to music education. That's why we: + - Provide high-quality instruments for FREE during sessions + - Keep our prices affordable + - Welcome all ages and abilities + - Adapt our teaching to meet individual needs -### Professional and Supportive -We: -- Offer expert instruction -- Provide ongoing support -- Give sound advice on choosing instruments -- Help you celebrate your musical journey + ### Community Focused + We're more than just music lessons. Our workshops: + - Create lasting friendships + - Build support networks + - Strengthen community bonds + - Provide a sense of belonging -### Individual Tuition -While our group sessions are the heart of what we do, our founder Ben also offers one-on-one ukulele lessons. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical expertise combined with a friendly, laid-back teaching style. His personal lessons are perfect for those wanting focused instruction tailored to their specific goals and pace. + ### Professional and Supportive + We: + - Offer expert instruction + - Provide ongoing support + - Give sound advice on choosing instruments + - Help you celebrate your musical journey -## Join Our Community + ### Individual Tuition + While our group sessions are the heart of what we do, our founder Ben also offers one-on-one ukulele lessons. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical expertise combined with a friendly, laid-back teaching style. His personal lessons are perfect for those wanting focused instruction tailored to their specific goals and pace. -Whether you're looking to learn a new skill, meet new people, or simply have fun making music, there's a place for you at Uke Group North. Our relaxed, easy-going sessions create the perfect environment for musical exploration and community connection. + ## Join Our Community -Strike up a chord with Uke Group North today! + Whether you're looking to learn a new skill, meet new people, or simply have fun making music, there's a place for you at Uke Group North. Our relaxed, easy-going sessions create the perfect environment for musical exploration and community connection. -## Get Involved + Strike up a chord with Uke Group North today! -Visit us at our regular sessions: + ## Get Involved -{% recurring_events %} + Visit us at our regular sessions: -Or [get in touch via our contact page](/contact/) to learn about workshops in your area. + - type: items-array + image_aspect_ratio: "5/4" + horizontal: true + items: + - events/mondays-at-greenmount.md + - events/tuesdays-at-ramsbottom-library.md + - events/tuesdays-at-the-den.md + - events/thursdays-at-wyldes.md + intro_content: | + ## Our Weekly Sessions ---- + Join us at any of our regular Sing & Strum sessions across Greater Manchester and Lancashire. + + - type: markdown + content: | + Or [get in touch via our contact page](/contact/) to learn about workshops in your area. -*"We aim to reach communities across Greater Manchester and Lancashire, delivering the wonder that ukulele and singing together brings to individuals, communities, and collectives."* \ No newline at end of file + --- + + *"We aim to reach communities across Greater Manchester and Lancashire, delivering the wonder that ukulele and singing together brings to individuals, communities, and collectives."* +--- diff --git a/pages/contact.md b/pages/contact.md index 7c0b239..1914306 100644 --- a/pages/contact.md +++ b/pages/contact.md @@ -1,7 +1,5 @@ --- -header_image: /images/ukelele-1.jpg -header_text: Contact Us -subtitle: Let's make music together +name: Contact Us meta_description: Get in touch with Uke Group North - book workshops, join sessions, or enquire about our ukulele services across Greater Manchester and Lancashire. @@ -9,73 +7,95 @@ meta_title: Contact | Uke Group North eleventyNavigation: key: Contact order: 99 -layout: contact.html permalink: /contact/ ---- -## Get in Touch +blocks: + - type: image-background + image: /images/ukelele-1.jpg + tint: true + content: | + # Contact Us + + Let's make music together + - type: markdown + content: | + + ## Get in Touch -We'd love to hear from you! Whether you'd like to join a session, book a workshop for your group, or just have a question about what we do, we're here to help. + We'd love to hear from you! Whether you'd like to join a session, book a workshop for your group, or just have a question about what we do, we're here to help. -## Email Us + ## Email Us -For all enquiries, please email us at: [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com), or use the contact form below. + For all enquiries, please email us at: [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com), or use the contact form below. -You can also find us on [Google Maps](https://maps.app.goo.gl/5YPe7Gcj1vXLhYiG7) + You can also find us on [Google Maps](https://maps.app.goo.gl/5YPe7Gcj1vXLhYiG7) -## Join Our Regular Sessions + ## Join Our Regular Sessions -{% recurring_events %} + - type: items-array + image_aspect_ratio: "5/4" + items: + - events/mondays-at-greenmount.md + - events/tuesdays-at-ramsbottom-library.md + - events/tuesdays-at-the-den.md + - events/thursdays-at-wyldes.md + intro_content: | + ## Our Weekly Sessions -Our sing and strum sessions are £8 per person, with free instrument hire available - just let us know in your booking if you need to borrow a uke. + - type: markdown + content: | + Our sing and strum sessions are £8 per person, with free instrument hire available - just let us know in your booking if you need to borrow a uke. -## Book a Workshop for Your Group + ## Book a Workshop for Your Group -We can bring the joy of ukulele to your venue! Perfect for: + We can bring the joy of ukulele to your venue! Perfect for: -- Community groups -- Schools and colleges -- Care homes -- Corporate team building -- Private parties -- Special events + - Community groups + - Schools and colleges + - Care homes + - Corporate team building + - Private parties + - Special events -### What We Need to Know + ### What We Need to Know -When booking a workshop, please include: + When booking a workshop, please include: -- **Venue location** - Where you'd like the workshop -- **Group size** - Up to 30 participants -- **Instruments needed** - We can provide high quality instruments for those without their own -- **Left-handed instruments** - Let us know if you are left handed for a left handed strung instrument -- **Skill level** - Complete beginners to advanced -- **Musical preferences** - Your favourite genres or songs + - **Venue location** - Where you'd like the workshop + - **Group size** - Up to 30 participants + - **Instruments needed** - We can provide high quality instruments for those without their own + - **Left-handed instruments** - Let us know if you are left handed for a left handed strung instrument + - **Skill level** - Complete beginners to advanced + - **Musical preferences** - Your favourite genres or songs -## One-on-One Ukulele Lessons + ## One-on-One Ukulele Lessons -Ben also offers personal ukulele tuition for those who prefer individual lessons. With extensive musical experience including nine years in a heavy metal band and performances at major festivals, Ben brings professional expertise to ukulele teaching. His approach is friendly and relaxed, making him perfect for nervous beginners or anyone wanting to develop their skills. + Ben also offers personal ukulele tuition for those who prefer individual lessons. With extensive musical experience including nine years in a heavy metal band and performances at major festivals, Ben brings professional expertise to ukulele teaching. His approach is friendly and relaxed, making him perfect for nervous beginners or anyone wanting to develop their skills. -**What's included:** -- Personal instruction tailored to your level and goals -- Lessons at your location (within 20 minutes of Ramsbottom) -- All teaching materials provided -- Flexible scheduling to suit your needs + **What's included:** -**Pricing:** -- 30 minutes: £20 -- 60 minutes: £30 + - Personal instruction tailored to your level and goals + - Lessons at your location (within 20 minutes of Ramsbottom) + - All teaching materials provided + - Flexible scheduling to suit your needs -To book a one-on-one lesson or discuss whether your location is within Ben's travel area, email [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com) or [drop us a message using our contact form](/contact/). + **Pricing:** -## Frequently Asked Questions + - 30 minutes: £20 + - 60 minutes: £30 -**Do I need my own ukulele?** -No! We have instruments available to borrow during sessions for free. + To book a one-on-one lesson or discuss whether your location is within Ben's travel area, email [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com) or [drop us a message using our contact form](/contact/). -**I've never played before - can I still join?** -Absolutely! We welcome complete beginners + ## Frequently Asked Questions -**How do I book a place?** -Simply email us at [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com) or [click here to use our contact form](/contact/) to reserve your spot. + **Do I need my own ukulele?** + No! We have instruments available to borrow during sessions for free. -**Can you come to our venue?** -Yes! We deliver workshops across Greater Manchester and Lancashire. Get in touch to discuss your requirements. + **I've never played before - can I still join?** + Absolutely! We welcome complete beginners + + **How do I book a place?** + Simply email us at [ben@ukegroupnorth.com](mailto:ben@ukegroupnorth.com) or [click here to use our contact form](/contact/) to reserve your spot. + + **Can you come to our venue?** + Yes! We deliver workshops across Greater Manchester and Lancashire. Get in touch to discuss your requirements. +--- diff --git a/pages/events.md b/pages/events.md index a40a2f2..f14ce24 100644 --- a/pages/events.md +++ b/pages/events.md @@ -1,16 +1,25 @@ --- -header_image: /images/ukelele-3.jpg -header_text: Events -subtitle: Join us for regular sessions and special events +name: Events meta_description: Regular ukulele sessions and special events in Ramsbottom and surrounding areas. meta_title: Events | Uke Group North eleventyNavigation: key: Events order: 3 -layout: events.html permalink: /events/ ---- -## Regular Sessions +blocks: + - type: image-background + image: /images/ukelele-3.jpg + tint: true + content: | + # Events + + Join us for regular sessions and special events + - type: markdown + content: | + ## Regular Sessions -We run regular weekly Sing & Strum sessions in Ramsbottom and Bury. These are friendly, inclusive gatherings where we play and sing together. Players of all abilities are welcome! + We run regular weekly Sing & Strum sessions in Ramsbottom and Bury. These are friendly, inclusive gatherings where we play and sing together. Players of all abilities are welcome! + - type: items + collection: events +--- diff --git a/pages/faq.md b/pages/faq.md index 3c90214..3b7afb2 100644 --- a/pages/faq.md +++ b/pages/faq.md @@ -1,7 +1,5 @@ --- -header_image: /images/ukelele-2.jpg -header_text: Frequently Asked Questions -subtitle: Everything you need to know about joining Uke Group North +name: Frequently Asked Questions meta_description: Answers to common questions about Uke Group North ukulele sessions, lessons, locations, costs, and community benefits across Greater Manchester and Lancashire. meta_title: FAQ | Uke Group North eleventyNavigation: @@ -9,205 +7,215 @@ eleventyNavigation: parent: About order: 1 permalink: /faq/ ---- +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Frequently Asked Questions -## Getting Started Questions + Everything you need to know about joining Uke Group North + - type: markdown + content: | -### Do I need any experience to join? + ## Getting Started Questions -Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. Complete beginners are especially encouraged! Visit our [workshops page](/workshops/) to see what we teach. + ### Do I need any experience to join? -### Do I need to own a ukulele? + Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. Complete beginners are especially encouraged! Visit our [workshops page](/workshops/) to see what we teach. -No! We provide high-quality instruments for FREE during sessions. Just let us know in your booking if you'd like to borrow one of ours. You can bring your own if you have one. See our [about page](/about/) for more about our inclusive approach. + ### Do I need to own a ukulele? -### How much does it cost? + No! We provide high-quality instruments for FREE during sessions. Just let us know in your booking if you'd like to borrow one of ours. You can bring your own if you have one. See our [about page](/about/) for more about our inclusive approach. -Our weekly Sing & Strum sessions cost £8 per person. There are no long-term commitments required, and block booking discounts are available. For one-to-one lessons with Ben, it's £20 for 30 minutes or £30 for 60 minutes. Learn more on our [home page](/). + ### How much does it cost? -### What age groups can attend? + Our weekly Sing & Strum sessions cost £8 per person. There are no long-term commitments required, and block booking discounts are available. For one-to-one lessons with Ben, it's £20 for 30 minutes or £30 for 60 minutes. Learn more on our [home page](/). -No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. All ages and abilities are welcome. We also run specific [children's workshops](/workshops/) exploring the origins of the ukulele, the science of sound, and music fundamentals through games and activities. + ### What age groups can attend? -### What should I bring to my first session? + No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. All ages and abilities are welcome. We also run specific [children's workshops](/workshops/) exploring the origins of the ukulele, the science of sound, and music fundamentals through games and activities. -- Your ukulele (or let us know if you'd like to borrow one of ours) -- Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or the [Junior Songbook (PDF)](/assets/Junior_Songbook_2025.pdf), or bring it on a tablet -- Just yourself and a willingness to have some fun! + ### What should I bring to my first session? -### Is ukulele hard to learn? + - Your ukulele (or let us know if you'd like to borrow one of ours) + - Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or the [Junior Songbook (PDF)](/assets/Junior_Songbook_2025.pdf), or bring it on a tablet + - Just yourself and a willingness to have some fun! -The ukulele is one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. As Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place. There's something about the ukulele that just makes you smile." Read more about [why choose ukulele](/) on our home page. + ### Is ukulele hard to learn? -## Session Logistics + The ukulele is one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. As Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place. There's something about the ukulele that just makes you smile." Read more about [why choose ukulele](/) on our home page. -### Where are your sessions held? + ## Session Logistics -We hold weekly Sing & Strum sessions at four locations across Greater Manchester and Lancashire. Visit our [events page](/events/) for full details: + ### Where are your sessions held? -- **Mondays:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS (10:15am-11:15am) -- **Tuesdays (morning):** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE (10:30am-12pm) -- **Tuesdays (evening):** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT (5:30pm-7pm) -- **Thursdays:** Wyldes, 4 Bolton St, Bury, BL9 0LQ (6:30pm-8pm) + We hold weekly Sing & Strum sessions at four locations across Greater Manchester and Lancashire. Visit our [events page](/events/) for full details: -### Which session should I choose if I'm from Manchester? + - **Mondays:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS (10:15am-11:15am) + - **Tuesdays (morning):** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE (10:30am-12pm) + - **Tuesdays (evening):** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT (5:30pm-7pm) + - **Thursdays:** Wyldes, 4 Bolton St, Bury, BL9 0LQ (6:30pm-8pm) -All our sessions are friendly and welcoming! [Bury sessions](/ukulele-lessons-in-manchester/) are most convenient for Manchester residents - Thursday evenings suit those who work during the day, while Monday mornings are popular with retirees and flexible schedules. Ramsbottom sessions offer a lovely countryside escape. Bury is brilliantly connected to Manchester by Metrolink - just a 30-minute journey from the city centre. + ### Which session should I choose if I'm from Manchester? -### Which session should I choose if I'm from Bolton? + All our sessions are friendly and welcoming! [Bury sessions](/ukulele-lessons-in-manchester/) are most convenient for Manchester residents - Thursday evenings suit those who work during the day, while Monday mornings are popular with retirees and flexible schedules. Ramsbottom sessions offer a lovely countryside escape. Bury is brilliantly connected to Manchester by Metrolink - just a 30-minute journey from the city centre. -Thursday evenings at Wyldes are probably most convenient for [Bolton residents](/ukulele-lessons-in-bolton/) - closest location (about 20 minutes via A58) and perfect timing after work. Monday mornings at Greenmount suit those with flexible schedules. All our sessions are equally welcoming! + ### Which session should I choose if I'm from Bolton? -### How do I get there by public transport? + Thursday evenings at Wyldes are probably most convenient for [Bolton residents](/ukulele-lessons-in-bolton/) - closest location (about 20 minutes via A58) and perfect timing after work. Monday mornings at Greenmount suit those with flexible schedules. All our sessions are equally welcoming! -- **Bury sessions:** Bury is on the Metrolink from Manchester (30 minutes from city centre). Wyldes is a short walk from Bury Metrolink station. -- **Ramsbottom sessions:** Relaxing train ride from Manchester Victoria (around 30 minutes). + ### How do I get there by public transport? -For driving directions and more transport info, see our location-specific pages: [Manchester](/ukulele-lessons-in-manchester/), [Bolton](/ukulele-lessons-in-bolton/), [Bury](/ukulele-lessons-in-bury/), [Blackburn](/ukulele-lessons-in-blackburn/), [Rochdale](/ukulele-lessons-in-rochdale/), or [Lancashire](/ukulele-lessons-in-lancashire/). + - **Bury sessions:** Bury is on the Metrolink from Manchester (30 minutes from city centre). Wyldes is a short walk from Bury Metrolink station. + - **Ramsbottom sessions:** Relaxing train ride from Manchester Victoria (around 30 minutes). -### Is parking available? + For driving directions and more transport info, see our location-specific pages: [Manchester](/ukulele-lessons-in-manchester/), [Bolton](/ukulele-lessons-in-bolton/), [Bury](/ukulele-lessons-in-bury/), [Blackburn](/ukulele-lessons-in-blackburn/), [Rochdale](/ukulele-lessons-in-rochdale/), or [Lancashire](/ukulele-lessons-in-lancashire/). -- **Wyldes, Bury:** Right in Bury town centre with free parking after 6pm -- **Greenmount Old School:** Has its own car park -- **Ramsbottom sessions:** Street parking available in town centre + ### Is parking available? -### How long are the sessions? + - **Wyldes, Bury:** Right in Bury town centre with free parking after 6pm + - **Greenmount Old School:** Has its own car park + - **Ramsbottom sessions:** Street parking available in town centre -Sessions vary by location: -- Greenmount (Monday): 1 hour (10:15am-11:15am) -- Ramsbottom Library (Tuesday morning): 1.5 hours (10:30am-12pm) -- The Den (Tuesday evening): 1.5 hours (5:30pm-7pm) -- Wyldes (Thursday): 1.5 hours (6:30pm-8pm) + ### How long are the sessions? -### Do I need to book in advance? + Sessions vary by location: + - Greenmount (Monday): 1 hour (10:15am-11:15am) + - Ramsbottom Library (Tuesday morning): 1.5 hours (10:30am-12pm) + - The Den (Tuesday evening): 1.5 hours (5:30pm-7pm) + - Wyldes (Thursday): 1.5 hours (6:30pm-8pm) -Yes, spaces are limited to ensure quality instruction and safety, so booking in advance is recommended. Contact us via our [contact page](/contact/) or email ukegroupnorth@gmail.com to book your place. + ### Do I need to book in advance? -### What if I miss a session? + Yes, spaces are limited to ensure quality instruction and safety, so booking in advance is recommended. Contact us via our [contact page](/contact/) or email ukegroupnorth@gmail.com to book your place. -Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. + ### What if I miss a session? -## What Makes Us Different? + Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. -### What makes Uke Group North different from other music classes? + ## What Makes Us Different? -We're a [Community Interest Company](/about/) (not-for-profit) dedicated to bringing people together through music since September 2021. We provide high-quality instruments for FREE, keep our prices affordable (£8 per session), and focus on building community connections as much as musical skills. Our sessions strengthen local community spaces while creating circles of support. We're proud to work alongside organisations like [RammyMen](https://rammymen.org) and [Urban Outreach](https://urbanoutreach.co.uk) as well as local councils and care providers. + ### What makes Uke Group North different from other music classes? -### Are you a business or charity? + We're a [Community Interest Company](/about/) (not-for-profit) dedicated to bringing people together through music since September 2021. We provide high-quality instruments for FREE, keep our prices affordable (£8 per session), and focus on building community connections as much as musical skills. Our sessions strengthen local community spaces while creating circles of support. We're proud to work alongside organisations like [RammyMen](https://rammymen.org) and [Urban Outreach](https://urbanoutreach.co.uk) as well as local councils and care providers. -We're a Community Interest Company (CIC) - a special type of organisation that reinvests profits back into our community mission. Learn more about our structure and values on our [about page](/about/). + ### Are you a business or charity? -### What are your mission objectives? + We're a Community Interest Company (CIC) - a special type of organisation that reinvests profits back into our community mission. Learn more about our structure and values on our [about page](/about/). -We have three core objectives outlined on our [mission page](/our-mission/): + ### What are your mission objectives? -1. **Wellbeing** - Improving mental and emotional health through music, routine and small circles of social-emotional reciprocity -2. **Community** - Creating welcoming spaces to strengthen and forge new community bonds and broadening the offering of community held spaces -3. **Inclusivity** - Everyone is welcome, regardless of background, age, ability or beliefs + We have three core objectives outlined on our [mission page](/our-mission/): -### What qualifications does Ben have? + 1. **Wellbeing** - Improving mental and emotional health through music, routine and small circles of social-emotional reciprocity + 2. **Community** - Creating welcoming spaces to strengthen and forge new community bonds and broadening the offering of community held spaces + 3. **Inclusivity** - Everyone is welcome, regardless of background, age, ability or beliefs -Ben, our founder and group facilitator, has over 20 years of musical experience playing various instruments including piano, guitar and bass guitar. He spent nine years in a heavy metal band and performed at major festivals. Over the last 8 years, the ukulele has become his passion, bringing joy and positive distraction to many students and service users. His teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. Read more on our [about page](/about/). + ### What qualifications does Ben have? -### Do you offer one-to-one lessons? + Ben, our founder and group facilitator, has over 20 years of musical experience playing various instruments including piano, guitar and bass guitar. He spent nine years in a heavy metal band and performed at major festivals. Over the last 8 years, the ukulele has become his passion, bringing joy and positive distraction to many students and service users. His teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. Read more on our [about page](/about/). -Yes! Ben offers one-to-one ukulele lessons for learners of all ages. He travels to your location within approximately 30 miles of Ramsbottom (which covers most of Greater Manchester and Lancashire), or can provide remote lessons via Zoom if you're located further away. Prices are £20 for 30 minutes or £30 for 60 minutes. Contact us via our [contact page](/contact/) to arrange personal tuition. + ### Do you offer one-to-one lessons? -## Community & Wellbeing + Yes! Ben offers one-to-one ukulele lessons for learners of all ages. He travels to your location within approximately 30 miles of Ramsbottom (which covers most of Greater Manchester and Lancashire), or can provide remote lessons via Zoom if you're located further away. Prices are £20 for 30 minutes or £30 for 60 minutes. Contact us via our [contact page](/contact/) to arrange personal tuition. -### Can ukulele really help with mental health? + ## Community & Wellbeing -Yes! Music therapy has been recognised by NICE guidelines (UK) as beneficial for mental health, particularly in promoting recovery and alleviating negative symptoms. The structured rehearsal routines, learning new skills, and the expressive nature of music-making all contribute to improved mental wellbeing. Three Cochrane reviews have demonstrated the positive effects of music therapy, showing improvements in general symptoms including attention, motivation, and reduction of negative symptoms. Read more about the research on our [mission page](/our-mission/). + ### Can ukulele really help with mental health? -### Will I make friends at the sessions? + Yes! Music therapy has been recognised by NICE guidelines (UK) as beneficial for mental health, particularly in promoting recovery and alleviating negative symptoms. The structured rehearsal routines, learning new skills, and the expressive nature of music-making all contribute to improved mental wellbeing. Three Cochrane reviews have demonstrated the positive effects of music therapy, showing improvements in general symptoms including attention, motivation, and reduction of negative symptoms. Read more about the research on our [mission page](/our-mission/). -Our sessions are designed to build lasting friendships and support networks. We focus on doing something together, having fun, and creating a sense of belonging. As mentioned on our [about page](/about/), we've grown into a vibrant network of welcoming, supportive, encouraging music-makers. Many members have formed genuine friendships through our sessions. + ### Will I make friends at the sessions? -### Is it good for reducing social isolation? + Our sessions are designed to build lasting friendships and support networks. We focus on doing something together, having fun, and creating a sense of belonging. As mentioned on our [about page](/about/), we've grown into a vibrant network of welcoming, supportive, encouraging music-makers. Many members have formed genuine friendships through our sessions. -Absolutely. A sense of belonging is a fundamental human need, and our groups create a space to talk and share experiences, make connections with others in the community, and reduce feelings of social isolation. Our approach helps build and maintain informal circles of socioemotional reciprocity - small social circles that provide mutual support. Learn more about our [wellbeing objectives](/our-mission/). + ### Is it good for reducing social isolation? -### What community benefits do sessions provide? + Absolutely. A sense of belonging is a fundamental human need, and our groups create a space to talk and share experiences, make connections with others in the community, and reduce feelings of social isolation. Our approach helps build and maintain informal circles of socioemotional reciprocity - small social circles that provide mutual support. Learn more about our [wellbeing objectives](/our-mission/). -Our sessions strengthen community buildings and spaces by improving the offering in community held spaces, contributing to their financial upkeep through regular bookings, and increasing user numbers and community engagement. With the declining number of community spaces, particularly following the COVID-19 pandemic, we believe in the vital role these buildings play in maintaining communities, individual wellbeing, and social cohesion. Read about our [community objectives](/our-mission/). + ### What community benefits do sessions provide? -## Practical Learning + Our sessions strengthen community buildings and spaces by improving the offering in community held spaces, contributing to their financial upkeep through regular bookings, and increasing user numbers and community engagement. With the declining number of community spaces, particularly following the COVID-19 pandemic, we believe in the vital role these buildings play in maintaining communities, individual wellbeing, and social cohesion. Read about our [community objectives](/our-mission/). -### What will I learn in sessions? + ## Practical Learning -Our sessions focus on playing and singing together with small, easily digestible portions of music theory to help you on your musical journey. You'll learn proper technique, chord progressions, and strumming patterns. Our [workshops page](/workshops/) outlines our comprehensive approach including: + ### What will I learn in sessions? -- How to hold and tune your ukulele -- Basic chords (C, F, G, Am) and extended chord vocabulary -- Strumming patterns and percussive techniques -- Reading chord charts -- Playing melodies and harmonies + Our sessions focus on playing and singing together with small, easily digestible portions of music theory to help you on your musical journey. You'll learn proper technique, chord progressions, and strumming patterns. Our [workshops page](/workshops/) outlines our comprehensive approach including: -### Do you teach music theory? + - How to hold and tune your ukulele + - Basic chords (C, F, G, Am) and extended chord vocabulary + - Strumming patterns and percussive techniques + - Reading chord charts + - Playing melodies and harmonies -Yes! We include small, easily digestible portions of music theory in our sessions. Our [children's workshops](/workshops/) explore the science of sound and the fundamentals of music, while our intermediate and advanced workshops cover music theory fundamentals, harmony, and song interpretation. + ### Do you teach music theory? -### What songs do you play? + Yes! We include small, easily digestible portions of music theory in our sessions. Our [children's workshops](/workshops/) explore the science of sound and the fundamentals of music, while our intermediate and advanced workshops cover music theory fundamentals, harmony, and song interpretation. -Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. You can download our free songbooks: [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) for our main collection and [Junior Songbook (PDF)](/assets/Junior_Songbook_2025.pdf) for younger players and beginners. Visit our [learn page](/learn/) for more resources. + ### What songs do you play? -### Can I learn at my own pace? + Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. You can download our free songbooks: [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) for our main collection and [Junior Songbook (PDF)](/assets/Junior_Songbook_2025.pdf) for younger players and beginners. Visit our [learn page](/learn/) for more resources. -Absolutely! Sessions are tailored to include insightful content for complete novices and experienced musicians, ensuring everyone progresses at their own pace. We're experienced musicians who understand that learning should be enjoyable. Read more about our teaching approach on our [about page](/about/). + ### Can I learn at my own pace? -### Are there resources for learning at home? + Absolutely! Sessions are tailored to include insightful content for complete novices and experienced musicians, ensuring everyone progresses at their own pace. We're experienced musicians who understand that learning should be enjoyable. Read more about our teaching approach on our [about page](/about/). -Yes! We provide free downloadable songbooks and learning resources. Our [learn page](/learn/) includes guides on holding your ukulele, strumming technique, basic chords like C7, and even a fun first song called "Sea Seven" that you can play using just one chord. You can also book one-to-one lessons with Ben for personalised instruction at home. + ### Are there resources for learning at home? -## Social Considerations + Yes! We provide free downloadable songbooks and learning resources. Our [learn page](/learn/) includes guides on holding your ukulele, strumming technique, basic chords like C7, and even a fun first song called "Sea Seven" that you can play using just one chord. You can also book one-to-one lessons with Ben for personalised instruction at home. -### What if I'm nervous about joining? + ## Social Considerations -That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in. Our approach is relaxed and inclusive - no pressure, just the joy of making music together. Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners. Read testimonials from our members on our [reviews page](/reviews/). + ### What if I'm nervous about joining? -### Can I bring a friend or family member? + That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in. Our approach is relaxed and inclusive - no pressure, just the joy of making music together. Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners. Read testimonials from our members on our [reviews page](/reviews/). -Of course! Many people come with partners, friends, or family members. The more the merrier. All ages are welcome, so whether you're bringing a child, parent, or friend, everyone will find a warm welcome. + ### Can I bring a friend or family member? -### What's the atmosphere like? + Of course! Many people come with partners, friends, or family members. The more the merrier. All ages are welcome, so whether you're bringing a child, parent, or friend, everyone will find a warm welcome. -Our sessions are relaxed, welcoming, and supportive. We create an atmosphere where everyone can contribute, regardless of skill level. The real magic happens when voices join together. As mentioned on our [about page](/about/), our workshops focus on doing something together, having fun, playing ukulele, singing, and building confidence to share your music. We believe learning is better through play! + ### What's the atmosphere like? -## Commitment & Flexibility + Our sessions are relaxed, welcoming, and supportive. We create an atmosphere where everyone can contribute, regardless of skill level. The real magic happens when voices join together. As mentioned on our [about page](/about/), our workshops focus on doing something together, having fun, playing ukulele, singing, and building confidence to share your music. We believe learning is better through play! -### Do I need to commit long-term? + ## Commitment & Flexibility -No! There are no long-term commitments required. You're welcome to attend as regularly or occasionally as works for you. We keep our approach flexible to suit your lifestyle. + ### Do I need to commit long-term? -### Can I try different sessions? + No! There are no long-term commitments required. You're welcome to attend as regularly or occasionally as works for you. We keep our approach flexible to suit your lifestyle. -Absolutely! Some people attend multiple sessions regularly, others pick the one that suits their schedule best. All our sessions are equally welcoming, so feel free to try different ones to find your favourite. + ### Can I try different sessions? -### Are there block booking discounts? + Absolutely! Some people attend multiple sessions regularly, others pick the one that suits their schedule best. All our sessions are equally welcoming, so feel free to try different ones to find your favourite. -Yes! Block booking discounts are available. Contact us via our [contact page](/contact/) or email ukegroupnorth@gmail.com to discuss block booking options. + ### Are there block booking discounts? -### Can I attend multiple sessions per week? + Yes! Block booking discounts are available. Contact us via our [contact page](/contact/) or email ukegroupnorth@gmail.com to discuss block booking options. -Yes! You're welcome to attend as many sessions as you like. Some members attend multiple sessions throughout the week because they enjoy the community and want more practice time. + ### Can I attend multiple sessions per week? -### Do you perform publicly? + Yes! You're welcome to attend as many sessions as you like. Some members attend multiple sessions throughout the week because they enjoy the community and want more practice time. -Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. There's no pressure to perform if you're not comfortable. + ### Do you perform publicly? -## Ready to Join Us? + Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. There's no pressure to perform if you're not comfortable. -We hope this FAQ has answered your questions about Uke Group North! Whether you're looking to learn a new skill, meet new people, or simply have fun making music, there's a place for you at our sessions. + ## Ready to Join Us? -**Get started today:** -- View all our [weekly sessions and events](/events/) -- Book your place via our [contact page](/contact/) -- Download free songbooks from our [learn page](/learn/) -- Explore our [workshops](/workshops/) for all skill levels -- Learn about [one-to-one lessons](/) with Ben + We hope this FAQ has answered your questions about Uke Group North! Whether you're looking to learn a new skill, meet new people, or simply have fun making music, there's a place for you at our sessions. -Strike up a chord with Uke Group North today! + **Get started today:** + - View all our [weekly sessions and events](/events/) + - Book your place via our [contact page](/contact/) + - Download free songbooks from our [learn page](/learn/) + - Explore our [workshops](/workshops/) for all skill levels + - Learn about [one-to-one lessons](/) with Ben ---- + Strike up a chord with Uke Group North today! -*"If everyone played the ukulele, the world would be a better place."* - Jake Shimabukuro + --- + + *"If everyone played the ukulele, the world would be a better place."* - Jake Shimabukuro +--- diff --git a/pages/home.md b/pages/home.md index c094a1b..6ec5b17 100644 --- a/pages/home.md +++ b/pages/home.md @@ -1,7 +1,5 @@ --- -header_image: /images/ukelele-2.jpg -header_text: Welcome to Uke Group North -subtitle: Bringing communities together through music +name: Home meta_description: Join our inclusive ukulele workshops across Greater Manchester and Lancashire. Weekly sessions for all ages and abilities. No experience necessary! @@ -9,105 +7,127 @@ meta_title: Uke Group North | Ukulele workshops in Greater Manchester and Lancas eleventyNavigation: key: Home order: 1 -layout: home.html permalink: / redirect_from: - - /home/ - - /home-1/ - - /strum/ - - /about-3/ - - /news/welcome/ ---- -## Join Our Musical Community + - /home/ + - /home-1/ + - /strum/ + - /about-3/ + - /news/welcome/ +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Welcome to Uke Group North -Welcome to Uke Group North! We provide inclusive ukulele workshops across Greater Manchester and Lancashire, creating a welcoming community through music. Whether you're a complete beginner or an experienced player, there's a place for you in our groups. + Bringing communities together through music + - type: markdown + content: | + ## Join Our Musical Community -## Weekly Sing & Strum Sessions + Welcome to Uke Group North! We provide inclusive ukulele workshops across Greater Manchester and Lancashire, creating a welcoming community through music. Whether you're a complete beginner or an experienced player, there's a place for you in our groups. -Our popular "Sing & Strum Sessions" are held every week. Bring your own ukulele or borrow one of ours - everyone is welcome! + - type: items-array + image_aspect_ratio: "5/4" + items: + - events/mondays-at-greenmount.md + - events/tuesdays-at-ramsbottom-library.md + - events/tuesdays-at-the-den.md + - events/thursdays-at-wyldes.md + intro_content: | + ## Weekly Sing & Strum Sessions -### Current Sessions + Our popular "Sing & Strum Sessions" are held every week. Bring your own ukulele or borrow one of ours - everyone is welcome! -{% recurring_events %} + - type: markdown + content: | + To book your place, get in touch via our [contact page](/contact/) or drop us a message. -To book your place, get in touch via our [contact page](/contact/) or drop us a message. + ## What We Offer -## What We Offer + - **Beginner workshops** - Learn the basics with our friendly team + - **Weekly group sessions** - Play your favourite songs together + - **Instrument loan** - No ukulele? No problem! We have instruments to borrow + - **All ages welcome** - From children to seniors, everyone can join + - **Community focused** - Build friendships and connections through music -- **Beginner workshops** - Learn the basics with our friendly team -- **Weekly group sessions** - Play your favourite songs together -- **Instrument loan** - No ukulele? No problem! We have instruments to borrow -- **All ages welcome** - From children to seniors, everyone can join -- **Community focused** - Build friendships and connections through music + ## One-to-One Lessons with Ben -## One-to-One Lessons with Ben + Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. -Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. + Ben's teaching style is friendly and laid-back while also being competant with more traditional approaches to teaching music, beginners or those wanting to improve their technique or brush up on some music theory are sure to learn. -Ben's teaching style is friendly and laid-back while also being competant with more traditional approaches to teaching music, beginners or those wanting to improve their technique or brush up on some music theory are sure to learn. + Being able to travel to your location within approximately 30 miles of Ramsbottom making him easily accessible for people throughout Bury. Remote lessons are also available via Zoom call if you are located a little further away. -Being able to travel to your location within approximately 30 miles of Ramsbottom making him easily accessible for people throughout Bury. Remote lessons are also available via Zoom call if you are located a little further away. + **Lesson prices:** -**Lesson prices:** -- 30 minutes: £20 -- 60 minutes: £30 + - 30 minutes: £20 + - 60 minutes: £30 -## Why Choose Ukulele? + ## Why Choose Ukulele? -### Some of the pros... + ### Some of the pros... -- Shallow learning curve + - Shallow learning curve -It's easier to get started playing the ukulele than alot of other musical instruments + It's easier to get started playing the ukulele than alot of other musical instruments -- Portable and affordable + - Portable and affordable -With prices starting at around £40 for a soprano ukulele it's a cheap way to start playing music + With prices starting at around £40 for a soprano ukulele it's a cheap way to start playing music -- Perfect for group playing + - Perfect for group playing -An enjoyable activity to do together with friends and family + An enjoyable activity to do together with friends and family -- Great for all ages + - Great for all ages -From young children to the elderly and everyone inbetween, this instrument can bridge generational social gaps in communities and families + From young children to the elderly and everyone inbetween, this instrument can bridge generational social gaps in communities and families -- Fun and uplifting! + - Fun and uplifting! -You only have to play your first chord to experience this + You only have to play your first chord to experience this -### ...and some words from the pros... + ### ...and some words from the pros... -"The ukulele is the instrument of peace." --Israel Kamakawiwo‘ole + "The ukulele is the instrument of peace." + -Israel Kamakawiwo‘ole -“The ukulele is the perfect instrument for someone with a restless heart, because it travels easily through space. But it also travels through music easily and effortlessly. It slips through borders so fluidly. I’ve never had the heart to say no to the ukulele. When it feels like going somewhere, we just go there.” -—James Hill + “The ukulele is the perfect instrument for someone with a restless heart, because it travels easily through space. But it also travels through music easily and effortlessly. It slips through borders so fluidly. I’ve never had the heart to say no to the ukulele. When it feels like going somewhere, we just go there.” + —James Hill -"Everyone I know who is into the ukulele is 'crackers,' so get yourself a few and enjoy yourselves." --George Harrison + "Everyone I know who is into the ukulele is 'crackers,' so get yourself a few and enjoy yourselves." + -George Harrison -"If everyone played the ukulele, the world would be a better place. There's something about the ukulele that just makes you smile. It makes you let your guard down." --Jake Shimabukuro + "If everyone played the ukulele, the world would be a better place. There's something about the ukulele that just makes you smile. It makes you let your guard down." + -Jake Shimabukuro -“Now everybody's got a crazy notion of their own. Some like to mix up with a crowd, some like to be alone. It's no one else’s business as far as I can see, but every time that I go out the people stare at me, with me little ukulele in me hand” --George Formby + “Now everybody's got a crazy notion of their own. Some like to mix up with a crowd, some like to be alone. It's no one else’s business as far as I can see, but every time that I go out the people stare at me, with me little ukulele in me hand” + -George Formby -## Get Started Today + ## Get Started Today -Ready to join our musical community? [Contact us](/contact/) to book your first group session or enquire about individual lessons. + Ready to join our musical community? [Contact us](/contact/) to book your first group session or enquire about individual lessons. -## Our Locations + ## Our Locations -Our lessons are in Ramsbottom and [Bury](/ukulele-lessons-in-bury/), but you might also want to attend if you're in [Manchester](/ukulele-lessons-in-manchester/), [Bolton](/ukulele-lessons-in-bolton/), [Blackburn](/ukulele-lessons-in-blackburn/), [Rochdale](/ukulele-lessons-in-rochdale/), or anywhere else in [Lancashire](/ukulele-lessons-in-lancashire/). Many of our members travel from surrounding areas to join our friendly community sessions. + Our lessons are in Ramsbottom and [Bury](/ukulele-lessons-in-bury/), but you might also want to attend if you're in [Manchester](/ukulele-lessons-in-manchester/), [Bolton](/ukulele-lessons-in-bolton/), [Blackburn](/ukulele-lessons-in-blackburn/), [Rochdale](/ukulele-lessons-in-rochdale/), or anywhere else in [Lancashire](/ukulele-lessons-in-lancashire/). Many of our members travel from surrounding areas to join our friendly community sessions. -## Download Our Songbooks + ## Download Our Songbooks -We've created songbooks for our sessions - download them free from our ["learn" page](/learn/). Available collections include: + We've created songbooks for our sessions - download them free from our ["learn" page](/learn/). Available collections include: -- Junior Songbook - Perfect for younger players and beginners -- UGN Songbook - Our main collection for workshops and sessions + - Junior Songbook - Perfect for younger players and beginners + - UGN Songbook - Our main collection for workshops and sessions ---- + --- -_"Music gives a soul to the universe, wings to the mind, flight to the imagination and life to everything"_ - Plato + _"Music gives a soul to the universe, wings to the mind, flight to the imagination and life to everything"_ - Plato + - type: markdown + content: | + ## Latest Posts + - type: items + collection: news + image_aspect_ratio: "4/3" +--- diff --git a/pages/learn.md b/pages/learn.md index f6dcd89..cf9bb4f 100644 --- a/pages/learn.md +++ b/pages/learn.md @@ -1,7 +1,5 @@ --- -header_image: /images/ukelele-1.jpg -header_text: Learn Ukulele -subtitle: Free resources to get you started +name: Learn Ukulele meta_description: Free ukulele learning resources - basics of holding, strumming, chords, and percussive techniques. Perfect for beginners! meta_title: Learn Ukulele | Uke Group North @@ -9,119 +7,129 @@ eleventyNavigation: key: Learn order: 5 permalink: /learn/ ---- +blocks: + - type: image-background + image: /images/ukelele-1.jpg + tint: true + content: | + # Learn Ukulele -## Getting Started with Ukulele + Free resources to get you started + - type: markdown + content: | -Welcome to our learning resources! Whether you're picking up a ukulele for the first time or looking to develop your skills, these guides will help you on your musical journey. + ## Getting Started with Ukulele -## Download Songbooks + Welcome to our learning resources! Whether you're picking up a ukulele for the first time or looking to develop your skills, these guides will help you on your musical journey. -### Junior Songbook + ## Download Songbooks -[Download Junior Songbook (PDF)](/assets/Junior_Songbook_2025.pdf) + ### Junior Songbook -### UGN Songbook + [Download Junior Songbook (PDF)](/assets/Junior_Songbook_2025.pdf) -[Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) + ### UGN Songbook -## The Basics + [Download UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) -### Holding Your Ukulele + ## The Basics -Getting comfortable with holding your instrument is the first step to making beautiful music. + ### Holding Your Ukulele -**Two Points of Contact:** + Getting comfortable with holding your instrument is the first step to making beautiful music. -1. **Neck** - Resting gently in your fretting hand -2. **Forearm** - Your strumming arm makes contact against the soundboard/lower bout + **Two Points of Contact:** -**Top Tips:** + 1. **Neck** - Resting gently in your fretting hand + 2. **Forearm** - Your strumming arm makes contact against the soundboard/lower bout -- Roll up your sleeves for extra grip with your strumming arm -- Adjust where your forearm makes contact to find the "sweet spot" for striking the strings with thumb or finger - usually around where the neck meets the body of the uke -- Remove watches, jewellery, or buttons that might get in the way. -- Breathe and relax, try to laugh off any mistakes, keep playing! :) + **Top Tips:** -### A place to start: C7 + - Roll up your sleeves for extra grip with your strumming arm + - Adjust where your forearm makes contact to find the "sweet spot" for striking the strings with thumb or finger - usually around where the neck meets the body of the uke + - Remove watches, jewellery, or buttons that might get in the way. + - Breathe and relax, try to laugh off any mistakes, keep playing! :) -C7 is a great place for beginners to start strumming. -It has a memorable positioning for frets, strings and fingers. + ### A place to start: C7 -**How to play C7:** + C7 is a great place for beginners to start strumming. + It has a memorable positioning for frets, strings and fingers. -- Place your **1st finger** -- on the **1st fret** -- of the **1st string** (the string closest to the floor) + **How to play C7:** -**Practice Technique:** + - Place your **1st finger** + - on the **1st fret** + - of the **1st string** (the string closest to the floor) -1. Start with a "feather touch" - barely touching the string -2. Slowly add pressure -3. Find the minimum pressure needed by plucking the 1st string gently with your strumming thumb + **Practice Technique:** -### Strumming Technique + 1. Start with a "feather touch" - barely touching the string + 2. Slowly add pressure + 3. Find the minimum pressure needed by plucking the 1st string gently with your strumming thumb -Strum gently, graze the strings with light flowing motion. + ### Strumming Technique -**Basic Strumming Methods:** + Strum gently, graze the strings with light flowing motion. -**_Thumb Strum_** + **Basic Strumming Methods:** -1. Make light contact to lower shoulder of the ukulele with fingertips on your strumming hand -2. Strum gently down with thumb through all 4 strings + **_Thumb Strum_** ---- + 1. Make light contact to lower shoulder of the ukulele with fingertips on your strumming hand + 2. Strum gently down with thumb through all 4 strings -1. Let your wrist and hand relaxed and loose -2. Extend your index finger, let others curl naturally -3. **Strumming Down:** Use your fingernail or fingertip, extending your finger -4. **Strumming Up:** Use the pad of your finger, curling it back toward your palm -5. Use combined movement of wrist and finger - minimal elbow movement + --- -## Advanced Techniques + 1. Let your wrist and hand relaxed and loose + 2. Extend your index finger, let others curl naturally + 3. **Strumming Down:** Use your fingernail or fingertip, extending your finger + 4. **Strumming Up:** Use the pad of your finger, curling it back toward your palm + 5. Use combined movement of wrist and finger - minimal elbow movement -### The Ukulele as a Little Drum + ## Advanced Techniques -Your ukulele can be more than just a melodic instrument - it can be a percussive instrument too! + ### The Ukulele as a Little Drum -## Our First Song: "Sea Seven" + Your ukulele can be more than just a melodic instrument - it can be a percussive instrument too! -Here's a fun little song you can play using just the C7 chord! Perfect for practicing your strumming while singing along. + ## Our First Song: "Sea Seven" -You could use this song to practice other "7" chords, like G7 or E7 when it comes to learning them. + Here's a fun little song you can play using just the C7 chord! Perfect for practicing your strumming while singing along. -**Sea Seven** + You could use this song to practice other "7" chords, like G7 or E7 when it comes to learning them. -_They're lined up in a row right here, they're called 1, 2 & 3 -And 4's a little neighbour, they're happy as can be -They like to go to outer space, make music and explore -You got the fire and got the time, then strum the strings all 4_ + **Sea Seven** -_I said [insert names of group members]! -Is there something I can do? -I said [another name]! -To sail Sea Seven true?_ + _They're lined up in a row right here, they're called 1, 2 & 3 + And 4's a little neighbour, they're happy as can be + They like to go to outer space, make music and explore + You got the fire and got the time, then strum the strings all 4_ -_They plot the stars they follow charts, the strumming hand commands -There's others too that live with thumb, they're on your strongest hand -They bring the uke to life chuckstrum, the strings they can explore -A root a 3rd a 5th sounds swell, a 7th you can't ignore!_ + _I said [insert names of group members]! + Is there something I can do? + I said [another name]! + To sail Sea Seven true?_ -_(Continue with more names and verses as you like!)_ + _They plot the stars they follow charts, the strumming hand commands + There's others too that live with thumb, they're on your strongest hand + They bring the uke to life chuckstrum, the strings they can explore + A root a 3rd a 5th sounds swell, a 7th you can't ignore!_ -## Keep Learning + _(Continue with more names and verses as you like!)_ -These basics are just the beginning! To continue your ukulele journey: + ## Keep Learning -- Join our [workshops](/workshops) for hands-on learning -- Book a one-on-one lesson with Ben for personal instruction (£20 for 30 minutes, £30 for 60 minutes) -- Download our songbooks for practice materials -- Connect with other players in our community sessions -- Practice a little each day - consistency is key! + These basics are just the beginning! To continue your ukulele journey: -Remember: Everyone starts somewhere, and the ukulele community is one of the most welcoming you'll find. Don't be afraid to make mistakes - it's how we learn! + - Join our [workshops](/workshops) for hands-on learning + - Book a one-on-one lesson with Ben for personal instruction (£20 for 30 minutes, £30 for 60 minutes) + - Download our songbooks for practice materials + - Connect with other players in our community sessions + - Practice a little each day - consistency is key! ---- + Remember: Everyone starts somewhere, and the ukulele community is one of the most welcoming you'll find. Don't be afraid to make mistakes - it's how we learn! -_"We welcome you to enjoy the benefits playing music together can bring to individuals, communities, and collectives."_ + --- + + _"We welcome you to enjoy the benefits playing music together can bring to individuals, communities, and collectives."_ +--- diff --git a/pages/news.md b/pages/news.md index 2552b51..3158c28 100644 --- a/pages/news.md +++ b/pages/news.md @@ -1,10 +1,19 @@ --- -header_image: /images/ukelele-2.jpg -header_text: Recent Updates +name: Recent Updates eleventyNavigation: key: News order: 3 -layout: news-archive.html permalink: /news/ +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Recent Updates + - type: markdown + content: | + ## Check out our latest news posts below + - type: items + collection: news + image_aspect_ratio: "4/3" --- -# Check out our latest news posts below \ No newline at end of file diff --git a/pages/not-found.md b/pages/not-found.md index 5c917fd..718a133 100644 --- a/pages/not-found.md +++ b/pages/not-found.md @@ -1,13 +1,14 @@ --- -header_image: /images/ukelele-2.jpg -header_text: Not Found +name: Not Found meta_description: meta_title: Not Found no_index: true permalink: /bunnycdn_errors/404.html ---- - -## Page Not Found +blocks: + - type: markdown + content: | + ## Page Not Found -Whoops! It looks like you followed an invalid link - **[click here to go back to the homepage](/)**. + Whoops! It looks like you followed an invalid link - **[click here to go back to the homepage](/)**. +--- diff --git a/pages/our-mission.md b/pages/our-mission.md index 25ca2a8..6c3b2ac 100644 --- a/pages/our-mission.md +++ b/pages/our-mission.md @@ -1,7 +1,5 @@ --- -header_image: /images/ukelele-3.jpg -header_text: Our Mission & Objectives -subtitle: Building stronger communities through the joy of music +name: Our Mission & Objectives meta_description: Learn about Uke Group North's mission to improve wellbeing through music, strengthen community assets, and teach practical musical skills. @@ -11,87 +9,97 @@ eleventyNavigation: parent: About order: 0 permalink: /our-mission/ ---- -## Our Core Objectives +blocks: + - type: image-background + image: /images/ukelele-3.jpg + tint: true + content: | + # Our Mission & Objectives + + Building stronger communities through the joy of music + - type: markdown + content: | + ## Our Core Objectives -At Uke Group North, we believe in the transformative power of music to build communities, improve wellbeing, and create lasting connections. Our work is guided by three core objectives: + At Uke Group North, we believe in the transformative power of music to build communities, improve wellbeing, and create lasting connections. Our work is guided by three core objectives: -### Objective A: Improving Mental and Emotional Wellbeing + ### Objective A: Improving Mental and Emotional Wellbeing -We aim to improve mental and emotional wellbeing through: + We aim to improve mental and emotional wellbeing through: -- **Group membership** - Creating a sense of belonging and connection -- **Social circles** - Building and maintaining informal circles of socioemotional reciprocity -- **Mental health support** - Helping reduce mild to moderate anxiety and depression through community engagement -- **Therapeutic benefits** - Providing symptomatic relief through the distractive and routine nature of musical practice + - **Group membership** - Creating a sense of belonging and connection + - **Social circles** - Building and maintaining informal circles of socioemotional reciprocity + - **Mental health support** - Helping reduce mild to moderate anxiety and depression through community engagement + - **Therapeutic benefits** - Providing symptomatic relief through the distractive and routine nature of musical practice -Music therapy has been recognised by NICE guidelines (UK) as beneficial for mental health, particularly in promoting recovery and alleviating negative symptoms. The structured rehearsal routines, learning new skills, and the expressive nature of music-making all contribute to improved mental wellbeing. + Music therapy has been recognised by NICE guidelines (UK) as beneficial for mental health, particularly in promoting recovery and alleviating negative symptoms. The structured rehearsal routines, learning new skills, and the expressive nature of music-making all contribute to improved mental wellbeing. -### Objective B: Strengthening Community Assets + ### Objective B: Strengthening Community Assets -We work to strengthen community buildings and spaces by: + We work to strengthen community buildings and spaces by: -- Improving the offering in community held spaces -- Contributing to their financial upkeep through regular bookings -- Increase user numbers and community engagement -- Building circles of support within local communities + - Improving the offering in community held spaces + - Contributing to their financial upkeep through regular bookings + - Increase user numbers and community engagement + - Building circles of support within local communities -With the declining number of community spaces, particularly following the COVID-19 pandemic, we believe in the vital role these buildings play in maintaining communities, individual wellbeing, and social cohesion. + With the declining number of community spaces, particularly following the COVID-19 pandemic, we believe in the vital role these buildings play in maintaining communities, individual wellbeing, and social cohesion. -### Objective C: Developing Musical Skills + ### Objective C: Developing Musical Skills -We help people gain and demonstrate: + We help people gain and demonstrate: -- Practical skills in playing the ukulele -- Theoretical knowledge of music -- Performance confidence -- Creative expression through music + - Practical skills in playing the ukulele + - Theoretical knowledge of music + - Performance confidence + - Creative expression through music -## The Power of Music and Community + ## The Power of Music and Community -### Why Music Matters + ### Why Music Matters -As renowned figures throughout history have noted: + As renowned figures throughout history have noted: -- *"Without music, life would be a mistake"* - Friedrich Nietzsche -- *"Music is the shorthand of emotion"* - Leo Tolstoy -- *"Music was my refuge. I would crawl into the space between the notes"* - Maya Angelou + - *"Without music, life would be a mistake"* - Friedrich Nietzsche + - *"Music is the shorthand of emotion"* - Leo Tolstoy + - *"Music was my refuge. I would crawl into the space between the notes"* - Maya Angelou -### The Importance of Belonging + ### The Importance of Belonging -A sense of belonging is a fundamental human need. Our groups create: + A sense of belonging is a fundamental human need. Our groups create: -- A space to talk and share experiences -- Connections with others in the community -- Reduced feelings of social isolation -- Increased community safety and engagement + - A space to talk and share experiences + - Connections with others in the community + - Reduced feelings of social isolation + - Increased community safety and engagement -The challenges of recent years, including the COVID-19 pandemic, have created a more disconnected society. We're working to rebuild those vital community connections through the universal language of music. + The challenges of recent years, including the COVID-19 pandemic, have created a more disconnected society. We're working to rebuild those vital community connections through the universal language of music. -## Research and Evidence + ## Research and Evidence -Our approach is supported by extensive research showing that group music-making: + Our approach is supported by extensive research showing that group music-making: -- Reduces symptoms of anxiety and depression -- Improves overall quality of life -- Enhances social and global functioning -- Provides cognitive benefits -- Creates positive community outcomes + - Reduces symptoms of anxiety and depression + - Improves overall quality of life + - Enhances social and global functioning + - Provides cognitive benefits + - Creates positive community outcomes -Three Cochrane reviews have demonstrated the positive effects of music therapy, showing improvements in general symptoms including attention, motivation, and reduction of negative symptoms associated with various mental health conditions. + Three Cochrane reviews have demonstrated the positive effects of music therapy, showing improvements in general symptoms including attention, motivation, and reduction of negative symptoms associated with various mental health conditions. -## Support Our Mission + ## Support Our Mission -You can help us achieve our objectives and bring music to more communities. + You can help us achieve our objectives and bring music to more communities. -### Make a Donation + ### Make a Donation -Your generosity helps us provide instruments, subsidise sessions and expand our reach to new communities. + Your generosity helps us provide instruments, subsidise sessions and expand our reach to new communities. -**Bank Details:** -Uke Group North CIC -Starling Bank -Account No: 67251073 -Sort Code: 60-83-71 + **Bank Details:** + Uke Group North CIC + Starling Bank + Account No: 67251073 + Sort Code: 60-83-71 -Thank you for your support in building stronger, happier communities through music! \ No newline at end of file + Thank you for your support in building stronger, happier communities through music! +--- diff --git a/pages/reviews.md b/pages/reviews.md index ef69163..c39c533 100644 --- a/pages/reviews.md +++ b/pages/reviews.md @@ -1,14 +1,21 @@ --- -header_text: Reviews -subtitle: Kind words from attendees +name: Reviews meta_title: Reviews | Ukelele Workshops & Lessons | Uke Group North eleventyNavigation: key: Reviews order: 4 permalink: /reviews/ -header_image: /images/ukelele-3.jpg -layout: reviews.html ---- -# Reviews +blocks: + - type: image-background + image: /images/ukelele-3.jpg + tint: true + content: | + # Reviews -Check out some reviews from our attendees below, taken from our [Facebook page](https://www.facebook.com/ukegroupnorth/reviews) and [Google Maps](https://maps.app.goo.gl/5YPe7Gcj1vXLhYiG7) + Kind words from attendees + - type: markdown + content: | + Check out some reviews from our attendees below, taken from our [Facebook page](https://www.facebook.com/ukegroupnorth/reviews) and [Google Maps](https://maps.app.goo.gl/5YPe7Gcj1vXLhYiG7) + - type: reviews + current_item: false +--- diff --git a/pages/support.md b/pages/support.md index 2773188..ff4c00a 100644 --- a/pages/support.md +++ b/pages/support.md @@ -1,7 +1,5 @@ --- -header_image: /images/ukelele-2.jpg -header_text: Support Us -subtitle: Help us bring music to more communities +name: Support Us meta_description: Support Uke Group North's mission to bring music to communities. Your donations help us provide instruments and subsidised sessions. @@ -10,58 +8,68 @@ eleventyNavigation: key: Support order: 98 permalink: /support/ ---- -## Support Our Mission +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Support Us -Uke Group North is a Community Interest Company (CIC) dedicated to improving wellbeing through music. Your support helps us continue our work bringing the joy of ukulele to communities across Greater Manchester and Lancashire. + Help us bring music to more communities + - type: markdown + content: | + ## Support Our Mission -## How Your Support Helps + Uke Group North is a Community Interest Company (CIC) dedicated to improving wellbeing through music. Your support helps us continue our work bringing the joy of ukulele to communities across Greater Manchester and Lancashire. -Your donations enable us to: + ## How Your Support Helps -- **Provide free instrument loans** during sessions -- **Subsidise sessions** for those who need financial support -- **Expand to new communities** that could benefit from our workshops -- **Purchase quality instruments** for group use -- **Develop free resources** like songbooks and learning materials -- **Support community venues** by using them for our sessions -- **Expand our team** to reach more people + Your donations enable us to: -## Ways to Support + - **Provide free instrument loans** during sessions + - **Subsidise sessions** for those who need financial support + - **Expand to new communities** that could benefit from our workshops + - **Purchase quality instruments** for group use + - **Develop free resources** like songbooks and learning materials + - **Support community venues** by using them for our sessions + - **Expand our team** to reach more people -### Make a Donation + ## Ways to Support -Every contribution, no matter the size, makes a difference to our community work. + ### Make a Donation -**Bank Transfer Details:** + Every contribution, no matter the size, makes a difference to our community work. -**Uke Group North CIC** -Starling Bank -Account Number: 67251073 -Sort Code: 60-83-71 + **Bank Transfer Details:** -Please use your name as the payment reference so we can thank you! + **Uke Group North CIC** + Starling Bank + Account Number: 67251073 + Sort Code: 60-83-71 -### Volunteer With Us + Please use your name as the payment reference so we can thank you! -Contact us at [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) if you'd like to volunteer. + ### Volunteer With Us -### Spread the Word + Contact us at [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) if you'd like to volunteer. -Help us reach more people who could benefit from our workshops: -- Tell friends and family about our sessions -- Share our posts on social media -- Leave us a review or testimonial -- Recommend us to community groups + ### Spread the Word -## Thank You + Help us reach more people who could benefit from our workshops: + - Tell friends and family about our sessions + - Share our posts on social media + - Leave us a review or testimonial + - Recommend us to community groups -We're grateful for every form of support we receive. Whether you donate, volunteer, or simply spread the word about what we do, you're helping us build stronger, happier communities through music. + ## Thank You -**Thank you for your generosity!** + We're grateful for every form of support we receive. Whether you donate, volunteer, or simply spread the word about what we do, you're helping us build stronger, happier communities through music. ---- + **Thank you for your generosity!** -*"Music gives a soul to the universe, wings to the mind, flight to the imagination and life to everything"* - Plato + --- -Together, we can bring this gift to more communities. \ No newline at end of file + *"Music gives a soul to the universe, wings to the mind, flight to the imagination and life to everything"* - Plato + + Together, we can bring this gift to more communities. +--- diff --git a/pages/thank-you.md b/pages/thank-you.md index f51f80b..175d3b5 100644 --- a/pages/thank-you.md +++ b/pages/thank-you.md @@ -1,11 +1,13 @@ --- -header_image: /images/ukelele-3.jpg -header_text: Thank You +name: Thank You +meta_description: meta_title: Thank You navigationParent: Contact no_index: true ---- - -## Thank You +blocks: + - type: markdown + content: | + ## Thank You -Your message has been sent - we'll be in touch + Your message has been sent - we will be in touch. +--- diff --git a/pages/ukulele-lessons-in-blackburn.md b/pages/ukulele-lessons-in-blackburn.md index d3ca396..1216c3f 100644 --- a/pages/ukulele-lessons-in-blackburn.md +++ b/pages/ukulele-lessons-in-blackburn.md @@ -1,122 +1,130 @@ --- -header_image: /images/ukelele-2.jpg -header_text: Ukulele Lessons in Blackburn -subtitle: Join Uke Group North - welcoming sessions accessible from Blackburn +name: Ukulele Lessons in Blackburn meta_description: Looking for ukulele lessons in Blackburn? Join Uke Group North's friendly sessions in nearby Ramsbottom and Bury. Easy travel, all ages welcome, instruments provided. meta_title: Ukulele Lessons in Blackburn | Uke Group North permalink: /ukulele-lessons-in-blackburn/ ---- +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Ukulele Lessons in Blackburn + + Join Uke Group North - welcoming sessions accessible from Blackburn + - type: markdown + content: | -## Ukulele Lessons Near Blackburn + ## Ukulele Lessons Near Blackburn -If you're based in Blackburn, Darwen, Accrington, Great Harwood, or anywhere across the area and want to learn ukulele, Uke Group North runs welcoming sessions that are accessible from your area. We're a community interest company bringing people together through music across Lancashire and Greater Manchester, with a warm welcome for folks from all backgrounds and abilities. + If you're based in Blackburn, Darwen, Accrington, Great Harwood, or anywhere across the area and want to learn ukulele, Uke Group North runs welcoming sessions that are accessible from your area. We're a community interest company bringing people together through music across Lancashire and Greater Manchester, with a warm welcome for folks from all backgrounds and abilities. -Our approach is relaxed and community-focused - we believe music should be enjoyable and accessible. We provide instruments if you don't have your own, and we help everyone progress at their own pace. + Our approach is relaxed and community-focused - we believe music should be enjoyable and accessible. We provide instruments if you don't have your own, and we help everyone progress at their own pace. -## Getting to Our Sessions from Blackburn + ## Getting to Our Sessions from Blackburn -### Ramsbottom Sessions - Scenic Journey + ### Ramsbottom Sessions - Scenic Journey -The journey from Blackburn to Ramsbottom takes you through some lovely Lancashire countryside, about 45 minutes by car via the M65 and A56. + The journey from Blackburn to Ramsbottom takes you through some lovely Lancashire countryside, about 45 minutes by car via the M65 and A56. -**Tuesday Mornings at Ramsbottom Library:** -- **When:** Every Tuesday, 10:30am-12pm -- **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE -- **Travel:** 45 minutes by car -- **Cost:** £8 per person + **Tuesday Mornings at Ramsbottom Library:** + - **When:** Every Tuesday, 10:30am-12pm + - **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE + - **Travel:** 45 minutes by car + - **Cost:** £8 per person -**Tuesday Evenings at The Den:** -- **When:** Every Tuesday, 5:30pm-7pm -- **Where:** The Den, 6 Stubbins Vale Road, Ramsbottom, BL0 0NT -- **Travel:** Same route as library sessions -- **Cost:** £8 per person + **Tuesday Evenings at The Den:** + - **When:** Every Tuesday, 5:30pm-7pm + - **Where:** The Den, 6 Stubbins Vale Road, Ramsbottom, BL0 0NT + - **Travel:** Same route as library sessions + - **Cost:** £8 per person -### Bury Sessions - Good Transport Links + ### Bury Sessions - Good Transport Links -Bury is about 40 minutes by car from Blackburn. + Bury is about 40 minutes by car from Blackburn. -**Thursday Evenings at Wyldes:** -- **When:** Every Thursday, 6:30pm-8pm -- **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ -- **Travel:** 40 minutes by car -- **Cost:** £8 per person + **Thursday Evenings at Wyldes:** + - **When:** Every Thursday, 6:30pm-8pm + - **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ + - **Travel:** 40 minutes by car + - **Cost:** £8 per person -**Monday Mornings at Greenmount:** -- **When:** Every Monday, 10:15am-11:15am -- **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -- **Travel:** About 45 minutes by car from Blackburn -- **Cost:** £8 per person + **Monday Mornings at Greenmount:** + - **When:** Every Monday, 10:15am-11:15am + - **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS + - **Travel:** About 45 minutes by car from Blackburn + - **Cost:** £8 per person -## Why Make the Journey? + ## Why Make the Journey? -We understand that traveling from Blackburn requires planning, but many of our members make similar journeys because they've found something special with us. Our sessions offer more than just music lessons - we've built a genuine community where people form real friendships. + We understand that traveling from Blackburn requires planning, but many of our members make similar journeys because they've found something special with us. Our sessions offer more than just music lessons - we've built a genuine community where people form real friendships. -The weekly routine of traveling to sessions becomes something people look forward to. + The weekly routine of traveling to sessions becomes something people look forward to. -## What to Expect + ## What to Expect -Our sessions focus on playing and singing together using songbooks filled with popular tunes arranged for ukulele. The atmosphere is warm and encouraging - there's plenty of laughter along the way, and everyone supports each other's progress. + Our sessions focus on playing and singing together using songbooks filled with popular tunes arranged for ukulele. The atmosphere is warm and encouraging - there's plenty of laughter along the way, and everyone supports each other's progress. -Whether you're a complete beginner or have some musical experience, you'll find your place in our group. We believe the joy of music comes from playing together, not from perfect performance. + Whether you're a complete beginner or have some musical experience, you'll find your place in our group. We believe the joy of music comes from playing together, not from perfect performance. -## What to Bring + ## What to Bring -- Your ukulele (or let us know if you'd like to borrow one of ours) -- Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet -- A willingness to join in and have some fun + - Your ukulele (or let us know if you'd like to borrow one of ours) + - Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet + - A willingness to join in and have some fun -## One-to-One Lessons with Ben + ## One-to-One Lessons with Ben -Looking for personal tuition? Ben, our founder and experienced musician, offers one-on-one ukulele lessons for learners of all ages. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical experience to the ukulele world - he's become obsessed with this cheerful instrument because it brings so much joy to everyone who plays it. + Looking for personal tuition? Ben, our founder and experienced musician, offers one-on-one ukulele lessons for learners of all ages. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical experience to the ukulele world - he's become obsessed with this cheerful instrument because it brings so much joy to everyone who plays it. -Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. He travels to your location within about 20 minutes of Ramsbottom, which means he can reach Blackburn depending on the exact location. + Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. He travels to your location within about 20 minutes of Ramsbottom, which means he can reach Blackburn depending on the exact location. -**Lesson prices:** -- 30 minutes: £20 -- 60 minutes: £30 + **Lesson prices:** + - 30 minutes: £20 + - 60 minutes: £30 -Contact us to discuss whether your Blackburn location is within Ben's travel area. + Contact us to discuss whether your Blackburn location is within Ben's travel area. -## Community Benefits + ## Community Benefits -As a community interest company, we're committed to improving wellbeing through music and building connections across Lancashire. Our sessions provide routine, social contact, and the mental health benefits that come from group music-making. + As a community interest company, we're committed to improving wellbeing through music and building connections across Lancashire. Our sessions provide routine, social contact, and the mental health benefits that come from group music-making. -Research shows that playing music together reduces symptoms of anxiety and depression while building confidence and social connections. For people in Blackburn looking for this kind of community experience, the journey to our sessions can be well worth it. + Research shows that playing music together reduces symptoms of anxiety and depression while building confidence and social connections. For people in Blackburn looking for this kind of community experience, the journey to our sessions can be well worth it. -## Book Your Place + ## Book Your Place -Interested in giving it a try? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. We recommend trying one session first to see if it works for you - no long-term commitment required. + Interested in giving it a try? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. We recommend trying one session first to see if it works for you - no long-term commitment required. -All abilities welcome - beginners are especially encouraged to join us! + All abilities welcome - beginners are especially encouraged to join us! -## Frequently Asked Questions + ## Frequently Asked Questions -**Is the journey from Blackburn really worth it?** -Many of our members travel similar distances and wouldn't go anywhere else. The community we've built and the quality of our sessions make the journey worthwhile for them. + **Is the journey from Blackburn really worth it?** + Many of our members travel similar distances and wouldn't go anywhere else. The community we've built and the quality of our sessions make the journey worthwhile for them. -**Can I try before committing to regular travel?** -Absolutely! Come to one session and see if it works for you. There's no pressure to commit to regular attendance. + **Can I try before committing to regular travel?** + Absolutely! Come to one session and see if it works for you. There's no pressure to commit to regular attendance. -**Do other people travel from Blackburn area?** -Yes, we have members from various Lancashire towns who make the journey. + **Do other people travel from Blackburn area?** + Yes, we have members from various Lancashire towns who make the journey. -**What if I can't make it every week?** -That's fine - come when you can. While regular attendance helps with musical progress, we understand people have different schedules and commitments. + **What if I can't make it every week?** + That's fine - come when you can. While regular attendance helps with musical progress, we understand people have different schedules and commitments. -**Which session would be best for Blackburn residents?** -Tuesday morning in Ramsbottom might work well if you have flexible daytime hours, while Thursday evening in Bury could suit if you prefer after-work activities. + **Which session would be best for Blackburn residents?** + Tuesday morning in Ramsbottom might work well if you have flexible daytime hours, while Thursday evening in Bury could suit if you prefer after-work activities. -**What about winter weather affecting travel?** -We understand that weather can make travel difficult. Sessions occasionally get cancelled for severe weather. + **What about winter weather affecting travel?** + We understand that weather can make travel difficult. Sessions occasionally get cancelled for severe weather. -**Can I bring family members?** -Of course! We often have families attend together - children, parents, grandparents. Music brings all generations together beautifully. + **Can I bring family members?** + Of course! We often have families attend together - children, parents, grandparents. Music brings all generations together beautifully. -**What if I'm nervous about joining a new group?** -That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in. + **What if I'm nervous about joining a new group?** + That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in. -**Do you ever run workshops closer to Blackburn?** -Currently these are our regular weekly sessions, but we do occasionally run workshops in different locations across Lancashire. Email us to be kept informed of special events. + **Do you ever run workshops closer to Blackburn?** + Currently these are our regular weekly sessions, but we do occasionally run workshops in different locations across Lancashire. Email us to be kept informed of special events. -**What makes the ukulele good for beginners?** -It's one of the most approachable instruments - easier than guitar to start with, portable, always sounds cheerful, and perfect for group playing. You can play recognisable songs quite quickly. \ No newline at end of file + **What makes the ukulele good for beginners?** + It's one of the most approachable instruments - easier than guitar to start with, portable, always sounds cheerful, and perfect for group playing. You can play recognisable songs quite quickly. +--- diff --git a/pages/ukulele-lessons-in-bolton.md b/pages/ukulele-lessons-in-bolton.md index 8358b2f..87b40ec 100644 --- a/pages/ukulele-lessons-in-bolton.md +++ b/pages/ukulele-lessons-in-bolton.md @@ -1,135 +1,143 @@ --- -header_image: /images/ukelele-3.jpg -header_text: Ukulele Lessons in Bolton -subtitle: Join Uke Group North - friendly ukulele sessions near Bolton +name: Ukulele Lessons in Bolton meta_description: Looking for ukulele lessons in Bolton? Join Uke Group North's welcoming sessions in nearby Bury and Ramsbottom. Easy travel, instruments provided, all ages welcome. meta_title: Ukulele Lessons in Bolton | Uke Group North permalink: /ukulele-lessons-in-bolton/ ---- +blocks: + - type: image-background + image: /images/ukelele-3.jpg + tint: true + content: | + # Ukulele Lessons in Bolton + + Join Uke Group North - friendly ukulele sessions near Bolton + - type: markdown + content: | -## Ukulele Lessons Near Bolton + ## Ukulele Lessons Near Bolton -Bolton has such a fantastic community spirit, and we love welcoming people from across the area - whether you're in Bolton town centre, Farnworth, Horwich, Westhoughton, or any of the surrounding communities - to our musical family! Our sessions are just a short journey away and offer something special - a chance to connect with fellow music lovers in beautiful countryside settings while learning this wonderfully cheerful instrument. + Bolton has such a fantastic community spirit, and we love welcoming people from across the area - whether you're in Bolton town centre, Farnworth, Horwich, Westhoughton, or any of the surrounding communities - to our musical family! Our sessions are just a short journey away and offer something special - a chance to connect with fellow music lovers in beautiful countryside settings while learning this wonderfully cheerful instrument. -Since 2021, we've been creating welcoming spaces where people of all ages can learn ukulele, sing together, and build lasting friendships. Our approach is relaxed and inclusive - no pressure, just the joy of making music together. Whether you're picking up an instrument for the first time or looking to play with others, you'll find your place here. + Since 2021, we've been creating welcoming spaces where people of all ages can learn ukulele, sing together, and build lasting friendships. Our approach is relaxed and inclusive - no pressure, just the joy of making music together. Whether you're picking up an instrument for the first time or looking to play with others, you'll find your place here. -## Getting to Our Sessions from Bolton + ## Getting to Our Sessions from Bolton -### Bury Sessions - Your Closest Option + ### Bury Sessions - Your Closest Option -From Bolton, Bury is about 20 minutes by car via the A58, making our Bury sessions very accessible for Bolton residents. + From Bolton, Bury is about 20 minutes by car via the A58, making our Bury sessions very accessible for Bolton residents. -**Thursday Evenings at Wyldes** - Perfect for after work in the heart of Bury: -- **When:** Every Thursday, 6:30pm-8pm -- **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ -- **Travel:** 20 minutes by car via A58 -- **Cost:** £8 per person -- **Getting there:** Right in Bury town centre, free parking after 6pm + **Thursday Evenings at Wyldes** - Perfect for after work in the heart of Bury: + - **When:** Every Thursday, 6:30pm-8pm + - **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ + - **Travel:** 20 minutes by car via A58 + - **Cost:** £8 per person + - **Getting there:** Right in Bury town centre, free parking after 6pm -**Monday Mornings at Greenmount** - Start your week with music in a lovely community setting: -- **When:** Every Monday, 10:15am-11:15am -- **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -- **Travel:** About 25 minutes by car from Bolton via A58 -- **Cost:** £8 per person -- **Getting there:** About 10 minutes from Bury centre with its own car park + **Monday Mornings at Greenmount** - Start your week with music in a lovely community setting: + - **When:** Every Monday, 10:15am-11:15am + - **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS + - **Travel:** About 25 minutes by car from Bolton via A58 + - **Cost:** £8 per person + - **Getting there:** About 10 minutes from Bury centre with its own car park -### Ramsbottom Sessions - Scenic Route + ### Ramsbottom Sessions - Scenic Route -A lovely drive through the countryside takes you to our Ramsbottom sessions in about 30 minutes. + A lovely drive through the countryside takes you to our Ramsbottom sessions in about 30 minutes. -**Tuesday Mornings at Ramsbottom Library** - Playing music in the morning is a great way to start your day! Ramsbottom is home to many wonderful local businesses perfect for a coffee or spot of lunch after our sessions: -- **When:** Tuesdays 10:30am-12pm -- **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE -- **Travel:** 30 minutes by car through lovely countryside -- **Cost:** £8 per person + **Tuesday Mornings at Ramsbottom Library** - Playing music in the morning is a great way to start your day! Ramsbottom is home to many wonderful local businesses perfect for a coffee or spot of lunch after our sessions: + - **When:** Tuesdays 10:30am-12pm + - **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE + - **Travel:** 30 minutes by car through lovely countryside + - **Cost:** £8 per person -**Tuesday Evenings at The Den** - Our cosiest sessions of the week! The living room area is well equipped with projector and hot/cold drinks available at no extra cost: -- **When:** Tuesdays 5:30pm-7pm -- **Where:** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT -- **Travel:** Same scenic route as library sessions -- **Cost:** £8 per person + **Tuesday Evenings at The Den** - Our cosiest sessions of the week! The living room area is well equipped with projector and hot/cold drinks available at no extra cost: + - **When:** Tuesdays 5:30pm-7pm + - **Where:** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT + - **Travel:** Same scenic route as library sessions + - **Cost:** £8 per person -## Why Travel to Our Sessions? + ## Why Travel to Our Sessions? -While it might seem easier to find something local, our sessions offer something special that's worth the short journey. We've built a real community of music lovers who've become genuine friends. The atmosphere is warm and encouraging, and you'll find yourself looking forward to these weekly gatherings. + While it might seem easier to find something local, our sessions offer something special that's worth the short journey. We've built a real community of music lovers who've become genuine friends. The atmosphere is warm and encouraging, and you'll find yourself looking forward to these weekly gatherings. -Many of our members travel from various towns because they've found something here they couldn't find elsewhere - a place where music brings people together without competition or pressure. + Many of our members travel from various towns because they've found something here they couldn't find elsewhere - a place where music brings people together without competition or pressure. -## What to Expect + ## What to Expect -We focus on playing and singing together with small easily digestible portions of music theory to help you on your musical journey. Using our songbooks packed with popular tunes, we create an atmosphere where everyone can contribute, regardless of skill level. You'll learn proper technique, chord progressions, and strumming patterns, but the real magic happens when voices join together. + We focus on playing and singing together with small easily digestible portions of music theory to help you on your musical journey. Using our songbooks packed with popular tunes, we create an atmosphere where everyone can contribute, regardless of skill level. You'll learn proper technique, chord progressions, and strumming patterns, but the real magic happens when voices join together. -We are experienced musicians who understand that learning should be enjoyable. We provide instruments if you don't have your own. Sessions are tailored to include insightful content for complete novices and experienced musicians, ensuring everyone progresses at their own pace. + We are experienced musicians who understand that learning should be enjoyable. We provide instruments if you don't have your own. Sessions are tailored to include insightful content for complete novices and experienced musicians, ensuring everyone progresses at their own pace. -## What to Bring + ## What to Bring -- Your ukulele (or let us know if you'd like to borrow one of ours) -- Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet -- Just yourself and a willingness to have some fun! + - Your ukulele (or let us know if you'd like to borrow one of ours) + - Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet + - Just yourself and a willingness to have some fun! -## One-to-One Lessons with Ben + ## One-to-One Lessons with Ben -Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. Ben brings serious musical experience to the ukulele world - over the last 8 years this cheerful instrument has become his passion bringing joy and positive distraction to many students and service users. + Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. Ben brings serious musical experience to the ukulele world - over the last 8 years this cheerful instrument has become his passion bringing joy and positive distraction to many students and service users. -Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique or brush up on some music theory. He travels to your location within approximately 30 miles of Ramsbottom, which makes him easily accessible for people throughout Bolton. Remote lessons are also available via zoom call if you're located a little further away. + Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique or brush up on some music theory. He travels to your location within approximately 30 miles of Ramsbottom, which makes him easily accessible for people throughout Bolton. Remote lessons are also available via zoom call if you're located a little further away. -**Lesson prices:** -- 30 minutes: £20 -- 60 minutes: £30 + **Lesson prices:** + - 30 minutes: £20 + - 60 minutes: £30 -Being based near Bolton's neighbouring towns, Ben can easily reach most areas of Bolton for personal lessons. + Being based near Bolton's neighbouring towns, Ben can easily reach most areas of Bolton for personal lessons. -## Community Benefits + ## Community Benefits -## Community Connections + ## Community Connections -We understand the importance of community spaces, and our sessions help support local venues while creating connections between neighbours. We've seen friendships form, confidence grow, and people rediscover their love of music. + We understand the importance of community spaces, and our sessions help support local venues while creating connections between neighbours. We've seen friendships form, confidence grow, and people rediscover their love of music. -We're proud to work alongside other community organisations across Greater Manchester and Lancashire, all focused on bringing people together and improving wellbeing through shared activities. + We're proud to work alongside other community organisations across Greater Manchester and Lancashire, all focused on bringing people together and improving wellbeing through shared activities. -## Why Choose Our Sessions? + ## Why Choose Our Sessions? -Learning music in a community setting has real benefits. You'll meet people from across the region, support local venues, and enjoy travel times that make it easier to attend regularly. The routine of weekly sessions provides structure and something to look forward to. + Learning music in a community setting has real benefits. You'll meet people from across the region, support local venues, and enjoy travel times that make it easier to attend regularly. The routine of weekly sessions provides structure and something to look forward to. -As a community interest company, we're committed to making music accessible and affordable for everyone. Our sessions contribute to local wellbeing while strengthening the community assets that make Greater Manchester and Lancashire special. + As a community interest company, we're committed to making music accessible and affordable for everyone. Our sessions contribute to local wellbeing while strengthening the community assets that make Greater Manchester and Lancashire special. -## Book Your Place + ## Book Your Place -Ready to join us? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. Spaces are limited to ensure everyone gets the attention they need, so booking in advance is recommended. + Ready to join us? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. Spaces are limited to ensure everyone gets the attention they need, so booking in advance is recommended. -All abilities welcome - complete beginners are especially encouraged! + All abilities welcome - complete beginners are especially encouraged! -## Frequently Asked Questions + ## Frequently Asked Questions -**Which session should I choose?** -Thursday evenings at Wyldes are probably most convenient for Bolton residents - closest location and perfect timing after work. Monday mornings at Greenmount suit those with flexible schedules. All our sessions are equally welcoming! + **Which session should I choose?** + Thursday evenings at Wyldes are probably most convenient for Bolton residents - closest location and perfect timing after work. Monday mornings at Greenmount suit those with flexible schedules. All our sessions are equally welcoming! -**Do I need any musical experience?** -Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. + **Do I need any musical experience?** + Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. -**Is it worth traveling from Bolton?** -Many of our members travel similar distances and wouldn't go anywhere else. The community we've built makes the short journey worthwhile. + **Is it worth traveling from Bolton?** + Many of our members travel similar distances and wouldn't go anywhere else. The community we've built makes the short journey worthwhile. -**What if I miss sessions?** -Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. + **What if I miss sessions?** + Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. -**Are there age limits?** -No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. + **Are there age limits?** + No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. -**What about parking?** -Wyldes is in Bury town centre with free parking after 6pm. Greenmount Old School has its own car park. + **What about parking?** + Wyldes is in Bury town centre with free parking after 6pm. Greenmount Old School has its own car park. -**Do you perform publicly?** -Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. + **Do you perform publicly?** + Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. -**What songs do you play?** -Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. There's something for every taste. + **What songs do you play?** + Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. There's something for every taste. -**Can I bring a friend or family member?** -Of course! Many people come with partners, friends, or family members. The more the merrier. + **Can I bring a friend or family member?** + Of course! Many people come with partners, friends, or family members. The more the merrier. -**What if I'm nervous about joining?** -That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in. + **What if I'm nervous about joining?** + That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in. -**What makes ukulele special?** -It's one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. Plus, as Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place." \ No newline at end of file + **What makes ukulele special?** + It's one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. Plus, as Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place." +--- diff --git a/pages/ukulele-lessons-in-bury.md b/pages/ukulele-lessons-in-bury.md index b574e7f..ec1f9f1 100644 --- a/pages/ukulele-lessons-in-bury.md +++ b/pages/ukulele-lessons-in-bury.md @@ -1,137 +1,145 @@ --- -header_image: /images/ukelele-2.jpg -header_text: Ukulele Lessons in Bury -subtitle: Local ukulele sessions in Bury - community music making for all ages +name: Ukulele Lessons in Bury meta_description: Join Uke Group North for ukulele lessons in Bury. Weekly sessions at Wyldes and Greenmount Old School. Friendly community, instruments provided, all welcome. meta_title: Ukulele Lessons in Bury | Uke Group North permalink: /ukulele-lessons-in-bury/ ---- -## Ukulele Lessons in Bury +blocks: + - type: image-background + image: /images/ukelele-2.jpg + tint: true + content: | + # Ukulele Lessons in Bury + + Local ukulele sessions in Bury - community music making for all ages + - type: markdown + content: | + ## Ukulele Lessons in Bury -Bury is at the heart of our Uke Group North community! We run 4 weekly sessions in the borough, easily accessible from all across Bury including Ramsbottom, Tottington, Radcliffe, Prestwich, and Whitefield. Since 2021, we've been creating welcoming spaces where people of all ages can learn ukulele, sing together, and build lasting friendships. + Bury is at the heart of our Uke Group North community! We run 4 weekly sessions in the borough, easily accessible from all across Bury including Ramsbottom, Tottington, Radcliffe, Prestwich, and Whitefield. Since 2021, we've been creating welcoming spaces where people of all ages can learn ukulele, sing together, and build lasting friendships. -Our sessions are relaxed and inclusive - no pressure, just the joy of making music together. Whether you're picking up an instrument for the first time or looking to play with others, you'll find your place here. + Our sessions are relaxed and inclusive - no pressure, just the joy of making music together. Whether you're picking up an instrument for the first time or looking to play with others, you'll find your place here. -## Our Bury Sessions -### Monday Mornings at Greenmount + ## Our Bury Sessions + ### Monday Mornings at Greenmount -Start your week with music! Our Monday morning sessions at Greenmount Old School Community Centre provide a lovely community setting. + Start your week with music! Our Monday morning sessions at Greenmount Old School Community Centre provide a lovely community setting. -- **When:** Every Monday, 10:15am-11:15am -- **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -- **Cost:** £8 per person -- **Getting there:** Short bus ride from Bury centre, or easy drive with parking available + - **When:** Every Monday, 10:15am-11:15am + - **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS + - **Cost:** £8 per person + - **Getting there:** Short bus ride from Bury centre, or easy drive with parking available -### Tuesday Mornings at Ramsbottom Library + ### Tuesday Mornings at Ramsbottom Library -Playing music in the morning with others is a great way to start your day and perhaps work up an appetite. Ramsbottom is home to many wonderful local businesses to take a visit for a coffee or spot of lunch after our sessions. + Playing music in the morning with others is a great way to start your day and perhaps work up an appetite. Ramsbottom is home to many wonderful local businesses to take a visit for a coffee or spot of lunch after our sessions. -- **When:** Every Tuesday, 10:30-12:00 -- **Where:** Ramsbottom Library, Carr Street, Ramsbottom, BL0 9AE -- **Cost:** £8 per person -- **Getting there:** Short bus ride from Bury centre, or easy drive with parking available + - **When:** Every Tuesday, 10:30-12:00 + - **Where:** Ramsbottom Library, Carr Street, Ramsbottom, BL0 9AE + - **Cost:** £8 per person + - **Getting there:** Short bus ride from Bury centre, or easy drive with parking available -### Tuesday Evenings at The Den + ### Tuesday Evenings at The Den -Tuesday Evenings at The Den are our longest running sessions and possibly our cosiest sessions of the week. The living room area is well equipped with projector and hot/cold drinks available at no extra cost. + Tuesday Evenings at The Den are our longest running sessions and possibly our cosiest sessions of the week. The living room area is well equipped with projector and hot/cold drinks available at no extra cost. -- **When:** Every Tuesday, 5:30pm-7:00pm -- **Where:** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT -- **Cost:** £8 per person -- **Getting there:** Short bus ride from Bury centre, or easy drive with parking available + - **When:** Every Tuesday, 5:30pm-7:00pm + - **Where:** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT + - **Cost:** £8 per person + - **Getting there:** Short bus ride from Bury centre, or easy drive with parking available -### Thursday Evenings at Wyldes + ### Thursday Evenings at Wyldes -Perfect for after work or evening learners, our Thursday sessions at Wyldes offer a welcoming atmosphere in the heart of Bury. + Perfect for after work or evening learners, our Thursday sessions at Wyldes offer a welcoming atmosphere in the heart of Bury. -- **When:** Every Thursday, 6:30pm-8pm -- **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ -- **Cost:** £8 per person -- **Getting there:** Right in Bury town centre, easy walking distance from the Metrolink station + - **When:** Every Thursday, 6:30pm-8pm + - **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ + - **Cost:** £8 per person + - **Getting there:** Right in Bury town centre, easy walking distance from the Metrolink station -## Getting Around Bury + ## Getting Around Bury -All our venues are well connected within Bury. + All our venues are well connected within Bury. -Ramsbottom/Stubbins are located around 5/6 miles outside the town centre. With each venue Ramsbottom Library and The Den offering accessible parking to attendees. + Ramsbottom/Stubbins are located around 5/6 miles outside the town centre. With each venue Ramsbottom Library and The Den offering accessible parking to attendees. -Greenmount Old School is about 10 minutes by car from the centre with its own car park. + Greenmount Old School is about 10 minutes by car from the centre with its own car park. -The Thursday sessions at Wyldes are right in the town centre, with free parking currently available after 6pm (please check Bury Council website for official parking details) + The Thursday sessions at Wyldes are right in the town centre, with free parking currently available after 6pm (please check Bury Council website for official parking details) -## What Makes Our Sessions Special + ## What Makes Our Sessions Special -We focus on playing and singing together with small easily digestible portions of music theory to help you on your musical journey. Using our songbooks packed with popular tunes, we create an atmosphere where everyone can contribute, regardless of skill level. You'll learn proper technique, chord progressions, and strumming patterns, but the real magic happens when voices join together. + We focus on playing and singing together with small easily digestible portions of music theory to help you on your musical journey. Using our songbooks packed with popular tunes, we create an atmosphere where everyone can contribute, regardless of skill level. You'll learn proper technique, chord progressions, and strumming patterns, but the real magic happens when voices join together. -We are experienced musicians who understand that learning should be enjoyable. We provide instruments if you don't have your own. Sessions are tailored to include insightful content for both complete novices and experienced musicians, ensuring everyone progresses at their own pace. + We are experienced musicians who understand that learning should be enjoyable. We provide instruments if you don't have your own. Sessions are tailored to include insightful content for both complete novices and experienced musicians, ensuring everyone progresses at their own pace. -## Community Connections + ## Community Connections -As Bury locals ourselves, we understand the importance of community spaces. Our sessions help support local venues while creating connections between neighbours. We've seen friendships form, confidence grow, and people rediscover their love of music. + As Bury locals ourselves, we understand the importance of community spaces. Our sessions help support local venues while creating connections between neighbours. We've seen friendships form, confidence grow, and people rediscover their love of music. -We're proud to work alongside other community organisations across Greater Manchester and Lancashire, all focused on bringing people together and improving wellbeing through shared activities. + We're proud to work alongside other community organisations across Greater Manchester and Lancashire, all focused on bringing people together and improving wellbeing through shared activities. -## What to Bring + ## What to Bring -- Your ukulele (or let us know if you'd like to borrow one) -- Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet -- Just yourself and a willingness to have fun! + - Your ukulele (or let us know if you'd like to borrow one) + - Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet + - Just yourself and a willingness to have fun! -## One-to-One Lessons with Ben + ## One-to-One Lessons with Ben -Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. Ben brings serious musical experience to the ukulele world - over the last 8 years this cheerful instrument has become his passion bringing joy and positive distraction to many students and service users. + Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. Ben brings serious musical experience to the ukulele world - over the last 8 years this cheerful instrument has become his passion bringing joy and positive distraction to many students and service users. -Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique or brush up on some music theory. He travels to your location within approximately 30 miles of Ramsbottom, which makes him easily accessible for people throughout Bury. Remote lessons are also available via Zoom call if you are located a little further away. + Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique or brush up on some music theory. He travels to your location within approximately 30 miles of Ramsbottom, which makes him easily accessible for people throughout Bury. Remote lessons are also available via Zoom call if you are located a little further away. -**Lesson prices:** -- 30 minutes: £20 -- 60 minutes: £30 + **Lesson prices:** + - 30 minutes: £20 + - 60 minutes: £30 -Being based near Bury, Ben can easily reach most areas of the town for personal lessons. + Being based near Bury, Ben can easily reach most areas of the town for personal lessons. -## Why Choose Local Sessions? + ## Why Choose Local Sessions? -Learning music in your own community has real benefits. You'll meet people from your local community, support local venues, and have short travel times that make it easier to attend regularly. The routine of weekly sessions provides structure and something to look forward to. + Learning music in your own community has real benefits. You'll meet people from your local community, support local venues, and have short travel times that make it easier to attend regularly. The routine of weekly sessions provides structure and something to look forward to. -As a community interest company, we're committed to making music accessible and affordable for everyone. Our sessions contribute to local wellbeing while strengthening the community assets that make Bury and surrounding areas special. + As a community interest company, we're committed to making music accessible and affordable for everyone. Our sessions contribute to local wellbeing while strengthening the community assets that make Bury and surrounding areas special. -## Book Your Place + ## Book Your Place -Ready to join us? Get in touch via our [contact page](/contact/) to book your place at either of our Bury sessions. Spaces are limited to ensure everyone gets the attention they need, so booking in advance is recommended. + Ready to join us? Get in touch via our [contact page](/contact/) to book your place at either of our Bury sessions. Spaces are limited to ensure everyone gets the attention they need, so booking in advance is recommended. -All abilities welcome - complete beginners are especially encouraged! + All abilities welcome - complete beginners are especially encouraged! -## Frequently Asked Questions + ## Frequently Asked Questions -**Which session should I choose?** -Both sessions are friendly and welcoming! Thursday evenings suit those who work during the day, while Monday mornings are popular with retirees and those with flexible schedules. + **Which session should I choose?** + Both sessions are friendly and welcoming! Thursday evenings suit those who work during the day, while Monday mornings are popular with retirees and those with flexible schedules. -**Do I need any musical experience?** -Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. + **Do I need any musical experience?** + Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. -**Can I try both sessions?** -Absolutely! Some people attend both regularly, others pick the one that suits their schedule best. + **Can I try both sessions?** + Absolutely! Some people attend both regularly, others pick the one that suits their schedule best. -**What if I miss sessions?** -Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. + **What if I miss sessions?** + Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. -**Are there age limits?** -No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. + **Are there age limits?** + No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. -**What about parking?** -Wyldes is in the town centre with nearby public parking. Greenmount Old School has its own car park. + **What about parking?** + Wyldes is in the town centre with nearby public parking. Greenmount Old School has its own car park. -**Do you perform publicly?** -Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. + **Do you perform publicly?** + Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. -**What songs do you play?** -Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. There's something for every taste. + **What songs do you play?** + Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. There's something for every taste. -**Can I bring a friend or family member?** -Of course! Many people come with partners, friends, or family members. The more the merrier. + **Can I bring a friend or family member?** + Of course! Many people come with partners, friends, or family members. The more the merrier. -**What makes ukulele special?** -It's one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. Plus, as Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place." \ No newline at end of file + **What makes ukulele special?** + It's one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. Plus, as Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place." +--- diff --git a/pages/ukulele-lessons-in-lancashire.md b/pages/ukulele-lessons-in-lancashire.md index 49e7264..dbe5fe9 100644 --- a/pages/ukulele-lessons-in-lancashire.md +++ b/pages/ukulele-lessons-in-lancashire.md @@ -1,134 +1,142 @@ --- -header_image: /images/ukelele-1.jpg -header_text: Ukulele Lessons in Lancashire -subtitle: Uke Group North - bringing communities together across Lancashire +name: Ukulele Lessons in Lancashire meta_description: Join Uke Group North for ukulele lessons across Lancashire. Community sessions in Ramsbottom, Bury and Greenmount. All ages welcome, instruments provided. meta_title: Ukulele Lessons in Lancashire | Uke Group North permalink: /ukulele-lessons-in-lancashire/ ---- +blocks: + - type: image-background + image: /images/ukelele-1.jpg + tint: true + content: | + # Ukulele Lessons in Lancashire + + Uke Group North - bringing communities together across Lancashire + - type: markdown + content: | -## Ukulele Lessons Across Lancashire + ## Ukulele Lessons Across Lancashire -Uke Group North is proud to serve communities right across Lancashire with our welcoming ukulele sessions. Since 2021, we've been creating musical connections throughout the county, bringing people together through the joy of playing and singing. + Uke Group North is proud to serve communities right across Lancashire with our welcoming ukulele sessions. Since 2021, we've been creating musical connections throughout the county, bringing people together through the joy of playing and singing. -Based in the heart of Lancashire, our sessions are easily accessible from Preston, Burnley, Rochdale, Nelson, Oldham, and towns and villages across the region. Whether you're a complete beginner or looking to play with others, you'll find a warm welcome at any of our weekly gatherings. + Based in the heart of Lancashire, our sessions are easily accessible from Preston, Burnley, Rochdale, Nelson, Oldham, and towns and villages across the region. Whether you're a complete beginner or looking to play with others, you'll find a warm welcome at any of our weekly gatherings. -## Our Lancashire Sessions + ## Our Lancashire Sessions -### Ramsbottom - Traditional Lancashire Market Town + ### Ramsbottom - Traditional Lancashire Market Town -In the picturesque Irwell Valley, our Ramsbottom sessions capture the spirit of Lancashire community life. + In the picturesque Irwell Valley, our Ramsbottom sessions capture the spirit of Lancashire community life. -**Tuesday Mornings at Ramsbottom Library:** -- **When:** Every Tuesday, 10:30am-12pm -- **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE -- **Setting:** Historic market town with excellent transport links -- **Cost:** £8 per person + **Tuesday Mornings at Ramsbottom Library:** + - **When:** Every Tuesday, 10:30am-12pm + - **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE + - **Setting:** Historic market town with excellent transport links + - **Cost:** £8 per person -**Tuesday Evenings at The Den:** -- **When:** Every Tuesday, 5:30pm-7pm -- **Where:** The Den, 6 Stubbins Vale Road, Ramsbottom, BL0 0NT -- **Perfect for:** After work sessions in a cosy setting -- **Cost:** £8 per person + **Tuesday Evenings at The Den:** + - **When:** Every Tuesday, 5:30pm-7pm + - **Where:** The Den, 6 Stubbins Vale Road, Ramsbottom, BL0 0NT + - **Perfect for:** After work sessions in a cosy setting + - **Cost:** £8 per person -### Bury - Heart of Our Community + ### Bury - Heart of Our Community -Bury offers two weekly sessions in the heart of this Lancashire town with strong community traditions. + Bury offers two weekly sessions in the heart of this Lancashire town with strong community traditions. -**Thursday Evenings at Wyldes:** -- **When:** Every Thursday, 6:30pm-8pm -- **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ -- **Access:** Town centre location, excellent transport links -- **Cost:** £8 per person + **Thursday Evenings at Wyldes:** + - **When:** Every Thursday, 6:30pm-8pm + - **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ + - **Access:** Town centre location, excellent transport links + - **Cost:** £8 per person -**Monday Mornings at Greenmount:** -- **When:** Every Monday, 10:15am-11:15am -- **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -- **Setting:** Traditional community centre in Lancashire countryside -- **Cost:** £8 per person + **Monday Mornings at Greenmount:** + - **When:** Every Monday, 10:15am-11:15am + - **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS + - **Setting:** Traditional community centre in Lancashire countryside + - **Cost:** £8 per person -## Getting Around Lancashire + ## Getting Around Lancashire -Our sessions are well connected across Lancashire. Ramsbottom has good transport links, and Bury is on the Metrolink system. + Our sessions are well connected across Lancashire. Ramsbottom has good transport links, and Bury is on the Metrolink system. -Many of our members travel from various Lancashire towns - Preston, Chorley, Wigan, and smaller villages across the county. + Many of our members travel from various Lancashire towns - Preston, Chorley, Wigan, and smaller villages across the county. -## Lancashire's Musical Heritage + ## Lancashire's Musical Heritage -Lancashire has a rich tradition of community music-making, from brass bands to folk songs. Our ukulele sessions continue this heritage in a modern, accessible way. We're proud to be part of Lancashire's musical story, bringing people together just as music has done in the county for generations. + Lancashire has a rich tradition of community music-making, from brass bands to folk songs. Our ukulele sessions continue this heritage in a modern, accessible way. We're proud to be part of Lancashire's musical story, bringing people together just as music has done in the county for generations. -The ukulele might not be traditional Lancashire, but the spirit of community music-making certainly is. Our sessions embody the Lancashire values of warmth, welcome, and pulling together. + The ukulele might not be traditional Lancashire, but the spirit of community music-making certainly is. Our sessions embody the Lancashire values of warmth, welcome, and pulling together. -## What Makes Our Sessions Special + ## What Makes Our Sessions Special -We focus on playing and singing together using songbooks packed with popular tunes. We understand that learning should be enjoyable - there's no pressure, just the pleasure of making music with others. + We focus on playing and singing together using songbooks packed with popular tunes. We understand that learning should be enjoyable - there's no pressure, just the pleasure of making music with others. -Whether you're from a busy Lancashire town or a quiet village, you'll find our sessions provide a space to connect with neighbours and make new friends across the county. + Whether you're from a busy Lancashire town or a quiet village, you'll find our sessions provide a space to connect with neighbours and make new friends across the county. -## Supporting Lancashire Communities + ## Supporting Lancashire Communities -As a community interest company, we're committed to strengthening the community assets that make Lancashire special. Our sessions support local venues, create connections between people, and contribute to the wellbeing of communities across the county. + As a community interest company, we're committed to strengthening the community assets that make Lancashire special. Our sessions support local venues, create connections between people, and contribute to the wellbeing of communities across the county. -We work alongside other Lancashire organisations focused on community wellbeing, recognising that strong communities need spaces where people can come together regularly. + We work alongside other Lancashire organisations focused on community wellbeing, recognising that strong communities need spaces where people can come together regularly. -## What to Bring + ## What to Bring -- Your ukulele (or let us know if you'd like to borrow one of ours) -- Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet -- A willingness to join in and have some fun! + - Your ukulele (or let us know if you'd like to borrow one of ours) + - Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet + - A willingness to join in and have some fun! -## One-to-One Lessons with Ben + ## One-to-One Lessons with Ben -Looking for personal tuition? Ben, our founder and experienced musician, offers one-on-one ukulele lessons for learners of all ages. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical experience to the ukulele world - he's become obsessed with this cheerful instrument because it brings so much joy to everyone who plays it. + Looking for personal tuition? Ben, our founder and experienced musician, offers one-on-one ukulele lessons for learners of all ages. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical experience to the ukulele world - he's become obsessed with this cheerful instrument because it brings so much joy to everyone who plays it. -Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. He travels to your location within about 20 minutes of Ramsbottom, which means he can reach Lancashire depending on the exact location. + Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. He travels to your location within about 20 minutes of Ramsbottom, which means he can reach Lancashire depending on the exact location. -**Lesson prices:** -- 30 minutes: £20 -- 60 minutes: £30 + **Lesson prices:** + - 30 minutes: £20 + - 60 minutes: £30 -Contact us to discuss whether your Lancashire location is within Ben's travel area. + Contact us to discuss whether your Lancashire location is within Ben's travel area. -## The Lancashire Spirit + ## The Lancashire Spirit -There's something special about Lancashire - the warmth of the people, the strength of communities, the way neighbours look out for each other. Our ukulele sessions embody this spirit, creating spaces where the Lancashire tradition of community continues. + There's something special about Lancashire - the warmth of the people, the strength of communities, the way neighbours look out for each other. Our ukulele sessions embody this spirit, creating spaces where the Lancashire tradition of community continues. -We've had members travel from all corners of the county because they've found something here that speaks to that Lancashire sense of belonging and mutual support. + We've had members travel from all corners of the county because they've found something here that speaks to that Lancashire sense of belonging and mutual support. -## Book Your Place + ## Book Your Place -Ready to join our Lancashire musical community? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. We recommend booking in advance as spaces are limited. + Ready to join our Lancashire musical community? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. We recommend booking in advance as spaces are limited. -All abilities welcome - beginners are especially encouraged to join us! + All abilities welcome - beginners are especially encouraged to join us! -## Frequently Asked Questions + ## Frequently Asked Questions -**Do you run sessions in other Lancashire towns?** -Currently these are our regular weekly sessions, but we do occasionally run workshops in different locations across Lancashire. Email us to be kept informed of special events. + **Do you run sessions in other Lancashire towns?** + Currently these are our regular weekly sessions, but we do occasionally run workshops in different locations across Lancashire. Email us to be kept informed of special events. -**Is it worth travelling across Lancashire for sessions?** -Many of our members do exactly that! The community we've built and the quality of sessions make the journey worthwhile. Plus, it's a chance to see different parts of our beautiful county. + **Is it worth travelling across Lancashire for sessions?** + Many of our members do exactly that! The community we've built and the quality of sessions make the journey worthwhile. Plus, it's a chance to see different parts of our beautiful county. -**Do you welcome people from outside Lancashire?** -Of course! While we're based in Lancashire, we welcome anyone who wants to join our musical community, wherever they're from. + **Do you welcome people from outside Lancashire?** + Of course! While we're based in Lancashire, we welcome anyone who wants to join our musical community, wherever they're from. -**What transport options are there?** -Our venues are all well connected by road and public transport. Ramsbottom has rail links, Bury is on Metrolink, and both have good bus connections across Lancashire. + **What transport options are there?** + Our venues are all well connected by road and public transport. Ramsbottom has rail links, Bury is on Metrolink, and both have good bus connections across Lancashire. -**Can I bring family members?** -Absolutely! We often have families attend together - children, parents, grandparents. Music brings all generations together. + **Can I bring family members?** + Absolutely! We often have families attend together - children, parents, grandparents. Music brings all generations together. -**What if I've never played before?** -Perfect! Many of our members started as complete beginners. We'll teach you everything from how to hold the instrument to playing your first songs. + **What if I've never played before?** + Perfect! Many of our members started as complete beginners. We'll teach you everything from how to hold the instrument to playing your first songs. -**Do you perform publicly?** -Sometimes we arrange small performances for local Lancashire events, but it's always voluntary and relaxed. It's a nice way to share music with the wider community. + **Do you perform publicly?** + Sometimes we arrange small performances for local Lancashire events, but it's always voluntary and relaxed. It's a nice way to share music with the wider community. -**What songs do you play?** -Our songbooks include everything from traditional folk tunes to modern pop hits, all arranged for ukulele. There's something for every musical taste. + **What songs do you play?** + Our songbooks include everything from traditional folk tunes to modern pop hits, all arranged for ukulele. There's something for every musical taste. -**How often should I attend?** -Come as regularly or occasionally as suits you. Some people attend multiple sessions each week, others come when they can. There's no pressure. + **How often should I attend?** + Come as regularly or occasionally as suits you. Some people attend multiple sessions each week, others come when they can. There's no pressure. -**What makes ukulele good for community music?** -It's one of the most accessible instruments - easy to learn, portable, and sounds great when played together. Perfect for bringing people together through music. \ No newline at end of file + **What makes ukulele good for community music?** + It's one of the most accessible instruments - easy to learn, portable, and sounds great when played together. Perfect for bringing people together through music. +--- diff --git a/pages/ukulele-lessons-in-manchester.md b/pages/ukulele-lessons-in-manchester.md index d530a90..6116599 100644 --- a/pages/ukulele-lessons-in-manchester.md +++ b/pages/ukulele-lessons-in-manchester.md @@ -1,124 +1,132 @@ --- -header_image: /images/ukelele-1.jpg -header_text: Ukulele Lessons in Manchester -subtitle: Learn ukulele with Uke Group North - welcoming sessions for all ages +name: Ukulele Lessons in Manchester meta_description: Looking for ukulele lessons in Manchester? Join Uke Group North's friendly community sessions in nearby Ramsbottom, Bury and Greenmount. All ages welcome, instruments provided. meta_title: Ukulele Lessons in Manchester | Uke Group North permalink: /ukulele-lessons-in-manchester/ ---- +blocks: + - type: image-background + image: /images/ukelele-1.jpg + tint: true + content: | + # Ukulele Lessons in Manchester + + Learn ukulele with Uke Group North - welcoming sessions for all ages + - type: markdown + content: | -## Ukulele Lessons Near Manchester + ## Ukulele Lessons Near Manchester -Manchester has such a rich musical heritage, and we love connecting with music lovers from the city! Whether you're in Prestwich, Whitefield, Cheetham Hill, Radcliffe, Middleton, Eccles, Salford, or anywhere across Greater Manchester, our sessions are easily accessible and offer something special - a chance to escape the hustle and bustle while diving into music with like-minded people. + Manchester has such a rich musical heritage, and we love connecting with music lovers from the city! Whether you're in Prestwich, Whitefield, Cheetham Hill, Radcliffe, Middleton, Eccles, Salford, or anywhere across Greater Manchester, our sessions are easily accessible and offer something special - a chance to escape the hustle and bustle while diving into music with like-minded people. -Since 2021, we've been creating welcoming spaces where people of all ages can learn ukulele, sing together, and build lasting friendships. Our approach is relaxed and inclusive - no pressure, just the joy of making music together. Whether you're picking up an instrument for the first time or looking to play with others, you'll find your place here. + Since 2021, we've been creating welcoming spaces where people of all ages can learn ukulele, sing together, and build lasting friendships. Our approach is relaxed and inclusive - no pressure, just the joy of making music together. Whether you're picking up an instrument for the first time or looking to play with others, you'll find your place here. -## Getting to Our Sessions from Manchester + ## Getting to Our Sessions from Manchester -### Ramsbottom Sessions (Tuesdays) + ### Ramsbottom Sessions (Tuesdays) -Playing music in the morning with others is a fantastic way to start your day! From Manchester, it's a lovely journey to Ramsbottom - either a scenic 45-minute drive through the countryside via the A56, or a relaxing train ride from Manchester Victoria (around 30 minutes). Ramsbottom is home to many wonderful local businesses perfect for a coffee or spot of lunch after our sessions. + Playing music in the morning with others is a fantastic way to start your day! From Manchester, it's a lovely journey to Ramsbottom - either a scenic 45-minute drive through the countryside via the A56, or a relaxing train ride from Manchester Victoria (around 30 minutes). Ramsbottom is home to many wonderful local businesses perfect for a coffee or spot of lunch after our sessions. -- **Session:** Tuesdays at Ramsbottom Library, 10:30am-12pm -- **Location:** Carr St, Ramsbottom, BL0 9AE -- **Cost:** £8 per person -- **Getting there:** Train from Victoria or scenic drive via A56 + - **Session:** Tuesdays at Ramsbottom Library, 10:30am-12pm + - **Location:** Carr St, Ramsbottom, BL0 9AE + - **Cost:** £8 per person + - **Getting there:** Train from Victoria or scenic drive via A56 -### Bury Sessions (Thursdays & Mondays) + ### Bury Sessions (Thursdays & Mondays) -Bury is brilliantly connected to Manchester by Metrolink - just a 30-minute journey from the city centre, making it perfect for both commuters and day-trippers. + Bury is brilliantly connected to Manchester by Metrolink - just a 30-minute journey from the city centre, making it perfect for both commuters and day-trippers. -**Thursdays at Wyldes** - Perfect for after work, right in Bury town centre: -- **Session:** Thursdays 6:30pm-8pm -- **Location:** 4 Bolton St, Bury, BL9 0LQ -- **Cost:** £8 per person -- **Getting there:** Short walk from Bury Metrolink station, free parking after 6pm + **Thursdays at Wyldes** - Perfect for after work, right in Bury town centre: + - **Session:** Thursdays 6:30pm-8pm + - **Location:** 4 Bolton St, Bury, BL9 0LQ + - **Cost:** £8 per person + - **Getting there:** Short walk from Bury Metrolink station, free parking after 6pm -**Mondays at Greenmount** - Start your week with music in a lovely community setting: -- **Session:** Mondays 10:15am-11:15am -- **Location:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -- **Cost:** £8 per person -- **Getting there:** 10 minutes from Bury centre by car, with its own car park + **Mondays at Greenmount** - Start your week with music in a lovely community setting: + - **Session:** Mondays 10:15am-11:15am + - **Location:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS + - **Cost:** £8 per person + - **Getting there:** 10 minutes from Bury centre by car, with its own car park -### Evening Sessions (Tuesdays) + ### Evening Sessions (Tuesdays) -For evening sessions, our **Tuesday evenings at The Den** are possibly our cosiest sessions of the week! The living room atmosphere is perfectly equipped with a projector, and hot and cold drinks are available at no extra cost: -- **Session:** Tuesdays 5:30pm-7pm -- **Location:** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT -- **Cost:** £8 per person -- **Getting there:** Same scenic route as the library sessions + For evening sessions, our **Tuesday evenings at The Den** are possibly our cosiest sessions of the week! The living room atmosphere is perfectly equipped with a projector, and hot and cold drinks are available at no extra cost: + - **Session:** Tuesdays 5:30pm-7pm + - **Location:** The Den, Stubbins Vale Road, Ramsbottom, BL0 0NT + - **Cost:** £8 per person + - **Getting there:** Same scenic route as the library sessions -## What to Expect + ## What to Expect -We focus on playing and singing together with small easily digestible portions of music theory to help you on your musical journey. Using our songbooks packed with popular tunes, we create an atmosphere where everyone can contribute, regardless of skill level. You'll learn proper technique, chord progressions, and strumming patterns, but the real magic happens when voices join together. + We focus on playing and singing together with small easily digestible portions of music theory to help you on your musical journey. Using our songbooks packed with popular tunes, we create an atmosphere where everyone can contribute, regardless of skill level. You'll learn proper technique, chord progressions, and strumming patterns, but the real magic happens when voices join together. -We are experienced musicians who understand that learning should be enjoyable. We provide instruments if you don't have your own. Sessions are tailored to include insightful content for complete novices and experienced musicians, ensuring everyone progresses at their own pace. + We are experienced musicians who understand that learning should be enjoyable. We provide instruments if you don't have your own. Sessions are tailored to include insightful content for complete novices and experienced musicians, ensuring everyone progresses at their own pace. -## What to Bring + ## What to Bring -- Your ukulele (or let us know if you'd like to borrow one of ours) -- Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring a tablet + - Your ukulele (or let us know if you'd like to borrow one of ours) + - Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring a tablet -## One-to-One Lessons with Ben + ## One-to-One Lessons with Ben -Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. Ben brings serious musical experience to the ukulele world - over the last 8 years this cheerful instrument has become his passion bringing joy and positive distraction to many students and service users. + Looking for personal tuition? Ben, our founder, group facilitator and experienced musician with over 20 years of musical experience (playing various musical instruments, including piano, guitar and bass guitar) offers one-on-one ukulele lessons for learners of all ages. Ben brings serious musical experience to the ukulele world - over the last 8 years this cheerful instrument has become his passion bringing joy and positive distraction to many students and service users. -Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique or brush up on some music theory. He travels to your location within approximately 30 miles of Ramsbottom, which makes him easily accessible for people throughout Manchester. Remote lessons are also available via zoom call if you're located a little further away. + Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique or brush up on some music theory. He travels to your location within approximately 30 miles of Ramsbottom, which makes him easily accessible for people throughout Manchester. Remote lessons are also available via zoom call if you're located a little further away. -**Lesson prices:** -- 30 minutes: £20 -- 60 minutes: £30 + **Lesson prices:** + - 30 minutes: £20 + - 60 minutes: £30 -Contact us to discuss whether your Manchester location is within Ben's travel area. + Contact us to discuss whether your Manchester location is within Ben's travel area. -## Why Choose Uke Group North? + ## Why Choose Uke Group North? -## Community Connections + ## Community Connections -We understand the importance of community spaces, and our sessions help support local venues while creating connections between neighbours. We've seen friendships form, confidence grow, and people rediscover their love of music. + We understand the importance of community spaces, and our sessions help support local venues while creating connections between neighbours. We've seen friendships form, confidence grow, and people rediscover their love of music. -We're proud to work alongside other community organisations across Greater Manchester and Lancashire, all focused on bringing people together and improving wellbeing through shared activities. + We're proud to work alongside other community organisations across Greater Manchester and Lancashire, all focused on bringing people together and improving wellbeing through shared activities. -## Why Choose Our Sessions? + ## Why Choose Our Sessions? -Learning music in a community setting has real benefits. You'll meet people from across Greater Manchester, support local venues, and enjoy travel times that make it easy to attend regularly. The routine of weekly sessions provides structure and something to look forward to. + Learning music in a community setting has real benefits. You'll meet people from across Greater Manchester, support local venues, and enjoy travel times that make it easy to attend regularly. The routine of weekly sessions provides structure and something to look forward to. -As a community interest company, we're committed to making music accessible and affordable for everyone. Our sessions contribute to local wellbeing while strengthening the community assets that make Greater Manchester special. + As a community interest company, we're committed to making music accessible and affordable for everyone. Our sessions contribute to local wellbeing while strengthening the community assets that make Greater Manchester special. -## Book Your Place + ## Book Your Place -Ready to join us? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. Spaces are limited to ensure everyone gets the attention they need, so booking in advance is recommended. + Ready to join us? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. Spaces are limited to ensure everyone gets the attention they need, so booking in advance is recommended. -All abilities welcome - complete beginners are especially encouraged! + All abilities welcome - complete beginners are especially encouraged! -## Frequently Asked Questions + ## Frequently Asked Questions -**Which session should I choose?** -All our sessions are friendly and welcoming! Bury sessions are most convenient for Manchester residents - Thursday evenings suit those who work during the day, while Monday mornings are popular with retirees and flexible schedules. Ramsbottom sessions offer a lovely countryside escape. + **Which session should I choose?** + All our sessions are friendly and welcoming! Bury sessions are most convenient for Manchester residents - Thursday evenings suit those who work during the day, while Monday mornings are popular with retirees and flexible schedules. Ramsbottom sessions offer a lovely countryside escape. -**Do I need any musical experience?** -Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. + **Do I need any musical experience?** + Not at all - we'll teach you everything from how to hold the ukulele to playing your first songs. Many of our members started as complete beginners. -**Can I try different sessions?** -Absolutely! Some people attend multiple sessions regularly, others pick the one that suits their schedule best. + **Can I try different sessions?** + Absolutely! Some people attend multiple sessions regularly, others pick the one that suits their schedule best. -**What if I miss sessions?** -Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. + **What if I miss sessions?** + Life happens - you're welcome to attend as regularly or occasionally as works for you. No long-term commitments required. -**Are there age limits?** -No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. + **Are there age limits?** + No age limits at all. We've had everyone from children to folks in their 80s. Music brings all generations together. -**What about transport from Manchester?** -Bury sessions are perfect - just 30 minutes on the Metrolink. Ramsbottom is a scenic 30-45 minute journey by train or car. + **What about transport from Manchester?** + Bury sessions are perfect - just 30 minutes on the Metrolink. Ramsbottom is a scenic 30-45 minute journey by train or car. -**Do you perform publicly?** -Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. + **Do you perform publicly?** + Sometimes! We occasionally arrange small performances for local events, but it's always voluntary and relaxed. -**What songs do you play?** -Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. There's something for every taste. + **What songs do you play?** + Our songbooks include everything from folk classics to modern pop hits, all arranged for ukulele. There's something for every taste. -**Can I bring a friend or family member?** -Of course! Many people come with partners, friends, or family members. The more the merrier. + **Can I bring a friend or family member?** + Of course! Many people come with partners, friends, or family members. The more the merrier. -**What makes ukulele special?** -It's one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. Plus, as Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place." \ No newline at end of file + **What makes ukulele special?** + It's one of the most approachable instruments - easier than guitar to start with, but capable of beautiful music. Plus, as Jake Shimabukuro said, "If everyone played the ukulele, the world would be a better place." +--- diff --git a/pages/ukulele-lessons-in-rochdale.md b/pages/ukulele-lessons-in-rochdale.md index 01845e5..335da94 100644 --- a/pages/ukulele-lessons-in-rochdale.md +++ b/pages/ukulele-lessons-in-rochdale.md @@ -1,134 +1,142 @@ --- -header_image: /images/ukelele-3.jpg -header_text: Ukulele Lessons in Rochdale -subtitle: Join Uke Group North - community ukulele sessions near Rochdale +name: Ukulele Lessons in Rochdale meta_description: Looking for ukulele lessons in Rochdale? Join Uke Group North's friendly sessions in nearby Bury and Ramsbottom. All ages welcome, instruments provided. meta_title: Ukulele Lessons in Rochdale | Uke Group North permalink: /ukulele-lessons-in-rochdale/ ---- +blocks: + - type: image-background + image: /images/ukelele-3.jpg + tint: true + content: | + # Ukulele Lessons in Rochdale + + Join Uke Group North - community ukulele sessions near Rochdale + - type: markdown + content: | -## Ukulele Lessons Near Rochdale + ## Ukulele Lessons Near Rochdale -If you're based in Rochdale, Heywood, Littleborough, Milnrow, or anywhere across the area and want to learn ukulele, Uke Group North runs welcoming sessions that are easily accessible from your area. We're a community interest company bringing people together through music across Greater Manchester, with a warm welcome for folks of all ages and abilities. + If you're based in Rochdale, Heywood, Littleborough, Milnrow, or anywhere across the area and want to learn ukulele, Uke Group North runs welcoming sessions that are easily accessible from your area. We're a community interest company bringing people together through music across Greater Manchester, with a warm welcome for folks of all ages and abilities. -Our sessions are relaxed and community-focused - we believe learning music should be enjoyable, not stressful. We provide instruments if you don't have your own, and we ensure everyone progresses at their own pace. + Our sessions are relaxed and community-focused - we believe learning music should be enjoyable, not stressful. We provide instruments if you don't have your own, and we ensure everyone progresses at their own pace. -## Getting to Our Sessions from Rochdale + ## Getting to Our Sessions from Rochdale -### Bury Sessions - Short Journey + ### Bury Sessions - Short Journey -From Rochdale, Bury is your closest option - about 20 minutes by car or easily accessible by public transport. + From Rochdale, Bury is your closest option - about 20 minutes by car or easily accessible by public transport. -**Thursday Evenings at Wyldes:** -- **When:** Every Thursday, 6:30pm-8pm -- **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ -- **Travel:** 20 minutes by car -- **Cost:** £8 per person + **Thursday Evenings at Wyldes:** + - **When:** Every Thursday, 6:30pm-8pm + - **Where:** Wyldes, 4 Bolton St, Bury, BL9 0LQ + - **Travel:** 20 minutes by car + - **Cost:** £8 per person -**Monday Mornings at Greenmount:** -- **When:** Every Monday, 10:15am-11:15am -- **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS -- **Travel:** About 25 minutes by car from Rochdale -- **Cost:** £8 per person + **Monday Mornings at Greenmount:** + - **When:** Every Monday, 10:15am-11:15am + - **Where:** Greenmount Old School, Brandlesholme Road, Bury, BL8 4DS + - **Travel:** About 25 minutes by car from Rochdale + - **Cost:** £8 per person -### Ramsbottom Sessions - Through Beautiful Countryside + ### Ramsbottom Sessions - Through Beautiful Countryside -A scenic 30-minute drive through Lancashire countryside takes you to our Ramsbottom sessions. + A scenic 30-minute drive through Lancashire countryside takes you to our Ramsbottom sessions. -**Tuesday Mornings at Ramsbottom Library:** -- **When:** Every Tuesday, 10:30am-12pm -- **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE -- **Travel:** 30 minutes by car -- **Cost:** £8 per person + **Tuesday Mornings at Ramsbottom Library:** + - **When:** Every Tuesday, 10:30am-12pm + - **Where:** Ramsbottom Library, Carr St, Ramsbottom, BL0 9AE + - **Travel:** 30 minutes by car + - **Cost:** £8 per person -**Tuesday Evenings at The Den:** -- **When:** Every Tuesday, 5:30pm-7pm -- **Where:** The Den, 6 Stubbins Vale Road, Ramsbottom, BL0 0NT -- **Travel:** Same route as library sessions -- **Cost:** £8 per person + **Tuesday Evenings at The Den:** + - **When:** Every Tuesday, 5:30pm-7pm + - **Where:** The Den, 6 Stubbins Vale Road, Ramsbottom, BL0 0NT + - **Travel:** Same route as library sessions + - **Cost:** £8 per person -## Transport Connections + ## Transport Connections -From Rochdale, both Bury and Ramsbottom are straightforward journeys through pleasant Greater Manchester countryside. + From Rochdale, both Bury and Ramsbottom are straightforward journeys through pleasant Greater Manchester countryside. -Many of our members use the journey time as a chance to unwind before sessions - leaving the pressures of daily life behind and arriving ready to enjoy making music with others. + Many of our members use the journey time as a chance to unwind before sessions - leaving the pressures of daily life behind and arriving ready to enjoy making music with others. -## What Makes Our Sessions Special + ## What Makes Our Sessions Special -We focus on playing and singing together using songbooks packed with popular tunes arranged for ukulele. The atmosphere is warm and encouraging - there's no pressure to be perfect, just the joy of making music together. + We focus on playing and singing together using songbooks packed with popular tunes arranged for ukulele. The atmosphere is warm and encouraging - there's no pressure to be perfect, just the joy of making music together. -Whether you're a complete beginner or have some musical experience, you'll find your place in our group. We've created a community where people support each other's musical journey and often form lasting friendships. + Whether you're a complete beginner or have some musical experience, you'll find your place in our group. We've created a community where people support each other's musical journey and often form lasting friendships. -## Why Travel from Rochdale? + ## Why Travel from Rochdale? -While it might seem easier to find something local, our sessions offer something special that many people find worth the short journey. We've built a genuine community of music lovers who've become real friends. + While it might seem easier to find something local, our sessions offer something special that many people find worth the short journey. We've built a genuine community of music lovers who've become real friends. -The weekly routine of traveling to sessions becomes something people look forward to. + The weekly routine of traveling to sessions becomes something people look forward to. -## What to Expect + ## What to Expect -Our sessions are structured but relaxed. We start with a warm welcome and then move through songs together, helping people with chords, strumming patterns, and singing. Everyone participates at their own level - there's no pressure to perform solo or be perfect. + Our sessions are structured but relaxed. We start with a warm welcome and then move through songs together, helping people with chords, strumming patterns, and singing. Everyone participates at their own level - there's no pressure to perform solo or be perfect. -You'll learn proper ukulele technique, chord progressions, and how to play songs from our extensive repertoire. But more than that, you'll become part of a musical community that values connection and mutual support. + You'll learn proper ukulele technique, chord progressions, and how to play songs from our extensive repertoire. But more than that, you'll become part of a musical community that values connection and mutual support. -## What to Bring + ## What to Bring -- Your ukulele (or let us know if you'd like to borrow one of ours) -- Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet -- Just yourself and an open mind for musical fun + - Your ukulele (or let us know if you'd like to borrow one of ours) + - Our songbook - download the [UGN Songbook (PDF)](/assets/UGN_Songbook_1.1.pdf) or bring it on a tablet + - Just yourself and an open mind for musical fun -## One-to-One Lessons with Ben + ## One-to-One Lessons with Ben -Looking for personal tuition? Ben, our founder and experienced musician, offers one-on-one ukulele lessons for learners of all ages. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical experience to the ukulele world - he's become obsessed with this cheerful instrument because it brings so much joy to everyone who plays it. + Looking for personal tuition? Ben, our founder and experienced musician, offers one-on-one ukulele lessons for learners of all ages. With nine years in a heavy metal band and performances at major festivals, Ben brings serious musical experience to the ukulele world - he's become obsessed with this cheerful instrument because it brings so much joy to everyone who plays it. -Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. He travels to your location within about 20 minutes of Ramsbottom, which means he can reach Rochdale depending on the exact location. + Ben's teaching style is friendly and laid-back, making him perfect for nervous beginners or those wanting to improve their technique. He travels to your location within about 20 minutes of Ramsbottom, which means he can reach Rochdale depending on the exact location. -**Lesson prices:** -- 30 minutes: £20 -- 60 minutes: £30 + **Lesson prices:** + - 30 minutes: £20 + - 60 minutes: £30 -Contact us to discuss whether your Rochdale location is within Ben's travel area. + Contact us to discuss whether your Rochdale location is within Ben's travel area. -## Community Benefits + ## Community Benefits -As a community interest company, we're committed to improving wellbeing through music and building connections across Greater Manchester. Our sessions provide structure, social contact, and the proven mental health benefits that come from group music-making. + As a community interest company, we're committed to improving wellbeing through music and building connections across Greater Manchester. Our sessions provide structure, social contact, and the proven mental health benefits that come from group music-making. -Research shows that playing music together reduces symptoms of anxiety and depression while building confidence and social connections. For people in Rochdale looking for this kind of community experience, the short journey to our sessions can be transformative. + Research shows that playing music together reduces symptoms of anxiety and depression while building confidence and social connections. For people in Rochdale looking for this kind of community experience, the short journey to our sessions can be transformative. -## Book Your Place + ## Book Your Place -Interested in joining our musical community? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. We recommend trying one session first to see how it works for you - there's no pressure for long-term commitment. + Interested in joining our musical community? Get in touch via our [contact page](/contact/) to book your place at any of our sessions. We recommend trying one session first to see how it works for you - there's no pressure for long-term commitment. -All abilities welcome - complete beginners are especially encouraged to join us! + All abilities welcome - complete beginners are especially encouraged to join us! -## Frequently Asked Questions + ## Frequently Asked Questions -**Is the journey from Rochdale worthwhile?** -Many of our members travel similar distances and wouldn't consider going anywhere else. The community we've built and the quality of our sessions make the journey worthwhile. + **Is the journey from Rochdale worthwhile?** + Many of our members travel similar distances and wouldn't consider going anywhere else. The community we've built and the quality of our sessions make the journey worthwhile. -**Which session would be best for Rochdale residents?** -Thursday evenings in Bury are probably most convenient, being closest and at a time that works for most people. But all our sessions would welcome you warmly. + **Which session would be best for Rochdale residents?** + Thursday evenings in Bury are probably most convenient, being closest and at a time that works for most people. But all our sessions would welcome you warmly. -**Can I try a session without committing to regular travel?** -Absolutely! Come to one session and see if it works for you. There's no expectation of regular attendance unless you choose it. + **Can I try a session without committing to regular travel?** + Absolutely! Come to one session and see if it works for you. There's no expectation of regular attendance unless you choose it. -**Do other people travel from the Rochdale area?** -Yes, we have members from various Greater Manchester towns. + **Do other people travel from the Rochdale area?** + Yes, we have members from various Greater Manchester towns. -**What if I can't make it every week?** -That's fine - people attend as regularly or occasionally as suits their lives. While consistency helps with musical progress, we understand everyone has different schedules. + **What if I can't make it every week?** + That's fine - people attend as regularly or occasionally as suits their lives. While consistency helps with musical progress, we understand everyone has different schedules. -**Can I bring family members or friends?** -Of course! We often have families attend together, and bringing a friend can make the journey more enjoyable and give you someone to practice with. + **Can I bring family members or friends?** + Of course! We often have families attend together, and bringing a friend can make the journey more enjoyable and give you someone to practice with. -**What about parking at the venues?** -Wyldes is in Bury town centre with public parking nearby. Greenmount Old School has its own car park. Ramsbottom venues have street parking and local car parks. + **What about parking at the venues?** + Wyldes is in Bury town centre with public parking nearby. Greenmount Old School has its own car park. Ramsbottom venues have street parking and local car parks. -**What if I'm nervous about joining a new group?** -That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in quickly. + **What if I'm nervous about joining a new group?** + That's completely normal! Everyone was new once, and we pride ourselves on being welcoming. We'll look after you and help you settle in quickly. -**Do you ever run sessions closer to Rochdale?** -Currently these are our regular weekly sessions, but we occasionally run workshops in different locations. Email us to be kept informed of any special events. + **Do you ever run sessions closer to Rochdale?** + Currently these are our regular weekly sessions, but we occasionally run workshops in different locations. Email us to be kept informed of any special events. -**What makes ukulele ideal for group music?** -It's one of the most accessible instruments - easier than guitar to start with, portable, always sounds cheerful, and perfect for group singing. You can play recognisable songs quite quickly, which keeps motivation high. \ No newline at end of file + **What makes ukulele ideal for group music?** + It's one of the most accessible instruments - easier than guitar to start with, portable, always sounds cheerful, and perfect for group singing. You can play recognisable songs quite quickly, which keeps motivation high. +--- diff --git a/pages/workshops.md b/pages/workshops.md index 1bcc152..662ef1e 100644 --- a/pages/workshops.md +++ b/pages/workshops.md @@ -1,119 +1,127 @@ --- -header_text: Workshops & Sessions +name: Workshops & Sessions meta_title: Workshops | Uke Group North meta_description: Explore our range of ukulele workshops from beginner to advanced. Weekly sessions in Ramsbottom and surrounding areas. -subtitle: Learn, play, and grow with us -header_image: /images/ukelele-1.jpg eleventyNavigation: key: Workshops order: 2 permalink: /workshops/ +blocks: + - type: image-background + image: /images/ukelele-1.jpg + tint: true + content: | + # Workshops & Sessions + + Learn, play, and grow with us + - type: markdown + content: | + ## Our Workshop Programme + + We offer a comprehensive range of workshops designed to meet you wherever you are on your musical journey. All our workshops are inclusive and welcoming - if you have specific needs, please discuss them with us and we'll create a tailored experience for you. + + ## Regular Weekly Sessions + + Our popular Sing & Strum sessions run throughout the week at various locations. Please visit our [Events page](/events/) for full details of all regular sessions and special events. + + ### Childrens Workshops + Fun group sessions for young people. Learning through games, activities and practice. + + - Introduction to ukulele for kids + + - Junior sing and strum group + + Our informative children's workshops explore: + - The origins of the ukulele + - The science of sound + - The fundamentals of music + - Defining musical genres + - Ukulele technique + - Music theory + + ## Beginner Workshops + + ### Introduction to Ukulele + Perfect for complete beginners - no musical experience necessary! + + **What you'll learn:** + - The fundamentals of ukulele music + - How to hold and tune your ukulele + - Basic chords (C, F, G, Am) + - Simple strumming patterns + - Your first songs + - Reading chord charts + + **What's included:** + - Professional instruction + - Ukulele provided if needed + - Learning resources + - Ongoing support + + ### Beginner Sing & Strum + Join our beginner-friendly sessions to: + - Learn popular songs arranged for beginners + - Develop your rhythm and timing + - Build confidence playing with others + - Make new friends in a supportive environment + + ## Intermediate Workshops + + ### Developing Your Skills + Ready to take your playing to the next level? + + **Topics covered:** + - Extended chord vocabulary + - Barre chords and inversions + - Advanced strumming patterns + - Fingerpicking introduction + - Playing melodies + - Music theory fundamentals + + ### Intermediate Sing & Strum + These sessions feature: + - More challenging song arrangements + - Harmony and ensemble playing + - Performance techniques + - Song interpretation + + ## Advanced Workshops + + ### Dominant Hand Technique + A deep dive into the capabilities of your strumming hand: + - Advanced strumming patterns + - Percussive techniques + - Dynamics and expression + - Genre-specific styles (jazz, blues, folk, pop) + + ### One-Day Intensives + We offer genre focused workshops + - Blues ukulele + - Christmas songs workshop + - Performance preparation + - Ukulele maintenance and setup + + ## Workshop Information + + ### What to Bring + - Your ukulele (or borrow one of ours) + - A music stand if you have one + - Enthusiasm and a willingness to learn! + + ### Booking Your Place + - Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) + - Spaces are limited to ensure quality instruction + - Block booking discounts available + + ### Our Approach + All our workshops are: + - **Inclusive** - Everyone is welcome + - **Informative** - Learn together + - **Supportive** - Progress together + - **Fun** - Create and play together + + --- + + *"Strike up a chord with Uke Group North today!"* --- -## Our Workshop Programme - -We offer a comprehensive range of workshops designed to meet you wherever you are on your musical journey. All our workshops are inclusive and welcoming - if you have specific needs, please discuss them with us and we'll create a tailored experience for you. - -## Regular Weekly Sessions - -Our popular Sing & Strum sessions run throughout the week at various locations. Please visit our [Events page](/events/) for full details of all regular sessions and special events. - -### Childrens Workshops -Fun group sessions for young people. Learning through games, activities and practice. - -- Introduction to ukulele for kids - -- Junior sing and strum group - -Our informative children's workshops explore: -- The origins of the ukulele -- The science of sound -- The fundamentals of music -- Defining musical genres -- Ukulele technique -- Music theory - -## Beginner Workshops - -### Introduction to Ukulele -Perfect for complete beginners - no musical experience necessary! - -**What you'll learn:** -- The fundamentals of ukulele music -- How to hold and tune your ukulele -- Basic chords (C, F, G, Am) -- Simple strumming patterns -- Your first songs -- Reading chord charts - -**What's included:** -- Professional instruction -- Ukulele provided if needed -- Learning resources -- Ongoing support - -### Beginner Sing & Strum -Join our beginner-friendly sessions to: -- Learn popular songs arranged for beginners -- Develop your rhythm and timing -- Build confidence playing with others -- Make new friends in a supportive environment - -## Intermediate Workshops - -### Developing Your Skills -Ready to take your playing to the next level? - -**Topics covered:** -- Extended chord vocabulary -- Barre chords and inversions -- Advanced strumming patterns -- Fingerpicking introduction -- Playing melodies -- Music theory fundamentals - -### Intermediate Sing & Strum -These sessions feature: -- More challenging song arrangements -- Harmony and ensemble playing -- Performance techniques -- Song interpretation - -## Advanced Workshops - -### Dominant Hand Technique -A deep dive into the capabilities of your strumming hand: -- Advanced strumming patterns -- Percussive techniques -- Dynamics and expression -- Genre-specific styles (jazz, blues, folk, pop) - -### One-Day Intensives -We offer genre focused workshops -- Blues ukulele -- Christmas songs workshop -- Performance preparation -- Ukulele maintenance and setup - -## Workshop Information - -### What to Bring -- Your ukulele (or borrow one of ours) -- A music stand if you have one -- Enthusiasm and a willingness to learn! - -### Booking Your Place -- Email: [ukegroupnorth@gmail.com](mailto:ukegroupnorth@gmail.com) -- Spaces are limited to ensure quality instruction -- Block booking discounts available - -### Our Approach -All our workshops are: -- **Inclusive** - Everyone is welcome -- **Informative** - Learn together -- **Supportive** - Progress together -- **Fun** - Create and play together - ---- - -*"Strike up a chord with Uke Group North today!"* \ No newline at end of file diff --git a/reviews/colin-barkley.md b/reviews/colin-barkley.md index e6ae658..7080a8c 100644 --- a/reviews/colin-barkley.md +++ b/reviews/colin-barkley.md @@ -1,5 +1,7 @@ --- name: Colin Barkley url: https://www.facebook.com/cfbarkley +date: 2024-06-01 --- -As a beginner, I really enjoyed the tuesday afternoon sessions with a friendly group and Ben as our tutor. \ No newline at end of file + +As a beginner, I really enjoyed the tuesday afternoon sessions with a friendly group and Ben as our tutor. diff --git a/reviews/joan-raw.md b/reviews/joan-raw.md index daebc82..41b5a3b 100644 --- a/reviews/joan-raw.md +++ b/reviews/joan-raw.md @@ -1,5 +1,7 @@ --- name: Joan Raw url: https://www.facebook.com/joan.raw.5/posts/pfbid0ZB9G3u5v5fHndGMrc3v8i6QpeD2TGuHR2KrH44X5EFnABW75hmSwcmU7r8m9Bemhl +date: 2024-07-01 --- -I've been to the Tues morning session for some time and made good progress with the help of Ben. It's a lovely, warm welcoming group and there's no pressure. Just an enjoyable time for all ages. \ No newline at end of file + +I've been to the Tues morning session for some time and made good progress with the help of Ben. It's a lovely, warm welcoming group and there's no pressure. Just an enjoyable time for all ages. diff --git a/reviews/louise-callaghan.md b/reviews/louise-callaghan.md index cf44df3..cc39666 100644 --- a/reviews/louise-callaghan.md +++ b/reviews/louise-callaghan.md @@ -1,5 +1,7 @@ --- name: Louise Callaghan url: https://www.facebook.com/louise.callaghan.712 +date: 2024-08-01 --- -I attended for the first time on Monday, the group is friendly and Ben is so encouraging, I am looking forward to going on a regular basis. If you fancy trying it you will not be disappointed. \ No newline at end of file + +I attended for the first time on Monday, the group is friendly and Ben is so encouraging, I am looking forward to going on a regular basis. If you fancy trying it you will not be disappointed. diff --git a/reviews/patsy-gibson.md b/reviews/patsy-gibson.md index 5942d27..38631b0 100644 --- a/reviews/patsy-gibson.md +++ b/reviews/patsy-gibson.md @@ -1,5 +1,7 @@ --- name: Patsy Gibson url: https://www.facebook.com/patsy.gibson.3576/posts/pfbid031A8duHmqDoNAmiVvBkgApgFEwrJyEpKxNRxUHum3QYXs9YhbuD6B5a16cP75rLwRl +date: 2024-09-01 --- -When able, I have been attending Tuesday evening group. Lovely group of people and Ben really encourages you so much that I have begun to enjoy playing the ukulele. Also he is a very kind and patient teacher. \ No newline at end of file + +When able, I have been attending Tuesday evening group. Lovely group of people and Ben really encourages you so much that I have begun to enjoy playing the ukulele. Also he is a very kind and patient teacher. diff --git a/reviews/peter-buckley.md b/reviews/peter-buckley.md index a33bc5b..87a6a55 100644 --- a/reviews/peter-buckley.md +++ b/reviews/peter-buckley.md @@ -1,5 +1,7 @@ --- name: Peter Buckley url: https://www.facebook.com/permalink.php?story_fbid=pfbid02UFtHG5BKueu7RVC3pcPkMoauRQr7ak1qqiPd9bPR7RaRJKaZtwVSEq1L6NBzDFTWl&id=100006812266115 +date: 2024-10-01 --- -A great group to belong to and Ben is so encouraging to everyone regardless of ability. Highly recommended. \ No newline at end of file + +A great group to belong to and Ben is so encouraging to everyone regardless of ability. Highly recommended. diff --git a/scripts/build.js b/scripts/build.js index bced08b..7395844 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -1,20 +1,25 @@ -const { execSync } = require('child_process'); -const path = require('path'); -const fs = require('fs'); -const { prep } = require('./prepare-dev'); +import { join } from "node:path"; +import { prep } from "./prepare-dev.js"; +import { bun, fs, path } from "./utils.js"; -const root = path.resolve(__dirname, '..'); -const dev = path.join(root, '.build', 'dev'); -const output = path.join(root, '_site'); +const dev = path(".build", "dev"); +const output = path("_site"); prep(); -console.log('Building site...'); +console.log("Building site..."); -fs.rmSync(output, { recursive: true, force: true }); +fs.rm(output); +const result = bun.run("build", dev); -execSync('bun run build', { cwd: dev, stdio: 'inherit' }); +if (result.exitCode !== 0) { + console.error(`\n${"=".repeat(60)}`); + console.error("BUILD FAILED"); + console.error("=".repeat(60)); + console.error("\nFix the error above and rebuild.\n"); + process.exit(result.exitCode); +} -execSync(`mv "${path.join(dev, '_site')}" "${output}"`); +fs.mv(join(dev, "_site"), output); -console.log(`✓ Built to _site/`); \ No newline at end of file +console.log("Built to _site/"); diff --git a/scripts/ci-merge.js b/scripts/ci-merge.js new file mode 100644 index 0000000..dd3a976 --- /dev/null +++ b/scripts/ci-merge.js @@ -0,0 +1,26 @@ +import { resolve } from "node:path"; +import { sourceExcludes, templateExcludes } from "./consts.js"; +import { fs, mergeTemplateAndSource } from "./utils.js"; + +const [templateDir, sourceDir, combinedDir] = process.argv.slice(2); + +if (!templateDir || !sourceDir || !combinedDir) { + console.error( + "Usage: bun scripts/ci-merge.js