Skip to content

Instantly share code, notes, and snippets.

View sushant-j's full-sized avatar

Sushant J sushant-j

  • Copenhagen, Denmark
View GitHub Profile
@sushant-j
sushant-j / index.html
Last active November 10, 2016 11:20 — forked from anonymous/index.html
Sminq Email template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body>
<div style="background:white" class="email-outer-container">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<div class="email-container" style="text-align:center;font-family:Roboto;background:white;width:70%;margin:auto;height:70%;box-shadow:1px 1px 3px #aaa;padding:24px 8px">
<h2 style="font-weight:500">Hello!</h2>
<p style="font-weight:300">
Here's the link you requested to download the SMINQ app.
</p>

Gauri Belsare

Monetization - Yes,
Force Payment - No,
Online Payments - No,
Fixed Consultation - N/A

S S Ingle

Monetization - Yes,

Scenrarios

One - Subscription and Consultation Charges

Not member
Monetized queue
No Force Payment

e.g. S S Ingle
@sushant-j
sushant-j / html-guidelines.md
Last active February 13, 2017 12:30
Coding standards and guidelines for HTML files.

HTML Code Standards

1. HTML Attribute Ordering

HTML element attributes _must_ appear in following order:

HTML Native

  1. class
  • id, name
@sushant-j
sushant-j / sminq-colors.scss
Last active February 13, 2017 13:59
Colors used on Sminq-User-Web
$color-red: #E43935; // Primary Color
$color-blue: #485FD3; // Accent Color
$color-light-blue: #38A3E7; // Blue Light
$color-green: #3D9F3A; // Accent Positive Green
$color-grey: #F2F3F3; // Background Grey color
$color-dark-grey: #8D8E8E; // Background Dark Grey
$color-black: #2B2B2B; // Sminq certified black :P
"STOP RIGHT THERE. What did you just say?!"
"I just feel the music. I mean, trying to learn steps sort of just gets in the way."
This guy studied ballet in Russia, and he was about to go Yakubovsky on me.
"You better hope that the band isn't 'just feeling the music.' There is a structure to the music. A very specific structure. If they stray from that structure, you won't hear anything worth dancing to."
I couldn't accept this. Anger and frustration built up within me. The dancers I had seen were definitely "feeling the music," so what could be wrong about that?
@sushant-j
sushant-j / lighthouse-report-1487252457936.json
Created February 16, 2017 13:41
Lighthouse report on 16Feb - Pre-release
{
"lighthouseVersion": "1.5.0",
"generatedTime": "2017-02-16T13:30:31.343Z",
"initialUrl": "https://www.sminq.com/",
"url": "https://www.sminq.com/",
"audits": {
"is-on-https": {
"score": true,
"displayValue": "",
"rawValue": true,

Okay, just discussed with Pushkar.. there's 5 possible scenarios, which are:

0. Search string entered, Either filters applied with ONLINE PAY --> Show doctors based on ONLINE PAY filter

1. No Search string entered, Both filters applied --> Show doctors based on type filter

2. Search string entered, No filters applied --> Showing popular doctors (pre-set)

3. Search string entered, Location filter applied -->

@sushant-j
sushant-j / index.js
Last active June 21, 2017 07:17
Index.js file for vue-date plugin, customized.
! function(e, t) {
"object" == typeof exports && "object" == typeof module ? module.exports = t() : "function" == typeof define && define.amd ? define([], t) : "object" == typeof exports ? exports.datepicker = t() : e.datepicker = t()
}(this, function() {
return function(e) {
function t(r) {
if (n[r]) return n[r].exports;
var i = n[r] = {
exports: {},
id: r,
loaded: !1
@sushant-j
sushant-j / Live Feed icon mapping.md
Last active June 27, 2017 11:46
Mapping between event types and icons for Queue Live Feed
event_type icon code
queue_start 1
queue_stop 2
queue_delay 3
token_cancel 2
token_process 1
token_close 1
token_absent 4