-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' into team-requrests
- Loading branch information
Showing
12 changed files
with
88 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
meta.shelterpaws.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
remote_theme: pages-themes/[email protected] | ||
plugins: | ||
- jekyll-remote-theme | ||
theme: minima | ||
title: ShelterPaws | ||
description: A system for animal shelters, providing an easy and free way for shelter owners to display their pets, help them find new homes, and fundraise. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
--- | ||
|
||
@import "{{ site.theme }}"; | ||
|
||
a.site-title { | ||
display: inline-block; | ||
background: url(sp.png) 0 50% no-repeat; | ||
background-size: 32px 32px; | ||
padding-left: 38px; | ||
position: relative; | ||
left: -20px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "Contributors how-to" | ||
--- | ||
|
||
# Why contribute | ||
|
||
... | ||
|
||
# How to contribute | ||
|
||
Steps to contribute: | ||
|
||
1. Clone the repo: `git clone https://github.com/qase-tms/shelterpaws/` | ||
- If you work on the meta-site (https://qase-tms.github.io/shelterpaws/), switch to `gh-pages` branch: `git checkout gh-pages` | ||
- If you work on the product, stay in main branch. | ||
|
||
2. Visit the [board](https://github.com/orgs/qase-tms/projects/5/views/1) and pick any issue from the Todo column. | ||
|
||
3. Edit the markdown file you want, save your edits. | ||
|
||
4. Run `git add your_file.md`, commit and [create pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). Do not forget to add an issue number you were working on in the commit message like so: `git commit -m "#4 some text"` where '4' is your issue number from the [issues page](https://github.com/qase-tms/shelterpaws/issues). | ||
|
||
Please note we use [TBD](https://trunkbaseddevelopment.com), so all the work on the shelterpaws system is done in main branch and all the work on the meta-system is done in gh-pages branch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
A system for animal shelters, providing an easy and free way for shelter owners to display their pets, help them find new homes, and fundraise. | ||
|
||
## Why | ||
|
||
1. Sheltered animals want new homes | ||
2. Shelter owners want to: | ||
- show the animals to potential adopters | ||
- fundraise to help the shelter survive | ||
|
||
## Who | ||
|
||
We are a [group of volunteers](team.md). Join us! | ||
|
||
## You are a software engineer | ||
|
||
Everyone is welcome to contribute and help building this product. | ||
|
||
- [Product discussions](https://github.com/qase-tms/shelterpaws/discussions) | ||
- [Issues to work on](https://github.com/orgs/qase-tms/projects/5) | ||
|
||
## You are a shelter owner | ||
|
||
We want you to have the easiest possible experience of getting and setting a website for your shelter. **For free**. | ||
|
||
Your website will have a unique domain name, a fundraising system, and a catalogue of animals. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Sponsors" | ||
--- | ||
|
||
We currently pay for: | ||
- shelterpaws.org domain (50 GBP for 3 years) | ||
- hosting | ||
|
||
If you want to sponsor, [contact us](mailto:[email protected]). | ||
|
||
Sponsors will be added to this page. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# The team | ||
--- | ||
title: "Team" | ||
--- | ||
|
||
- [Vitaly Sharovatov](https://github.com/sharovatov) — lead | ||
- [Egor Serikov](https://github.com/serikovlearning) — core developer & manager | ||
|
||
- [Rustam Sabirov](https://github.com/Tabarzin) — editor, developer |