Skip to content

Instantly share code, notes, and snippets.

@git2358
git2358 / HTML Application.hta
Created May 3, 2019 03:51 — forked from drewchapin/HTML Application.hta
Template for an HTML Application file (.hta), add to C:\Windows\ShellNew, and add ShellNew\Filename="HTML Application.hta" to .hta HKCR key.
<html>
<head>
<!--
@tag hta:application
@attribute ApplicationName Sets the name of the HTA.
@attribute Border [Thick]|Thin|None
@attribute BorderStyle [Normal]|Raised|Sunken|Complex|Static
@attribute Caption [Yes]|No
@git2358
git2358 / index.pug
Created May 9, 2019 03:57
Pure CSS Concentration game
.container
#start
form#instruction-screen.overlay
div
h2 How to Play Concentration
p Click a card to turn it over. Turn over matching pairs of cards to remove them from the deck. The game is over once all the cards are removed.
.btn-container
input(type="checkbox" required="required")
.timer-container.top-corner Time: <span class="elapsed-time"></span>
@git2358
git2358 / index.html
Created May 9, 2019 05:18
Sun & Earth
<!-- It's kinda heavy on the browser, sorry about that -->
<div id="canvasContainer"><div id="filterContainer"><canvas id="mainstage"></canvas></div></div>
<svg id="weirdFilter">
<filter id="svgFilter">
<feTurbulence id="turbulence" type="turbulence" baseFrequency="0.05"
numOctaves="15" />
<feDisplacementMap id="displacement" in="SourceGraphic" scale="25" />
</filter>
<filter id="skyFilter">
@git2358
git2358 / 5-way-gradient-generator.markdown
Created May 10, 2019 00:11
5-Way Gradient Generator

5-Way Gradient Generator

Click or drag the toggles to adjust the gradient :) A 5-way gradient generator built using vue.js

A Pen by Matthew Fournier on CodePen.

License.

@git2358
git2358 / basiclightbox-default-demo.markdown
Created May 10, 2019 00:20
basicLightbox Default Demo
@git2358
git2358 / index.html
Created May 10, 2019 00:24
Tachyons Template
<div class="vw-100 vh-100 bg-gold"></div>
@git2358
git2358 / css-selectors-cheatsheet.markdown
Created May 10, 2019 00:34
CSS selectors cheatsheet