Skip to content

Commit

Permalink
Fix Google issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ftuyama committed Jul 4, 2024
1 parent 0bed797 commit cb8a6a1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 543 deletions.
1 change: 0 additions & 1 deletion google339402d4bd265223.html

This file was deleted.

1 change: 0 additions & 1 deletion googlece075c6b58f7a613.html

This file was deleted.

220 changes: 18 additions & 202 deletions index.html

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions public/css/home.css

This file was deleted.

309 changes: 0 additions & 309 deletions public/js/google-maps.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ $(document).ready(function() {

var experience_time = Math.trunc(10 * (new Date() - new Date('2016-01-01')) / (86400 * 365 * 1000)) / 10;
var age_time = Math.trunc((new Date() - new Date('1994-11-10')) / (86400 * 365 * 1000));
var year = new Date().getFullYear();
$(".exp").text(experience_time);
$(".age").text(age_time);
$(".year").text(year);

waitUntil(() => {
return isDefined(WOW);
Expand Down

0 comments on commit cb8a6a1

Please sign in to comment.