Skip to content

Commit

Permalink
chore(landing): logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed May 5, 2023
1 parent 9725379 commit 2766f63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
3 changes: 3 additions & 0 deletions packages/app/src/components/icons/IconTwitter.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M0 0h24v24H0z"></path><path fill="currentColor" d="M14.058 3.41c-1.807.767-2.995 2.453-3.056 4.38L11 7.972l-.243-.023C8.365 7.68 6.259 6.437 4.813 4.418a1 1 0 0 0-1.685.092l-.097.186l-.049.099c-.719 1.485-1.19 3.29-1.017 5.203l.03.273c.283 2.263 1.5 4.215 3.779 5.679l.173.107l-.081.043c-1.315.663-2.518.952-3.827.9c-1.056-.04-1.446 1.372-.518 1.878c3.598 1.961 7.461 2.566 10.792 1.6c4.06-1.18 7.152-4.223 8.335-8.433l.127-.495c.238-.993.372-2.006.401-3.024l.003-.332l.393-.779l.44-.862l.214-.434l.118-.247c.265-.565.456-1.033.574-1.43l.014-.056l.008-.018c.22-.593-.166-1.358-.941-1.358l-.122.007a.997.997 0 0 0-.231.057l-.086.038a7.46 7.46 0 0 1-.88.36l-.356.115l-.271.08l-.772.214c-1.336-1.118-3.144-1.254-5.012-.554l-.211.084z"></path></g></svg>
</template>
23 changes: 12 additions & 11 deletions packages/app/src/pages/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,18 @@
href="https://github.com/Novout/betterwrite"
class="flex font-raleway items-center gap-3 absolute bottom-0 right-0 p-5 cursor-pointer"
>
<IconGithub class="text-gray-200 w-5 h-5" />
<v-typical
class="tracking-wide text-center text-xs md:text-sm blink"
:steps="[
t('landing.first.support'),
10000,
t('landing.first.support'),
]"
:loop="Infinity"
:wrapper="'p'"
></v-typical>
<IconGithub class="text-gray-200 w-7 h-7" />
</a>
<a
v-motion
:initial="{ opacity: 0 }"
:enter="{ opacity: 1, transition: { delay: 500 } }"
target="_blank"
rel="noopener noreferrer"
href="https://twitter.com/betterwriteio"
class="flex font-raleway items-center gap-3 absolute bottom-0 right-12 p-5 cursor-pointer"
>
<IconTwitter class="text-gray-200 w-7 h-7" />
</a>
</div>
<AuthMain v-else @close="isNecessaryLogin = false" />
Expand Down

0 comments on commit 2766f63

Please sign in to comment.