This file contains hidden or 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
<div class="albums"> | |
<div class="album"> | |
<img | |
class="album__artwork" | |
src="https://cdn.shopify.com/s/files/1/2018/8867/files/couch_2048x_7298c7ac-32fd-49af-a79f-8c5ccf611b85.jpeg" | |
alt="Image" | |
title="About this image" | |
/> | |
</div> | |
<div class="album"> |
This file contains hidden or 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
import SwiftUI | |
import PlaygroundSupport | |
struct Desktop: View { | |
var body: some View { | |
ZStack { | |
// Image(uiImage: #imageLiteral(resourceName: "IMG_6281.JPG")) | |
Color(UIColor.systemBlue) | |
macOS() | |
} |
This file contains hidden or 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
{%- assign alignment = section.settings.alignment -%} | |
{%- assign heading = section.settings.title -%} | |
<div data-section-id="{{ section.id }}" class="{{ section.settings.cta_bg_color }} {{section.settings.alignment}}" style="padding:{{ section.settings.section_padding | times:2 }}em"> | |
{%- if heading != blank -%} | |
{% case section.settings.heading_style %} | |
{% when 3 %} | |
<h1 class="title--flex">{{ heading }}</h1> | |
{% when 2 %} |
This file contains hidden or 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
index-testimonials-heading |
This file contains hidden or 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
{ | |
"current": { | |
"color_text": "#3d4246", | |
"color_body_text": "#69727b", | |
"color_sale_text": "#557b97", | |
"color_button": "#557b97", | |
"color_button_text": "#fff", | |
"color_small_button_text_border": "#3d4246", | |
"color_text_field_text": "#000", | |
"color_text_field_border": "#949494", |
This file contains hidden or 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
{%- assign transparent_header = false -%} | |
{%- if template contains 'collection' and collection.image and section.settings.transparent_collection -%} | |
{%- assign transparent_header = true -%} | |
{%- elsif template contains 'article' and article.image and section.settings.transparent_article -%} | |
{%- assign transparent_header = true -%} | |
{%- elsif template contains 'blog' and section.settings.transparent_blog -%} | |
{%- assign transparent_header = true -%} | |
{%- elsif template contains 'page' and section.settings.transparent_page -%} | |
{%- assign transparent_header = true -%} |
This file contains hidden or 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
"index-look": { | |
"type": "index-look", | |
"blocks": { | |
}, | |
"block_order": [ | |
], | |
"settings": { | |
} | |
}, |
This file contains hidden or 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
<div id="shopify-section-press" class="shopify-section"> | |
<div class="product-grid product-grid--horizontally"> | |
<!-- image 1 --> | |
<div class="small--one-whole medium--one-half medium-up--one-quarter"><img src="//cdn.shopify.com/s/files/1/1585/2123/files/Screen-Shot-2018-04-27-at-7.04.50-AM_2048x2048.png?v=1526421296" alt="Image 1" title="Press image one" /></div> | |
<!-- image 2 --> | |
<div class="small--one-whole medium--one-half medium-up--one-quarter"><img src="//cdn.shopify.com/s/files/1/1585/2123/files/look6-2_MAIN_909389c8-e8fb-4ba6-9061-26f8c99ac90a_2048x2048.jpg?v=1526420548" alt="Image 2" title="press image two" /></div> | |
<!-- image 3 --> | |
<div class="small--one-whole medium--one-half medium-up--one-quarter"><img src="//cdn.shopify.com/s/files/1/1585/2123/files/Screen_Shot_2018-04-22_at_8.38.27_PM_copy_2048x2048.png?v=1526420476" title="press example image three" /></div> | |
<!-- image 4 --> | |
<div class="small--one-whole medium--one-half medium-up--one-quarter"><img src="//cdn.shopify.com/s/files/1/1585/2123/files |
This file contains hidden or 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
<div class="homepage-columns {{ section.settings.homepage_columns_color }}"> | |
<div class="wrapper"> | |
{% if section.settings.title != blank %} | |
<h4 class="home__subtitle">{{ section.settings.title | escape }}</h4> | |
{% endif %} | |
<div class="grid {% unless section.blocks.size == 5 %}grid-uniform{% endunless %}"> | |
{%- assign grid_item_width = 'large--one-third medium--one-third' -%} | |
{%- assign image_size = '530x' -%} | |
{% case section.blocks.size %} |
This file contains hidden or 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
{ | |
"current": { | |
"color_account_bg": "#f3f3f3", | |
"color_account_text": "#656565", | |
"color_header_bg": "#ffffff", | |
"color_header_text": "#656565", | |
"color_body_bg": "#ffffff", | |
"color_body_text": "#656565", | |
"color_primary": "#585e71", | |
"color_splash": "#3d5e8c", |
NewerOlder