-
Notifications
You must be signed in to change notification settings - Fork 620
/
index.html
65 lines (64 loc) · 2.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: Home
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include nav.html %}
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<img src="/assets/images/markdown-mark-white.svg" height="128" width="208" alt="Markdown logo">
<p><i>The Markdown Guide</i> is a free and open-source reference guide that explains how to use Markdown, the simple and easy-to-use markup language you can use to format virtually any document.</p>
<p><a class="btn btn-outline-inverse btn-lg" href="/getting-started/" role="button">Get Started</a></p>
</div>
</div>
{% if jekyll.environment == "production" %}<center><div class="horizontal" data-ea-publisher="markdownguide" data-ea-type="image"></div></center>{% endif %}
<div class="container">
<div class="md-guide-feature">
<h2 class="no-anchor">Everything you need to learn Markdown.</h2>
<p class="lead" style="margin-bottom: 60px">Markdown makes writing on the web fast and easy. <em>The Markdown Guide</em> teaches you how to use it.</p>
<div class="row">
<div class="col-sm-4">
<a href="/getting-started/">
<div class="icon">
<i class="fas fa-edit"></i>
</div>
</a>
<h4 class="no-anchor">Learn the ropes.</h4>
<p>Start using Markdown right now by following along with the <a href="/getting-started/">Getting Started</a> guide. It's designed for everyone, even novices.</p>
</div>
<div class="col-sm-4">
<a href="/basic-syntax/">
<div class="icon">
<i class="fas fa-book-open"></i>
</div>
</a>
<h4 class="no-anchor">Dive into the syntax.</h4>
<p>Whether you're new to Markdown or a seasoned pro, you'll find the answers to your formatting questions on the <a href="/basic-syntax/">basic syntax page</a>.</p>
</div>
<div class="col-sm-4">
<a href="/extended-syntax/">
<div class="icon">
<i class="fas fa-code"></i>
</div>
</a>
<h4 class="no-anchor">Take it up a notch.</h4>
<p>Make your Markdown documents awesome by using <a href="/extended-syntax/">extended syntax</a> to create tables, fenced code blocks, automatic links, and more.</p>
</div>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="md-guide-feature">
<h2 class="no-anchor">Stay in the loop.</h2>
<p class="lead">Sign up now to get priority notifications about <em>The Markdown Guide</em>.</p>
<br/>
<a class="btn btn-default btn-lg" href="https://pika.forklabs.com/subscription/form" style="margin-top: -10px">Stay Updated</a>
</div>
</div>
{% include footer.html %}
</body>
</html>