1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
| <!-- info
================================================== -->
<section id="info" class="s-info">
<div class="vert-line"></div>
<div class="row info-content">
<div class="column">
<nav class="tab-nav">
<ul class="tab-nav__list">
{%- for block in section.blocks -%} {% case block.type %} {% when
'about' %}
<li class="active" data-id="tab-about">
<a href="#0" {{ block.shopify_attributes }}>
<span>{{block.settings.about}}</span>
</a>
</li>
{% when 'products' %}
<li data-id="tab-products">
<a href="#0" {{ block.shopify_attributes }}>
<span>{{block.settings.products}}</span>
</a>
</li>
{% when 'contact' %}
<li data-id="tab-contact">
<a href="#0" {{ block.shopify_attributes }}>
<span>{{block.settings.contact}}</span>
</a>
</li>
{% endcase %} {%- endfor -%}
</ul>
</nav>
<!-- end tab-nav -->
<div class="tab-content">
{%- for block in section.blocks -%} {% case block.type %} {% when
'about' %}
<!-- 01. tab about -->
<div id="tab-about" class="tab-content__item">
<div class="row tab-content__item-header">
<div class="column">
<h2>{{block.settings.about_title}}</h2>
</div>
</div>
<div class="row">
<div class="column">
{% if block.settings.paragraph_one != blank %}
<p class="lead">{{block.settings.paragraph_one}}</p>
{% endif %} {% if block.settings.paragraph_two != blank %}
<p>{{block.settings.paragraph_two}}</p>
{% endif %} {% if block.settings.title_paragraph_three != blank %}
<div class="row">
<div class="column large-6 tab-full">
<h4>{{block.settings.title_paragraph_three}}</h4>
<p>{{block.settings.paragraph_three}}</p>
</div>
{% if block.settings.title_paragraph_four != blank %}
<div class="column large-6 tab-full">
<h4>{{block.settings.title_paragraph_four}}</h4>
<p>{{block.settings.paragraph_four}}</p>
</div>
{% endif %}
</div>
{% endif %}
</div>
</div>
</div>
{% when 'products' %}
<!-- 02. tab products -->
<div id="tab-products" class="tab-content__item">
<div class="row tab-content__item-header">
<div class="column">
<h2>{{block.settings.products_title}}</h2>
</div>
</div>
<div class="row">
<div class="column">
<p class="lead">{{block.settings.products_paragraph}}</p>
</div>
</div>
<div
class="row services-list block-large-1-2 block-medium-1-2 block-tab-full"
>
{% if block.settings.title_product_1 != blank %}
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">{{block.settings.title_product_1}}</h4>
<p>{{block.settings.des_product_1}}</p>
</div>
</div>
{% endif %} {% if block.settings.title_product_2 != blank %}
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">{{block.settings.title_product_2}}</h4>
<p>{{block.settings.des_product_2}}</p>
</div>
</div>
{% endif %} {% if block.settings.title_product_3 != blank %}
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">{{block.settings.title_product_3}}</h4>
<p>{{block.settings.des_product_3}}</p>
</div>
</div>
{% endif %} {% if block.settings.title_product_4 != blank %}
<div class="column services-list__item">
<div class="services-list__item-content">
<h4 class="item-title">{{block.settings.title_product_4}}</h4>
<p>{{block.settings.des_product_4}}</p>
</div>
</div>
{% endif %}
</div>
<!-- end services-list -->
</div>
{% when 'contact' %}
<!-- 03. tab contact -->
<div id="tab-contact" class="tab-content__item">
<div class="row tab-content__item-header">
<div class="column">
<h2>{{block.settings.main_title}}</h2>
</div>
</div>
<div class="row">
<div class="column">
<p class="lead">{{block.settings.main_paragraph}}</p>
<div class="row">
<div class="column large-six tab-full">
<h4>{{block.settings.address_title}}</h4>
<p>{{block.settings.address}}</p>
</div>
{%- if settings.social_twitter_link != blank -%}
<div class="column large-six tab-full">
<h4>Follow Us</h4>
<ul class="link-list">
{%- if settings.social_twitter_link != blank -%}
<li>
<a href="{{ settings.social_twitter_link }}"> Twitter </a>
</li>
{%- endif -%} {%- if settings.social_facebook_link != blank
-%}
<li>
<a href="{{ settings.social_facebook_link }}">
Facebook
</a>
</li>
{%- endif -%} {%- if settings.social_pinterest_link != blank
-%}
<li>
<a href="{{ settings.social_pinterest_link }}">
Pinterest
</a>
</li>
{%- endif -%} {%- if settings.social_instagram_link != blank
-%}
<li>
<a href="{{ settings.social_instagram_link }}">
Instagram
</a>
</li>
{%- endif -%} {%- if settings.social_tiktok_link != blank
-%}
<li>
<a href="{{ settings.social_tiktok_link }}"> Tiktok </a>
</li>
{%- endif -%} {%- if settings.social_tumblr_link != blank
-%}
<li>
<a href="{{ settings.social_tumblr_link }}"> Tumblr </a>
</li>
{%- endif -%} {%- if settings.social_snapchat_link != blank
-%}
<li>
<a href="{{ settings.social_snapchat_link }}">
Snapchat
</a>
</li>
{%- endif -%} {%- if settings.social_youtube_link != blank
-%}
<li>
<a href="{{ settings.social_youtube_link }}"> Youtube </a>
</li>
{%- endif -%} {%- if settings.social_vimeo_link != blank -%}
<li>
<a href="{{ settings.social_vimeo_link }}"> Vimeo </a>
</li>
{%- endif -%}
</ul>
</div>
{%- endif -%}
</div>
<p class="tab-content__item-bottom">
<a href="mailto:{{block.settings.email}}" class="contact-email"
>{{block.settings.email}}</a
>
<span class="contact-number">
<a href="tel:{{block.settings.number_1}}"
>{{block.settings.number_1}}</a
>
{%- if block.settings.number_2 != blank -%}
<a href="tel:{{block.settings.number_2}}"
>{{block.settings.number_2}}</a
>
{%- endif -%}
</span>
</p>
</div>
</div>
</div>
{% endcase %} {%- endfor -%}
</div>
<!-- end tab content -->
<footer>
<div class="ss-copyright">
<span
>© {{ 'now' | date: "%Y" }}, {{ shop.name | link_to:
routes.root_url }}</span
>
<span
>Designed by
<a href="https://www.styleshout.com/">StyleShout</a> and Converted
to shopify by <a href="https://www.doudmine.com/">Doudmine</a>
</span>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg
xmlns="https://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path d="M12 0l8 9h-6v15h-4v-15h-6z"></path>
</svg>
</a>
</div>
</footer>
</div>
<!-- end column -->
</div>
<!-- end row -->
</section>
<!-- end s-info -->
{% schema %} { "name": "Tabs", "class": "index-section", "max_blocks": 3,
"settings": [], "blocks": [ { "type": "about", "name": "About", "settings": [ {
"type": "text", "id": "about", "label": "Nav name", "default": "About" }, {
"type": "header", "content": "Tab content" }, { "type": "text", "id":
"about_title", "label": "About title", "default": "Hello. We are Imminent." }, {
"type": "textarea", "id": "paragraph_one", "label": "First paragraph",
"default": "Quidem molestiae natus ipsa ut nihil molestiae numquam tenetur.
Ipsum quia sit vitae ipsam et temporibus est. Consequatur recusandae aut aut.
Aut esse sed sint. Sit ipsa velit possimus est. Atque doloribus dicta sit beatae
necessitatibus." }, { "type": "textarea", "id": "paragraph_two", "label":
"Second paragraph", "default": "Tempora debitis perspiciatis eum. Repudiandae et
aperiam quos exercitationem enim voluptatem quam sequi temporibus. Ratione quis
nihil voluptatem placeat nemo. Quibusdam delectus magni quas et architecto et
repellat a nam. Quasi et voluptates libero sed vel quos in nisi. Error et quis.
Impedit autem porro facilis. Aut voluptate asperiores nostrum eveniet magnam et
consequatur ab accusamus. Consequatur quod ut omnis eum dicta mollitia
dignissimos." }, { "type": "text", "id": "title_paragraph_three", "label":
"Title of third paragraph", "default": "Title here." }, { "type": "textarea",
"id": "paragraph_three", "label": "Third paragraph", "default": "Tempora debitis
perspiciatis eum. Repudiandae et aperiam quos exercitationem enim voluptatem
quam sequi temporibus. Ratione quis nihil voluptatem placeat nemo. Quibusdam
delectus magni quas et architecto et repellat a nam. Quasi et voluptates libero
sed vel quos in nisi. Error et quis. Impedit autem porro facilis." }, { "type":
"text", "id": "title_paragraph_four", "label": "Title of fourth paragraph",
"default": "Title here." }, { "type": "textarea", "id": "paragraph_four",
"label": "Fourth paragraph", "default": "Tempora debitis perspiciatis eum.
Repudiandae et aperiam quos exercitationem enim voluptatem quam sequi
temporibus. Ratione quis nihil voluptatem placeat nemo. Quibusdam delectus magni
quas et architecto et repellat a nam. Quasi et voluptates libero sed vel quos in
nisi. Error et quis. Impedit autem porro facilis." } ] }, { "type": "products",
"name": "Products", "settings": [ { "type": "text", "id": "products", "label":
"Nav name", "default": "Products" }, { "type": "header", "content": "Tab
content" }, { "type": "text", "id": "products_title", "label": "Main title",
"default": "Main title here." }, { "type": "textarea", "id":
"products_paragraph", "label": "Main paragraph", "default": "Tempora debitis
perspiciatis eum. Repudiandae et aperiam quos exercitationem enim voluptatem
quam sequi temporibus. Ratione quis nihil voluptatem placeat nemo." }, { "type":
"header", "content": "First product" }, { "type": "text", "id":
"title_product_1", "label": "Title of first product", "default": "Title here."
}, { "type": "textarea", "id": "des_product_1", "label": "Description of first
product", "default": "Tempora debitis perspiciatis eum. Repudiandae et aperiam
quos exercitationem enim voluptatem quam sequi temporibus. Ratione quis nihil
voluptatem placeat nemo." }, { "type": "header", "content": "Second product" },
{ "type": "text", "id": "title_product_2", "label": "Title of second product",
"default": "Title here." }, { "type": "textarea", "id": "des_product_2",
"label": "Description of second product", "default": "Tempora debitis
perspiciatis eum. Repudiandae et aperiam quos exercitationem enim voluptatem
quam sequi temporibus. Ratione quis nihil voluptatem placeat nemo." }, { "type":
"header", "content": "Third product" }, { "type": "text", "id":
"title_product_3", "label": "Title of third product", "default": "Title here."
}, { "type": "textarea", "id": "des_product_3", "label": "Description of third
product", "default": "Tempora debitis perspiciatis eum. Repudiandae et aperiam
quos exercitationem enim voluptatem quam sequi temporibus. Ratione quis nihil
voluptatem placeat nemo." }, { "type": "header", "content": "Fourth product" },
{ "type": "text", "id": "title_product_4", "label": "Title of fourth product",
"default": "Title here." }, { "type": "textarea", "id": "des_product_4",
"label": "Description of fourth product", "default": "Tempora debitis
perspiciatis eum. Repudiandae et aperiam quos exercitationem enim voluptatem
quam sequi temporibus. Ratione quis nihil voluptatem placeat nemo." } ] }, {
"type": "contact", "name": "Contact", "settings": [ { "type": "text", "id":
"contact", "label": "Nav name", "default": "Contact" }, { "type": "header",
"content": "Tab content" }, { "type": "text", "id": "main_title", "label": "Main
title", "default": "Main title here." }, { "type": "textarea", "id":
"main_paragraph", "label": "Main paragraph", "default": "Tempora debitis
perspiciatis eum. Repudiandae et aperiam quos exercitationem enim voluptatem
quam sequi temporibus. Ratione quis nihil voluptatem placeat nemo." }, { "type":
"text", "id": "address_title", "label": "Title for address", "default": "Title
here." }, { "type": "html", "id": "address", "label": "Bussiness address",
"default": "1600 Amphitheatre Parkway <br />Mountain View, CA<br />94043 US",
"info": "The <br />
tag inserts a single line break." }, { "type": "text", "id": "email", "label":
"Email address", "default": "[email protected]" }, { "type": "text", "id":
"number_1", "label": "Contact number 1", "default": "+197 543 2345" }, { "type":
"text", "id": "number_2", "label": "Contact number 2", "default": "+197 543
2345" } ] } ], "default": { "settings": {}, "blocks": [ { "type": "about" }, {
"type": "products" }, { "type": "contact" } ] } } {% endschema %}
|