31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
@{
|
|
ViewData["Title"] = "The Alpha Flame | Front Cover";
|
|
}
|
|
|
|
<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 active" aria-current="page">Front Cover</li>
|
|
</ol>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<section id="cover" class="mb-5">
|
|
<div class="card">
|
|
<responsive-image src="the-alpha-flame-7.png" class="card-img-top" alt="The Alpha Flame Cover" display-width-percentage="50"></responsive-image>
|
|
<div class="card-body">
|
|
<h2 class="card-title">Front Cover Draft</h2>
|
|
<p class="card-text">
|
|
Welcome to the first glimpse of The Alpha Flame! What you see here is a draft version of the cover as it continues to evolve. As the story itself unfolds, so does the cover design, and while this is just one concept, it brings the title to life visually, hinting at the strength and intrigue within its pages. Please keep in mind that this is an early version; the final design may change as I refine both the visual elements and the story itself.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div> |