From dd6423d9b5055089d48f02cebb70e8aef96259ee Mon Sep 17 00:00:00 2001 From: jae Date: Sat, 4 Apr 2026 03:23:02 +0000 Subject: [PATCH] feat: move awesomelist to /recon, fix container width, redirect depot/recon --- depot/recon.html | 88 ++---------------------------------------- js/awesomelist.js | 4 +- recon/awesomelist.html | 2 +- recon/index.html | 66 +++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 87 deletions(-) create mode 100644 recon/index.html diff --git a/depot/recon.html b/depot/recon.html index 046b17c..e99e519 100644 --- a/depot/recon.html +++ b/depot/recon.html @@ -2,90 +2,10 @@ - - JAESWIFT // RECON - - - - - + + Redirecting to RECON... -
-
- - -
-
DEPOT // INTELLIGENCE GATHERING
-

RECON

-

> Curated intelligence dossiers on technologies, tools, and resources. Select a division to access briefings.

-
-
- -
📋
-
RCN-ALPHA
-
CURATED LISTS
-
660+ curated intelligence briefings on programming, security, platforms, tools, and 28 sectors. Over 135,000 indexed resources.
-
- 660 LISTS - 135,179 ENTRIES - 28 SECTORS -
-
● ACCESSIBLE
-
-
- - - +

Redirecting to RECON...

- \ No newline at end of file + diff --git a/js/awesomelist.js b/js/awesomelist.js index 7216283..eea009d 100644 --- a/js/awesomelist.js +++ b/js/awesomelist.js @@ -306,7 +306,7 @@ try { const data = await api(''); renderIndex(data); - history.pushState({ view: 'index' }, '', '/recon/awesomelist'); + history.pushState({ view: 'index' }, '', '/recon'); } catch (e) { root.innerHTML = `
DATABASE ACCESS DENIED // ${esc(e.message)}
`; } @@ -317,7 +317,7 @@ try { const data = await api(`/${slug}`); renderSector(data); - history.pushState({ view: 'detail', slug }, '', `/recon/awesomelist?sector=${slug}`); + history.pushState({ view: 'detail', slug }, '', `/recon?sector=${slug}`); window.scrollTo({ top: 0, behavior: 'smooth' }); } catch (e) { root.innerHTML = `
SECTOR NOT FOUND // ${esc(e.message)}
`; diff --git a/recon/awesomelist.html b/recon/awesomelist.html index 109b579..efb7db5 100644 --- a/recon/awesomelist.html +++ b/recon/awesomelist.html @@ -45,7 +45,7 @@

> Curated dossiers covering resources across 28 sectors. Select a sector to begin.

-
+
diff --git a/recon/index.html b/recon/index.html new file mode 100644 index 0000000..e5b8e40 --- /dev/null +++ b/recon/index.html @@ -0,0 +1,66 @@ + + + + + + JAESWIFT // CURATED LISTS + + + + + + + +
+
+ + + + + +
+
RECON // CURATED INTELLIGENCE
+

CURATED LISTS

+

> Curated dossiers covering resources across 28 sectors. Select a sector to begin.

+
+ +
+
+
+ +
+ +
+ + + + + +