File "mojo.php"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/mojo-marketplace-wp-plugin/pages/coming-soon/mojo.php
File size: 11.2 KB
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html>
<head>
<title>
	<?php
	printf(
	/* translators: %s: Blog name */
		__( '%s &mdash; Coming Soon', 'mojo-marketplace-wp-plugin' ),
		get_option( 'blogname' )
	);
	?>
</title>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<?php echo mm_cs_meta(); ?>
<style type='text/css'>
body{
	background-color: #2D2A25;
	background-image: url( <?php echo MM_BASE_URL . 'images/cs-mojo-bg.jpg'; ?> );
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
a{
	color: #fff;
	text-decoration: none;
}
#wrap{
	max-width: 900px;
	margin: 0 auto;
}
#logo{height: auto;width: 204px;padding: 30px 10px 10px 10px;max-width: 90%;}
.cta{
	background-color: #93C933;
	color: #35393A;
	padding: 10px 20px;
	text-decoration: none;
	margin: 10px 0;
	display: inline-block;
	border-radius: 3px;
}
.cta:hover{color: #fff;}
.content{
	margin: 5rem 0;
	font-size: 1.2rem;
	padding: 0 15px;
}
.powered-by {
	text-align: right;
	padding: 50px;
	font-size: 12px;
}
h1 span{
	color: #93C933;
}
footer{
	border-top: 1px solid #333;
}
footer a:hover{color: #ccc;}
footer .col{
	padding: 10px 4%;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
footer h2, footer h2 a{
	color: #93C933;
	font-size: 1rem;
	text-decoration: none;
}
footer ul{
	list-style: none;
	padding:0;
}
footer li{
	height: 26px;
}
#what-is-this-content{
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	width: 300px;
	height: 200px;
	background-color: #fff;
	color: #aaa;
	padding: 50px;
}
.btn{display: inline-block;margin-top:50px;text-align:center;padding: 10px 50px; border-radius: 3px;}
.green{
	color: #343537;
	background: #92c835; /* Old browsers */
	background: -moz-linear-gradient(top,  #92c835 0%, #6d9628 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c835), color-stop(100%,#6d9628)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #92c835 0%,#6d9628 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #92c835 0%,#6d9628 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #92c835 0%,#6d9628 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #92c835 0%,#6d9628 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c835', endColorstr='#6d9628',GradientType=0 ); /* IE6-9 */
}
#what-is-this-content a{width: 50%;display:inline-block;color: #666;text-align:center;}
.footer-actions a{width: 50%; text-align:center; display:inline-block;}
.split-content > div:first-of-type{
	padding-right: 10%;
}
.split-content > div{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding: 50px 80px 0 0;
	font-family: Arial;
	font-weight: lighter;
	line-height: 1.8rem;
}
#wrap .highlight{color:#90C534;}
@media (max-width: 859px) {
	.split-content > div{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 20%;
	}
	.btn{
		width: 122px;
		display:block;
		margin: 50px auto;
	}
	footer .col {
		width: 100%;
		box-sizing: border-box;
		padding: 5%;
		text-align:center;
	}
}
</style>
</head>
<body>
<div id='wrap'>
	<div class='content'>
		<h1><?php esc_html_e( 'Website Coming Soon', 'mojo-marketplace-wp-plugin' ); ?></h1>
		<p>
			<?php
				printf(
					/* translators: %s: MOJO Marketplace explore URL */
					esc_html__( 'This page is used to test the proper operation of your recent <a class="highlight" href="%s">MOJO Marketplace</a> installation of WordPress! If you can read this page it means your installation was successful!', 'mojo-marketplace-wp-plugin' ),
					esc_url( 'https://www.mojomarketplace.com/explore?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=description_link' )
				);
				?>
		</p>
		<a class='btn green' href='<?php echo site_url( 'wp-login.php' ); ?>'><?php esc_html_e( 'Admin Login', 'mojo-marketplace-wp-plugin' ); ?></a>
		<div class='split-content'>
			<div>
				<h3><?php esc_html_e( 'Just visiting?', 'mojo-marketplace-wp-plugin' ); ?></h3>
				<p>
					<?php
					printf(
						/* translators: %1$s is replaced with opening link tag for bookmarking website, %2$s is replaced with closing link tag */
						esc_html__( 'The owner of this website is working on making this site awesome. Why not %1$sbookmark it%2$s and come back again later. We are sure you will not be disappointed.', 'mojo-marketplace-wp-plugin' ),
						'<a class="highlight" href="#" onclick="bookmark();">',
						'</a>'
					);
					?>
				</p>
			</div>
			<div>
				<h3><?php esc_html_e( 'Are you the Site Owner?', 'mojo-marketplace-wp-plugin' ); ?></h3>
				<p>
					<?php
					printf(
						/* translators: %1$s is replaced with opening link tag pointing to the WordPress login screen, %2$s is replaced with closing link tag */
						esc_html__( 'You should %1$slogin%2$s to your WordPress installation and prepare your site for launch.', 'mojo-marketplace-wp-plugin' ),
						'<a class="highlight" href="' . esc_url( wp_login_url() ) . '">',
						'</a>'
					);
					?>
				</p>
				<p>
					<?php esc_html_e( 'To launch your site just click the link in the banner at the top of the scre   en.', 'mojo-marketplace-wp-plugin' ); ?>
				</p>
			</div>
		</div>
	</div>
	<footer>
		<div class='col'>
			<h2><a href='https://www.mojomarketplace.com/themes/wordpress?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=wordpress_themes'><?php esc_html_e( 'WordPress Themes', 'mojo-marketplace-wp-plugin' ); ?></a></h2>
			<ul>
				<li><a target='_blank' href='https://www.mojomarketplace.com/themes/wordpress/woocommerce?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=woocommerce_themes'><?php esc_html_e( 'WooCommerce Themes', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/themes/wordpress/responsive?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=responsive_themes'><?php esc_html_e( 'Responsive WordPress Themes', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/themes/wordpress/business?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=business_themes'><?php esc_html_e( 'Business WordPress Themes', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/themes/wordpress/blog?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=blog_themes'><?php esc_html_e( 'Blog WordPress Themes', 'mojo-marketplace-wp-plugin' ); ?></a></li>
			</ul>
		</div>
		<div class='col'>
			<h2><a href='https://www.mojomarketplace.com/services/all/wordpress?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=wordpress_services'><?php esc_html_e( 'WordPress Services', 'mojo-marketplace-wp-plugin' ); ?></a></h2>
			<ul>
				<li><a target='_blank' href='https://www.mojomarketplace.com/item/install-your-wordpress-theme?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=install_theme_service'><?php esc_html_e( 'Install WordPress Theme', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/item/make-my-wordpress-site-look-like-the-theme-demo?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=theme_demo_service'><?php esc_html_e( 'Make My Site Look Like the Demo', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/item/backup-your-wordpress-website?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=website_backup_service'><?php esc_html_e( 'Backup Your WordPress Website', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/item/wordpress-theme-training?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=wp_theme_training_service'><?php esc_html_e( 'WordPress Theme Training', 'mojo-marketplace-wp-plugin' ); ?></a></li>
			</ul>
		</div>
		<div class='col'>
			<h2><a href='https://www.mojomarketplace.com/?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=about_mojo'><?php esc_html_e( 'About MOJO', 'mojo-marketplace-wp-plugin' ); ?></a></h2>
			<ul>
				<li><a target='_blank' href='https://www.mojomarketplace.com/explore?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=explore_mojo'><?php esc_html_e( 'Explore MOJO', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/sellers?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=sell_w_mojo'><?php esc_html_e( 'Sell with MOJO', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/affiliates?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=mojo_affiliates'><?php esc_html_e( 'MOJO Affiliates', 'mojo-marketplace-wp-plugin' ); ?></a></li>
				<li><a target='_blank' href='https://www.mojomarketplace.com/how-it-works/faq?utm_source=mojo_wp_plugin&utm_campaign=mojo_wp_plugin&utm_medium=plugin_landing&utm_content=faqs'><?php esc_html_e( 'FAQs', 'mojo-marketplace-wp-plugin' ); ?></a></li>
			</ul>
		</div>
		<div class='footer-actions'>
			<a href='<?php echo site_url( 'wp-login.php' ); ?>'><?php esc_html_e( 'Login', 'mojo-marketplace-wp-plugin' ); ?></a>
			<a href='#' id='what-is-this' onClick='what_is_this_show()'><?php esc_html_e( 'What is this?', 'mojo-marketplace-wp-plugin' ); ?></a>
		</div>
	</footer>
</div>
<div id='what-is-this-content'>
	<p><?php esc_html_e( 'This is the default coming soon page for this site because it was installed via MOJO Marketplace.', 'mojo-marketplace-wp-plugin' ); ?></p>
	<p><?php esc_html_e( 'If you are the site owner and are finished building the site you can click the link in the banner of the administration panel to disable it.', 'mojo-marketplace-wp-plugin' ); ?></p>
	<div>
		<a href='#' onClick='what_is_this_hide()'><?php esc_html_e( 'close', 'mojo-marketplace-wp-plugin' ); ?></a>
		<a href='<?php echo site_url( 'wp-login.php' ); ?>'><?php esc_html_e( 'login', 'mojo-marketplace-wp-plugin' ); ?></a>
	</div>
</div>
<script type='text/javascript'>
function what_is_this_show() {
	document.getElementById('what-is-this-content').style.display = 'block';
}
function what_is_this_hide() {
	document.getElementById('what-is-this-content').style.display = 'none';
}
function bookmark() {
	var title = '<?php echo get_bloginfo( 'name', 'display' ); ?>';
	var url = '<?php echo site_url(); ?>';
	if ( window.sidebar && window.sidebar.addPanel ) {
		window.sidebar.addPanel( title, href, '' );
	} else if( window.external && ( 'AddFavorite' in window.external ) ) {
		window.external.AddFavorite( href,title );
	} else if( window.opera && window.print ) {
		this.title=title;
		return true;
	} else {
		alert( 'Press ' + (navigator.userAgent.toLowerCase().indexOf( 'mac' ) != - 1 ? 'Command/Cmd' : 'CTRL' ) + ' + D to bookmark this page.' );
	}
}
</script>
</body>
</html>