Skip to content

Instantly share code, notes, and snippets.

View rajinwonderland's full-sized avatar
🛰️
Exploring

Raj K Singh rajinwonderland

🛰️
Exploring
View GitHub Profile
@rajinwonderland
rajinwonderland / Novvum - Intro Animation.markdown
Last active July 21, 2016 08:30
Novvum - Intro Animation

Card Stack

Displays a stack of cards. When the user hovers (or taps) the cards, they spread out and the user can hover (or tap) each card to see it.

A Pen by raj on CodePen.

License.

Card Unstack

Regular card stack at first site, but when the user hovers (or taps) the cards, they spread out and the user can hover (or tap) each card to see it. #amazing!

A Pen by raj on CodePen.

License.

@rajinwonderland
rajinwonderland / index.html
Created September 14, 2016 18:45
OpenCasting Onboard Tips
<div class="gradients">
<div class="gradient-7">
<div class="content">
<div class="title">
<h1>Congrats on getting the audition!</h1></div>
<div class="image"> <img src="https://cdn2.iconfinder.com/data/icons/circle-icons-1/64/clapboard-256.png"/><br/></div>
<div class="bottom"><p>
We've put together a few tips to help you get that role using our app!
</p></div>
</div>
const puppeteer = require('puppeteer');
function pageLoaded(page) {
return new Promise(async resolve => {
await page.exposeFunction('__puppeteer__', () => {
if (resolve) {
resolve();
}
});
@rajinwonderland
rajinwonderland / enums.graphql
Last active January 27, 2019 21:07
News API Schema
enum SortBy {
relevancy
popularity
publishedAt
}
enum Category {
all
business
entertainment