This website is to help brazilian people whom are seeking for network to share they knowledge related to IT.
js/ `– index.js # Main JS file
sass/ `– main.css # Main CSS file
sass/ | |– abstracts/ | |– _variables.scss # Sass Variables | |– _helpers.scss # Sass Helpers | |– base/ | |– _base.scss # Base/normalize | |– _reset.scss # Reset/normalize | |– _typography.scss # Typography rules | … # Etc. | |– components/ | |– _buttons.scss # Buttons | |– _figure.scss # Figure | |– _testmonial.scss # Testmonial | … # Etc. | |– layout/ | |– _navigation.scss # Navigation | |– _header.scss # Header | |– _footer.scss # Footer | |– _forms.scss # Forms | |– _section.scss # Section | … # Etc. | |– pages/ | |– _home.scss # Home specific styles | … # Etc. | |– themes/ | |– _theme.scss # Default theme | … # Etc. | |– vendors/ | |– _normalize.scss # Normalize | … # Etc. | `– main.scss # Main Sass file