Browse Source

docs: updated sponsors list

Liyas Thomas 3 years ago
parent
commit
37b4c67ead

+ 10 - 0
README.md

@@ -548,6 +548,16 @@ Become a financial contributor and help us sustain our community [[Support](#sup
 
 #### GitHub Sponsors
 
+<p align="center">
+<a href="https://simplescraper.io/?utm_source=hs" target="_blank" rel="noopener">
+<img
+  width="100"
+	src="https://raw.githubusercontent.com/hoppscotch/hoppscotch/main/assets/images/Simplescraper.png"
+	alt="Simplescraper"
+/>
+</a>
+</p>
+
 <p align="center">
 <a href="https://github.com/eldadfux" target="_blank" rel="noopener">
 <img

BIN
assets/images/Simplescraper.png


BIN
assets/images/Simplescraper_dark.png


+ 9 - 0
components/app/Contributors.vue

@@ -116,6 +116,15 @@
           />
         </a>
       </div>
+      <div class="contributors">
+        <a href="https://simplescraper.io/?utm_source=hs" target="_blank" rel="noopener">
+          <img
+            style="max-height: 50px"
+            src="~assets/images/Simplescraper_dark.png"
+            alt="Simplescraper"
+          />
+        </a>
+      </div>
       <div class="contributors">
         <a href="https://tyk.io?ref=hoppscotch" target="_blank" rel="noopener">
           <img

+ 9 - 4
components/app/Footer.vue

@@ -5,7 +5,6 @@
         <a class="footer-link" href="https://www.netlify.com" target="_blank" rel="noopener">
           Powered by Netlify
         </a>
-        <span class="footer-link"> Sponsored by </span>
         <span>
           <a
             class="footer-link"
@@ -15,9 +14,6 @@
           >
             OSS Capital
           </a>
-        </span>
-        <span class="footer-link"> & </span>
-        <span>
           <a
             class="footer-link"
             href="https://paw.cloud/?utm_source=hoppscotch&utm_medium=website&utm_campaign=hoppscotch-sponsorship"
@@ -26,6 +22,14 @@
           >
             Paw
           </a>
+          <a
+            class="footer-link"
+            href="https://simplescraper.io/?utm_source=hs"
+            target="_blank"
+            rel="noopener"
+          >
+            Simplescraper
+          </a>
         </span>
         <iframe
           src="https://ghbtns.com/github-btn.html?user=hoppscotch&type=sponsor"
@@ -70,6 +74,7 @@
   @apply my-2;
   @apply mx-4;
   @apply text-fgLightColor;
+  @apply text-sm;
 
   &:hover {
     @apply text-fgColor;