|
|
|
|
@ -15,12 +15,18 @@ nocache_headers();
|
|
|
|
|
do_action( 'pb_custom_signup_form_handler' ) |
|
|
|
|
|
|
|
|
|
?> |
|
|
|
|
<html lang="en"> |
|
|
|
|
<!doctype html> |
|
|
|
|
<html <?php language_attributes(); ?>>
|
|
|
|
|
<head> |
|
|
|
|
<title>Pressbooks Signup</title> |
|
|
|
|
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
|
<title>Create your account</title> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php bloginfo( 'template_directory' ); ?>/dist/styles/aldine.css" />
|
|
|
|
|
<?php do_action( 'pb_custom_signup_header' ); ?> |
|
|
|
|
<?php do_action( 'pb_custom_signup_header' ); |
|
|
|
|
// TODO: figure out how to customize/replace wp_head(); ?> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body class="page signup"> |
|
|
|
|
<svg style="display: none;" xmlns="http://www.w3.org/2000/svg"> |
|
|
|
|
<defs> |
|
|
|
|
@ -48,7 +54,6 @@ do_action( 'pb_custom_signup_form_handler' )
|
|
|
|
|
</defs> |
|
|
|
|
</svg> |
|
|
|
|
<header class="header" role="banner"> |
|
|
|
|
<div class="header__inside"> |
|
|
|
|
<div class="header__brand"> |
|
|
|
|
<a title="<?php echo get_bloginfo( 'name', 'display' ); ?>" href="<?php echo network_home_url(); ?>">
|
|
|
|
|
<?php if ( has_custom_logo() ) { ?> |
|
|
|
|
@ -69,9 +74,9 @@ do_action( 'pb_custom_signup_form_handler' )
|
|
|
|
|
<?php } ?> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</header> |
|
|
|
|
<p class="signup--tagline"><?php _e( 'Start creating your textbook today', 'pressbooks-aldine' ); ?></p>
|
|
|
|
|
<h1 class="signup--page-title">Create a new account</h1> |
|
|
|
|
<?php do_action( 'pb_custom_signup_before_wrapper' ); ?> |
|
|
|
|
<div class="signup--wrapper"> |
|
|
|
|
<section class="signup--section"> |
|
|
|
|
@ -94,7 +99,7 @@ do_action( 'pb_custom_signup_form_handler' )
|
|
|
|
|
<h2 class="signup--header-title">Already have an account? <a href="<?php echo site_url(); ?>/wp-login.php">Log in</a></h2>
|
|
|
|
|
</section> |
|
|
|
|
<section class="signup--section"> |
|
|
|
|
<h2 class="signup--header-title"><?php _e( 'Or sign up with one of the following:', 'pressbooks-aldine' ); ?></h2>
|
|
|
|
|
<h2 class="signup--header-title"><?php _e( 'Or sign up with one of the following', 'pressbooks-aldine' ); ?></h2>
|
|
|
|
|
<div class="signup--social-buttons"> |
|
|
|
|
<button class="signup--social-button google"><svg class="logo-google"><use xlink:href="#logo-google" /></svg>Google</button> |
|
|
|
|
<button class="signup--social-button twitter"><svg class="logo-twitter"><use xlink:href="#logo-twitter" /></svg>Twitter</button> |
|
|
|
|
|