Skip to content

Commit 6962ec1

Browse files
committed
feat: add anchor points
1 parent 00bd953 commit 6962ec1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

content/_index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ title: Apollo
1414

1515
<div id="landing-buttons">
1616
{{ button(id="download-button", href="/downloads", label="Download Apollo") }}
17-
{{ button(href="#", label="Learn more") }}
17+
{{ button(href="#everything-you-need", label="Learn more") }}
1818
</div>
1919

2020
<img id="landing-screenshot" src="/images/screenshots/landing_screenshot.png" alt="An Apollo desktop with the terminal open">
21+
{% end %}
22+
23+
{% index_section(id="everything-you-need") %}
24+
<h1>Everything you need</h1>
25+
<p>Apollo includes everything you need to immediately get started with doing what you love, whatever that is. Apollo stays out of your way and makes it easier to get to the apps and software you use. We include all the drivers, media codecs and default apps you need, making it quicker to get going from day 1.</p>
2126
{% end %}

sass/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ body {
3434

3535
p {
3636
font-size: 14pt;
37+
line-height: 1.5em;
3738
}
3839
}
3940

0 commit comments

Comments
 (0)