CINXE.COM
Copysentry - Sign Up
<!DOCTYPE html> <html> <head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5S5RZ0G583"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-5S5RZ0G583'); </script> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0"/> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,600,300,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="css/combined.css"> <link rel="stylesheet" href="css/defaults.min.css"> <link rel="stylesheet" href="css/nav-core.min.css"> <link rel="stylesheet" href="css/nav-layout.min.css"> <script src="js/rem.min.js"></script> <title>Copysentry - Sign Up</title> <meta name="description" content="Sign up for the Copysentry service."/> <style><!-- .login_form h2 { color: #333; font-size: 20px; font-weight: 400; margin-top: 25px; margin-bottom: 10px; } .login_form form { padding: 0; flex-direction: column; margin: 0 auto; margin-top: 20px; } .login_form input { margin-bottom: 10px; } .login_form input[type="text"], .login_form input[type="password"] { float: left; width: 160px; } .login_form input[type="checkbox"] { float: left; } .login_form .fieldlabel { float: left; text-align: left; width: 90px; padding-top: 2px; clear: both; } .login_form .checklabel { float: left; padding: 3px 20px 2px 4px; line-height: 20px; } .login_form p { clear: both; margin: 0 0 8px 0; } .login_form .buttons { clear: both; padding-top: 10px; text-align: center; } .login_form .button { width: 70px; height: 28px; } --></style> </head> <body onload="document.forms.signup.signusername.focus();"> <div class="container_12"> <div class="header"> <div id="logo_small"> <a href="./"><img src="img/copyscape-logo-small.png" alt="Copyscape"></a> </div> <button id="ham" class="hamburger hamburger--slider" type="button"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button> </div> <nav class="nav"> <ul> <li> <a class="home_icon" href="./">Home</a> </li> <li class="nav-submenu"> <a href="about.php">About</a> <ul> <li> <a href="about.php">About Copyscape</a> </li> <li> <a href="press.php">Press</a> </li> <li> <a href="testimonials.php">Testimonials</a> </li> <li> <a href="terms.php">Terms of Use</a> </li> </ul> </li> <li class="nav-submenu"> <a href="products.php">Products</a> <ul> <li> <a href="products.php">Our Products</a> </li> <li> <a href="premium.php">Copyscape Premium</a> </li> <li> <a href="api-guide.php">Copyscape API</a> </li> <li> <a href="enterprise.php">Copyscape Enterprise</a> </li> <li> <a href="copysentry.php">Copysentry</a> </li> <li> <a href="compare.php">Free Comparison Tool</a> </li> <li> <a href="banners.php">Free Plagiarism Banners</a> </li> </ul> </li> <li class="nav-submenu"> <a href="plagiarism.php">Plagiarism</a> <ul> <li> <a href="plagiarism.php">About Plagiarism</a> </li> <li> <a href="ai.php">Plagiarism and Generative AI</a> </li> <li> <a href="prevent.php">Preventing Plagiarism</a> </li> <li> <a href="respond.php">Responding to Plagiarism</a> </li> <li> <a href="resources.php">Online Resources</a> </li> </ul> </li> <li class="nav-submenu"> <a href="faqs.php">Help</a> <ul> <li> <a href="faqs.php">FAQs</a> </li> <!--<li> <a href="forum.php">Forum</a> </li>--> <li> <a href="contact.php">Contact Us</a> </li> </ul> </li> <li class="nav-submenu"> <a href="signup.php?pro=1">Sign up</a> <ul> <li> <a href="signup.php?pro=1">Copyscape Premium</a> </li> <li> <a href="signup.php?pro=0">Copysentry</a> </li> </ul> </li> <li> <a href="login.php" id="login">Log in</a> </li> </ul> </nav> <div class="new_layout_page_no_title"> <div class="clear"></div> <div id="a_logo"> <img src="img/copysentry-logo-308x45.png" width="308" height="45" alt="Copysentry"> </div> </div> <div class="premium flex"> <div class="grid_5 signup_left"> <img src="img/sign-up-eye.jpg" width="288" height="200" alt="Eye logo"> </div> <div class="grid_5 signup_right login_form"> <h2>Automatic plagiarism alerts</h2> <a class="signup" href="signup.php?sign_up&pro=0">Sign Up</a> <a class="login" href="login.php">Log In</a> <p> Advanced protection for your site against online plagiarism. Copysentry automatically monitors the web for copies of your pages, emailing you as soon as they appear. </p> <p> </br>Starting at only $4.95 a month. <a href="copysentry.php"><b>More info...</b></a> </p> </div> </div> <div class="clear"></div> <div id="footer"> <p> Copyscape © 2024 Indigo Stream Technologies, providers of <a href="http://www.gigaalert.com/">Giga Alert</a> and <a href="http://www.siteliner.com/">Siteliner</a>. All rights reserved. <a href="terms.php">Terms of Use.</a> </p> </div> <script src="./js/jquery-1.7.2.min.js"></script> <script src="./js/nav.jquery.min.js"></script> <script> $('.nav').nav({ // Mobile menu button selector navButton: '#ham', // Sub menu selector (<li>) subMenu: '.nav-submenu', // Open sub menu's on mouse over // when not in mobile mode mouseOver: true, // When clicking/touching a sub menu link, it will open the sub menu... // Not disabling the links will make sub menu's unreachable on touch devices! // A link with [href="#"] will always be disabled, regardless of this setting. // Disable the actual link in a particular mode: // always|never|mobile|desktop disableSubMenuLink: 'mobile', // How fast should a sub menu open/close? (ms) slideSpeed: 200 }); </script> </div> </body> </html>