Skip to content

Commit

Permalink
update text and css
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Aug 27, 2023
1 parent 8a6aba8 commit 244e309
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ a {
color: rgba(0, 0, 0, 0.8);
text-decoration: none;
color: black;
border-bottom: 1px solid black;
}

a:hover {
text-decoration: none;
cursor: pointer;
color: #999;
border: none;
}

h1 {
Expand Down
18 changes: 14 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,22 @@
<div class="intro">
<h1>Needle 💚 Sveltekit</h1>
<h2 class="subtitle">
This is an example page built with Sveltekit and Needle Engine
This is an example page built with <a href="https://kit.svelte.dev/"
>Sveltekit</a
>
and <a href="https://needle.tools">Needle&nbsp;Engine</a>
</h2>
<p>
Check out our new font generator and level up your social bios. Need
more? Head over to Glyphy for all the fancy fonts and cool symbols
you could ever imagine.
You can use this as a starting point for building your own Needle
Engine experiences with Sveltekit.
</p>
<p>
Find the repository <a
href="https://github.com/needle-engine/sveltekit-sample"
>here on github</a
>.
The repository is setup to be automatically built and deployed too
with Github Actions 😊
</p>
</div>
</div>
Expand Down

0 comments on commit 244e309

Please sign in to comment.