Added associate template and offsite images
authorLaury GvR <laury@gaslightmedia.com>
Fri, 13 May 2016 13:34:51 +0000 (09:34 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 13 May 2016 13:34:51 +0000 (09:34 -0400)
assets/offsite-link_blk.png [new file with mode: 0644]
assets/offsite-link_gry.png [new file with mode: 0644]
assets/offsite-link_wht.png [new file with mode: 0644]
glm-associate-template.php [new file with mode: 0644]

diff --git a/assets/offsite-link_blk.png b/assets/offsite-link_blk.png
new file mode 100644 (file)
index 0000000..b448cd8
Binary files /dev/null and b/assets/offsite-link_blk.png differ
diff --git a/assets/offsite-link_gry.png b/assets/offsite-link_gry.png
new file mode 100644 (file)
index 0000000..f90d751
Binary files /dev/null and b/assets/offsite-link_gry.png differ
diff --git a/assets/offsite-link_wht.png b/assets/offsite-link_wht.png
new file mode 100644 (file)
index 0000000..e4b23d5
Binary files /dev/null and b/assets/offsite-link_wht.png differ
diff --git a/glm-associate-template.php b/glm-associate-template.php
new file mode 100644 (file)
index 0000000..c1c4722
--- /dev/null
@@ -0,0 +1,37 @@
+<?php
+/*
+Template Name: Landing Page
+*/
+?>
+<?php get_header(); ?>
+<main class="page-inside">
+    <div class="feature-img">
+        <?php echo glm_get_header(); ?>
+    </div>
+    <div id="content-wrapper">
+        <div class="row">
+            <div id="main-content" class="small-12 columns">
+            <?php if(have_posts()) : while(have_posts()): the_post();?>
+            <?php the_content();?>
+            <?php endwhile; else:?>
+            <p><?php _e('Sorry, no results found.');?></p>
+            <?php endif;?>
+            </div>
+        </div>
+        
+        <div class="row collapse">
+            <div class="small-12 medium-4 columns small-text-center action-item">
+                <a href="<?php echo get_permalink(3323); ?> "><img src="<?php bloginfo('template_url'); ?>/assets/request-guides.jpg"></a>
+            </div>
+            <div class="small-12 medium-4 columns small-text-center action-item">
+                <a href="<?php echo get_permalink(3309); ?> "><img src="<?php bloginfo('template_url'); ?>/assets/269-cool-things.jpg"></a>
+            </div>
+            <div class="small-12 medium-4 columns small-text-center action-item">
+                <a href="<?php echo get_permalink(3327); ?> "><img src="<?php bloginfo('template_url'); ?>/assets/email-signup.jpg"></a>
+            </div>
+            <div class="large-11 columns small-center text-center">
+                <a id="big-lens"><h1>#DiscoverKZoo</h1></a>
+            </div>
+        </div>
+    </div>
+<?php get_footer(); ?>