learndb/src/Home.svelte

21 wiersze
2.1 KiB
Svelte
Czysty Zwykły widok Historia

2022-05-08 12:02:37 +00:00
<main class="mt-16 mx-auto max-w-7xl px-4 sm:mt-24 sm:px-6 lg:mt-32">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left">
<h1>
2022-06-07 22:20:24 +00:00
<span class="block text-sm font-semibold uppercase tracking-wide sm:text-base lg:text-sm xl:text-base"></span>
2022-05-08 12:02:37 +00:00
<span class="mt-1 block text-4xl tracking-tight font-extrabold sm:text-5xl xl:text-6xl">
2022-06-07 22:20:24 +00:00
<span class="block">LearnAwesome</span>
<span class="block text-secondary text-3xl mt-2">Humanity's learning map</span>
2022-05-08 12:02:37 +00:00
</span>
</h1>
2022-06-08 12:41:55 +00:00
<p class="mt-3 text-base text-neutral_Light sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">This is a collection of learning resources organized by topics, formats, difficulty levels, and quality tags like visual / interactive / challenging etc. It also includes reviews from experts and metadata like paywall/loginwall to help you find the best resource for your learning goals.</p>
2022-06-02 10:50:45 +00:00
2022-06-08 12:41:55 +00:00
<p class="mt-3 text-base text-neutral_Light sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">For certain resources like research paper or books, there will be direct links thanks to projects like InternetArchive, LibGen, Arxiv, SciHub etc.</p>
2022-06-02 10:50:45 +00:00
2022-06-08 12:41:55 +00:00
<p class="mt-3 text-base text-neutral_Light sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">This requires us to build a giant taxonomy of all human knowledge. Arranging topics in a hierarchy is not sufficient. Instead we are creating a graph of topics and levels with multiple types of edges: "is-a-subtopic-of", "is-a-prerequisite-of" etc. If you are an expert or educator in some domain, you can contribute to this project via our GitHub repository.</p>
2022-06-02 10:50:45 +00:00
2022-06-08 12:41:55 +00:00
<p class="mt-3 text-base text-neutral_Light sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">In conjunction with this, we're also building an online game where this is presented as a skill-tree for life and allows you to chase ambitious life goals and keep track of your progress while inspiring and being inspired by your friends. More on this will be revealed soon.</p>
2022-05-08 12:02:37 +00:00
</div>
2022-06-07 22:20:24 +00:00
2022-05-08 12:02:37 +00:00
</div>
</main>