2025-08-02 21:45:16 +01:00

144 lines
6.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@{
ViewData["Title"] = "Giveaways - 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"><a asp-controller="TheAlphaFlame" asp-action="Index">The Alpha Flame</a></li>
<li class="breadcrumb-item"><a asp-controller="Discovery" asp-action="Index">Discovery</a></li>
<li class="breadcrumb-item active" aria-current="page">Giveaways</li>
</ol>
</nav>
</div>
</div>
<section class="py-3 text-center">
<div class="container">
<div class="card bg-dark text-white border-primary">
<div class="card-body">
<h1 class="display-4 fw-bold">Win a Collectors Edition</h1>
<p class="lead mb-4">A special chance to own <em>The Alpha Flame: Discovery</em> in a limited edition, signed or delivered to you.</p>
<a asp-action="Enter" class="btn btn-primary btn-lg">Enter Now</a>
</div>
</div>
</div>
</section>
<section class="py-3">
<div class="container">
<div class="card shadow-sm">
<div class="card-body">
<h2 class="h4 fw-bold mb-3">How to Enter</h2>
<ul class="list-unstyled">
<li class="mb-2">
<i class="fad fa-check-circle text-success me-2"></i>
Sign up for my newsletter
</li>
<li class="mb-2">
<i class="fad fa-check-circle text-success me-2"></i>
Entries close on <strong>31st August 2025</strong>
</li>
<li class="mb-2">
<i class="fad fa-check-circle text-success me-2"></i>
Open to UK, US, Canada, and Australia
</li>
<li class="mb-2">
<i class="fad fa-check-circle text-success me-2"></i>
Winner announced 7th September 2025 via email and on this page
</li>
</ul>
<p class="mt-3">
<strong>What youll win:</strong>
UK winners receive a signed Collectors Edition mailed by me.
Winners in the US, Canada, or Australia receive an unsigned Collectors Edition printed and shipped locally.
</p>
<p class="small text-muted">No purchase necessary. You can unsubscribe at any time.</p>
</div>
</div>
</div>
</section>
<section class="py-3">
<div class="container">
<div class="card bg-dark text-white border-primary">
<div class="card-body">
<h2 class="h4 fw-bold text-center mb-4">The Prize</h2>
<div class="row text-center">
<div class="col-md-4 mb-4">
<responsive-image src="the-alpha-flame-discovery-stood-up.png" class="img-fluid rounded-5 border border-3 border-primary shadow-lg" alt="Signed Collectors Edition" display-width-percentage="50"></responsive-image>
<p class="mt-2">Signed by the author (UK only)</p>
</div>
<div class="col-md-4 mb-4">
<responsive-image src="the-alpha-flame-discovery-open-on-the-table-maggie.png" class="img-fluid rounded-5 border border-3 border-primary shadow-lg" alt="Exclusive imagery" display-width-percentage="50"></responsive-image>
<p class="mt-2">Exclusive imagery</p>
</div>
<div class="col-md-4 mb-4">
<responsive-image src="the-alpha-flame-discovery-open-on-the-table-beth.png" class="img-fluid rounded-5 border border-3 border-primary shadow-lg" alt="Interior preview" display-width-percentage="50"></responsive-image>
<p class="mt-2">Premium print quality</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="py-5 text-center">
<div class="container">
<h2 class="h4 fw-bold mb-3">Dont Miss Out</h2>
<p class="mb-4">Sign up today for your chance to win. Plus, get exclusive updates, early previews, and behind-the-scenes content.</p>
<a asp-action="Enter" class="btn btn-dark btn-lg">Enter the Giveaway</a>
</div>
</section>
@section Meta{
<MetaTag meta-title="Win a Collectors Edition of The Alpha Flame: Discovery Catherine Lynwood"
meta-description="Enter to win a limited Collectors Edition of The Alpha Flame: Discovery. UK winners receive a signed copy; US, Canada, and Australia winners receive an unsigned copy shipped locally. Entries close 31st August 2025."
meta-keywords="The Alpha Flame giveaway, signed book giveaway, Catherine Lynwood, book contest, limited edition book"
meta-author="Catherine Lynwood"
meta-url="https://www.catherinelynwood.com/the-alpha-flame/giveaways"
meta-image="https://www.catherinelynwood.com/images/webp/the-alpha-flame-discovery-stood-up-600.webp"
meta-image-alt="The Alpha Flame: Discovery Collectors Edition Giveaway"
og-site-name="Catherine Lynwood The Alpha Flame"
article-published-time="@new DateTime(2025, 07, 01)" />
<script type="application/ld+json">
{
"@@context": "https://schema.org",
"@@type": "Offer",
"name": "The Alpha Flame: Discovery Collectors Edition Giveaway",
"description": "Enter to win a Collectors Edition of The Alpha Flame: Discovery. UK winners receive a signed copy, while US, Canada, and Australia winners receive an unsigned copy shipped locally. Entries close 31st August 2025.",
"url": "https://www.catherinelynwood.com/the-alpha-flame/giveaways",
"availabilityStarts": "2025-07-01",
"availabilityEnds": "2025-08-31",
"eligibleRegion": [
{
"@@type": "Country",
"name": "United Kingdom"
},
{
"@@type": "Country",
"name": "United States"
},
{
"@@type": "Country",
"name": "Canada"
},
{
"@@type": "Country",
"name": "Australia"
}
],
"seller": {
"@@type": "Person",
"name": "Catherine Lynwood",
"url": "https://www.catherinelynwood.com"
}
}
</script>
}