liyasthomas 3 лет назад
Родитель
Сommit
217269467c
3 измененных файлов с 42 добавлено и 37 удалено
  1. 36 12
      README.md
  2. BIN
      assets/images/pipedream.png
  3. 6 25
      components/app/Contributors.vue

+ 36 - 12
README.md

@@ -410,6 +410,21 @@ _Notes are only available for signed-in users_
 
 </details>
 
+👨‍👩‍👧‍👦 **Teams β:** Helps you collaborate across your team to design, develop, and test APIs faster.
+
+<details>
+  <summary><i>Features</i></summary>
+
+---
+
+- Unlimited team collections and shared requests
+- Unlimited team members
+- User roles
+
+---
+
+</details>
+
 **To find out more, please check out [Hoppscotch Wiki](https://github.com/hoppscotch/hoppscotch/wiki).**
 
 ## **Demo**
@@ -559,6 +574,20 @@ Become a financial contributor and help us sustain our community [[Support](#sup
 </p>
 
 <p align="center">
+<a href="https://github.com/anmolm96" target="_blank" rel="noopener">
+<img
+  width="64"
+	src="https://github.com/anmolm96.png?size=64"
+	alt="Anmol Maini"
+/>
+</a>
+<a href="https://github.com/juzhiyuan" target="_blank" rel="noopener">
+<img
+  width="64"
+	src="https://github.com/juzhiyuan.png?size=64"
+	alt="琚致远"
+/>
+</a>
 <a href="https://github.com/eldadfux" target="_blank" rel="noopener">
 <img
   width="64"
@@ -608,13 +637,6 @@ Become a financial contributor and help us sustain our community [[Support](#sup
 	alt="Erica Brescia"
 />
 </a>
-<a href="https://tom.preston-werner.com" target="_blank" rel="noopener">
-<img
-  width="64"
-	src="https://github.com/mojombo.png?size=64"
-	alt="Tom Preston-Werner"
-/>
-</a>
 <a href="https://github.com/mlynch" target="_blank" rel="noopener">
 <img
   width="64"
@@ -648,6 +670,13 @@ Become a financial contributor and help us sustain our community [[Support](#sup
 #### Open Collective
 
 <p align="center">
+<a href="https://pipedream.com/?ref=hoppscotch" target="_blank" rel="noopener">
+<img
+  width="100"
+	src="https://raw.githubusercontent.com/hoppscotch/hoppscotch/main/assets/images/pipedream.png"
+	alt="pipedream"
+/>
+</a>
 <a href="https://paw.cloud/?utm_source=hoppscotch&utm_medium=github&utm_campaign=hoppscotch-sponsorship" target="_blank" rel="noopener">
 <img
   width="100"
@@ -657,11 +686,6 @@ Become a financial contributor and help us sustain our community [[Support](#sup
 </a>
 </p>
 
-<p align="center">
-<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>
-</p>
-
 ### Code Contributors
 
 This project exists thanks to all the people who contribute [[Contribute](CONTRIBUTING.md)].

BIN
assets/images/pipedream.png


+ 6 - 25
components/app/Contributors.vue

@@ -89,8 +89,6 @@
             alt="OSS Capital"
           />
         </a>
-      </div>
-      <div class="contributors">
         <a
           href="https://appwrite.io/?utm_source=hoppscotch&utm_medium=banner&utm_campaign=hello"
           target="_blank"
@@ -102,8 +100,9 @@
             alt="Appwrite"
           />
         </a>
-      </div>
-      <div class="contributors">
+        <a href="https://pipedream.com/?ref=hoppscotch" target="_blank" rel="noopener">
+          <img style="max-width: 100px" src="~assets/images/pipedream.png" alt="pipedream" />
+        </a>
         <a
           href="https://paw.cloud/?utm_source=hoppscotch&utm_medium=website&utm_campaign=hoppscotch-sponsorship"
           target="_blank"
@@ -115,8 +114,6 @@
             alt="Paw"
           />
         </a>
-      </div>
-      <div class="contributors">
         <a href="https://simplescraper.io/?utm_source=hs" target="_blank" rel="noopener">
           <img
             style="max-height: 50px"
@@ -124,8 +121,6 @@
             alt="Simplescraper"
           />
         </a>
-      </div>
-      <div class="contributors">
         <a href="https://tyk.io?ref=hoppscotch" target="_blank" rel="noopener">
           <img
             style="max-width: 320px"
@@ -134,22 +129,6 @@
           />
         </a>
       </div>
-      <div class="contributors">
-        <a
-          target="_blank"
-          rel="noopener"
-          href="https://opencollective.com/hoppscotch/organization/0/website"
-        >
-          <img src="https://opencollective.com/hoppscotch/organization/0/avatar.svg" />
-        </a>
-        <a
-          target="_blank"
-          rel="noopener"
-          href="https://opencollective.com/hoppscotch/organization/1/website"
-        >
-          <img src="https://opencollective.com/hoppscotch/organization/1/avatar.svg" />
-        </a>
-      </div>
     </div>
     <hr />
     <p class="info">
@@ -171,8 +150,10 @@
 .contributors {
   @apply flex;
   @apply items-center;
-  @apply flex-nowrap;
+  @apply flex-wrap;
   @apply overflow-auto;
   @apply m-2;
+  @apply space-x-2;
+  @apply space-y-2;
 }
 </style>