Skip to content

Instantly share code, notes, and snippets.

View nazimjamil's full-sized avatar
🤓
Chillin

Nazim Jamil-Mir nazimjamil

🤓
Chillin
View GitHub Profile
@nazimjamil
nazimjamil / settings.json
Created June 6, 2020 14:59
Flow VSCode Settings Config
{
"flow.pathToFlow": "./node_modules/.bin/flow",
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"eslint.enable": true,
"eslint.options": {
"configFile": "./.eslintrc"
}
}
[{
"home": {
"header": {
"h1": "This is a page title",
"h2": "This is the sub title"
},
"block": {
"p": "Jojo\'s Bizarre Adventure is amazing"
}
}
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['b'], factory);
} else {
// Browser globals
root.amdWeb = factory(root.b);
}
}(typeof self !== 'undefined' ? self : this, function (b) {
// Use b in some fashion.
@nazimjamil
nazimjamil / index.html
Created July 10, 2018 21:37
TWiW Signup
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<header class="mb3">
<h1>This Week in Web<h1>
</header>
<section>
<h3>Sign up to This Week in Web</h3>
<div id="mc_embed_signup" class="signup_1">
<form action="https://thisweekinweb.us17.list-manage.com/subscribe/post?u=8701aa3aaf9fc97949a58b6ab&amp;id=99cd619f53" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
@nazimjamil
nazimjamil / SassMeister-input-HTML.html
Created November 14, 2015 21:18
Generated by SassMeister.com.
<div class="block">
<div class="block__element">
<div class="block--modifer">Oh hai BEM</div>
</div>
</div>