Obed bags

About

{{ ---------BEGIN THEME SETTINGS AND CONTROLS----------- }}

{% assign: Info_Block_Link_Behavior = 'new' %} {{ Options: 'Same Window' or 'new' }}
{% assign: Number_of_Info_Blocks = 2 %} {{ Options: 1 to 10 }}

{{ --INFO BLOCK 1 SETTINGS-- }}

{% assign: ib_1_title = "" %}
{% capture ib_1_desc %}{% endcapture %}

{% assign: ib_1_display_image = 'Yes' %}
{% assign: ib_1_image = 'https://themefiend.com/wp-content/uploads/nikeverse/ABOUT-US.jpg' %}

{% assign: ib_1_include_image_link = 'Yes' %}
{% assign: ib_1_image_link = "http://example.com" %}

{% assign: ib_1_desc_image_order = "Image over Desc" %}

{{ --INFO BLOCK 2 SETTINGS-- }}

{% assign: ib_2_title = "" %}
{% capture ib_2_desc %}WHAT DOES OBED MEAN?
Obed is of Hebrew origin meaning, servant (servant of God).

HOW DOES OBED SERVE?
At Obed, we build skateboard bags that remind and encourage action sports enthusiasts globally to serve others. -Mathew 25:35-36

OUR STORY: THE START OF THE BRAND.
COMING SOON...{% endcapture %}

{% assign: ib_2_display_image = 'No' %}
{% assign: ib_2_image = '' %}

{% assign: ib_2_include_image_link = 'No' %}
{% assign: ib_2_image_link = "http://example.com" %}

{% assign: ib_2_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 3 SETTINGS-- }}

{% assign: ib_3_title = "How are you doing?" %}
{% capture ib_3_desc %}{% endcapture %}

{% assign: ib_3_display_image = 'Yes' %}
{% assign: ib_3_image = '' %}

{% assign: ib_3_include_image_link = 'No' %}
{% assign: ib_3_image_link = "http://example.com" %}

{% assign: ib_3_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 4 SETTINGS-- }}

{% assign: ib_4_title = "How are you doing?" %}
{% capture ib_4_desc %}{% endcapture %}

{% assign: ib_4_display_image = 'No' %}
{% assign: ib_4_image = '' %}

{% assign: ib_4_include_image_link = 'No' %}
{% assign: ib_4_image_link = "http://example.com" %}

{% assign: ib_4_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 5 SETTINGS-- }}

{% assign: ib_5_title = "How are you doing?" %}
{% capture ib_5_desc %}{% endcapture %}

{% assign: ib_5_display_image = 'No' %}
{% assign: ib_5_image = '' %}

{% assign: ib_5_include_image_link = 'No' %}
{% assign: ib_5_image_link = "http://example.com" %}

{% assign: ib_5_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 6 SETTINGS-- }}

{% assign: ib_6_title = "How are you doing?" %}
{% capture ib_6_desc %}{% endcapture %}

{% assign: ib_6_display_image = 'No' %}
{% assign: ib_6_image = '' %}

{% assign: ib_6_include_image_link = 'No' %}
{% assign: ib_6_image_link = "http://example.com" %}

{% assign: ib_6_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 7 SETTINGS-- }}

{% assign: ib_7_title = "How are you doing?" %}
{% capture ib_7_desc %}{% endcapture %}

{% assign: ib_7_display_image = 'No' %}
{% assign: ib_7_image = '' %}

{% assign: ib_7_include_image_link = 'No' %}
{% assign: ib_7_image_link = "http://example.com" %}

{% assign: ib_7_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 8 SETTINGS-- }}

{% assign: ib_8_title = "How are you doing?" %}
{% capture ib_8_desc %}{% endcapture %}

{% assign: ib_8_display_image = 'No' %}
{% assign: ib_8_image = '' %}

{% assign: ib_8_include_image_link = 'No' %}
{% assign: ib_8_image_link = "http://example.com" %}

{% assign: ib_8_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 9 SETTINGS-- }}

{% assign: ib_9_title = "How are you doing?" %}
{% capture ib_9_desc %}{% endcapture %}

{% assign: ib_9_display_image = 'No' %}
{% assign: ib_9_image = '' %}

{% assign: ib_9_include_image_link = 'No' %}
{% assign: ib_9_image_link = "http://example.com" %}

{% assign: ib_9_desc_image_order = "Desc over Image" %}

{{ --INFO BLOCK 10 SETTINGS-- }}

{% assign: ib_10_title = "How are you doing?" %}
{% capture ib_10_desc %}{% endcapture %}

{% assign: ib_10_display_image = 'No' %}
{% assign: ib_10_image = '' %}

{% assign: ib_10_include_image_link = 'No' %}
{% assign: ib_10_image_link = "http://example.com" %}

{% assign: ib_10_desc_image_order = "Desc over Image" %}

{{ ---------END THEME SETTINGS AND CONTROLS----------- }}

{% assign: iblbv = Info_Block_Link_Behavior %}
{% assign: nib = Number_of_Info_Blocks %}

{% if nib >= 1 %}
{% unless ib_1_title == blank or ib_1_title == " " %}

{{ ib_1_title }}

{% endunless %} {% capture ib_1_desc %} {% unless ib_1_desc == blank or ib_1_desc == " " %}
{{ ib_1_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_1_image %}{% if ib_1_display_image contains 'es' %} {% if ib_1_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_1_desc_image_order contains 'Desc ov' %}{{ ib_1_desc }}{{ ib_1_image }}{% else %}{{ ib_1_image }}{{ ib_1_desc }}{% endif %}
{% endif %} {% if nib >= 2 %}
{% unless ib_2_title == blank or ib_2_title == " " %}

{{ ib_2_title }}

{% endunless %} {% capture ib_2_desc %} {% unless ib_2_desc == blank or ib_2_desc == " " %}
{{ ib_2_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_2_image %}{% if ib_2_display_image contains 'es' %} {% if ib_2_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_2_desc_image_order contains 'Desc ov' %}{{ ib_2_desc }}{{ ib_2_image }}{% else %}{{ ib_2_image }}{{ ib_2_desc }}{% endif %}
{% endif %} {% if nib >= 3 %}
{% unless ib_3_title == blank or ib_3_title == " " %}

{{ ib_3_title }}

{% endunless %} {% capture ib_3_desc %} {% unless ib_3_desc == blank or ib_3_desc == " " %}
{{ ib_3_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_3_image %}{% if ib_3_display_image contains 'es' %} {% if ib_3_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_3_desc_image_order contains 'Desc ov' %}{{ ib_3_desc }}{{ ib_3_image }}{% else %}{{ ib_3_image }}{{ ib_3_desc }}{% endif %}
{% endif %} {% if nib >= 4 %}
{% unless ib_4_title == blank or ib_4_title == " " %}

{{ ib_4_title }}

{% endunless %} {% capture ib_4_desc %} {% unless ib_4_desc == blank or ib_4_desc == " " %}
{{ ib_4_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_4_image %}{% if ib_4_display_image contains 'es' %} {% if ib_4_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_4_desc_image_order contains 'Desc ov' %}{{ ib_4_desc }}{{ ib_4_image }}{% else %}{{ ib_4_image }}{{ ib_4_desc }}{% endif %}
{% endif %} {% if nib >= 5 %}
{% unless ib_5_title == blank or ib_5_title == " " %}

{{ ib_5_title }}

{% endunless %} {% capture ib_5_desc %} {% unless ib_5_desc == blank or ib_5_desc == " " %}
{{ ib_5_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_5_image %}{% if ib_5_display_image contains 'es' %} {% if ib_5_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_5_desc_image_order contains 'Desc ov' %}{{ ib_5_desc }}{{ ib_5_image }}{% else %}{{ ib_5_image }}{{ ib_5_desc }}{% endif %}
{% endif %} {% if nib >= 6 %}
{% unless ib_6_title == blank or ib_6_title == " " %}

{{ ib_6_title }}

{% endunless %} {% capture ib_6_desc %} {% unless ib_6_desc == blank or ib_6_desc == " " %}
{{ ib_6_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_6_image %}{% if ib_6_display_image contains 'es' %} {% if ib_6_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_6_desc_image_order contains 'Desc ov' %}{{ ib_6_desc }}{{ ib_6_image }}{% else %}{{ ib_6_image }}{{ ib_6_desc }}{% endif %}
{% endif %} {% if nib >= 7 %}
{% unless ib_7_title == blank or ib_7_title == " " %}

{{ ib_7_title }}

{% endunless %} {% capture ib_7_desc %} {% unless ib_7_desc == blank or ib_7_desc == " " %}
{{ ib_7_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_7_image %}{% if ib_7_display_image contains 'es' %} {% if ib_7_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_7_desc_image_order contains 'Desc ov' %}{{ ib_7_desc }}{{ ib_7_image }}{% else %}{{ ib_7_image }}{{ ib_7_desc }}{% endif %}
{% endif %} {% if nib >= 8 %}
{% unless ib_8_title == blank or ib_8_title == " " %}

{{ ib_8_title }}

{% endunless %} {% capture ib_8_desc %} {% unless ib_8_desc == blank or ib_8_desc == " " %}
{{ ib_8_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_8_image %}{% if ib_8_display_image contains 'es' %} {% if ib_8_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_8_desc_image_order contains 'Desc ov' %}{{ ib_8_desc }}{{ ib_8_image }}{% else %}{{ ib_8_image }}{{ ib_8_desc }}{% endif %}
{% endif %} {% if nib >= 9 %}
{% unless ib_9_title == blank or ib_9_title == " " %}

{{ ib_9_title }}

{% endunless %} {% capture ib_9_desc %} {% unless ib_9_desc == blank or ib_9_desc == " " %}
{{ ib_9_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_9_image %}{% if ib_9_display_image contains 'es' %} {% if ib_9_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_9_desc_image_order contains 'Desc ov' %}{{ ib_9_desc }}{{ ib_9_image }}{% else %}{{ ib_9_image }}{{ ib_9_desc }}{% endif %}
{% endif %} {% if nib >= 10 %}
{% unless ib_10_title == blank or ib_10_title == " " %}

{{ ib_10_title }}

{% endunless %} {% capture ib_10_desc %} {% unless ib_10_desc == blank or ib_10_desc == " " %}
{{ ib_10_desc | paragraphs }}
{% endunless %} {% endcapture %} {% capture ib_10_image %}{% if ib_10_display_image contains 'es' %} {% if ib_10_include_image_link contains 'es' %}{% else %} {% endif %} {% endif %}{% endcapture %} {% if ib_10_desc_image_order contains 'Desc ov' %}{{ ib_10_desc }}{{ ib_10_image }}{% else %}{{ ib_10_image }}{{ ib_10_desc }}{% endif %}
{% endif %}

{{ -----------BEGIN SCRIPTS -----------}}

(function($) {
$(document).ready(function(){
$(".info_block > br, .info_block p:empty").remove();
$(".ib_desc br:first-child, .ib_desc br:first-child + br").remove();
});
var url1 = /(^|<|\s)(www\..+?\..+?)(\s|>|$)/g,
url2 = /(^|<|\s)(((https?|ftp):\/\/|mailto:).+?)(\s|>|$)/g,
linkifyThis = function () {
var childNodes = this.childNodes,
i = childNodes.length;
while(i--)
{
var n = childNodes<i>;
if (n.nodeType == 3) {
var html = $.trim(n.nodeValue);
if (html)
{
html = html.replace(/&/g, '&amp;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')
.replace(url1, '$1<a href="http://$2">$2</a>$3')
.replace(url2, '$1<a href="$2">$2</a>$5');
$(n).after(html).remove();
}
}
else if (n.nodeType == 1 && !/^(a|button|textarea)$/i.test(n.tagName)) {
linkifyThis.call(n);
}
}
};
$.fn.linkify = function () {
return this.each(linkifyThis);
};
$('body').linkify();
$("a[@href^='www'], a[@href^='http']").attr('target','_blank');
})(jQuery);

Your bag is empty
Start shopping