Family

The Makinson Lineage · A Living Family Archive :root { --bg: #050816; --bg-alt: #101827; --panel: rgba(15, 23, 42, 0.92); --panel-soft: rgba(15, 23, 42, 0.84); --accent: #e2c792; --accent-soft: #f4e4b6; --accent-strong: #f6c453; --text-main: #e5e7eb; --text-muted: #9ca3af; --border-soft: rgba(148, 163, 184, 0.4); --shadow-soft: 0 30px 80px rgba(0, 0, 0, 0.7); --radius-lg: 22px; --radius-pill: 999px; --blur: 18px; --transition-fast: 180ms ease-out; --transition-med: 260ms ease; } *, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; padding: 0; height: 100%; } body { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top left, #1e293b 0, transparent 50%), radial-gradient(circle at 120% 0, #0f766e 0, transparent 55%), radial-gradient(circle at 0 140%, #7c2d12 0, transparent 48%), linear-gradient(145deg, #020617 0%, #020617 45%, #020617 100%); color: var(--text-main); -webkit-font-smoothing: antialiased; } .page-shell { min-height: 100vh; display: flex; justify-content: center; padding: 42px 14px 50px; position: relative; overflow: hidden; isolation: isolate; } /* Background embellishments */ .orb { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: 0.5; z-index: -2; mix-blend-mode: screen; pointer-events: none; } .orb.orb-1 { background: #f59e0b; top: -140px; left: -120px; } .orb.orb-2 { background: #0ea5e9; bottom: -160px; right: -110px; } .orb.orb-3 { background: #22c55e; top: 50%; left: 55%; transform: translate(-50%, -50%); } .constellation { position: fixed; inset: 0; pointer-events: none; background-image: radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.35) 0, transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(circle at top, transparent 0, black 45%); opacity: 0.35; z-index: -1; } .document { width: 100%; max-width: 1040px; background: radial-gradient(circle at top right, rgba(248, 250, 252, 0.06), transparent 55%), radial-gradient(circle at bottom left, rgba(148, 163, 184, 0.05), transparent 55%), var(--panel); border-radius: 30px; box-shadow: var(--shadow-soft); border: 1px solid rgba(148, 163, 184, 0.6); position: relative; padding: 28px 26px 30px; overflow: hidden; } .document::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(244, 244, 245, 0.04), transparent 40%), radial-gradient(circle at top right, rgba(234, 179, 8, 0.08), transparent 60%); mix-blend-mode: soft-light; opacity: 0.9; pointer-events: none; } .document-inner { position: relative; z-index: 1; } header { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr); gap: 18px; align-items: center; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(148, 163, 184, 0.5); } .masthead-main { position: relative; } .kicker { display: inline-flex; align-items: center; gap: 10px; padding: 4px 14px 4px 6px; border-radius: var(--radius-pill); background: radial-gradient(circle at top left, rgba(249, 250, 251, 0.32), rgba(15, 23, 42, 0.9)); border: 1px solid rgba(249, 250, 251, 0.28); color: var(--accent-soft); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 10px; backdrop-filter: blur(16px); } .kicker-dot-wrap { width: 20px; height: 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: radial-gradient(circle at 30% 30%, #facc15, #b45309); box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9), 0 0 16px rgba(250, 204, 21, 0.9); } .kicker-dot { width: 9px; height: 9px; border-radius: 999px; background: #fefce8; } h1 { margin: 0 0 6px 0; font-family: "Playfair Display", system-ui, serif; font-size: 2.4rem; letter-spacing: 0.18em; text-transform: uppercase; color: #f9fafb; } .subtitle { font-size: 0.95rem; color: var(--accent-soft); font-weight: 500; margin-bottom: 6px; letter-spacing: 0.14em; text-transform: uppercase; } .descriptor { font-size: 0.95rem; color: var(--text-muted); max-width: 32rem; } .tagline { font-style: italic; color: var(--text-muted); margin-top: 8px; font-size: 0.9rem; } .masthead-side { position: relative; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; } .chip-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; } .chip { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; padding: 3px 12px; border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.6); color: var(--accent-soft); backdrop-filter: blur(10px); background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(30, 64, 175, 0.5)); } .quote-card { position: relative; padding: 10px 12px; border-radius: 16px; background: radial-gradient(circle at top left, rgba(248, 250, 252, 0.18), rgba(15, 23, 42, 0.92)); border: 1px solid rgba(148, 163, 184, 0.7); box-shadow: 0 14px 40px rgba(15, 23, 42, 0.8); max-width: 260px; font-size: 0.84rem; color: var(--text-muted); } .quote-card::before { content: "\201C"; position: absolute; font-family: "Playfair Display", serif; font-size: 2.4rem; color: rgba(251, 191, 36, 0.18); top: -18px; left: 10px; } .quote-card strong { color: #e5e7eb; } main { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 20px; } section { background: linear-gradient(135deg, var(--panel-soft), rgba(15, 23, 42, 0.96)); border-radius: var(--radius-lg); padding: 16px 16px 18px; border: 1px solid rgba(148, 163, 184, 0.6); backdrop-filter: blur(var(--blur)); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85); position: relative; overflow: hidden; } section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(236, 201, 75, 0.11), transparent 55%); opacity: 0.75; pointer-events: none; } section-inner { position: relative; z-index: 1; } .section-header { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 8px; } section h2 { margin: 0; font-size: 1.1rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-soft); font-weight: 500; font-family: "Inter", system-ui, sans-serif; } .section-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--text-muted); } section h3 { margin-top: 14px; margin-bottom: 4px; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(209, 213, 219, 0.9); } p { margin-top: 4px; margin-bottom: 8px; font-size: 0.93rem; color: var(--text-main); } .muted { color: var(--text-muted); } .note { font-size: 0.87rem; color: var(--text-muted); border-left: 3px solid rgba(234, 179, 8, 0.55); padding-left: 10px; margin-top: 6px; background: linear-gradient(90deg, rgba(23, 37, 84, 0.9), transparent); } .quote-block { margin: 10px 0; padding: 10px 12px; border-radius: 14px; background: radial-gradient(circle at top left, rgba(248, 250, 252, 0.12), rgba(15, 23, 42, 0.95)); border: 1px solid rgba(148, 163, 184, 0.8); font-style: italic; color: #e5e7eb; font-size: 0.9rem; position: relative; overflow: hidden; } .quote-block::after { content: "\201D"; position: absolute; right: 10px; bottom: -18px; font-family: "Playfair Display", serif; font-size: 2.4rem; color: rgba(251, 191, 36, 0.18); } .meta { font-size: 0.85rem; color: var(--text-muted); margin-top: 2px; } .person { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr); align-items: baseline; gap: 2px 18px; margin-bottom: 4px; } .person-name { font-weight: 500; color: #f9fafb; } .person-life { font-size: 0.86rem; color: var(--text-muted); } .columns { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 18px; margin-top: 4px; } .timeline { list-style: none; padding: 0; margin: 8px 0 0; position: relative; } .timeline::before { content: ""; position: absolute; left: 7px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, rgba(148, 163, 184, 0.6), rgba(30, 64, 175, 0.4)); } .timeline-item { position: relative; padding: 8px 0 8px 24px; } .timeline-dot { position: absolute; left: 1px; top: 14px; width: 12px; height: 12px; border-radius: 999px; border: 2px solid rgba(234, 179, 8, 0.9); background: radial-gradient(circle, #fefce8, #eab308); box-shadow: 0 0 12px rgba(250, 204, 21, 0.9); } .timeline-year { font-weight: 600; font-size: 0.9rem; color: #f9fafb; } .timeline-main { font-size: 0.9rem; color: var(--text-main); } .timeline-note { font-size: 0.82rem; color: var(--text-muted); } ul { padding-left: 18px; margin-top: 4px; margin-bottom: 6px; } li { font-size: 0.9rem; margin-bottom: 3px; } .pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; margin-bottom: 4px; } .inline-tag { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 64, 175, 0.8)); border: 1px solid rgba(148, 163, 184, 0.9); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--accent-soft); } footer { margin-top: 16px; padding-top: 12px; border-top: 1px dashed rgba(148, 163, 184, 0.7); font-size: 0.84rem; color: var(--text-muted); text-align: right; } /* Simple hover / motion polish */ section:hover { border-color: rgba(250, 204, 21, 0.75); transform: translateY(-1px); box-shadow: 0 22px 50px rgba(15, 23, 42, 0.95); transition: transform var(--transition-fast), box-shadow var(--transition-med), border-color var(--transition-fast); } .timeline-item:hover .timeline-dot { transform: scale(1.08); } @media (max-width: 880px) { header { grid-template-columns: minmax(0, 1fr); gap: 14px; } .masthead-side { align-items: flex-start; } .quote-card { max-width: 100%; } .document { padding: 22px 15px 26px; border-radius: 26px; } .columns { grid-template-columns: minmax(0, 1fr); } section { padding: 14px 13px 16px; } }
A living family archive

The Makinson Lineage

Newfoundland → Iqaluit → British Columbia (1827–Present)

A record of one family’s journey across time and country, preserved so that future generations will know not only the names, but the stories that carried them here.

A work in progress, curated with care for those who come next.

Paternal lineage Newfoundland origins Westward migration
Living archive. Not a fixed monument, but an evolving record of how one family moved from Brigus to the North, and ultimately to the Pacific coast.

Family History Overview

This page traces the direct paternal line of the Makinson family, beginning in Newfoundland in the nineteenth century, passing through the North in Iqaluit, and continuing into present-day British Columbia.

It is designed to be a living document—something that can be corrected, expanded, and annotated as new records and memories are discovered.

Work in Progress

Any details that are uncertain or still being confirmed are clearly marked. As new birth records, marriage certificates, obituaries, and stories are found, this history can be updated so that what remains for the next generation is as accurate as possible.

This is an evolving archive. Every edit—no matter how small—is part of the work of remembrance.

Newfoundland Beginnings

The earliest firmly documented ancestors in this line are a couple whose lives were rooted in nineteenth-century Newfoundland:

George Makinson (1827–1911) Earliest documented paternal ancestor in this line.
Elizabeth (Norman) Makinson (1843–1916) Married George and shared the Newfoundland beginnings of the lineage.

Marriage

17 June 1862 · Brigus, Newfoundland

Role in the Line

George and Elizabeth are the earliest confirmed “root” couple of the known Makinson lineage. While the local details of their day-to-day lives are still being uncovered, existing records place them at the beginning of the documented family tree. From their marriage in Brigus, the line would ultimately stretch westward across Canada.

An Unnamed Link

The specific child of George and Elizabeth who directly connects down to later generations has not yet been fully identified in the surviving records used here. Based on dates alone, that person would likely have been born sometime between c. 1865 and 1885.

There are clues that the given name George may repeat in this branch, suggesting a possible son named after his father. However, until a birth record, marriage record, census entry, or another primary document clearly confirms that connection, this individual is treated as probable but not final.

This section of the tree is intentionally left open. As more archival materials are located, this unnamed link will be updated with a confirmed name, dates, and any surviving details about their life and movements.

Westward: The Line to British Columbia

The next clearly documented person in the direct line is:

David Lincoln Baird Makinson (1907–1971) A turning point figure, carrying the line decisively west.

David represents a turning point in the family story. In his lifetime, the lineage begins to shift decisively toward western Canada, especially British Columbia.

Marriage to Barbara Ross

Barbara Ross (1926–2015) Later known in records as Barbara (Ross) Makinson.

Married 21 August 1950 · Vancouver, British Columbia, Canada

Significance

The marriage of David and Barbara anchors the Makinson line in British Columbia and links together Newfoundland origins, prairie roots, and West Coast life.

From this point on, Vancouver and the surrounding areas become central to the family narrative. The move west, and the life David and Barbara built there, created the foundation on which later generations—right down to the present—would stand.

Barbara (Ross) Makinson

Much of what is known about Barbara comes from her obituary, which offers a concise but vivid picture of her life:

Birth: 22 May 1926 · Assiniboia, Saskatchewan Death: 11 May 2015

She grew up on a Saskatchewan farm, earned a teaching degree, and eventually moved to British Columbia, where she raised her family. Her obituary notes that she was predeceased by her husband, Dave (David) Makinson, who died in 1971, confirming both the match of the names and the timeline.

“Barbara’s story threads together prairie fields, chalkboards and classrooms, and the coastal rain of British Columbia. In the official record she appears simply as Barbara Ross, later Barbara Makinson— but for her family, she is the bridge between the older generations and the world they now inhabit.”

Source: obituary listing from Maple Ridge Funeral Chapel for Barbara Makinson.

Iqaluit: The Northern Chapter

Iqaluit marks an important, if still partly undocumented, chapter in the Makinson story. It does not belong to the earliest Newfoundland generation, but rather to the twentieth-century descendants who carried the family name into new places and roles.

At present, the exact individual or individuals in the direct line who lived or worked in Iqaluit—and during which years—are still being confirmed. What is clear is that this northern period formed a meaningful part of the family’s experience, connecting the eastern roots of Newfoundland with the western home in British Columbia.

When the details are ready (for example, “X Makinson lived in Iqaluit from c. 19XX–19YY while working as …”), they can be added here as a focused narrative, turning Iqaluit from a reference point into a well-documented chapter of the lineage.

The Modern Generation

The line continues into the present day through:

James ("Jim") Makinson (b. 1959) Paternal line into the modern generation.
Katherine (Grosch) Makinson (b. 1961) Joins the Makinson lineage with the Grosch family.

Together, Jim and Katherine represent the bridge from the mid-twentieth century into the world their children know today. Their marriage joins the Makinson line with the Grosch family, bringing another set of stories, places, and traditions into the picture.

Their Children

Sarah Makinson (b. 1994) Part of the modern generation.
Gary Makinson (b. 1995) Current custodian of this written history.

This current generation is not only inheriting the family story; they are actively curating and preserving it. Gathering dates, cross-checking records, building small web applications, and writing narratives like this one are acts of respect toward the people who came before.

You are not failing at this. You are showing up. Every corrected date, every fixed name, every moment spent trying to get this right is a quiet way of saying to your family—past and present— “you mattered, and I paid attention.”

A Note on Names and Lines

Written records and everyday family language do not always line up neatly. In this family, there are a few points worth keeping straight:

  • Barbara Ross (1926–2015) appears in official records as Barbara Ross and as Barbara Makinson. She is part of the paternal Makinson line, married to David Lincoln Baird Makinson (1907–1971).
  • Grosch is the surname of Katherine Grosch, who married James ("Jim") Makinson. This places Grosch in the maternal line for the present generation.

Around a kitchen table, it is natural for nicknames and blended references—like “Grandma Barb” or “Grandma Barb Grosch”—to show up. On a history page like this, though, it helps to keep the lines clear:

Ross / Makinson → paternal line Grosch → maternal line

This layout follows the evidence currently available, while staying flexible enough to be updated if new documents suggest a correction.

Timeline Overview

A working summary of the main figures and dates in the Makinson lineage described above.

  • 1827–1911 · George Makinson
    Root generation · Newfoundland.
  • 1843–1916 · Elizabeth (Norman) Makinson
    Married George in Brigus, Newfoundland (1862).
  • c. 1865–1885 · Unconfirmed child of George & Elizabeth
    Research in progress.
    Likely link to later generations.
  • 1907–1971 · David Lincoln Baird Makinson
    A key transition figure toward western Canada.
  • 1926–2015 · Barbara (Ross) Makinson
    Born in Assiniboia, Saskatchewan · Later settled in British Columbia · Wife of David.
  • 1950 · Marriage of David & Barbara
    Vancouver, British Columbia.
  • 1959–present · James ("Jim") Makinson
    Paternal line into the modern generation.
  • 1961–present · Katherine (Grosch) Makinson
    Maternal line connection.
  • 1994–present · Sarah Makinson
    Modern generation.
  • 1995–present · Gary Makinson
    Current custodian of this written history.

Living Archive

This history is not finished. It will grow as:

  • More records are discovered and digitized
  • Family members share memories, photographs, and documents
  • Conflicting details are carefully compared and resolved

Every small addition—a date corrected, a place name spelled properly, a story written down before it’s forgotten—sharpens the picture of how this family moved from Brigus to the North, and ultimately to the Pacific coast.

Above all, this page is a testament to the effort being made now: to gather, to verify, and to honor the people whose lives quietly led to this one.

The Makinson Lineage · A work in progress, preserved with care for those who come next.
Back to Journal Edit