Commit 0cadc54b authored by John Punzalan's avatar John Punzalan

Update homepage and concept

parent cb0d0ea3
......@@ -11,7 +11,7 @@
<main id="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog">
<section class="row-fluid">
<!-- Image Left Block -->
<div class="span6 full" style="background-image: url(<?= esc_url(get_field('image_left_block')); ?>); height: calc(100vh);"></div>
<div class="span6 full cover-bg" style="background-image: url(<?= esc_url(get_field('image_left_block')); ?>); height: calc(100vh);"></div>
<div class="span6 full full-screen-height exposition-block">
<?= get_template_part('template', 'menu'); ?>
<div class="vertical-center text-center">
......
......@@ -12,7 +12,7 @@
<main id="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog">
<section class="row-fluid">
<!-- Image Left Block -->
<div class="span6 full" style="background-image: url(<?= esc_url(the_post_thumbnail_url('full')); ?>); height: calc(100vh);"></div>
<div class="span6 full cover-bg" style="background-image: url(<?= esc_url(the_post_thumbnail_url('full')); ?>); height: calc(100vh);"></div>
<div class="span6 full full-screen-height exposition-block">
<?= get_template_part('template', 'menu'); ?>
<div class="vertical-center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment