Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4679209
added media queries for the cards to be responsive on mobile
Ethodeus Jun 14, 2022
04959b5
fixed some padding of the cards on mobile
Ethodeus Jun 14, 2022
3954905
changed on hover effect on input to be on focus
Ethodeus Jun 14, 2022
b3548ae
Merge pull request #74 from the-api-administration/main
schneedotdev Jun 15, 2022
1d53562
added full responsiveness to contributors section
Ethodeus Jun 15, 2022
c866f2e
changed sentence order for issue #77.
LucasMERN Jun 17, 2022
749c031
Merge pull request #79 from the-api-administration/sentence-order
schneedotdev Jun 17, 2022
85e671c
added responsiveness for additional sections
Ethodeus Jun 17, 2022
8df259d
Merge pull request #83 from the-api-administration/responsive
20jasper Jun 18, 2022
f4edc67
first description
Danamitecoder Jun 14, 2022
b95c441
added descriptions
Danamitecoder Jun 14, 2022
afe5988
added more descriptions
Danamitecoder Jun 15, 2022
8b81c04
added descriptions
Danamitecoder Jun 15, 2022
fd51640
added resources from main
20jasper Jun 15, 2022
c7f12a5
added more descriptions
Danamitecoder Jun 15, 2022
175cd16
more descriptions
Danamitecoder Jun 15, 2022
dae2765
added resources from other file
Danamitecoder Jun 16, 2022
60bc5ab
added resource description to initial index.ejs render
schneedotdev Jun 17, 2022
a1186eb
added resource description to main.js search
schneedotdev Jun 17, 2022
71e687d
Updated CONTRIBUTING.md with resource-description formatting
schneedotdev Jun 17, 2022
c2c9bc2
added description
Danamitecoder Jun 17, 2022
30051bc
added even more descriptions
Danamitecoder Jun 17, 2022
bf4c26e
added more descriptions
Danamitecoder Jun 17, 2022
f5f3b37
added more descriptions
Danamitecoder Jun 17, 2022
686a7de
added more descriptions
Danamitecoder Jun 17, 2022
cff169d
added more descriptions
Danamitecoder Jun 17, 2022
ff07a9f
added more descriptions
Danamitecoder Jun 17, 2022
27345bf
added more descriptions
Danamitecoder Jun 17, 2022
bbde2c5
finished adding descriptions
Danamitecoder Jun 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ Contributions are what make the open source community such an amazing place to l
- Keywords array should contain strings only.
- Keywords are preferred in lower case.
- Keywords <ins>must</ins> be specific. Do not include broad keywords such as 'guide', 'tutorial', 'information' or we will be unable to process your PR. Please opt for keywords that are specific to the content.
- Description should be clear and concise.

Resource Format:

```
{
name: 'resource name',
url: 'url here',
description: 'add a detailed description',
keywords: ['each', 'keyword', 'should', 'be', 'a', 'string']
},
```
Expand Down
Loading