learndb/src/Home.svelte

24 wiersze
2.7 KiB
Svelte

<main class="mt-16 mx-auto max-w-7xl px-4 sm:px-6">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="sm:text-center md:max-w-4xl md:mx-auto lg:col-span-12 lg:text-left">
<h1>
<span class="block text-sm font-semibold uppercase tracking-wide sm:text-base lg:text-sm xl:text-base"></span>
<span class="mt-1 block text-4xl tracking-tight font-extrabold sm:text-5xl xl:text-6xl">
<span class="block">LearnAwesome</span>
<span class="block text-secondary text-3xl mt-2">We're building humanity's universal map for learning!</span>
</span>
</h1>
<iframe class="my-12 w-full" height="315" src="https://www.youtube.com/embed/wKcZ8ozCah0?controls=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="mt-3 text-base text-neutral_Light sm:mt-5 sm:text-xl lg:text-lg xl:text-xl"><i>A Young Lady's Illustrated Primer</i> (from Neal Stephenson's <i>The Diamond Age</i>) is an old dream of tech makers. LearnAwesome is a step towards building this (inspired by this 👆 talk by Danny Hillis at the Open Source Conference 2012) and making it accessible to everyone.</p>
<p class="mt-3 text-base text-neutral_Light sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">The Internet has amazing learning resources for anything you can imagine. However, search engines, edtech platforms, and even Wikipedia/Wikiversity don't do a good job of making them discoverable. Projects like Music Genome Project or Book Genome Project have demonstrated how rich metadata can significantly improve users' lives.</p>
<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 high-quality learning resources organized by topics &amp; formats and enriched by metadata like difficulty level, assumed prerequisites, reviews by experts and quality tags like <i>visual</i>, <i>interactive</i>, <i>challenging</i> etc. For many books or research papers, there are direct links thanks to projects like InternetArchive, LibGen, Arxiv, SciHub, IPFS etc.</p>
<p class="mt-3 text-base text-neutral_Light sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">This is an <a href="https://github.com/learn-awesome/learndb" target="_blank" rel="noreferrer" class="underline text-secondary">open-source project</a>. We collaborate with OpenLibrary, OpenSyllabus and leverage projects like Wikipedia, Arxiv, InternetArchive, IPFS, SciHub for topic taxonomy, standardization of metadata formats etc. There are no user accounts and all bookmarks etc are kept in users' browsers.</p>
</div>
</div>
</main>