This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set topicarray=(request.path | split('/topic/')) %} | |
{% if topicarray|length == 2 %} | |
{% set topic=topicarray|last %} | |
{% if topic == 'following-jesus' %} | |
<div class="podcast-topic-desc row-fluid"> | |
<div class="span5"><img src="http://cdn2.hubspot.net/hub/320254/file-2083433070-jpg/images/LIVEIT_SERMON_SERIES/podcast-cat-following.jpg?t=1415895975667" alt="Following Jesus"></div> | |
<div class="span7"> | |
<h3>Following Jesus: The Ultimate Adventure</h3> | |
<p>Jesus called each of his disciples to "Follow Me!" To eat, drink, walk, travel, | |
and live with HIM! He calls us to be his disciples and to follow him as well. This series |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% raw %} | |
<script id="infowindow-description-template" type="text/x-handlebars-template"> | |
<div class="loc-name">{{Name}}</div> | |
<div>{{StreetAddress}}</div> | |
<div>{{City}}{{#if State}},{{/if}} {{State}} {{Zip}}</div> | |
<div>{{Features-Products}}</div> | |
<div>{{Features-Service}}</div> | |
<div>{{Features-Stations}}</div> | |
<div>{{PhoneNumber}}</div> | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.tabs-container>.hs-tabs ul li.tab a.tab-target { | |
padding: 10px 15px; | |
} | |
.tabs-container>.hs-tabs ul li.tab.file-tab .tab-label { | |
font-size: 11px; | |
white-space: normal; | |
width: 100%; | |
line-height: 1; | |
} | |
.extra-tabs-drop ul.dropdown-items .pre-icon:before, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function() { | |
var link = document.createElement("link"); | |
link.href = "https://rawgit.com/spingary/060fcc7924ccdd21cc1b/raw/hubspot_cos_help_styles.css"; | |
link.type = "text/css"; | |
link.rel = "stylesheet"; | |
var linkb = link.cloneNode(true); | |
document.getElementsByTagName("head")[0].appendChild(link); | |
var frame = window.frames['design-manager-iframe']; | |
var contents = jQuery(frame).contents(); | |
jQuery('head',contents).append(linkb); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.cf-container__fields > .cf-field:not(.cf-html) { | |
padding: 20px 60px!important; | |
} | |
.block-editor .cf-field.cf-html { | |
padding: 20px 40px 10px; | |
border-top: 10px solid #ccc!important; | |
background-color: lightyellow; | |
} | |
.cf-field.cf-html h4 { | |
font-size: 24px!important; |