This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello world |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |