📝 Add link styles demo page
This commit is contained in:
47
exampleSite/content/styles.md
Normal file
47
exampleSite/content/styles.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: Link styles
|
||||
---
|
||||
|
||||
These are all the built-in link styles available in Lynx. Don't forget that you can also create your own styles --- check the [readme]({{< ref "readme#adding-custom-icons-and-link-styles" >}}) for more details.
|
||||
<br><br>
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<div class="flex flex-col flex-wrap min-w-full mt-4 sm:min-w-0">
|
||||
{{< link email >}}
|
||||
{{< link link >}}
|
||||
{{< link amazon >}}
|
||||
{{< link apple >}}
|
||||
{{< link codepen >}}
|
||||
{{< link dev >}}
|
||||
{{< link discord >}}
|
||||
{{< link dribbble >}}
|
||||
{{< link facebook >}}
|
||||
{{< link flickr >}}
|
||||
{{< link foursquare >}}
|
||||
{{< link github >}}
|
||||
{{< link gitlab >}}
|
||||
{{< link google >}}
|
||||
{{< link instagram >}}
|
||||
{{< link keybase >}}
|
||||
{{< link kickstarter >}}
|
||||
{{< link lastfm >}}
|
||||
{{< link linkedin >}}
|
||||
{{< link mastodon >}}
|
||||
{{< link medium >}}
|
||||
{{< link microsoft >}}
|
||||
{{< link patreon >}}
|
||||
{{< link pinterest >}}
|
||||
{{< link reddit >}}
|
||||
{{< link slack >}}
|
||||
{{< link snapchat >}}
|
||||
{{< link soundcloud >}}
|
||||
{{< link steam >}}
|
||||
{{< link telegram >}}
|
||||
{{< link tiktok >}}
|
||||
{{< link tumblr >}}
|
||||
{{< link twitch >}}
|
||||
{{< link twitter >}}
|
||||
{{< link whatsapp >}}
|
||||
{{< link youtube >}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user