Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ee58543
Webpack fix for subdirectories
jacbn Mar 28, 2024
31c77ef
Initial double-back interface
jacbn Aug 1, 2024
2f0b0dc
Merge branch 'main' into blog/double-back
jacbn Aug 8, 2024
ea02790
Merge branch 'main' into blog/double-back
jacbn Oct 7, 2024
108f551
Merge branch 'main' into blog/double-back
jacbn Oct 7, 2024
bb2b807
Import Bootstrap properly
jacbn Dec 13, 2025
3094c7c
Add utility classes
jacbn Dec 13, 2025
ef070c5
Commit progress on home / about overhaul
jacbn Dec 13, 2025
7bd9eeb
Maintain themeability
jacbn Dec 13, 2025
de59b00
Fix minor components
jacbn Dec 13, 2025
012e628
Fix DB page
jacbn Dec 13, 2025
4c5706f
Merge branch 'main' into overhaul/sunset
jacbn Dec 13, 2025
212f5eb
Fix navbar on non-home pages
jacbn Dec 13, 2025
1f29e13
Restore code bg / border
jacbn Dec 13, 2025
37f8595
Improve font sizing across site; switch to Figtree body
jacbn Dec 20, 2025
ccf6a9f
Rename/move all index.tsx files to named export files
jacbn Dec 20, 2025
dff7ecd
Add `/projects` grid
jacbn Dec 20, 2025
59590c7
Fix home container at sm
jacbn Dec 20, 2025
8af525b
Initial work to collate all DB work together
jacbn Dec 21, 2025
490790f
Rework blog images CSS
jacbn Dec 21, 2025
bdcd16d
Push stashed sim work
jacbn Dec 21, 2025
85ef7b1
Merge branch 'blog/double-back' into overhaul/sunset
jacbn Dec 21, 2025
f245aa0
Add simulation options
jacbn Dec 21, 2025
3ef2597
Improve DB simulation
jacbn Jan 3, 2026
f26b80a
More DB tidy; continue blog
jacbn Jan 5, 2026
6a218f9
DB progress; page 2
jacbn Jan 10, 2026
342929c
Import icons code from Isaac
jacbn Jan 10, 2026
6be5242
Add animations: carousel, fade in on visible
jacbn Jan 10, 2026
c8ff563
Additional tinkerings on homepage
jacbn Jan 11, 2026
5494f4a
Add interactive DB graph viewer; complete phase 1 DB
jacbn Jan 11, 2026
1fda01d
Add styled hover
jacbn Jan 11, 2026
68dd9c3
Upgrade react router
jacbn Jan 12, 2026
dbe96e8
Add Isaac redesign page
jacbn Jan 24, 2026
1e27be9
Mobile improvements 1
jacbn Jan 24, 2026
f053624
Mobile improvements 2; add default cols for maths scripts
jacbn Jan 25, 2026
360e54a
Upgrade dependencies
jacbn Jan 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body id="root"></body>
<script type="module" src="/src/main.tsx"></script>
Expand Down
Loading