Playing with it and build a simple template_fill function
A Pen by Wolf Wortmann on CodePen.
require "watir-webdriver" | |
browser = Watir::Browser.new :ie | |
# Goto Workwise | |
browser.goto( 'workwise URL' ) # Workwise URL | |
# Do login | |
browser.text_field( :name, 'userName' ).set( 'user' ) #user | |
browser.text_field( :name, 'passWord' ).set( 'password' ) #password | |
browser.button( :name, 'submit' ).click | |
# click timesheet link | |
browser.link( :text, 'Timesheets' ).click |
Playing with it and build a simple template_fill function
A Pen by Wolf Wortmann on CodePen.
Another Dribbble rework of an original shot by Sergey Valiukh. Chrome and Safari only, for now.
A Pen by David Khourshid on CodePen.
Simple Calendar Experiment.
A Pen by Moncho Varela on CodePen.
Material Compact Login Animation , @MaterialUp Tweet https://twitter.com/MaterialUp/status/622009685521113088 , Compact Login - Animation by @noxiousone made with Sketch & After Effects #materialdesign :)
A Pen by Yusuf Bakır on CodePen.
Material design cards test and study.
A Pen by Mattia Astorino on CodePen.
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
Material Zoom Effect using CSS
A Pen by Luca Dimola on CodePen.