Slight price increase

This commit is contained in:
Faisal Salman 2024-10-29 19:33:16 +07:00
parent f3c2d87691
commit fab260050f
2 changed files with 3 additions and 19 deletions

View File

@ -35,9 +35,6 @@
<body>
<div class="pusher">
<div class="ui inverted instagram vertical masthead center aligned segment">
<h3>
What is my <a href="#ua-txt-info"><span class="ui black huge label">User-Agent</span></a>
</h3>
<div class="ui text container">
<a href="https://uaparser.dev"><h1>UAParser.js</h1></a>
<h2>Abstracts Away The Hassle of User-Agent Detection</h2>
@ -1507,9 +1504,9 @@ $ npx ua-parser-js "Flock/2.16 (Zenwalk 7.3; es_PR;)" >> log.txt
<td class="left aligned">Price</td>
<td data-tooltip="Pay as you want" data-inverted="">FREE</td>
<td data-tooltip="Pay as you want" data-inverted="">FREE</td>
<td data-tooltip="$12 (one-time fee)" data-inverted="">$12</td>
<td data-tooltip="$25 (one-time fee)" data-inverted="">$25</td>
<td data-tooltip="$500 (one-time fee)" data-inverted="">$500</td>
<td data-tooltip="$14 (one-time fee)" data-inverted="">$14</td>
<td data-tooltip="$29 (one-time fee)" data-inverted="">$29</td>
<td data-tooltip="$588 (one-time fee)" data-inverted="">$588</td>
</tr>
</tbody>
<tfoot>

View File

@ -1,18 +1,5 @@
$(document)
.ready(function() {
var labels = ['{ browser.name }', '{ os.version }', '{ device.type }'];
var counter = 0;
var rotateLabel = function () {
$('.masthead h3 .label').transition('fly down', function () {
$(this).text(labels[counter++]).transition('fade up', 100, function (){
if(counter>=labels.length)counter=0;
$(this).transition('jiggle');
});
});
};
$('.masthead h3').transition({animation: 'slide up', interval: 5000});
rotateLabel();
setInterval(rotateLabel, 1000);
var updateDemo = function (result) {
if(!result) return;