Skip to content

Commit

Permalink
feat: add FUNDING.yml, adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderpoot committed Aug 27, 2024
1 parent a83b522 commit a0b61bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: thunderpoot
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## webdelta.js

https://thunderpoot.github.io/webdelta/

`webdelta.js` is a versatile JavaScript utility that allows you to easily convert UNIX timestamps into human-readable dates, times, and relative time descriptions directly on your webpages. This script dynamically displays time information with customisable tooltips and formats.

### Features
Expand Down
7 changes: 3 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebDelta Demo</title>
<title>webdelta.js</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -27,7 +27,6 @@
background-size: 300% 300%;
animation: swirlGradient 8s ease infinite;
color: #ecf0f1;
/* font-family: 'Helvetica Neue', sans-serif; */
font-family: "Figtree", sans-serif;
font-weight: 350;
font-style: normal;
Expand Down Expand Up @@ -87,7 +86,7 @@
cursor: pointer;
transition: background-color 0.3s ease;
display: inline-block;
vertical-align: middle; /* Aligns vertically with the input field */
vertical-align: middle;
}

input[type="button"]:hover {
Expand Down Expand Up @@ -258,7 +257,7 @@
</style>
</head>
<body>
<header class="heart" data-tooltip="">
<header class="heart" data-tooltip="">
<span class="bigLogo swirly"">Δδ</span>
<h1 class="swirly"><code>webdelta.js</code></h1>
</header>
Expand Down

0 comments on commit a0b61bf

Please sign in to comment.