Updated sponsors list

This commit is contained in:
Liyas Thomas
2020-11-12 07:31:15 +05:30
parent 9b6394627b
commit 46981f73a9
4 changed files with 50 additions and 5 deletions

View File

@@ -392,6 +392,20 @@ Become a financial contributor and help us sustain our community [[Support](#sup
#### GitHub Sponsors #### GitHub Sponsors
<a href="https://github.com/gianlucapisati" target="_blank" rel="noopener">
<img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/gianlucapisati.png?size=64"
alt="Gianluca Pisati"
/>
</a>
<a href="https://github.com/kcomain" target="_blank" rel="noopener">
<img
style="max-width: 64px; max-height: 64px; border-radius: 100%"
src="https://github.com/kcomain.png?size=64"
alt="Kenny Cheung"
/>
</a>
<a href="https://github.com/scmmishra" target="_blank" rel="noopener"> <a href="https://github.com/scmmishra" target="_blank" rel="noopener">
<img <img
style="max-width: 64px; max-height: 64px; border-radius: 100%" style="max-width: 64px; max-height: 64px; border-radius: 100%"
@@ -493,6 +507,16 @@ Become a financial contributor and help us sustain our community [[Support](#sup
#### Open Collective #### Open Collective
**🧚 Angel Sponsors**
<a href="https://paw.cloud/?utm_source=hoppscotch&utm_medium=github&utm_campaign=hoppscotch-sponsorship" target="_blank" rel="noopener">
<img
style="max-width: 200px; max-height: 200px;"
src="https://raw.githubusercontent.com/hoppscotch/hoppscotch/main/assets/images/Paw-Logo-for-Hoppscotsh.png"
alt="Paw"
/>
</a>
<a href="https://opencollective.com/hoppscotch/organization/0/website"><img src="https://opencollective.com/hoppscotch/organization/0/avatar.svg"></a> <a href="https://opencollective.com/hoppscotch/organization/0/website"><img src="https://opencollective.com/hoppscotch/organization/0/avatar.svg"></a>
<a href="https://opencollective.com/hoppscotch/organization/1/website"><img src="https://opencollective.com/hoppscotch/organization/1/avatar.svg"></a> <a href="https://opencollective.com/hoppscotch/organization/1/website"><img src="https://opencollective.com/hoppscotch/organization/1/avatar.svg"></a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -76,6 +76,15 @@
</div> </div>
<hr /> <hr />
<h3 class="title">Financial Contributors</h3> <h3 class="title">Financial Contributors</h3>
<div class="contributors">
<a
href="https://paw.cloud/?utm_source=hoppscotch&utm_medium=website&utm_campaign=hoppscotch-sponsorship"
target="_blank"
rel="noopener"
>
<img style="max-width: 320px" src="~assets/images/Paw-Logo-for-Hoppscotsh.png" alt="Paw" />
</a>
</div>
<div class="contributors"> <div class="contributors">
<a href="https://tyk.io" target="_blank" rel="noopener"> <a href="https://tyk.io" target="_blank" rel="noopener">
<img <img

View File

@@ -1,7 +1,11 @@
<template> <template>
<footer class="flex-col flex-no-wrap"> <footer class="flex-col flex-no-wrap">
<div class="row-wrapper"> <div class="row-wrapper">
<span v-if="version.name" class="font-mono"> <span
v-if="version.name"
class="flex flex-col flex-wrap justify-start font-mono md:flex-row"
style="align-items: start"
>
<a <a
class="footer-link" class="footer-link"
:href="'https://github.com/hoppscotch/hoppscotch/releases/tag/' + version.name" :href="'https://github.com/hoppscotch/hoppscotch/releases/tag/' + version.name"
@@ -11,13 +15,16 @@
> >
{{ version.name }} {{ version.name }}
</a> </a>
<a class="footer-link" href="https://www.netlify.com" target="_blank" rel="noopener">
Powered by Netlify
</a>
<a <a
class="footer-link hide-on-small-screen" class="footer-link"
href="https://www.netlify.com" href="https://paw.cloud/?utm_source=hoppscotch&utm_medium=website&utm_campaign=hoppscotch-sponsorship"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
> >
Powered by Netlify Sponsored by Paw
</a> </a>
<!-- <span v-if="version.hash"> <!-- <span v-if="version.hash">
- -
@@ -29,7 +36,10 @@
</span> --> </span> -->
<!-- <span v-if="version.variant">({{version.variant}})</span> --> <!-- <span v-if="version.variant">({{version.variant}})</span> -->
</span> </span>
<span> <span
class="flex flex-col flex-wrap justify-start font-mono md:flex-row"
style="align-items: start"
>
<a href="https://liyasthomas.web.app" target="_blank" rel="noopener"> <a href="https://liyasthomas.web.app" target="_blank" rel="noopener">
<button class="icon" v-tooltip="'Liyas Thomas'">🦄</button> <button class="icon" v-tooltip="'Liyas Thomas'">🦄</button>
</a> </a>
@@ -59,6 +69,8 @@
<style scoped lang="scss"> <style scoped lang="scss">
.footer-link { .footer-link {
@apply inline-flex;
@apply flex-shrink-0;
@apply my-2; @apply my-2;
@apply mx-4; @apply mx-4;
@apply text-fgLightColor; @apply text-fgLightColor;