Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file removed public/assets/Alex.jpg
Binary file not shown.
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.
23 changes: 20 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ pre {
a {
font-weight: 700;
text-decoration: none;
color: #4c8bf5;
}

a:hover {
color: #3670d5;
}

html {
Expand Down Expand Up @@ -222,7 +227,7 @@ main {
border-radius: 25px;
}

@media all and (min-width: 1500px) {
@media all and (min-width: 1280px) {
.result {
margin-top: 2rem;
}
Expand Down Expand Up @@ -310,7 +315,6 @@ table.darkTable {
text-align: center;
border-collapse: collapse;
border-radius: 15px;

}

table.darkTable td, table.darkTable th {
Expand Down Expand Up @@ -425,11 +429,24 @@ table.darkTable #keywords{
margin: 3rem 15rem;
display: flex;
flex-direction: row;
justify-content: center;
}

@media all and (max-width: 1790px) {
.contributors {
margin: 3rem 11rem;
}
}

@media all and (max-width: 1441px) {
.contributors {
margin: 3rem 3rem;
}
}

.contributors .section {
padding: 0 2rem;
width: 33.3333%;
width: 435px;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.get('/api/:keyword', (req, res) => {
const matches = resources.filter((obj) => obj.keywords.some(str => str.includes(keyword)));

try {
// if matches were found respond with json else throw error
// if matches were found respond with json
if (matches.length) {
res.json(matches);
} else {
Expand Down
34 changes: 17 additions & 17 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
<h4>Jacob Asper</h4>
<div class='icons'>
<a href='https://twitter.com/asper_jacob' target='_blank'><i class="fa-brands fa-twitter"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-github"></i></a>
<a href='https://www.linkedin.com/in/jacobasper191/' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='https://github.com/20jasper' target='_blank'><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
Expand All @@ -135,7 +135,7 @@
</div>
</div>
<div class='card' id='alexisintech'>
<img src="public/assets/Alex.jpg" alt="Alexis' photo">
<img src="public/assets/Alex.png" alt="Alexis' photo">
<div class='cont-info'>
<h4>Alexisintech</h4>
<div class='icons'>
Expand All @@ -152,9 +152,9 @@
<div class='cont-info'>
<h4>Brian Schnee</h4>
<div class='icons'>
<a href='' target='_blank'><i class="fa-brands fa-twitter"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-github"></i></a>
<a href='https://twitter.com/BrianSchneeDev' target='_blank'><i class="fa-brands fa-twitter"></i></a>
<a href='https://www.linkedin.com/in/brian-schnee-dev/' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='https://github.com/brianschnee' target='_blank'><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -198,9 +198,9 @@
<div class='cont-info'>
<h4>Sebastian O.</h4>
<div class='icons'>
<a href='' target='_blank'><i class="fa-brands fa-twitter"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-github"></i></a>
<a href='https://twitter.com/dev_ethos' target='_blank'><i class="fa-brands fa-twitter"></i></a>
<a href='https://www.linkedin.com/in/sebastianocospina/' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='https://github.com/Ethodeus' target='_blank'><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
Expand All @@ -209,9 +209,9 @@
<div class='cont-info'>
<h4>Alyssha L.</h4>
<div class='icons'>
<a><i class="fa-brands fa-twitter"></i></a>
<a><i class="fa-brands fa-linkedin"></i></a>
<a><i class="fa-brands fa-github"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-twitter"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
Expand All @@ -220,9 +220,9 @@
<div class='cont-info'>
<h4>Dana Lee</h4>
<div class='icons'>
<a><i class="fa-brands fa-twitter"></i></a>
<a><i class="fa-brands fa-linkedin"></i></a>
<a><i class="fa-brands fa-github"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-twitter"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-linkedin"></i></a>
<a href='' target='_blank'><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
Expand All @@ -234,9 +234,9 @@
<br/>
<p>
- THE API ADMINISTRATION.<br><br>
<a href='https://github.com/the-api-administration' target='_blank'><i class="fa-brands fa-github"></i></a>
<a href='https://github.com/the-api-administration/coding-resources-api' target='_blank'><i class="fa-brands fa-github"></i></a>
<br><br>
Bugs? Features? View this on <a href="https://github.com/the-api-administration/coding-resources-api" target='_blank'>GitHub</a>.
Bugs? Features? Please report them here: <a href="https://github.com/the-api-administration/coding-resources-api/issues" target='_blank'>GitHub</a>.
</p>
<hr>
<p>We would love to see what you are making with this API. Please tweet at us!</p>
Expand Down