mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-12 17:32:19 +00:00
update web page
This commit is contained in:
parent
353a31dca5
commit
1f1d86d440
3 changed files with 1 additions and 6 deletions
1
web.css
1
web.css
|
@ -50,4 +50,3 @@ button.tinylytics_kudos:hover {
|
|||
transform: scale(1.1);
|
||||
text-shadow: var(--off-fg) 0 0 1px;
|
||||
}
|
||||
|
||||
|
|
5
web.md
5
web.md
|
@ -1,7 +1,5 @@
|
|||
<!-- test edit -->
|
||||
{profile-picture}
|
||||
|
||||
|
||||
# John Bowdre
|
||||
|
||||
| Pronouns: he/him
|
||||
|
@ -14,7 +12,6 @@
|
|||
|
||||
I write code to make imaginary computers run code written by less imaginary developers
|
||||
|
||||
|
||||
---
|
||||
|
||||
--- Profile Items ---
|
||||
|
@ -55,4 +52,4 @@ I write code to make imaginary computers run code written by less imaginary deve
|
|||
- <span id="pressure"></span> {arrow-right-long}
|
||||
- <i>as of <span id="time"></span></i> {clock}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -121,4 +121,3 @@ fetch(wx_endpoint)
|
|||
document.getElementsByClassName('fa-arrow-right-long')[0].classList = CLASS_MAP_PRESS[pressureTrend];
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue