Skip to content

Instantly share code, notes, and snippets.

View Waterloo's full-sized avatar
🤗

Jithin Shah Waterloo

🤗
View GitHub Profile
[
{
"svg": '<svg class="bb" viewBox="0 0 125 85" xmlns="http://www.w3.org/2000/svg"><g class="bc"><path class="bf" d="M1 0v84h124" fill="none"></path><text class="bg" x="4" y="8">x</text><text class="bg" x="122" y="80" text-anchor="end">t</text></g><path class="bh" d="M1 84c14 1 47.75 1 123-83" fill="none" stroke="url(#in)"></path></svg>',
"name": "easeInSine",
"function_name": "cubic-bezier(0.12, 0, 0.39, 0)"
},
{
"svg": '<svg class="bb" viewBox="0 0 125 85" xmlns="http://www.w3.org/2000/svg"><g class="bc"><path class="bf" d="M1 0v84h124" fill="none"></path><text class="bg" x="4" y="8">x</text><text class="bg" x="122" y="80" text-anchor="end">t</text></g><path class="bh" d="M1 84C76.25 0 110 0 124 1" fill="none" stroke="url(#out)"></path></svg>',
"name": "easeOutSine",
"function_name": "cubic-bezier(0.61, 1, 0.88, 1)"
@Waterloo
Waterloo / index.html
Created June 20, 2020 18:10
Input - Buefy example
<div id="app" class="login columns is-vcentered is-centered ">
<div class="column is-5 has-text-centered credantials">
<div>
<h1 class="has-text-weight-medium title is-3">Welcome Back
</h1>
<h2 class="subtitle is-6"> Please login to your account.</h2>
<b-field expanded>
<input type="text" class="input" placeholder="Username" expanded>

Privacy Policy

built the Follo app as a Free app. This SERVICE is provided by at no cost and is intended for use as is.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Follo unless otherwise defined in this Privacy Policy.

hello world
location date b3001 b3002 b3003 b3004 b3005 b3006 b3007 b3008 b3009 b3010 b3011 b3012 b3013
O02 10-18-2016 11:15:21 -200 -200 -200 -200 -200 -78 -200 -200 -200 -200 -200 -200 -200
P01 10-18-2016 11:15:19 -200 -200 -200 -200 -200 -78 -200 -200 -200 -200 -200 -200 -200
P01 10-18-2016 11:15:17 -200 -200 -200 -200 -200 -77 -200 -200 -200 -200 -200 -200 -200
P01 10-18-2016 11:15:15 -200 -200 -200 -200 -200 -77 -200 -200 -200 -200 -200 -200 -200
P01 10-18-2016 11:15:13 -200 -200 -200 -200 -200 -77 -200 -200 -200 -200 -200 -200 -200
P01 10-18-2016 11:15:11 -200 -200 -82 -200 -200 -200 -200 -200 -200 -200 -200 -200 -200
P01 10-18-2016 11:15:09 -200 -200 -80 -200 -200 -77 -200 -200 -200 -200 -200 -200 -200
P02 10-18-2016 11:15:07 -200 -200 -86 -200 -200 -200 -200 -200 -200 -200 -200 -200 -200
R01 10-18-2016 11:15:05 -200 -200 -200 -75 -200 -200 -200 -200 -200 -200 -200 -200 -200
@Waterloo
Waterloo / form.html
Created October 26, 2015 18:18 — forked from gosseti/form.html
A credit card form using jQuery.payment
<form accept-charset="UTF-8" action="/payment" class="cardInfo" method="post">
<fieldset class="cardInfo__cardDetails">
<div class="form-row cardInfo__cc-num">
<label for="cc-num"><abbr title="required">*</abbr><span>Card Number</span></label>
<div class="cc-num__wrap">
<!-- using type="tel" because type="number" doesn’t pass HTML5 form validation with jQuery.payment formatting -->
<input id="cc-num" type="tel" class="paymentInput cc-num" placeholder="•••• •••• •••• ••••" autocompletetype="cc-number" required="required">
<span class="card" aria-hidden="true"></span>