Skip to content
Merged

Test #42

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f8fa978
Merge pull request #26 from the-api-administration/main
Ethodeus Jun 12, 2022
156101c
changed object result styling and impkemented links for URL properties
Ethodeus Jun 12, 2022
3af0644
lowered spacing between code blocks and increased height between lines
20jasper Jun 12, 2022
a599d29
move line break inside code block
20jasper Jun 12, 2022
e1e7a15
moved line break inside of div
20jasper Jun 12, 2022
fccdda2
increased line height, removed bottom margin, and decreased margin top
20jasper Jun 12, 2022
f8de28b
changed styling of <a> tags
Ethodeus Jun 12, 2022
663be53
changed decription font size, removed dash from h1 and adjusted resul…
Ethodeus Jun 12, 2022
4525ee9
added table with object properties and their value description
Ethodeus Jun 12, 2022
6310726
added endpoints to be used with the API url
Ethodeus Jun 12, 2022
2e1a1ca
added contributor cards with photos and social links
Ethodeus Jun 13, 2022
cc947ce
Revert "added contributor cards with photos and social links"
Ethodeus Jun 13, 2022
8c75b3e
Revert "Revert "added contributor cards with photos and social links""
Ethodeus Jun 13, 2022
a7402ea
added more information to endpoints documentation
Ethodeus Jun 13, 2022
35b4d48
added footer information
Ethodeus Jun 13, 2022
71a0407
added sebastian links
Ethodeus Jun 13, 2022
6557c29
added some media queries for the contributors cards
Ethodeus Jun 13, 2022
8f53eec
fixed contributors card size and fixed alexis' picture
schneedotdev Jun 13, 2022
05989af
updated my contributor card
schneedotdev Jun 13, 2022
6359b83
changed footer links
schneedotdev Jun 12, 2022
002c6a7
changed a tag links
schneedotdev Jun 13, 2022
a796933
Added links for Jacob Asper
20jasper Jun 13, 2022
b784c2a
Merge pull request #36 from the-api-administration/docs
schneedotdev Jun 13, 2022
3716061
Merge pull request #37 from the-api-administration/footer
schneedotdev Jun 13, 2022
0536a5e
increased the width of the cards and centered the container section o…
Ethodeus Jun 13, 2022
12b88be
Merge branch 'contributor-links' of https://github.com/the-api-admini…
Ethodeus Jun 13, 2022
9fb30bd
Merge pull request #38 from the-api-administration/contributor-links
schneedotdev Jun 13, 2022
b63ea46
Update index.ejs
erikateal Jun 13, 2022
f0378d0
Update index.ejs
erikateal Jun 13, 2022
b090034
added social links contributor card
erikateal Jun 13, 2022
6ad9b0d
Merge pull request #39 from the-api-administration/test
alexisintech Jun 13, 2022
57fec30
added contributor links for social media card
alexisintech Jun 13, 2022
afb0428
fixed a tags to include target='_blank'
alexisintech Jun 13, 2022
8ec61c8
Merge pull request #40 from the-api-administration/contributor-links
Ethodeus Jun 13, 2022
0d63f1c
added contributor links for alondra and jacob good
alexisintech Jun 13, 2022
cba61d9
added social links to contributor card for Dana, Bianca, and Alyssha
erikateal Jun 13, 2022
7fd27a2
Merge branch 'contributor-links' of https://github.com/the-api-admini…
erikateal Jun 13, 2022
939f994
Merge pull request #41 from the-api-administration/contributor-links
erikateal Jun 13, 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
Expand Down
Binary file added public/assets/Alex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Alondra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Alyssha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Bianca.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Brian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Dana.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Erika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Jacob.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/JacobGood.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/Sebastian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading