Skip to content

Instantly share code, notes, and snippets.

View TomGranot's full-sized avatar
👋
My e-mail is open - use it! ([email protected])

Tom Granot TomGranot

👋
My e-mail is open - use it! ([email protected])
View GitHub Profile
@TomGranot
TomGranot / shopify_app_html_v2.html
Created March 29, 2020 13:07
Shopify App Dev From Scratch - HTML Wiring V2
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>
Countries We Ship Button
</title>
</head>
<body>
@TomGranot
TomGranot / shopify_app_css.css
Created March 29, 2020 13:14
Shopify App Dev From Scratch - HTML Wiring V2
/* A lot of the information can be learned from Shopify Polairs */
/* Form elements use the default of the OS */
html {
/* Load system fonts */
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
/* Make type rendering look crisper */
-webkit-font-smoothing: antialiased;
AWSTemplateFormatVersion: '2010-09-09'
Description: Remediate a public S3 bucket by introducing CloudFront with Origin Access Control (OAC).
Parameters:
BucketName:
Type: String
Description: The name of the S3 bucket to remediate.
DistributionComment:
Type: String