From b99db6391f6cb8a6a66e3cf7696ec32ccd70a3f7 Mon Sep 17 00:00:00 2001 From: afnzmn Date: Mon, 18 Jul 2022 17:56:50 -0400 Subject: [PATCH] buttons work, added social buttons, contrib wip --- src/lib/components/atoms/Button.svelte | 2 +- .../components/atoms/ContributorButton.svelte | 39 ++++++++++++++++++ src/lib/components/atoms/HeroImage.svelte | 10 +++-- src/lib/components/atoms/Navigation.svelte | 6 +++ src/lib/components/atoms/SocialButton.svelte | 36 ++++++++++++++++ .../molecules/ContributorHost.svelte | 21 ++++++++++ src/lib/components/molecules/NavHost.svelte | 11 +++-- .../components/molecules/SocialHost.svelte | 20 +++++++++ src/routes/__layout.svelte | 13 +++--- src/routes/index.svelte | 2 + static/embed.png | Bin 0 -> 43125 bytes static/logo.svg | 2 +- static/socials/discord.svg | 3 ++ static/socials/github.svg | 3 ++ static/socials/reddit.svg | 3 ++ static/socials/telegram.svg | 3 ++ 16 files changed, 157 insertions(+), 17 deletions(-) create mode 100644 src/lib/components/atoms/ContributorButton.svelte create mode 100644 src/lib/components/atoms/SocialButton.svelte create mode 100644 src/lib/components/molecules/ContributorHost.svelte create mode 100644 src/lib/components/molecules/SocialHost.svelte create mode 100644 static/embed.png create mode 100644 static/socials/discord.svg create mode 100644 static/socials/github.svg create mode 100644 static/socials/reddit.svg create mode 100644 static/socials/telegram.svg diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte index e7c13af..105a121 100644 --- a/src/lib/components/atoms/Button.svelte +++ b/src/lib/components/atoms/Button.svelte @@ -32,7 +32,7 @@ transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 0.4s; margin-right: 20px; - + user-select: none; } .button-primary { diff --git a/src/lib/components/atoms/ContributorButton.svelte b/src/lib/components/atoms/ContributorButton.svelte new file mode 100644 index 0000000..e4194a8 --- /dev/null +++ b/src/lib/components/atoms/ContributorButton.svelte @@ -0,0 +1,39 @@ + + + + + + diff --git a/src/lib/components/atoms/HeroImage.svelte b/src/lib/components/atoms/HeroImage.svelte index a34af52..323cce8 100644 --- a/src/lib/components/atoms/HeroImage.svelte +++ b/src/lib/components/atoms/HeroImage.svelte @@ -2,14 +2,16 @@ -Screenshot of ReVanced Manager +
afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real afn is not real
diff --git a/src/lib/components/atoms/Navigation.svelte b/src/lib/components/atoms/Navigation.svelte index d5d8f80..5a977a0 100644 --- a/src/lib/components/atoms/Navigation.svelte +++ b/src/lib/components/atoms/Navigation.svelte @@ -14,13 +14,19 @@ list-style: none; display: inline-block; position: relative; + margin-left: 7x; + margin-right: 7px; align-items: center; + user-select: none; + transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 0.1s; } a { color: var(--white); text-decoration: none; font-size: 1.25rem; + user-select: none; } li:hover { diff --git a/src/lib/components/atoms/SocialButton.svelte b/src/lib/components/atoms/SocialButton.svelte new file mode 100644 index 0000000..cc4d81b --- /dev/null +++ b/src/lib/components/atoms/SocialButton.svelte @@ -0,0 +1,36 @@ + + + + + + diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte new file mode 100644 index 0000000..060e650 --- /dev/null +++ b/src/lib/components/molecules/ContributorHost.svelte @@ -0,0 +1,21 @@ + + +
+ + + + +
+ + \ No newline at end of file diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte index f23b510..807a154 100644 --- a/src/lib/components/molecules/NavHost.svelte +++ b/src/lib/components/molecules/NavHost.svelte @@ -3,7 +3,7 @@