Exemplo n.º 1
0
function an_do_header()
{
    ?>
	<div class="site-header">
		<div class="logo left">
			<a href="/" data-text="kylebeard //">kylebeard //</a>
		</div>

		<ul class="navigation right">
			<?php 
    genesis_do_nav();
    ?>
		</ul>
	</div>
	<?php 
}
Exemplo n.º 2
0
function genesis_do_new_header()
{
    genesis_do_nav();
    echo '</div> <a href="#section-about" class="arrow-down"><i class="fa fa-2x fa-chevron-down"></i></a> </div>';
}
Exemplo n.º 3
0
function front_page_html()
{
    ?>

	<div class="hero-image">
		<div id="hero-image-nav"><?php 
    genesis_do_nav();
    ?>
</div>
		<div class="hero-image-text">
			<h1 id="hero-image-text-1">Jacob Goh</h1>
			<h1 id="hero-image-text-2">WordPress Developer</h1>
			<p id="hero-image-text-3">I create websites that are fast, mobile responsive, and easy to manage.</p>
		</div>
	</div>

	<div class="wrap">
		<div class="feature-box-headline">
			<h1>The websites I build are:</h1><br/>
		</div>
		<div class="one-third first">
			<div class="feature-box" id="feature-box-1">
				<div class="feature-box-image">
					<img class="feature-box-img" src="https://lh3.googleusercontent.com/yUTp6tiFAZjlxqKd7HIM3PDoJpBYTtlWk1_5VmJ_LB0T1BtV0IA=s128-no">
				</div>
				<div class="feature-box-text">
					<h3>Professionally Designed</h3>
					<p>My designer colleague and I will create something gorgeous just for you.</p>
				</div>
			</div>
		</div>
		<div class="one-third" id="feature-box-2">
			<div class="feature-box">
				<div class="feature-box-image">
					<img class="feature-box-img" src="https://lh3.googleusercontent.com/AXA1g2ROYtEyDoz0FzMich_xe0Ru-hUJBNK0JDDgRV94CapQRI4=s128-no">
				</div>
				<div class="feature-box-text">
					<h3>Fully Responsive</h3>
					<p>I know how important mobile and tablets are. That is why I will ensure that your website works great on all devices.</p>
				</div>
			</div>
		</div>
		<div class="one-third">
			<div class="feature-box" id="feature-box-3">
				<div class="feature-box-image">
					<img class="feature-box-img" src="https://lh3.googleusercontent.com/PYAWYSSvKoslyD_K-XJGbExYcQ13kX9VrukRv3Oko28wowf-ZK4=s128-no">
				</div>
				<div class="feature-box-text">
					<h3>Fast & Smooth</h3>
					<p>Slow sites means bad user experience. I will make your website load fast for your user.</p>
				</div>
			</div>
		</div>

		<div class="one-third first">
			<div class="feature-box" id="feature-box-4">
				<div class="feature-box-image">
					<img class="feature-box-img" src="https://lh3.googleusercontent.com/yDJqgv5tmEiou8Dy0ng25vY6fbw2RMsZjgB-h0sATzaT9_qDbiw=s128-no">
				</div>
				<div class="feature-box-text">
					<h3>Secure</h3>
					<p>The websites are built on Genesis Framework, which means the websites I build will always be following WordPress security best practice.</p>
				</div>
			</div>
		</div>
		<div class="one-third">
			<div class="feature-box" id="feature-box-5">
				<div class="feature-box-image">
					<img class="feature-box-img" src="https://lh3.googleusercontent.com/4R010vQq8EX5bptP-AyeURai4o64l1TSh3VHisZpeOJ68zPsVnQ=s128-no">
				</div>
				<div class="feature-box-text">
					<h3>Training</h3>
					<p>I create video tutorials so that you won&#39;t have any problems managing your website&#39;s back-end.</p>
				</div>
			</div>
		</div>
		<div class="one-third">
			<div class="feature-box" id="feature-box-6">
				<div class="feature-box-image">
					<img class="feature-box-img" src="https://lh3.googleusercontent.com/5kEwVKuN2nVqmGhnQ9p2WqGcAdQw6I7gx7JMWwCAFtqadnIKDgo=s128-no">
				</div>
				<div class="feature-box-text">
					<h3>Built to Last</h3>
					<p>I write clean code and use high quality plugins, so there will be no issue when it comes to upgrading.</p>
				</div>
			</div>
		</div>
	</div>

	<a name="contact"></a> 
	<div class="for-home-contact-form">
		<div class="wrap">
			<div class="one-half first">
				<h1 id="for-home-contact-form-1">Let's</h1>
				<h1 id="for-home-contact-form-2">Talk</h1>
				<p>
					I’d love to hear about how I can help your business.<br/><br/>
					Please send me some information on your project so I can figure out how best to help you.<br/><br/>
					After confirming that I'm a good fit for your project, we shall schedule a Skype chat to discuss things in further details.
				</p>
			</div>
			<div class="one-half">
				<?php 
    dynamic_sidebar('for-home-contact-form');
    ?>
			</div>
		</div>
	</div>

	<?php 
}