Skip to content

Instantly share code, notes, and snippets.

View prosenjit-manna's full-sized avatar
🎯
Focusing

Prosenjit Manna prosenjit-manna

🎯
Focusing
  • Itobuz Technologies
View GitHub Profile
@prosenjit-manna
prosenjit-manna / readme.md
Last active February 15, 2016 05:16
awesome spice features
  • One click demo install
  • Page builder included
  • Revolution slider
  • Powerfull theme options
  • Page speed need to add
  • Child theme need to add
  • Responsive design
  • Redux theme options
  • W3c validate
  • Bootstrap 3 supported
@prosenjit-manna
prosenjit-manna / gist:d670be34efa55054873a
Last active February 16, 2016 10:02
Veggie Design works
Product list page with sidebar
Product list page without sidebar
Product details page with sidebar
Wordpress all widget design
404 page design
Product details without sidebar / already has design
Cart page / already has design
Checkout page / already has design
Login Page / already has design
@prosenjit-manna
prosenjit-manna / analytics.js
Last active February 18, 2016 10:13
analytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60956992-1', 'auto',{'allowLinker': true});
ga('require', 'linker');
ga('linker:autoLink', ['developerTest'] );
ga('send', 'pageview');
@charset "UTF-8";
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
//Title: Custom DropDown plugin by PC
//Documentation: http://designwithpc.com/Plugins/ddslick
//Author: PC
//Website: http://designwithpc.com
//Twitter: http://twitter.com/chaudharyp
(function ($) {
$.fn.ddslick = function (method) {
if (methods[method]) {
@prosenjit-manna
prosenjit-manna / add-to-cart.php
Created February 26, 2016 11:27 — forked from webaware/add-to-cart.php
WooCommerce purchase page add-to-cart with quantity and AJAX, by customising the add-to-cart template in the WooCommerce loop. See blog post for details: http://snippets.webaware.com.au/snippets/woocommerce-add-to-cart-with-quantity-and-ajax/
<?php
/**
* Loop Add to Cart -- with quantity and AJAX
* requires associated JavaScript file qty-add-to-cart.js
*
* @ref: http://snippets.webaware.com.au/snippets/woocommerce-add-to-cart-with-quantity-and-ajax/
* @ref: https://gist.github.com/mikejolley/2793710/
*/
// add this file to folder "woocommerce/loop" inside theme
/**
* plugin.js
*
* Copyright, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
@prosenjit-manna
prosenjit-manna / readme.md
Created March 3, 2016 06:39
Frontend skills
  • HTML
  • HTML 5
  • CSS
  • CSS 3
  • Javascript
  • jQuery
  • Angular JS
  • Ionic Mobile app
  • Node -SCSS
# Example MySQL config file for medium systems.
#
# This is for a system with little memory (32M - 64M) where MySQL plays
# an important part, or systems up to 128M where MySQL is used together with
# other programs (such as a web server)
#
# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is /Applications/XAMPP/xamppfiles/var/mysql) or
@prosenjit-manna
prosenjit-manna / shrink-git-repo.sh
Created April 28, 2016 06:17 — forked from aaronzirbes/shrink-git-repo.sh
This script will help you remove large files from your git repo history and shrink the size of your repository.
#!/bin/bash
echo "Finding and Purging Big Files From Git History"
echo "=============================================="
echo ""
echo "http://naleid.com/blog/2012/01/17/finding-and-purging-big-files-from-git-history/"
echo ""
pushd "$(git rev-parse --show-toplevel)" > /dev/null