SVG: Animated BG Pattern
('-' * 24)
Animated SVG Pattern over a background image.
JS used to rotate, transform, and scale pattern layers.
Check out @ryanmcnz 's tripped out version too!
A Pen by Tiffany Rayside on CodePen.
/** | |
* Responsive overlay text on image, works in IE6 | |
* Homage to thebabydino | |
*/ | |
<!DOCTYPE html> | |
<html> | |
<head> | |
*/ next line loads html5shiv - duh */ | |
<!--[if lt IE 9]> |
/** | |
* Helvetica Neue Normal (No Stretch) | |
*/ | |
/* Helvetica Neue Black Font Stack */ | |
.{font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif; font-weight:800; font-stretch:normal;} | |
/* Helvetica Neue Heavy Font Stack */ | |
.{font-family: "HelveticaNeueHeavy", "HelveticaNeue-Heavy", "Helvetica Neue Heavy", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif; font-weight:700; font-stretch:normal;} |
SVG: Animated BG Pattern
('-' * 24)
Animated SVG Pattern over a background image.
JS used to rotate, transform, and scale pattern layers.
Check out @ryanmcnz 's tripped out version too!
A Pen by Tiffany Rayside on CodePen.
#Requires -RunAsAdministrator | |
#Requires -Version 3.0 | |
#References: | |
#Getting Started with Nano Server <https://technet.microsoft.com/en-us/library/mt126167.aspx> | |
#Quick Guide - Deploying Nano Server using PowerShell <http://deploymentresearch.com/Research/Post/479/Quick-Guide-Deploying-Nano-Server-using-PowerShell> | |
param ( | |
#[ValidateScript({ Test-Path $_ })] | |
$ConvertWindowsImageScriptPath = 'D:\work\NanoServerSetup\Convert-WindowsImage.ps1' |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |