Skip to content

Instantly share code, notes, and snippets.

View jitendravyas's full-sized avatar

Jitendra Vyas jitendravyas

View GitHub Profile
@jitendravyas
jitendravyas / email.mjml
Created May 10, 2016 12:49 — forked from anonymous/email.mjml
Made with MJML App
<mjml>
<mj-body>
<mj-container background-color="#f8f8f8">
<!-- Company Header -->
<mj-section padding-bottom="0">
<mj-column width="100%">
<mj-image align="left" src="https://avatars0.githubusercontent.com/u/16115896?v=3&s=200" width="50px"/>
@jitendravyas
jitendravyas / email.mjml
Created May 10, 2016 11:04 — forked from anonymous/email.mjml
Made with MJML App
<mjml>
<mj-body>
<mj-container background-color="#ccc">
<!-- Company Header -->
<mj-section padding-bottom="0" background-color="#fff">
<mj-column width="100%">
<mj-image align="left" src="https://avatars0.githubusercontent.com/u/16115896?v=3&s=200" width="50px"/>
@jitendravyas
jitendravyas / front-end-testing.md
Created April 7, 2016 21:41 — forked from mrmrs/front-end-testing.md
Thoughts on front-end testing

UI development as a first-class citizen

The single hardest part of front-end development at scale is making changes to code and understanding all of the visual and behavioral effects that will occur as a result.

When you build a component, tests should be written that expose each state a component can be in. This test should generate a static html file and a corresponding image for every discrete state a component can be in.

Mobile first Responsive Web Design and Development
Mobile first Responsive HTML Email Development
Designing in browser
Cross Browser Compatibility and Testing
Web Peformance
On-Page SEO
Web Typography
User Experience
Web Standards & Accessibility
Front-end and Design workflow automation
@jitendravyas
jitendravyas / SassMeister-input.scss
Created November 30, 2015 12:51
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.form-signin {
max-width: 380px;
padding: 15px;
margin: 0 auto;
label {
font-weight: normal;

What is the system Ruby?

What version of Ruby shipped by default on Mac OS X?

Default Ruby version * Refers to the fully patched version (e.g. 10.5.8, not 10.5.0). Earlier versions may have shipped with different Ruby patchlevels but the RUBY_VERSION has never changed within major Mac OS X releases.
Mac OS X version* Mac OS X release date
@jitendravyas
jitendravyas / gist:31a22db17f9868506126
Created October 20, 2015 14:33
Nunjucks task with gulp
gulp.task('nunjucks', function() {
return gulp.src('./source/html/pages/*.html')
.pipe(data(function() {
return JSON.parse(fs.readFileSync('./source/data/data.json'));
}))
.pipe(nunjucks(nunjucksOpts))
.pipe(gulp.dest('build'))
.pipe(browserSync.stream());
});
@jitendravyas
jitendravyas / startapps.md
Created September 10, 2015 11:38
App Only Startups from and in India

Uber Tinyowl