Hello Everyone! I loved Material Design and I developed the following polymer app without Canvas and Polymer.
You can use Only CSS3 - Pure Javascript!
I hope you like it :)
http://www.polymer-project.org/samples/tutorial/finished/index.html
#banner { | |
display: none !important; | |
} | |
html { | |
background: none !important; } | |
body { | |
background: transparent !important; } | |
body .c-message--ephemeral, body .c-message--sli_highlight_negative, |
<?php | |
/** | |
* WordPress Export Administration API | |
* | |
* @package WordPress | |
* @subpackage Administration | |
*/ | |
/** | |
* Version number for the export format. |
<?php | |
include('./MailChimp.php'); | |
use \DrewM\MailChimp\MailChimp; | |
function cors() { | |
// Allow from any origin | |
if (isset($_SERVER['HTTP_ORIGIN'])) { | |
// Decide if the origin in $_SERVER['HTTP_ORIGIN'] is one | |
// you want to allow, and if so: |
/** | |
* React Starter Kit (https://www.reactstarterkit.com/) | |
* | |
* Copyright © 2014-2016 Kriasoft, LLC. All rights reserved. | |
* | |
* This source code is licensed under the MIT license found in the | |
* LICENSE.txt file in the root directory of this source tree. | |
*/ | |
/* eslint-disable global-require */ |
// node modules içerisindeki gulp modülünü çağıran kod parçamız. | |
// Onu 'gulp' adında bir değişkene atıyoruz. | |
var gulp = require('gulp'); | |
// node modules içerisindeki gulp-imagemin modülünü çağıran kod parçamız. | |
// Onu 'imagemin' adında bir değişkene atıyoruz. | |
var imagemin = require('gulp-imagemin'); | |
// En basta 'gulp' degiskenine gulp modulunu tanimlamistik. | |
// Artik gulp. şeklinde gulp işlevlerini kullanabiliriz. | |
// gulp işlevleri neler mi? |
function is_group(layer) { | |
return [layer isMemberOfClass:[MSLayerGroup class]] || [layer isMemberOfClass:[MSArtboardGroup class]] | |
} | |
function is_invisible_selectit(layer) { | |
if([layer isVisible] == false) { | |
[layer select:true byExpandingSelection:true] | |
} | |
} |
Hello Everyone! I loved Material Design and I developed the following polymer app without Canvas and Polymer.
You can use Only CSS3 - Pure Javascript!
I hope you like it :)
http://www.polymer-project.org/samples/tutorial/finished/index.html