65 lines
2.4 KiB
HTML
65 lines
2.4 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<title>Atlas</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.8.1/css/tachyons.min.css">
|
||
</head>
|
||
</head>
|
||
<body class="sans-serif dark-gray">
|
||
<section class="fl w-100 pa6 tc">
|
||
<h1 class="f2">Your team’s knowledge base</h1>
|
||
<p class="f4 mid-gray">Documentation, meeting notes, playbooks, onboarding, work logs, brainstorming, decisions, & more…</p>
|
||
<a href="" class="bg-dark-gray br2 pa2 white no-underline">Sign In</a>
|
||
</section>
|
||
|
||
<section class="fl w-100">
|
||
<div class="fl w-50-l pa6">
|
||
</div>
|
||
<div class="fl w-50-l pa6 bg-light-gray">
|
||
<h2 class="f3">Blazing Fast</h2>
|
||
<p>Atlas is fast, really fast. We’ve trimmed 100ms and 50ms there to make sure that documents load instantly, search is speedy and there are keyboard shortcuts for everything.</p>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="fl w-100">
|
||
<div class="fl w-50-l pa6 bg-light-gray">
|
||
<h2 class="f3">Markdown Support</h2>
|
||
<p>Documents are stored in Markdown and you can export them at any time. Markdown shortcuts are also built right into the editor so you can easily format using markdown syntax or our GUI.</p>
|
||
</div>
|
||
<div class="fl w-50-l pa6">
|
||
</div>
|
||
</section>
|
||
|
||
<section class="fl w-100">
|
||
<div class="fl w-50-l pa6">
|
||
</div>
|
||
<div class="fl w-50-l pa6 bg-light-gray">
|
||
<h2 class="f3">Beautiful Editor</h2>
|
||
<p>We built a custom editor from the ground up to be great looking, extensible, and a pleasure to use whether you're typing up quick notes or pages of documentation.</p>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="fl w-33-l pa5">
|
||
<h2 class="f4">Powerful Search</h2>
|
||
<p>Built-in search makes that one document easy to find in a large knowledgebase.</p>
|
||
</div>
|
||
<div class="fl w-33-l pa5">
|
||
<h2 class="f4">API & Integrations</h2>
|
||
<p>Atlas is built on it's own API, treat Atlas as a CMS or automatically great documents from outside events.</p>
|
||
</div>
|
||
<div class="fl w-33-l pa5">
|
||
<h2 class="f4">Open Source</h2>
|
||
<p>Want to contribute or host Atlas yourself? All of the code is on GitHub.</p>
|
||
</div>
|
||
|
||
<footer class="fl w-100">
|
||
<ul>
|
||
<li>About Us</li>
|
||
<li>Pricing</li>
|
||
<li>Contact</li>
|
||
</ul>
|
||
</footer>
|
||
</body>
|
||
</html>
|