diff --git a/src/App.svelte b/src/App.svelte index d91b5a5..25817f5 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -3,7 +3,7 @@ import * as TailwindUI from "./tailwindui/index" import Home from "./Home.svelte" - import SkillTree from "./SkillTree.svelte" + import TreeMap from "./TreeMap.svelte" import TopicList from "./TopicList.svelte" import TopicDetail from "./TopicDetail.svelte" import FormatList from "./FormatList.svelte" @@ -65,8 +65,8 @@ {#if currentView === "/home" || currentView === "/"} - {:else if currentView === "/game"} - + {:else if currentView === "/map"} + {:else if currentView === "/topics"} {:else if currentView.startsWith("/topic/")} @@ -97,6 +97,10 @@ + + + + diff --git a/src/TreeMap.svelte b/src/TreeMap.svelte new file mode 100644 index 0000000..d2a6a54 --- /dev/null +++ b/src/TreeMap.svelte @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/map.html b/static/map.html new file mode 100644 index 0000000..9394c40 --- /dev/null +++ b/static/map.html @@ -0,0 +1,323 @@ + + + + + + TreeMap + + + + + + +

+ + + + \ No newline at end of file diff --git a/templates/courses/physics.md b/templates/courses/physics.md deleted file mode 100644 index e69de29..0000000