Skip to content

Commit

Permalink
add netlify badge
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Apr 6, 2023
1 parent 744f3b9 commit 89ad90b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion site/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@
<a href="/intro">
<button> Get Started </button>
</a>
<a href="https://www.netlify.com">
<img
src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg"
alt="Deploys by Netlify"
/>
</a>
</div>
</main>
</article>
Expand Down Expand Up @@ -417,8 +423,10 @@
.cta-container {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 300px;
}
.cta-container button {
Expand Down

0 comments on commit 89ad90b

Please sign in to comment.