Added video Discovery cover and video background.

This commit is contained in:
Nick 2025-06-07 00:06:10 +01:00
parent 8f2a5f38bc
commit 0e0d9ec183
71 changed files with 105 additions and 194 deletions

View File

@ -25,7 +25,7 @@
</header> </header>
<section> <section>
<p>Catherine Lynwood was born in Birmingham in 1980, growing up amidst the urban landscapes and industrial heritage of Britains second city. Raised in Rubery, Catherine was drawn to the arts from an early age, finding creative inspiration in the sights, sounds, and stories around her. She attended Colmers Farm School, where teachers quickly recognized her talent for drawing and storytelling, often encouraging her to explore her creativity in school projects and art classes.</p> <p>Catherine Lynwood was born in Birmingham in 1979, growing up amidst the urban landscapes and industrial heritage of Britains second city. Raised in Rubery, Catherine was drawn to the arts from an early age, finding creative inspiration in the sights, sounds, and stories around her. She attended Colmers Farm School, where teachers quickly recognized her talent for drawing and storytelling, often encouraging her to explore her creativity in school projects and art classes.</p>
</section> </section>
<section> <section>

View File

@ -13,11 +13,13 @@
</div> </div>
<!-- Hero Section --> <!-- Hero Section -->
<div class="row align-items-center mb-5"> @* <div class="row align-items-center mb-5">
<div class="col-md-5 text-center"> <div class="col-md-5 text-center">
<a asp-controller="TheAlphaFlame" asp-action="Discovery">
<responsive-image src="the-alpha-flame-11.png" alt="The Alpha Flame: Discovery" class="img-fluid rounded-5 border border-3 border-dark shadow-lg" display-width-percentage="50"></responsive-image> <responsive-image src="the-alpha-flame-11.png" alt="The Alpha Flame: Discovery" class="img-fluid rounded-5 border border-3 border-dark shadow-lg" display-width-percentage="50"></responsive-image>
</a>
</div> </div>
<div class="col-md-7"> <div class="col-md-7 pt-2 pt-md-0">
<h1 class="display-5 fw-bold">The Alpha Flame: <span class="fw-light">Discovery</span></h1> <h1 class="display-5 fw-bold">The Alpha Flame: <span class="fw-light">Discovery</span></h1>
<p class="lead fst-italic">Some girls survive. Others set the world on fire.</p> <p class="lead fst-italic">Some girls survive. Others set the world on fire.</p>
<p> <p>
@ -32,7 +34,42 @@
The journey continues in <strong>Reckoning</strong> (Spring 2026) and concludes with <strong>Redemption</strong> (Autumn 2026). The journey continues in <strong>Reckoning</strong> (Spring 2026) and concludes with <strong>Redemption</strong> (Autumn 2026).
Learn more about the full trilogy on the <a asp-controller="TheAlphaFlame" asp-action="Index" class="link-dark fw-semibold">Alpha Flame series page</a>. Learn more about the full trilogy on the <a asp-controller="TheAlphaFlame" asp-action="Index" class="link-dark fw-semibold">Alpha Flame series page</a>.
</p> </p>
</div>
</div> *@
<div class="row align-items-center mb-5">
<div class="col-md-5 text-center">
<a asp-controller="TheAlphaFlame" asp-action="Discovery">
<div class="hero-video-container">
<video autoplay muted loop playsinline poster="/images/the-alpha-flame-discovery-blank.png">
<source src="/videos/background-5.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Overlaid Text -->
<div class="hero-overlay-text hero-title">The Alpha Flame</div>
<div class="hero-overlay-text hero-subtitle">Discovery</div>
<div class="hero-overlay-text hero-author">Catherine Lynwood</div>
</div>
</a>
</div>
<div class="col-md-7 pt-2 pt-md-0">
<h1 class="display-5 fw-bold">The Alpha Flame: <span class="fw-light">Discovery</span></h1>
<p class="lead fst-italic">Some girls survive. Others set the world on fire.</p>
<p>
When Maggie Grant finds Beth, bruised, terrified, and alone, she has no idea the rescue will ignite a chain of secrets buried deep in her own past...
</p>
<div class="d-flex gap-3 flex-wrap">
<a href="/the-alpha-flame/discovery" class="btn btn-dark">Explore the Book</a>
<a href="/the-alpha-flame/extras" class="btn btn-outline-dark">Unlock Extras</a>
</div>
<p class="mt-4">
<em>The Alpha Flame: Discovery</em>, writen by <a asp-controller="Home" asp-action="AboutCatherineLynwood" class="link-dark fw-semibold">Catherine Lynwood</a>, is the first in a powerful trilogy following the tangled lives of Maggie and Beth , two women bound by fate, fire, and secrets too dangerous to stay buried.
The journey continues in <strong>Reckoning</strong> (Spring 2026) and concludes with <strong>Redemption</strong> (Autumn 2026).
Learn more about the full trilogy on the <a asp-controller="TheAlphaFlame" asp-action="Index" class="link-dark fw-semibold">Alpha Flame series page</a>.
</p>
</div> </div>
</div> </div>

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Publishing</li> <li class="breadcrumb-item active" aria-current="page">Catherine Lynwood Publishing</li>
</ol> </ol>
</nav> </nav>
</div> </div>

View File

@ -52,7 +52,12 @@
</head> </head>
<body class="bg-primary text-white"> <body class="bg-primary text-white">
<div class="fixed-background"></div> <!-- Fixed background div --> <div id="background-wrapper">
<!-- Fallback image shown by default -->
<div class="fixed-background"></div>
</div>
<div class="content"> <div class="content">
<!-- Content wrapper to keep everything on top of the background --> <!-- Content wrapper to keep everything on top of the background -->
@ -125,6 +130,31 @@
<script src="~/js/site.js" asp-append-version="true"></script> <script src="~/js/site.js" asp-append-version="true"></script>
<script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script> <script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script> <script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script>
<script>
const connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;
const allowVideo = !connection || (
!connection.saveData &&
!connection.effectiveType.includes("2g") &&
!connection.effectiveType.includes("3g")
);
if (allowVideo) {
const wrapper = document.getElementById("background-wrapper");
wrapper.innerHTML = `
<div class="video-background">
<video autoplay muted loop playsinline poster="/images/webp/maggie-5-1920.webp">
<source src="/videos/background-3.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="video-overlay"></div>
</div>
`;
}
</script>
<script src="https://cdn.plyr.io/3.7.2/plyr.polyfilled.js"></script> <script src="https://cdn.plyr.io/3.7.2/plyr.polyfilled.js"></script>
<script> <script>
const player = new Plyr('audio'); const player = new Plyr('audio');

View File

@ -8,7 +8,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Beth</li> <li class="breadcrumb-item active" aria-current="page">Beth</li>
</ol> </ol>

View File

@ -34,9 +34,9 @@
<section id="synopsis"> <section id="synopsis">
<div class="card character-card" id="synopsis-card"> <div class="card character-card" id="synopsis-card">
<div class="card-header"> <div class="card-header">
<h1>The Alpha Flame</h1> <h1>The Alpha Flame: <span class="fw-light">Discovery</span></h1>
</div> </div>
<div class="card-body bg-light" id="synopsis-body"> <div class="card-body" id="synopsis-body">
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-2"> <div class="col-2">
<responsive-image src="catherine-lynwood-16.png" class="img-fluid rounded-circle" alt="Catherine Lynwood" display-width-percentage="50"></responsive-image> <responsive-image src="catherine-lynwood-16.png" class="img-fluid rounded-circle" alt="Catherine Lynwood" display-width-percentage="50"></responsive-image>

View File

@ -26,11 +26,16 @@
<!-- Book 1: Full-width Featured --> <!-- Book 1: Full-width Featured -->
<div class="row mb-5"> <div class="row mb-5">
<div class="col-12"> <div class="col-12">
<div class="card h-100 shadow-lg border-3 border-warning"> <div class="card h-100 shadow-lg border-3 border-dark">
<div class="row g-0"> <div class="row g-0">
<div class="col-md-3"> <div class="col-md-3 d-none d-md-block">
<a href="/the-alpha-flame/discovery"> <a href="/the-alpha-flame/discovery">
<responsive-image src="the-alpha-flame-11.png" class="img-fluid rounded-start-3" alt="The Alpha Flame: Discovery" display-width-percentage="100"></responsive-image> <responsive-image src="the-alpha-flame-11.png" class="img-fluid rounded-start-3" alt="The Alpha Flame: Discovery" display-width-percentage="50"></responsive-image>
</a>
</div>
<div class="col-md-3 d-md-none">
<a href="/the-alpha-flame/discovery">
<responsive-image src="the-alpha-flame-11.png" class="img-fluid rounded-top-3" alt="The Alpha Flame: Discovery" display-width-percentage="50"></responsive-image>
</a> </a>
</div> </div>
<div class="col-md-9"> <div class="col-md-9">
@ -62,11 +67,14 @@
<div class="row mb-4"> <div class="row mb-4">
<div class="col-12"> <div class="col-12">
<div class="card h-100 shadow-sm border-start border-3 border-warning position-relative"> <div class="card h-100 shadow-sm border-start border-3 border-dark position-relative">
<span class="badge bg-warning text-dark position-absolute top-0 start-0 m-2">Coming Spring 2026</span> <span class="badge bg-warning text-dark position-absolute top-0 start-0 m-2">Coming Spring 2026</span>
<div class="row g-0"> <div class="row g-0">
<div class="col-md-2"> <div class="col-md-2 d-none d-md-block">
<responsive-image src="the-alpha-flame-10.png" class="img-fluid rounded-start placeholder-blur" alt="The Alpha Flame: Reckoning" display-width-percentage="100"></responsive-image> <responsive-image src="the-alpha-flame-10.png" class="img-fluid rounded-start-3 placeholder-blur" alt="The Alpha Flame: Reckoning" display-width-percentage="50"></responsive-image>
</div>
<div class="col-md-2 d-md-none">
<responsive-image src="the-alpha-flame-10.png" class="img-fluid rounded-top-3 placeholder-blur" alt="The Alpha Flame: Reckoning" display-width-percentage="50"></responsive-image>
</div> </div>
<div class="col-md-10"> <div class="col-md-10">
<div class="card-body"> <div class="card-body">
@ -91,11 +99,14 @@
<div class="row mb-4"> <div class="row mb-4">
<div class="col-12"> <div class="col-12">
<div class="card h-100 shadow-sm border-start border-3 border-warning position-relative"> <div class="card h-100 shadow-sm border-start border-3 border-dark position-relative">
<span class="badge bg-warning text-dark position-absolute top-0 start-0 m-2">Coming Autumn 2026</span> <span class="badge bg-warning text-dark position-absolute top-0 start-0 m-2">Coming Autumn 2026</span>
<div class="row g-0"> <div class="row g-0">
<div class="col-md-2"> <div class="col-md-2 d-none d-md-block">
<responsive-image src="the-alpha-flame-10.png" class="img-fluid rounded-start placeholder-blur" alt="The Alpha Flame: Redemption" display-width-percentage="100"></responsive-image> <responsive-image src="the-alpha-flame-10.png" class="img-fluid rounded-start-3 placeholder-blur" alt="The Alpha Flame: Redemption" display-width-percentage="50"></responsive-image>
</div>
<div class="col-md-2 d-md-none">
<responsive-image src="the-alpha-flame-10.png" class="img-fluid rounded-top-3 placeholder-blur" alt="The Alpha Flame: Redemption" display-width-percentage="50"></responsive-image>
</div> </div>
<div class="col-md-10"> <div class="col-md-10">
<div class="card-body"> <div class="card-body">

View File

@ -1,167 +0,0 @@
@{
ViewData["Title"] = "The Alpha Flame";
}
<div class="row">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">The Alpha Flame</li>
</ol>
</nav>
</div>
</div>
<div class="row">
<div class="col-12">
<section>
<div class="row">
<div class="col-12">
<div class="card character-card">
<div class="card-header">
<h1>The Alpha Flame</h1>
</div>
<div class="card-img bg-dark">
<div class="ratio ratio-16x9">
<video controls="controls" poster="/images/Synopsis.png">
<source src="~/videos/Synopsis.mp4" type="video/mp4"/>
</video>
</div>
</div>
<div class="card-body border-top border-3 border-dark bg-light">
<h3 class="card-title">Synopsis</h3>
<p class="card-text">The Alpha Flame is an unflinching and deeply emotional story of resilience, love, and survival, set against the vibrant yet tumultuous backdrop of 1983. Through the intersecting lives of two heroines, it delves into the extremes of human suffering and the boundless power of the human spirit to endure, adapt, and rise.</p>
<p class="card-text">For Beth, the world is a cold and unforgiving place. Devastation strikes in a single moment, leaving her isolated, shattered, and vulnerable. Alone in the bleak shadows of a city that offers neither refuge nor redemption, she is forced to navigate a relentless cycle of desperation and despair. Every step of her journey tests the limits of her endurance, pushing her into harrowing situations where survival feels like a hollow victory. Beths existence is marked by loss, betrayal, and an almost suffocating loneliness that threatens to consume her entirely. Yet, even in the darkest corners of her ordeal, a fragile ember of defiance smoulders within her—a quiet, stubborn refusal to let the world destroy her completely.</p>
<p class="card-text">Maggie, by contrast, is a force of nature—a woman who thrives on her unshakable drive and an unrelenting belief in her own power. Behind her fiery red hair and disarming charm lies a storm of determination and ferocity. Maggie doesnt just live; she races through life, fuelled by a need for speed and the thrill of freedom. Her Triumph TR6 isnt just a car; its an extension of her spirit—sleek, powerful, and unapologetically bold. On the open road, with the engine roaring and the world blurring past her, she feels invincible. But Maggies intensity doesnt stop at the wheel. Her relationships burn just as brightly. As a lover, she is dominant, passionate, and unafraid to embrace her darker desires. While fiercely loving and loyal, Maggie is also formidable; crossing her isnt a mistake anyone makes twice.</p>
<p class="card-text">When fate brings Beth and Maggie together, their connection is explosive—a union of two polar opposites that burns with both tenderness and raw power. For Beth, Maggie represents a lifeline, a reminder that love and trust still exist, even in a world that has betrayed her at every turn. For Maggie, Beth awakens a fierce protectiveness and vulnerability shes rarely allowed herself to feel. Together, they ignite a flame that challenges them to confront their own fears, desires, and limitations.</p>
<p class="card-text">Set against the kaleidoscope of 1983—where synthesised anthems provide a pulsing soundtrack and the streets are alive with the bold styles and rebellious energy of the decade—their story unfolds in a city teeming with danger and intrigue. From high-speed chases along winding roads to dimly lit clubs and desolate alleyways, the heroines journey is a visceral exploration of survival and freedom. The neon haze of the era contrasts sharply with the stark realities they face, painting a vivid picture of a world where strength and vulnerability coexist.</p>
<p class="card-text">As secrets surface and danger tightens its grip, Beth and Maggie must confront not only the challenges around them but the truths within themselves. Their bond is tested by betrayal, desire, and the shadows of their pasts, but through it all, their flame burns brighter, illuminating their courage and the unbreakable spirit of two heroines determined to rewrite their fates.</p>
<p class="card-text">At its heart, The Alpha Flame is a story of survival, passion, and empowerment. It explores the devastating lows and triumphant highs of life with unflinching honesty, capturing the raw power of human connection against the gritty, vibrant backdrop of an unforgettable era. With its blend of drama, intensity, and unapologetic emotion, this is a story that will leave its mark long after the final frame.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Chapter Previews -->
<section id="chapters">
<h2>Book Previews</h2>
<div class="row mt-3">
<!-- Chapter 1 Preview -->
<div class="col-md-4 mb-4">
<div class="card h-100 character-card">
<a asp-action="FrontCover">
<responsive-image src="the-alpha-flame-10.png" class="card-img-top" alt="The Alpha Flame Cover" display-width-percentage="50"></responsive-image>
</a>
<div class="card-body border-top border-3 border-dark">
<h3 class="card-title">The Front Cover</h3>
<p class="card-text">In the quieter moments when I'm not writing I've been spending some time working on the cover of my book. It's definitely early days at the moment, but you can take a look at a draft version of the front cover if you wish.'</p>
<div class="text-end"><a asp-action="FrontCover" class="btn btn-dark">Read More</a></div>
</div>
</div>
</div>
<!-- Chapter 1 Preview -->
<div class="col-md-4 mb-4">
<div class="card h-100 character-card">
<a asp-action="Chapter1">
<responsive-image src="beth-13.png" class="card-img-top" alt="Beth Fletcher in her flat" display-width-percentage="50"></responsive-image>
</a>
<div class="card-body border-top border-3 border-dark">
<h3 class="card-title">Chapter 1: Drowning in Silence - Beth</h3>
<p class="card-text">Beth returns home to find her mother lifeless in the bath, an empty bottle beside her. Overwhelmed by grief and disbelief, she wrestles with feelings of abandonment and anger as her world shatters around her. Left alone at just sixteen, Beth faces the bleak realities of life without her mother, including navigating the cold and impersonal system of social services. When her estranged aunt briefly steps in before leaving her completely alone, Beth is forced to make a desperate decision—to run away and forge her own path, no matter the cost.</p>
<div class="text-end"><a asp-action="Chapter1" class="btn btn-dark">Read More</a></div>
</div>
</div>
</div>
<!-- Chapter 2 Preview -->
<div class="col-md-4 mb-4">
<div class="card h-100 character-card">
<a asp-action="Chapter2">
<responsive-image src="maggie-grant-44.png" class="card-img-top" alt="Maggie Grant, The Alpha Flame" display-width-percentage="50"></responsive-image>
</a>
<div class="card-body border-top border-3 border-dark">
<h3 class="card-title">Chapter 2: The Last Lesson - Maggie</h3>
<p class="card-text">On Christmas Eve, Maggie nervously heads out for her driving test, determined to succeed. Dressed to impress and brimming with playful confidence, she charms her instructor Colin and even turns heads at the test center. However, an unexpected incident involving a child running into the road tests her composure and skill. Maggies quick thinking earns her a perfect pass, and she celebrates with her family and best friend, Rosie. Driving her newly restored Triumph TR6 for the first time, Maggie revels in her freedom but cant shake the haunting image of a lonely girl she spots under a flyover, sparking a lingering sense of unease.</p>
<div class="text-end"><a asp-action="Chapter2" class="btn btn-dark">Read More</a></div>
</div>
</div>
</div>
<div class="col-12 mb-4 px-4">
<div class="row rounded-5 border border-3 border-dark overflow-hidden">
<div class="col-md-4 p-0 responsive-border border-3 border-dark">
<a asp-action="Characters">
<responsive-image src="maggie-grant-47.png" class="fit-image" alt="Maggie Grant, The Alpha Flame" display-width-percentage="50"></responsive-image>
</a>
</div>
<div class="col-md-8 bg-light text-dark p-3">
<h3 class="card-title">Meet the Characters</h3>
<div class="card-text">
<p>Dive into the vibrant world of The Alpha Flame and discover the unforgettable cast of characters that bring this story to life.</p>
<p>Get to know Maggie, the fiery and magnetic heart of the tale, and Beth, whose troubled past contrasts with her unyielding strength. Meet Rosie, Maggie's best friend, who brings warmth and humor to every scene, and Rebecca, a steady presence with a hidden depth.</p>
<p>Explore the mind of Rob, the gadget-obsessed photographer whose quiet determination matches his deep connection to Maggie. Then theres Zoe, the sharp-witted ex-policewoman whos full of surprises.</p>
<p>Not everyone is a friend, though—Sophie brings tension and drama with her prickly demeanor, and Rick, the dark and dangerous antagonist, keeps the stakes high and the tension palpable.</p>
<p>Find out what makes them tick, what drives their actions, and what secrets theyre hiding. Who will you root for, and who will you love to hate? Discover it all in The Alpha Flame.</p>
</div>
<div class="text-end"><a asp-action="Characters" class="btn btn-dark">Read More</a></div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
@section Meta {
<meta name="description" content="Explore The Alpha Flame, a novel by Catherine Lynwood. Dive into the story of passion, love, and power with strong characters and compelling themes.">
<meta name="keywords" content="The Alpha Flame, Catherine Lynwood, novel, book cover, story of passion, love, power, strong characters, compelling themes">
<meta name="author" content="Catherine Lynwood">
<meta name="twitter:card" content="player">
<meta name="twitter:site" content="@@CathLynwood">
<meta name="twitter:title" content="The Alpha Flame">
<meta name="twitter:description" content="Experience the gripping trailer of The Alpha Flame by Catherine Lynwood, a tale of love, loss, and self-discovery.">
<meta name="twitter:image" content="https://www.catherinelynwood.com/images/Synopsis.png">
<meta name="twitter:player" content="https://www.catherinelynwood.com/videos/Synopsis.mp4">
<meta name="twitter:player:width" content="640">
<meta name="twitter:player:height" content="360">
<meta name="twitter:player:stream" content="https://www.catherinelynwood.com/videos/Synopsis.mp4">
<meta name="twitter:player:stream:content_type" content="video/mp4">
<script type="application/ld+json">
{
"@@context": "https://schema.org",
"@@type": "WebPage",
"name": "The Alpha Flame - Cover Page",
"description": "Explore The Alpha Flame, a novel by Catherine Lynwood. Dive into the story of passion, love, and power with strong characters and compelling themes.",
"url": "https://www.catherinelynwood.com/the-alpha-flame",
"author": {
"@@type": "Person",
"name": "Catherine Lynwood",
"url": "https://www.catherinelynwood.com"
},
"about": {
"@@type": "CreativeWork",
"name": "The Alpha Flame",
"description": "A captivating novel about passion, love, and power."
},
"isPartOf": {
"@@type": "WebSite",
"name": "Catherine Lynwood",
"url": "https://www.catherinelynwood.com"
}
}
</script>
}

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Maggie Grant</li> <li class="breadcrumb-item active" aria-current="page">Maggie Grant</li>
</ol> </ol>

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Rebecca Jones</li> <li class="breadcrumb-item active" aria-current="page">Rebecca Jones</li>
</ol> </ol>

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Rick</li> <li class="breadcrumb-item active" aria-current="page">Rick</li>
</ol> </ol>

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Rob Jackson</li> <li class="breadcrumb-item active" aria-current="page">Rob Jackson</li>
</ol> </ol>

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Rosie MacDonald</li> <li class="breadcrumb-item active" aria-current="page">Rosie MacDonald</li>
</ol> </ol>

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Sophie Jones</li> <li class="breadcrumb-item active" aria-current="page">Sophie Jones</li>
</ol> </ol>

View File

@ -7,7 +7,7 @@
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li> <li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">Meet The Alpha Flame</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li> <li class="breadcrumb-item"><a asp-controller="TheAlphaFlame" asp-action="Characters">Meet The Characters</a></li>
<li class="breadcrumb-item active" aria-current="page">Zoe Davies</li> <li class="breadcrumb-item active" aria-current="page">Zoe Davies</li>
</ol> </ol>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 MiB

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 490 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 KiB

After

Width:  |  Height:  |  Size: 647 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 KiB

After

Width:  |  Height:  |  Size: 694 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 843 KiB

After

Width:  |  Height:  |  Size: 933 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.