Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IliasHad committed Apr 13, 2019
0 parents commit 3fab6cf
Show file tree
Hide file tree
Showing 66 changed files with 806 additions and 0 deletions.
98 changes: 98 additions & 0 deletions Build/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
*, *::before, *::after {
margin: 0;
padding: 0;
}
html, body {
box-sizing: border-box;
}
body {
font-size: 62.5%;
font-family: sans-serif;

}
.container {
display: grid;
grid-template-columns: max-content 1fr;
grid-template-areas: 'list hero' 'list content';
}
.left__side {
grid-area: list;
overflow-y: scroll;
display: inline-block;
padding: 1rem 1rem 5rem 1rem;
height: 80vh;

}
.hero {
grid-area: hero;

}
.right__side {
grid-area: content;
}
.tools__heading, .ressources__heading {
font-size: 2rem;
margin: 2rem 0;

display: inline-block;

}

.list__link {
text-decoration: none;
color: #000;
font-size: 1.1rem;

}
.tools__list, .ressources__list {
list-style: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.tools__list li:not(:last-of-type), .ressources__list li:not(:last-of-type) {
margin-bottom: 2rem;
}
.tools__link, .ressources__link {
text-decoration: none;
color: #000;
font-size: 1.3rem;
}
.tools__description , .ressources__description {
font-size: 1rem;
margin: 1rem 0;
width: 80%;
line-height: 1.8;
}
.tools__content, .ressources__content {
display: grid;
}
.tools__heading-content, .ressources__heading-content {
font-size: 1.5rem;
text-align: center;
}
.tools, .ressources {
display: grid;
margin-top: 2rem;
margin-bottom: 2rem;
}
.tools__content-list, .ressources__content-list {
margin-left: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
padding-top: 2rem;
}
.tools__description-content, .ressources__description-content {
text-align: center;
margin: 1rem 0;
font-size: 1rem;
color: gray;
font-weight: 300;

}
.tool__img {
height: 5rem;
width: 5rem;
margin-bottom: 2rem;
margin-left: 2rem;
border-radius: 50%;
}
Binary file added Build/img/Andy Sterkowitz.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 Build/img/ForrestKnight.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 Build/img/Joshua Fluke.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 Build/img/Sara Soueidan.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 Build/img/airbnb.ico
Binary file not shown.
Binary file added Build/img/behance.ico
Binary file not shown.
Binary file added Build/img/buildiwth.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 Build/img/burst.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 Build/img/burstshopifycom.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 Build/img/canisue.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 Build/img/chris sean.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 Build/img/clippy.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 Build/img/codeburst.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 Build/img/codecanyon.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 Build/img/coding tech.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 Build/img/coding train.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 Build/img/codrops.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 Build/img/collectui.ico
Binary file not shown.
Binary file added Build/img/css tricks.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 Build/img/designcourse.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 Build/img/devtips.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 Build/img/dribbble.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 Build/img/fiverr.com
Binary file not shown.
Binary file added Build/img/fiverr.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 Build/img/freebiesbug.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 Build/img/freecodecamp.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 Build/img/fun fun function.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 Build/img/github.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 Build/img/google.ico
Binary file not shown.
Binary file added Build/img/google.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 Build/img/icomoon.ico
Binary file not shown.
Binary file added Build/img/icomoon.png
Binary file added Build/img/iconmoon.ico
Binary file not shown.
Binary file added Build/img/ionicons.png
Binary file added Build/img/jomatech.jpg
Binary file added Build/img/landbook.png
Binary file added Build/img/lifeofluba.jpg
Binary file added Build/img/manypixels.png
Binary file added Build/img/medium.png
Binary file added Build/img/metatags.png
Binary file added Build/img/pexels.png
Binary file added Build/img/producthunt.png
1 change: 1 addition & 0 deletions Build/img/programming.svg

Large diffs are not rendered by default.

Binary file added Build/img/publicpais.png
Binary file added Build/img/reactressources.ico
Binary file not shown.
Binary file added Build/img/reddit.png
Binary file added Build/img/remoteok.png
Binary file added Build/img/sizzy.png
Binary file added Build/img/smashmagazine.png
Binary file added Build/img/stackoverflow.ico
Binary file not shown.
Binary file added Build/img/syntax.png
Binary file added Build/img/taskbook.png
Binary file added Build/img/themforest.png
Binary file added Build/img/traversy media.jpg
Binary file added Build/img/ui8.png
Binary file added Build/img/uigradients.png
Binary file added Build/img/undraw.png
Binary file added Build/img/unspash.png
Binary file added Build/img/uplabs.png
Binary file added Build/img/upwork.png
Binary file added Build/img/wes bos.jpg
Binary file added Build/img/weworkremotely.png
706 changes: 706 additions & 0 deletions Build/index.html

Large diffs are not rendered by default.

Empty file added Build/js/app.js
Empty file.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Developer-Tools-and-Resources

0 comments on commit 3fab6cf

Please sign in to comment.