Exemple #1
0
<html>
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta charset="utf-8">
		<?php wplauncher_head(); // title, favicon, meta description, noindex ?>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="stylesheet" href="<?php wplauncher_template_directory_uri(); ?>/style.css">
		<link rel="stylesheet" href="<?php wplauncher_template_directory_uri(); ?>/shake.css">
		<link href='http://fonts.googleapis.com/css?family=Exo+2:400,600,700' rel='stylesheet' type='text/css'>
	</head>
	<body>
		<div id="launcher" <?php wplauncher_background_attr('meta=class:bg&default='.wplauncher_get_template_directory_uri().'/bgpattern.png'); ?>>
			<div class="page">
				<div id="social"<?php wplauncher_color_attr('id=social_icons_color'); ?>>
					<p class="followus">Follow Us:</p> 
					<?php wplauncher_social('hideable=1'); ?>
				</div>
				<div id="block">
	      			<div id="block-text">
	      				<h1><?php wplauncher_text('default=Launcher Plugin Demo&hideable=1'); ?></h1>
						<p>
	          				<span class="text"><?php wplauncher_text('default=We are working on our website design. We are sure this new website will completely blow your mind! Plugin designed by MyThemeShop&hideable=1'); ?></span>
	          			</p>
						<?php wplauncher_subscribe(); ?>
						<?php if (wplauncher_get_field('subscribe_color')): ?>
							<style type="text/css">input[type="text"], input[type="email"], input[type="submit"] { border-color: <?php echo wplauncher_get_field('subscribe_color'); ?>; } input[type="submit"] { background-color: <?php echo wplauncher_get_field('subscribe_color'); ?>; }</style>
						<?php endif; ?>
						<div class="countdown">
							<?php wplauncher_countdown(array('format' => '
							<span class="counting wplauncher-days"><span class="count_num">%D</span><span class="count_text">Days</span></span>
							<span class="counting wplauncher-hours"><span class="count_num">%H</span><span class="count_text">Hours</span></span>
			</div>
			<div class="L_right">
				<div class="container"> 
            		<div class="L_contact">
            			<ul class="left">
							<li<?php wplauncher_hideable_attr(); ?>><i class="wplauncher-icon wplauncher-icon-phone"></i> <?php wplauncher_text('default=012-345-6787&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><i class="wplauncher-icon wplauncher-icon-fax"></i> <?php wplauncher_text('default=012-345-6788&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><i class="wplauncher-icon wplauncher-icon-mail"></i> <?php wplauncher_text('default=contact@example.com&hideable=0&edit_color=0') ?></li>
						</ul>
						<ul class="right">
							<li<?php wplauncher_hideable_attr(); ?>><?php wplauncher_text('default=Launcher&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><?php wplauncher_text('default=1147, Libertyville&hideable=0&edit_color=0') ?></li>
							<li<?php wplauncher_hideable_attr(); ?>><?php wplauncher_text('default=Illinois, USA&hideable=0&edit_color=0') ?></li>
						</ul>
					</div>
					<div class="L_social">
						<?php wplauncher_social('hideable=1&edit_color=1'); ?>
						<?php if (wplauncher_get_field('social_color')): ?>
							<style type="text/css">.L_social .wplauncher-social a { background-color: <?php echo wplauncher_get_field('social_color'); ?>; color: #fff; }</style>
						<?php endif; ?>
					</div>
					<div class="L_copyrights">
						<?php wplauncher_text( array( 'default' => '2015 &copy; Launcher Plugin by <a href="https://mythemeshop.com/" rel="nofollow">MyThemeShop</a>' ) ); ?>
					</div>
				</div>
			</div>
		<?php wplauncher_section_end(); ?>

		<?php wplauncher_footer(); // includes editor scripts ?>
	</body>
</html>