-I add a Animations. -- Inspired By: https://dribbble.com/shots/2366695--1-San-Francisco
Forked from Dany Santos's Pen San Francisco Card.
A Pen by Peramanathan Sathyamoorthy on CodePen.
-I add a Animations. -- Inspired By: https://dribbble.com/shots/2366695--1-San-Francisco
Forked from Dany Santos's Pen San Francisco Card.
A Pen by Peramanathan Sathyamoorthy on CodePen.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
function go() { | |
var userId = prompt('Username?', 'Guest'); | |
checkIfUserExists(userId); | |
} | |
var USERS_LOCATION = 'https://SampleChat.firebaseIO-demo.com/users'; | |
function userExistsCallback(userId, exists) { | |
if (exists) { | |
alert('user ' + userId + ' exists!'); |
@font-face { | |
font-family: 'Open Sans'; | |
font-style: italic; | |
font-weight: 400; | |
src: local('Open Sans Italic'), local('Open-Sans-Italic'), | |
url('OpenSans-Italic.woff') format('woff'), | |
url('OpenSans-Italic.ttf') format('truetype'); | |
} | |
@font-face { |