This is a place to list the landing pages with the best good conversion ratio.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Component } from "React"; | |
export var Enhance = ComposedComponent => class extends Component { | |
constructor() { | |
this.state = { data: null }; | |
} | |
componentDidMount() { | |
this.setState({ data: 'Hello' }); | |
} | |
render() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* angular-phonegap-bridges | |
* (c) 2013 Julien Bouquillon - [email protected] | |
* License: MIT | |
*/ | |
(function() { | |
'use strict'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global module:false*/ | |
module.exports = function(grunt) { | |
// Project configuration. | |
grunt.initConfig({ | |
// Metadata. | |
pkg: grunt.file.readJSON('package.json'), | |
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' + | |
'<%= grunt.template.today("yyyy-mm-dd") %>\n' + | |
'<%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
-webkit-touch-callout: none; | |
-webkit-user-drag: none; | |
-webkit-tap-highlight-color: rgba(0,0,0,0); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
/** | |
* @ngdoc function | |
* @name ng.filter:slice | |
* @function | |
* | |
* @description | |
* Creates a new array limited to the specified range, and optionnaly extracts only n-th items | |
* with the `step` argument, similar to Python slice operators. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = angular.module('app', ['angular-google-analytics']) | |
.config(function(AnalyticsProvider) { | |
// initial configuration | |
AnalyticsProvider.setAccount('UA-XXXXX-xx'); | |
// track all routes (or not) | |
AnalyticsProvider.trackPages(true); | |
})) | |
.controller('SampleController', function(Analytics) { | |
// create a new pageview event |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html ng-app="MyApp" > | |
<head> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.1/angular.js"></script> | |
<script type="text/javascript"> | |
var app = angular.module('MyApp', []); | |
app.directive('colorpicker', function($parse) { | |
// sample color picker directive | |
// todo : bound to a ng-model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html ng-app > | |
<head lang="en"> | |
<meta charset="utf-8"> | |
<title>ngLoading demo</title> | |
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js"></script> | |
<link rel="stylesheet" href="style.css"> | |
<script src="ngLoading.js"></script> | |
</head> |
- Bijou 150 x 10 pixels icons : http://bijou.im/
- http://thenounproject.com/
- 50 amazing free icons sets : http://webdesignledger.com/freebies/50-amazing-free-icon-sets
- Smashing Mag : 35 (Really) Incredible Free Icon Sets : http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/
- 30 free icons packs from the Dribble community : http://line25.com/articles/30-free-icon-packs-from-the-dribbble-community
- 32 elegant and minimalist icon packs : http://psd.fanextra.com/articles/32-elegant-and-minimalist-icon-packs/
- POI icons : http://mapbox.com/maki/
NewerOlder