Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jun 29, 2024
1 parent 9112af4 commit 389bee6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/init/src/template/src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
a {
color: #020202;
}

x-logo:not(:defined) {
opacity: 0;
}
</style>

<script type="module" src="../components/logo/logo.js"></script>
Expand All @@ -91,17 +95,17 @@ <h1>Edit <code>src/pages/index.html</code> to start making changes</h1>
<div class="card-wrapper">
<div class="card">
<h2>Getting Started</h2>
<p>Follow our <a href="#">guide</a> on learning Greenwood for the first time.</p>
<p>Follow our <a href="https://www.greenwoodjs.io/getting-started/">guide</a> on learning Greenwood for the first time.</p>
</div>

<div class="card">
<h2>Docs</h2>
<p>Learn about Greenwood's <a href="#">features and capabilities</a>.</p>
<p>Learn about Greenwood's <a href="https://www.greenwoodjs.io/docs/">features and capabilities</a>.</p>
</div>

<div class="card">
<h2>Guides</h2>
<p>Walkthroughs on ways to <a href="#">build and deploy</a> with Greenwood.</p>
<p>Walkthroughs on ways to <a href="https://www.greenwoodjs.io/guides/">build and deploy</a> with Greenwood.</p>
</div>

<div class="card">
Expand Down

0 comments on commit 389bee6

Please sign in to comment.