Skip to content

Commit 2e28cfc

Browse files
0 parents  commit 2e28cfc

47 files changed

Lines changed: 3277 additions & 0 deletions

File tree

Some content is hidden

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

.nojekyll

Whitespace-only changes.

1.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en" class="no-js">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Work (Variant 1) — Mind the Math</title>
8+
<style>
9+
html.no-js #app {
10+
visibility: hidden;
11+
}
12+
html.no-js body {
13+
background-color: #f5f4f0;
14+
}
15+
</style>
16+
<script>
17+
document.documentElement.classList.remove("no-js");
18+
</script>
19+
<link rel="stylesheet" href="/vendor/text-effects.css" />
20+
<link rel="preconnect" href="https://fonts.googleapis.com" />
21+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
22+
<link href="/fonts/fonts.css" rel="stylesheet" />
23+
<script type="module" crossorigin src="/assets/routes-CXRNMQL3.js"></script>
24+
<script type="module" crossorigin src="/assets/_virtual_projects-C2N8pRcA.js"></script>
25+
<script type="module" crossorigin src="/assets/transit-map-yCSZR4XH.js"></script>
26+
<link rel="stylesheet" crossorigin href="/assets/routes-BWJNAwcl.css">
27+
</head>
28+
<body>
29+
<div id="app"></div>
30+
</body>
31+
</html>

2.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en" class="no-js">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Work (Variant 2) — Mind the Math</title>
8+
<style>
9+
html.no-js #app {
10+
visibility: hidden;
11+
}
12+
html.no-js body {
13+
background-color: #f5f4f0;
14+
}
15+
</style>
16+
<script>
17+
document.documentElement.classList.remove("no-js");
18+
</script>
19+
<link rel="stylesheet" href="/vendor/text-effects.css" />
20+
<link rel="preconnect" href="https://fonts.googleapis.com" />
21+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
22+
<link href="/fonts/fonts.css" rel="stylesheet" />
23+
<script type="module" crossorigin src="/assets/routes-CXRNMQL3.js"></script>
24+
<script type="module" crossorigin src="/assets/_virtual_projects-C2N8pRcA.js"></script>
25+
<script type="module" crossorigin src="/assets/transit-map-yCSZR4XH.js"></script>
26+
<link rel="stylesheet" crossorigin href="/assets/routes-BWJNAwcl.css">
27+
</head>
28+
<body>
29+
<div id="app"></div>
30+
</body>
31+
</html>

3.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en" class="no-js">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Work (Variant 3) — Mind the Math</title>
8+
<style>
9+
html.no-js #app {
10+
visibility: hidden;
11+
}
12+
html.no-js body {
13+
background-color: #f5f4f0;
14+
}
15+
</style>
16+
<script>
17+
document.documentElement.classList.remove("no-js");
18+
</script>
19+
<link rel="stylesheet" href="/vendor/text-effects.css" />
20+
<link rel="preconnect" href="https://fonts.googleapis.com" />
21+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
22+
<link href="/fonts/fonts.css" rel="stylesheet" />
23+
<script type="module" crossorigin src="/assets/routes-CXRNMQL3.js"></script>
24+
<script type="module" crossorigin src="/assets/_virtual_projects-C2N8pRcA.js"></script>
25+
<script type="module" crossorigin src="/assets/transit-map-yCSZR4XH.js"></script>
26+
<link rel="stylesheet" crossorigin href="/assets/routes-BWJNAwcl.css">
27+
</head>
28+
<body>
29+
<div id="app"></div>
30+
</body>
31+
</html>

about.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Redirecting...</title>
7+
<script>
8+
location.replace(new URL("./about/", window.location.href).href);
9+
</script>
10+
</head>
11+
<body></body>
12+
</html>

about/index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!doctype html>
2+
<html lang="en" class="no-js">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>About — Mind the Math</title>
8+
9+
<!-- Critical: Prevent FOUC by hiding content until JS is ready -->
10+
<style>
11+
html.no-js #app {
12+
visibility: hidden;
13+
}
14+
html.no-js body {
15+
background-color: #f5f4f0;
16+
}
17+
</style>
18+
<script>
19+
document.documentElement.classList.remove("no-js");
20+
</script>
21+
22+
<!-- Text Effects CSS -->
23+
<link rel="stylesheet" href="/vendor/text-effects.css" />
24+
25+
<!-- Web Fonts -->
26+
<link rel="preconnect" href="https://fonts.googleapis.com" />
27+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
28+
<link href="/fonts/fonts.css" rel="stylesheet" />
29+
<script type="module" crossorigin src="/assets/routes-CXRNMQL3.js"></script>
30+
<script type="module" crossorigin src="/assets/_virtual_projects-C2N8pRcA.js"></script>
31+
<script type="module" crossorigin src="/assets/_virtual_research-BVOOuJfN.js"></script>
32+
<script type="module" crossorigin src="/assets/pages-DxizftWV.js"></script>
33+
<link rel="stylesheet" crossorigin href="/assets/routes-BWJNAwcl.css">
34+
</head>
35+
<body>
36+
<div id="app"></div>
37+
</body>
38+
</html>

assets/_virtual_projects-C2N8pRcA.js

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

0 commit comments

Comments
 (0)