-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (21 loc) · 897 Bytes
/
index.html
File metadata and controls
27 lines (21 loc) · 897 Bytes
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
---
layout: landing
title: "Re:Mind Field Guide"
description: "Re:Mind Field Guide Home"
lang: en
pagination:
enabled: true
---
<div class="px-4 py-5 my-5 text-center">
<p class="mb-5 fs-5">
<a target="_blank" class="link-body-emphasis link-offset-2 link-underline-opacity-25 link-underline-opacity-75-hover" href="https://github.com/clirdlf/remind_guide">{{ site.data.l10n.follow_along }}</a>
<i class="bi bi-arrow-up-right"></i>
</p>
<h1 id="{{ site.data.l10n.title | slugify }}" class="display-5 fw-bold text-body-emphasis">
{{ site.data.l10n.title }}
</h1>
<p class="lead mb-4 text-body-secondary">{{ site.data.l10n.tagline }}</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a href="{{ '/introduction/' | relative_url }}" type="button" class="btn btn-outline-secondary btn-lg px-4">{{ site.data.l10n.get_started }}</a>
</div>
</div>