@@ -6,24 +6,30 @@ params:
66---
77
88{{% blocks/cover
9- title="Welcome to Goldydocs: A Docsy Example Project!"
10- image_anchor="top"
9+ title="Welcome to Goldydocs: A Docsy Example and Starter Project!"
1110 height="full td-below-navbar"
11+ image_anchor="top"
1212%}}
1313
14+ <!--
15+ Want a cover without an image?
16+ Add the following argument to the blocks/cover shortcode:
17+ color="primary bg-gradient td-below-navbar"
18+ -->
19+
1420<!-- prettier-ignore -->
1521{{% _ param description %}}
1622{.display-6}
1723
1824<!-- prettier-ignore -->
1925<div class =" td-cta-buttons my-5 " >
2026 <a {{% _ param btn-lg primary %}} href="docs/">
21- Learn More
22- {{% _ param FA solid arrow-alt-circle-right "" %}}
27+ Learn more
2328 </a >
2429 <a {{% _ param btn-lg secondary %}}
25- href="{{% param github_repo %}}">
26- Download
30+ href="{{% param github_repo %}}"
31+ target="_ blank" rel="noopener noreferrer">
32+ Get the code
2733 {{% _ param FA brands github "" %}}
2834 </a >
2935</div >
@@ -32,7 +38,7 @@ params:
3238
3339{{% /blocks/cover %}}
3440
35- {{% blocks/lead color="primary " %}}
41+ {{% blocks/lead color="white " %}}
3642
3743Goldydocs provides a single web UI providing visibility into porridge
3844temperature, chair size, and bed softness metrics! You can even find out who's
@@ -43,7 +49,7 @@ to create your own real websites with [Docsy](https://docsy.dev))
4349
4450{{% /blocks/lead %}}
4551
46- {{% blocks/section color="white " type="row" %}}
52+ {{% blocks/section color="primary " type="row" %}}
4753
4854{{% blocks/feature title="New chair metrics!" icon="fa-lightbulb" %}}
4955
@@ -74,13 +80,13 @@ For announcement of latest features etc.
7480
7581{{% /blocks/section %}}
7682
77- {{% blocks/section type="row text-center h1" %}}
83+ {{% blocks/section color="white" type="row text-center h1" %}}
7884
7985This is the second section
8086
8187{{% /blocks/section %}}
8288
83- {{% blocks/section type="row text-center h1" %}}
89+ {{% blocks/section color="secondary" type="row text-center h1" %}}
8490
8591This is the another section with center alignment
8692
0 commit comments