Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tehn committed Sep 10, 2024
1 parent cb7879b commit 1339241
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 2 deletions.
184 changes: 183 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,189 @@
<li><a href="https://monome.org/docs/norns">documentation</a></li>
</ul>
<p>$900 — available september 10, 1pm EST</p>
<!--B LACK-->
<div id='product-component-1702057079047'></div>
<script type="text/javascript">
/*<![CDATA[*/
(function () {
var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
if (window.ShopifyBuy) {
if (window.ShopifyBuy.UI) {
ShopifyBuyInit();
} else {
loadScript();
}
} else {
loadScript();
}
function loadScript() {
var script = document.createElement('script');
script.async = true;
script.src = scriptURL;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
script.onload = ShopifyBuyInit;
}
function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: 'monome.myshopify.com',
storefrontAccessToken: '54686b55d507067316908858df83ace3',
});
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('product', {
id: '4794768785513',
node: document.getElementById('product-component-1702057079047'),
moneyFormat: '%24%7B%7Bamount%7D%7D',
options: {
"product": {
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "calc(25% - 20px)",
"margin-left": "20px",
"margin-bottom": "50px"
},
"text-align": "left"
},
"button": {
"font-family": "Roboto, sans-serif",
"font-weight": "bold",
"font-size": "13px",
"padding-top": "14.5px",
"padding-bottom": "14.5px",
":hover": {
"background-color": "#848484"
},
"background-color": "#939393",
":focus": {
"background-color": "#848484"
},
"width": "300px"
},
"quantityInput": {
"font-size": "13px",
"padding-top": "14.5px",
"padding-bottom": "14.5px"
}
},
"contents": {
"img": false,
"title": false,
"price": false
},
"text": {
"button": "norns black: add to cart"
},
"googleFonts": [
"Roboto"
]
},
"productSet": {
"styles": {
"products": {
"@media (min-width: 601px)": {
"margin-left": "-20px"
}
}
}
},
"modalProduct": {
"contents": {
"img": false,
"imgWithCarousel": true,
"button": false,
"buttonWithQuantity": true
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "100%",
"margin-left": "0px",
"margin-bottom": "0px"
}
},
"button": {
"font-family": "Roboto, sans-serif",
"font-weight": "bold",
"font-size": "13px",
"padding-top": "14.5px",
"padding-bottom": "14.5px",
":hover": {
"background-color": "#848484"
},
"background-color": "#939393",
":focus": {
"background-color": "#848484"
},
"width": "300px"
},
"quantityInput": {
"font-size": "13px",
"padding-top": "14.5px",
"padding-bottom": "14.5px"
}
},
"googleFonts": [
"Roboto"
],
"text": {
"button": "norns black: add to cart"
}
},
"option": {},
"cart": {
"styles": {
"button": {
"font-family": "Roboto, sans-serif",
"font-weight": "bold",
"font-size": "13px",
"padding-top": "14.5px",
"padding-bottom": "14.5px",
":hover": {
"background-color": "#848484"
},
"background-color": "#939393",
":focus": {
"background-color": "#848484"
}
}
},
"text": {
"total": "Subtotal",
"button": "Checkout"
},
"popup": false,
"googleFonts": [
"Roboto"
]
},
"toggle": {
"styles": {
"toggle": {
"font-family": "Roboto, sans-serif",
"font-weight": "bold",
"background-color": "#939393",
":hover": {
"background-color": "#848484"
},
":focus": {
"background-color": "#848484"
}
},
"count": {
"font-size": "13px"
}
},
"googleFonts": [
"Roboto"
]
}
},
});
});
}
})();
/*]]>*/
</script>
<!--BLACK-->
<!--G REY-->
<p><img src="/image/crow.jpg" alt="" /></p>
<p>speaks and listens and remembers bits of text. a scriptable usb-cv-ii machine.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ _norns_ is many sound instruments. it connects to grids, MIDI and other objects.

$900 &mdash; available september 10, 1pm EST

<!--B LACK-->
<!--BLACK-->

<!--G REY-->

Expand Down

0 comments on commit 1339241

Please sign in to comment.