Skip to content

Commit

Permalink
UG landing page rework of CTA and subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 26, 2023
1 parent 6f03b4b commit 6303d70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// Make links in paragraphs stand out more.
@include link-variant(
".-bg-#{$color-name} p > a",
".-bg-#{$color-name} p:not(.p-initial) > a",
$link-color,
$link-hover-color,
false
Expand Down
14 changes: 6 additions & 8 deletions userguide/content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
---
title: Docsy
description: A Hugo theme for creating great technical documentation sites
---

{{% blocks/cover title="Welcome to Docsy!" image_anchor="top" height="full" %}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="{{% relref "/about" %}}">
Learn More <i class="fa-solid fa-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="{{% relref "/get-started" %}}">
Get started &nbsp;<i class="fa-solid fa-play "></i>
</a>
{{% param description %}}
{.display-6}

A Hugo theme for creating great technical documentation sites
{.lead .mt-5}
<a class="btn btn-lg btn-primary me-3" href="about/">Learn More</a>
<a class="btn btn-lg btn-secondary" href="docs/get-started/">Get started</a>
{.p-initial .my-5}

{{% blocks/link-down color="info" %}}
{{% /blocks/cover %}}
Expand Down

0 comments on commit 6303d70

Please sign in to comment.