🌱 Added contributors section

This commit is contained in:
Liyas Thomas
2020-03-03 07:02:27 +05:30
parent 09d2878e1d
commit f564ca1eb5
6 changed files with 94 additions and 14 deletions

View File

@@ -361,20 +361,10 @@ See the list of [contributors](https://github.com/liyasthomas/postwoman/graphs/c
* [dev.to 👩‍💻👨‍💻](https://dev.to) * [dev.to 👩‍💻👨‍💻](https://dev.to)
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/liyasthomas/postwoman/graphs/contributors"><img src="https://opencollective.com/postwoman/contributors.svg?width=890&button=false" /></a>
### Financial Contributors ### Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/postwoman/contribute)] Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/postwoman/contribute)]
#### Individuals
<a href="https://opencollective.com/postwoman"><img src="https://opencollective.com/postwoman/individuals.svg"></a>
#### Organizations #### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/postwoman/contribute)] Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/postwoman/contribute)]
@@ -390,6 +380,16 @@ Support this project with your organization. Your logo will show up here with a
<a href="https://opencollective.com/postwoman/organization/8/website"><img src="https://opencollective.com/postwoman/organization/8/avatar.svg"></a> <a href="https://opencollective.com/postwoman/organization/8/website"><img src="https://opencollective.com/postwoman/organization/8/avatar.svg"></a>
<a href="https://opencollective.com/postwoman/organization/9/website"><img src="https://opencollective.com/postwoman/organization/9/avatar.svg"></a> <a href="https://opencollective.com/postwoman/organization/9/website"><img src="https://opencollective.com/postwoman/organization/9/avatar.svg"></a>
#### Individuals
<a href="https://opencollective.com/postwoman"><img src="https://opencollective.com/postwoman/individuals.svg"></a>
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/liyasthomas/postwoman/graphs/contributors"><img src="https://opencollective.com/postwoman/contributors.svg?width=890&button=false" /></a>
## License 📄 ## License 📄
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details. This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.

View File

@@ -265,6 +265,7 @@ h4 {
hr { hr {
border-bottom: 1px dashed var(--brd-color); border-bottom: 1px dashed var(--brd-color);
margin: 16px 0;
} }
p { p {

View File

@@ -37,7 +37,6 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-grow: 1; flex-grow: 1;
max-width: 720px;
} }
.modal-container { .modal-container {
@@ -50,7 +49,8 @@
background-color: var(--bg-color); background-color: var(--bg-color);
border-radius: 16px; border-radius: 16px;
box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5); box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5);
max-height: calc(100vh - 32px); max-height: calc(100vh - 128px);
max-width: 720px;
} }
.modal-body { .modal-body {

View File

@@ -19,7 +19,6 @@ export default {
save_to_collections: "Save to Collections", save_to_collections: "Save to Collections",
copy_request_link: "Copy Request Link", copy_request_link: "Copy Request Link",
reset_request: "Reset Request", reset_request: "Reset Request",
support_us_on: "Support us on",
open_collective: "Open Collective", open_collective: "Open Collective",
paypal: "PayPal", paypal: "PayPal",
patreon: "Patreon", patreon: "Patreon",

View File

@@ -569,7 +569,7 @@
<ul> <ul>
<li> <li>
<div class="flex-wrap"> <div class="flex-wrap">
<h3 class="title">{{ $t("support_us_on") }}</h3> <h3 class="title">{{ $t("support_us") }}</h3>
<div> <div>
<button class="icon" @click="showSupport = false"> <button class="icon" @click="showSupport = false">
<i class="material-icons">close</i> <i class="material-icons">close</i>
@@ -625,6 +625,70 @@
</button> </button>
</a> </a>
</div> </div>
<hr />
<h3 class="title">Financial Contributors</h3>
<p class="info">
Become a financial contributor and help us sustain our community.
<a class="link" href="https://opencollective.com/postwoman/contribute">[Contribute]</a>.
</p>
<h3 class="title">Organizations</h3>
<p class="info">
Support this project with your organization. Your logo will show up here with a link to
your website.
<a class="link" href="https://opencollective.com/postwoman/contribute">[Contribute]</a>.
</p>
<div class="sponors">
<a href="https://opencollective.com/postwoman/organization/0/website">
<img src="https://opencollective.com/postwoman/organization/0/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/1/website">
<img src="https://opencollective.com/postwoman/organization/1/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/2/website">
<img src="https://opencollective.com/postwoman/organization/2/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/3/website">
<img src="https://opencollective.com/postwoman/organization/3/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/4/website">
<img src="https://opencollective.com/postwoman/organization/4/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/5/website">
<img src="https://opencollective.com/postwoman/organization/5/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/6/website">
<img src="https://opencollective.com/postwoman/organization/6/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/7/website">
<img src="https://opencollective.com/postwoman/organization/7/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/8/website">
<img src="https://opencollective.com/postwoman/organization/8/avatar.svg" />
</a>
<a href="https://opencollective.com/postwoman/organization/9/website">
<img src="https://opencollective.com/postwoman/organization/9/avatar.svg" />
</a>
</div>
<h3 class="title">Individuals</h3>
<p class="info">
Support this project with your organization. Your logo will show up here with a link to
your website.
<a class="link" href="https://opencollective.com/postwoman/contribute">[Contribute]</a>.
</p>
<div class="sponors">
<a href="https://opencollective.com/postwoman">
<img src="https://opencollective.com/postwoman/individuals.svg" />
</a>
</div>
<h3 class="title">Code Contributors</h3>
<p class="info">
This project exists thanks to all the people who contribute.
</p>
<div class="sponors">
<a href="https://github.com/liyasthomas/postwoman/graphs/contributors">
<img src="https://opencollective.com/postwoman/contributors.svg" />
</a>
</div>
</div> </div>
<div slot="footer"></div> <div slot="footer"></div>
</modal> </modal>
@@ -635,6 +699,14 @@
.footer-link { .footer-link {
margin: 8px 16px; margin: 8px 16px;
} }
.sponors {
display: flex;
flex-flow: row nowrap;
overflow: auto;
padding: 8px 0;
margin: 8px 0;
max-width: calc(100vw - 72px);
}
</style> </style>
<script> <script>

View File

@@ -509,6 +509,7 @@
</li> </li>
</ul> </ul>
</pw-section> </pw-section>
<section id="options"> <section id="options">
<input id="tab-one" type="radio" name="options" checked="checked" /> <input id="tab-one" type="radio" name="options" checked="checked" />
<label for="tab-one">{{ $t("authentication") }}</label> <label for="tab-one">{{ $t("authentication") }}</label>
@@ -715,6 +716,7 @@
</ul> </ul>
</pw-section> </pw-section>
</div> </div>
<input id="tab-two" type="radio" name="options" /> <input id="tab-two" type="radio" name="options" />
<label for="tab-two">{{ $t("headers") }}</label> <label for="tab-two">{{ $t("headers") }}</label>
<div class="tab"> <div class="tab">
@@ -797,6 +799,7 @@
</ul> </ul>
</pw-section> </pw-section>
</div> </div>
<input id="tab-three" type="radio" name="options" /> <input id="tab-three" type="radio" name="options" />
<label for="tab-three">{{ $t("parameters") }}</label> <label for="tab-three">{{ $t("parameters") }}</label>
<div class="tab"> <div class="tab">
@@ -876,6 +879,7 @@
</ul> </ul>
</pw-section> </pw-section>
</div> </div>
<!-- <div class="flex-wrap"> <!-- <div class="flex-wrap">
<span></span> <span></span>
<button <button
@@ -986,6 +990,7 @@
</ul> </ul>
</pw-section> </pw-section>
</div> </div>
<aside v-if="activeSidebar" class="sticky-inner inner-right"> <aside v-if="activeSidebar" class="sticky-inner inner-right">
<section> <section>
<input id="history-tab" type="radio" name="side" checked="checked" /> <input id="history-tab" type="radio" name="side" checked="checked" />
@@ -993,16 +998,19 @@
<div class="tab"> <div class="tab">
<history @useHistory="handleUseHistory" ref="historyComponent" /> <history @useHistory="handleUseHistory" ref="historyComponent" />
</div> </div>
<input id="collection-tab" type="radio" name="side" /> <input id="collection-tab" type="radio" name="side" />
<label for="collection-tab">{{ $t("collections") }}</label> <label for="collection-tab">{{ $t("collections") }}</label>
<div class="tab"> <div class="tab">
<collections /> <collections />
</div> </div>
<input id="environment-tab" type="radio" name="side" /> <input id="environment-tab" type="radio" name="side" />
<label for="environment-tab">{{ $t("environment") }}</label> <label for="environment-tab">{{ $t("environment") }}</label>
<div class="tab"> <div class="tab">
<environments @use-environment="useSelectedEnvironment($event)" /> <environments @use-environment="useSelectedEnvironment($event)" />
</div> </div>
<input id="sync-tab" type="radio" name="side" /> <input id="sync-tab" type="radio" name="side" />
<label for="sync-tab">{{ $t("notes") }}</label> <label for="sync-tab">{{ $t("notes") }}</label>
<div class="tab"> <div class="tab">