Skip to content

Commit 23cccfc

Browse files
committed
2025-07-16
1 parent 5cdc1cc commit 23cccfc

File tree

75 files changed

+389
-279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+389
-279
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link rel="preload" as="image" href="/img/hand-slugs.jpg" fetchpriority="high">
1919
<link rel="preload" as="image" href="/img/hand-gears.jpg" fetchpriority="high">
2020
<link rel="preload" as="image" href="/img/hand-cube2.jpg" fetchpriority="high"><link rel="stylesheet" href="/assets/css/styles.e67140f9.css">
21-
<script src="/assets/js/runtime~main.57b1a688.js" defer="defer"></script>
22-
<script src="/assets/js/main.524ef0a5.js" defer="defer"></script>
21+
<script src="/assets/js/runtime~main.7a24c942.js" defer="defer"></script>
22+
<script src="/assets/js/main.5218ef29.js" defer="defer"></script>
2323
</head>
2424
<body class="navigation-with-keyboard">
2525
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>

about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link rel="preload" as="image" href="/img/hand-slugs.jpg" fetchpriority="high">
1919
<link rel="preload" as="image" href="/img/hand-gears.jpg" fetchpriority="high">
2020
<link rel="preload" as="image" href="/img/hand-cube2.jpg" fetchpriority="high"><link rel="stylesheet" href="/assets/css/styles.e67140f9.css">
21-
<script src="/assets/js/runtime~main.57b1a688.js" defer="defer"></script>
22-
<script src="/assets/js/main.524ef0a5.js" defer="defer"></script>
21+
<script src="/assets/js/runtime~main.7a24c942.js" defer="defer"></script>
22+
<script src="/assets/js/main.5218ef29.js" defer="defer"></script>
2323
</head>
2424
<body class="navigation-with-keyboard">
2525
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>

assets/js/19c2369c.e589b2fe.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/22dd74f7.91df4ca4.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/34699a3d.ed2fe8f8.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/5902e538.b61b3fce.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/adb318a9.b3e05006.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/f44d4a20.653f500b.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/main.5218ef29.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
2+
* @license MIT */
3+
4+
/**
5+
* @license React
6+
* react-dom-client.production.js
7+
*
8+
* Copyright (c) Meta Platforms, Inc. and affiliates.
9+
*
10+
* This source code is licensed under the MIT license found in the
11+
* LICENSE file in the root directory of this source tree.
12+
*/
13+
14+
/**
15+
* @license React
16+
* react-dom.production.js
17+
*
18+
* Copyright (c) Meta Platforms, Inc. and affiliates.
19+
*
20+
* This source code is licensed under the MIT license found in the
21+
* LICENSE file in the root directory of this source tree.
22+
*/
23+
24+
/**
25+
* @license React
26+
* react-jsx-runtime.production.js
27+
*
28+
* Copyright (c) Meta Platforms, Inc. and affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/
33+
34+
/**
35+
* @license React
36+
* react.production.js
37+
*
38+
* Copyright (c) Meta Platforms, Inc. and affiliates.
39+
*
40+
* This source code is licensed under the MIT license found in the
41+
* LICENSE file in the root directory of this source tree.
42+
*/
43+
44+
/**
45+
* @license React
46+
* scheduler.production.js
47+
*
48+
* Copyright (c) Meta Platforms, Inc. and affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/** @license React v16.13.1
55+
* react-is.production.min.js
56+
*
57+
* Copyright (c) Facebook, Inc. and its affiliates.
58+
*
59+
* This source code is licensed under the MIT license found in the
60+
* LICENSE file in the root directory of this source tree.
61+
*/

0 commit comments

Comments
 (0)