Skip to content

Commit

Permalink
Merge branch 'main' into debug/footer-linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobruni authored Mar 24, 2024
2 parents 1bc8d82 + e1ba982 commit cf53671
Show file tree
Hide file tree
Showing 53 changed files with 4,401 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
10 changes: 3 additions & 7 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
{
"source": "/bug",
"destination": "https://bugs.chromium.org/p/v8/issues/entry",
"destination": "https://bugs.chromium.org/p/chromium/issues/entry?components=Blink%3EJavaScript",
"type": 301
},
{
"source": "/bugs",
"destination": "https://bugs.chromium.org/p/v8/issues/list",
"destination": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component%3ABlink%3EJavaScript",
"type": 301
},
{
Expand Down Expand Up @@ -78,17 +78,13 @@
{
"source": "/sw.js",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Content-Type",
"value": "text/javascript;charset=utf-8"
},
{
"key": "Cache-Control",
"value": "max-age=31557600"
"value": "public, max-age=600, stale-while-revalidate=3600"
}
]
},
Expand Down
8 changes: 7 additions & 1 deletion src/_css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,13 @@ hr {
font-size: 0.8em;
}
.footnote-item:target {
background: var(--lightyellow);
background-color: var(--lightyellow);
--html-color: var(--black);
--main-background: var(--white);
--main-and-footer-link-color: var(--darkblue);
}
.footnote-item:target > * {
color: var(--html-color);
}
.retweet {
display: inline-block;
Expand Down
Binary file added src/_img/avatars/darius-mercadier.avif
Binary file not shown.
Binary file added src/_img/avatars/darius-mercadier.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/_img/avatars/[email protected]
Binary file not shown.
Binary file added src/_img/avatars/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/_img/avatars/olivier-flueckiger.avif
Binary file not shown.
Binary file added src/_img/avatars/olivier-flueckiger.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/_img/avatars/[email protected]
Binary file not shown.
Binary file added src/_img/avatars/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_img/holiday-season-2023/scores.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_img/maglev/I-IS-IT-IST-ISTM.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_img/maglev/I-IS-IT-IST.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_img/maglev/I-IT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cf53671

Please sign in to comment.