Skip to content

Commit

Permalink
add screenshots back in
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWells committed Feb 18, 2015
1 parent 6967294 commit ac5ed74
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,31 @@
.SyncIgnore
*.bat
shared/languages/calls-to-action/.tx/config

# OS generated files #
######################
*~
.svn
.cvs
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
shared/.SyncIgnore
shared/languages/landing-pages/_get-translations.bat
shared/languages/leads/_get-translations.bat

# Grunt
node_modules
45 changes: 45 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "leads",
"version": "1.0.0",
"description": "Leads plugin",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://davidwells@github.com/inboundnow/leads.git"
},
"keywords": [
"cta",
"calls",
"to",
"action"
],
"author": "Inbound Now",
"license": "GPL",
"bugs": {
"url": "https://github.com/inboundnow/leads/issues"
},
"homepage": "https://github.com/inboundnow/leads",
"dependencies": {},
"devDependencies": {
"grunt-wp-readme-to-markdown": "^0.8.0",
"gulp": "^3.8.5",
"gulp-clean": "^0.2.4",
"gulp-concat": "~2.1.7",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.6.1",
"gulp-karma": "0.0.4",
"gulp-markdox": "^0.1.0",
"gulp-plumber": "~0.6.2",
"gulp-rename": "~1.1.0",
"gulp-uglify": "~0.3.0",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13"
}
}
Binary file added screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac5ed74

Please sign in to comment.