Files
LiveCartaWP/wordpress/wp-content/themes/lawcarta/page-publish-your-book.php

115 lines
8.3 KiB
PHP
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.
<?php
get_header();
if (have_posts()):
while (have_posts()):
the_post();
?>
<?php// the_title(); ?>
<?php// the_content(); ?>
<div class="content promo-facebook">
<div class="main-page">
<div class="feature-block promo facebook right-img">
<div class="cont">
<div class="fb-img"><img src="<?= get_theme_file_uri('/assets/img/promo-page/live-feature4.png'); ?>" alt=""></div>
<div class="fb-title logo"><img src="<?= get_theme_file_uri('/assets/img/livecarta-logo.svg'); ?>" alt=""></div>
<div class="fb-title">Your all-in-one publishing platform</div>
<div class="fb-title bottom">Get your book published and delivered to a global audience or selected groups</div>
<div class="fb-text">
<p>With one-on-one support from our team, you can focus on writing and we'll get your book e-ready and print-ready in no time. Personalize your book settings to control how your book is used and publish new editions and revisions instantly. A fully flexible publishing solution from start to finish.</p>
<div class="sub-input">
<?php the_widget( 'SubscribeToLc_Widget', [], ['code' => 'a6bf932f34'] ); ?>
</div>
</div>
</div>
</div>
<div class="feature-block promo facebook">
<div class="cont">
<div class="fb-text">
<p class="with-icon">
<span class="icon-edit-history"></span>
<b>Publish faster. <br>Release new editions and minor revisions at any time.</b>
Keep your work up-to-date. Easily fix typos and revisions in real time and never worry about delays between new editions.
</p>
<p class="with-icon">
<span class="icon-book"></span>
<b>Earn higher royalties. <br>Have full control over your intellectual property.</b>
Set your own price and earn 50% royalties or higher. Our non-exclusive license gives you the freedom publish anywhere.
</p>
<p class="with-icon">
<span class="icon-account-settings"></span>
<b>Publish for the whole world or just your class. <br>Flexible privacy and distribution settings are just a couple of clicks away.</b>
Check your preference settings before publishing to decide how your book is used. Choose from multiple formats, from the electronic copy to print-on-demand and pdf downloads. You can share your work publicly in the Catalog or privately to a selected audience.
</p>
<p class="with-icon">
<span class="icon-youtube"></span>
<b>Supplement your work with relevant videos, podcasts, and other multimedia.</b>
Enhance books in a way traditional publishing cant. Incorpate a mix of mediums from images, audio, videos, and more to really make your book come to life.
</p>
<p class="with-icon">
<span class="icon-edit2"></span>
<b>Customize books for teaching a course and empower students.</b>
Improve how books and other learning materials can be used for your courses: customize materials that can easily be shared with your class, create tailored books for targeted audiences, and match your lesson plans for a cohesive learning experience.
</p>
</div>
</div>
</div>
<div class="promo-header">
<div class="cont">
<h3>What our authors are saying</h3>
</div>
</div>
<div class="mp-serve facebook reviews">
<div class="cont">
<div class="sc-cont">
<div class="serve-col">
<div class="quote-icon"><span class="icon-quotes-right"></span></div>
<p class="italic">LawCarta has enabled me to publish a casebook that is easily accessible to students at low or no cost to them. I can make revisions whenever new developments come along to keep the material current. I think this is the way to go with casebook publishing!</p>
<div class="sc-author">
<div class="sc-avatar"><img src="<?= get_theme_file_uri('/assets/img/reviews-avatars/thomascotter.png'); ?>" alt=""></div>
<div class="sc-author-text">
<p><b>Thomas Cotter</b></p>
<p>Taft Stettinius & Hollister Professor of Law, University of Minnesota Law School</p>
</div>
</div>
</div>
<div class="divider"></div>
<div class="serve-col">
<div class="quote-icon"><span class="icon-quotes-right"></span></div>
<p class="italic">LawCarta is an innovative, cost effective and quick way to produce a case book. It offers both an online and a well bound, well printed, glossy physical copy option. The staff are efficient, helpful and very responsive throughout the production process. There is no other option that offers such a quick turnaround time. What is particularly unique is the option to easily make revisions for subsequent editions.</p>
<div class="sc-author">
<div class="sc-avatar"><img src="<?= get_theme_file_uri('/assets/img/reviews-avatars/ziyadmotala.png'); ?>" alt=""></div>
<div class="sc-author-text">
<p><b>Ziyad Motala</b></p>
<p>Professor of Law at Howard University School of Law</p>
</div>
</div>
</div>
<div class="divider"></div>
<div class="serve-col">
<div class="quote-icon"><span class="icon-quotes-right"></span></div>
<p class="italic">Open-access publishing is the future of legal pedagogy, and LawCarta is on the cutting edge. I deeply appreciate their work formatting, distributing, and promoting the open-access professional responsibility casebook I co-authored. Our goal was to make free teaching materials available to as many people as possible, and LawCarta helped make it happen.</p>
<div class="sc-author">
<div class="sc-avatar"><img src="<?= get_theme_file_uri('/assets/img/reviews-avatars/brianfrye.png'); ?>" alt=""></div>
<div class="sc-author-text">
<p><b>Brian L. Frye</b></p>
<p>Spears-Gilbert Associate Professor of Law, UK Rosenberg College of Law</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
endwhile;
endif;
get_footer();