Skip to content

Instantly share code, notes, and snippets.

View chrisdias's full-sized avatar
🍕
Working on VS Code and Azure!

Chris Dias chrisdias

🍕
Working on VS Code and Azure!
View GitHub Profile
@chrisdias
chrisdias / settings.json
Created November 4, 2019 20:45
Chris Dias' settings.json for VS Code
{
/*
USER (GLOBAL) SETTINGS
~/Library/Application Support/Code-Insiders/User/settings.json
*/
/*
***************
*** WARM UP ***
***************
@chrisdias
chrisdias / index.html
Last active January 17, 2020 20:47
index js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
Hello!
@chrisdias
chrisdias / index.html
Last active January 23, 2020 19:33
Vue.js w/TypeScript
<div id="app">
<h1>{{ header }}</h1>
<p>Feel free to edit theeeee HTML, JavaScript and CSS in this playground. The preview will update in real-time, so that
you can visually explore your ideas.</p>
<button @click="sayHi">Saysssssss Hi! <span class="fa fa-heart" /></button>
</div>
@chrisdias
chrisdias / index.html
Last active January 17, 2020 21:49
Liquid loader
<svg class="gegga">
<defs>
<filter id="gegga">
<feGaussianBlur in="SourceGraphic" stdDeviation="7" result="blur" />
<feColorMatrix
in="blur"
mode="matrix"
values="1 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 20 -10"
result="inreGegga"
/>
@chrisdias
chrisdias / index.html
Last active June 10, 2020 20:03
myapp
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>hello</div>
</body>