Skip to content

Instantly share code, notes, and snippets.

@GalloDaSballo
Created October 10, 2019 22:20
Show Gist options
  • Save GalloDaSballo/dd21c0adfd7129e3850a0dddb23fdc23 to your computer and use it in GitHub Desktop.
Save GalloDaSballo/dd21c0adfd7129e3850a0dddb23fdc23 to your computer and use it in GitHub Desktop.
<?php
/**
* Template Name: Landing Page
*
*/
?>
<?php get_header(); ?>
<div class="Hero">
<h2>The Power of You</h2>
<h3>Everything begins with you. Your data, your design and your delivery are second to none with Utilitec.</h3>
<button>See what we do</button>
</div>
<div class="Features">
<div class="Features__box">
<div class="Features__text">
<h3>What are you looking for?</h3>
</div>
<div class="Features__img">
<p>Img 1</p>
</div>
<div class="Features__img">
<p>Img 1</p>
</div>
<div class="Features__img">
<p>Img 1</p>
</div>
</div>
</div>
<div class="Paragraph">
<div class="Paragraph__content">
<p>The paragraph</p>
</div>
<div class="Paragraph__image">
<div class="V__CenterContainer">
<div class="V__CenterContent">
<div class="Paragraph__fakeImg">
</div>
</div>
</div>
</div>
</div>
<div class="Articles">
<div class="Article">
</div>
<div class="Article">
</div>
<div class="Article">
</div>
</div>
<div class="Video">
<div class="Video__Container">
</div>
<div class="Video__Links">
<div class="Video__CaseStudies">
<button class="Video__button">JOIN</button>
</div>
<div class="Video__CommunityOutreach">
</div>
</div>
</div>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment