Skip to content

Instantly share code, notes, and snippets.

View zeshhaan's full-sized avatar
💬
I'm looking for a new job zeeshan.sh/resume.pdf

Mohammed Zeeshan zeshhaan

💬
I'm looking for a new job zeeshan.sh/resume.pdf
View GitHub Profile
@zeshhaan
zeshhaan / index.html
Created August 26, 2024 04:48
Stripe Nav testing
<header class="globalNav noDropdownTransition">
<div class="container-lg">
<ul class="navRoot allowExpand">
<li class="navSection logo">
<a class="rootLink item-home colorize" href="/"><h1><svg width="62" height="25"><title>Stripe</title><path d="M5 10.1c0-.6.6-.9 1.4-.9 1.2 0 2.8.4 4 1.1V6.5c-1.3-.5-2.7-.8-4-.8C3.2 5.7 1 7.4 1 10.3c0 4.4 6 3.6 6 5.6 0 .7-.6 1-1.5 1-1.3 0-3-.6-4.3-1.3v3.8c1.5.6 2.9.9 4.3.9 3.3 0 5.5-1.6 5.5-4.5.1-4.8-6-3.9-6-5.7zM29.9 20h4V6h-4v14zM16.3 2.7l-3.9.8v12.6c0 2.4 1.8 4.1 4.1 4.1 1.3 0 2.3-.2 2.8-.5v-3.2c-.5.2-3 .9-3-1.4V9.4h3V6h-3V2.7zm8.4 4.5L24.6 6H21v14h4v-9.5c1-1.2 2.7-1 3.2-.8V6c-.5-.2-2.5-.5-3.5 1.2zm5.2-2.3l4-.8V.8l-4 .8v3.3zM61.1 13c0-4.1-2-7.3-5.8-7.3s-6.1 3.2-6.1 7.3c0 4.8 2.7 7.2 6.6 7.2 1.9 0 3.3-.4 4.4-1.1V16c-1.1.6-2.3.9-3.9.9s-2.9-.6-3.1-2.5H61c.1-.2.1-1 .1-1.4zm-7.9-1.5c0-1.8 1.1-2.5 2.1-2.5s2 .7 2 2.5h-4.1zM42.7 5.7c-1.6 0-2.5.7-3.1 1.3l-.1-1h-3.6v18.5l4-.7v-4.5c.6.4 1.4 1 2.8 1 2.9 0 5.5-2.3 5.5-7.4-.1-4.6-2.7-7.2-5.5-7.2zm-1 11c-.9 0-1.5-

‎‎​

@zeshhaan
zeshhaan / batrcg-control.md
Created December 21, 2022 02:27
batch control

‎‎​

@zeshhaan
zeshhaan / tailwindncolors.md
Created December 10, 2022 11:03
tailwndcolors

Object.keys(tailwindColors) .filter( k => k !== 'inherit' && k !== 'current' && k !== 'transparent' && k !== 'default' && k !== 'black' && k !== 'white' )

@zeshhaan
zeshhaan / status.md
Last active November 25, 2022 04:46
statsu

BRB. TOILET 🚽

@zeshhaan
zeshhaan / onboarding-grn.md
Created November 8, 2022 04:49
onboarding-grn

need check if order is split order

  1. by status DISPATCHED
  2. if order is from COMPANY OR BRANCH
@zeshhaan
zeshhaan / onboarding.md
Created October 26, 2022 12:02
onboarding ideas

{{ $t( 'youCanAlwaysAccessThisSetupWizardFromTheSettingsMenuInTheTopRightCorner' ) }}

@zeshhaan
zeshhaan / onboarding
Created October 26, 2022 12:01
onboarding tabs ideas
‎‎​

toast({ title: error.message, // required description: error.description, // optional.no defaults preset: 'error', // optional. defaults to "info" showClose: false, // optional. defaults to false timeout: 5000, // optional. defaults to 5000 icon: // optional. defaults to "info" icon. can also have none/empty. startSlot: // optional. overrides icon. can be used for adding custom icons, emojis, or even images. timestamp: // optional. defaults to empty/none. })

{
"template": {
"scope": "vue",
"prefix": "template",
"body": ["<template>", " $1", "</template>"],
"description": "Create <template> block"
},
"script setup": {
"scope": "vue",
"prefix": "script setup",