- Clone the repository
git clone https://github.com/YousefElshabrawy/Eduford.git
- Navigate to repository directory
- Install dependencies
- Compile and hot-reload for development
- Compile, prefix and minify for production
- HTML
- SASS
- BEM Methodology
- JavaScript
|-- README.md
|-- about.html
|-- blog.html
|-- contact.html
|-- course.html
|-- css
| |-- README.md
| |-- style.comp.css
| |-- style.css
| `-- style.prefix.css
|-- images
| |-- README.md
| |-- about.jpg
| |-- background.jpg
| |-- banner.png
| |-- banner2.jpg
| |-- basketball.png
| |-- cafeteria.png
| |-- certificate.jpg
| |-- library.png
| |-- logo.png
| |-- london.png
| |-- newyork.png
| |-- user1.jpg
| |-- user2.jpg
| `-- washington.png
|-- index.html
|-- package-lock.json
|-- package.json
|-- sass
| |-- README.md
| |-- abstracts
| | |-- README.md
| | |-- _mixins.scss
| | `-- _variables.scss
| |-- base
| | |-- README.md
| | |-- _animations.scss
| | |-- _base.scss
| | |-- _typography.scss
| | `-- _utilities.scss
| |-- components
| | |-- README.md
| | |-- _button.scss
| | `-- _form.scss
| |-- layout
| | |-- README.md
| | |-- _footer.scss
| | `-- _navbar.scss
| |-- main.scss
| `-- pages
| |-- README.md
| |-- _about.scss
| |-- _blog.scss
| |-- _contact.scss
| |-- _course.scss
| `-- _home.scss
`-- ss
|-- README.md
|-- desktop
| |-- README.md
| |-- about.png
| |-- blog.png
| |-- contact.png
| |-- course.png
| `-- home.png
|-- eduford.jpg
|-- mobile
| |-- README.md
| |-- about.png
| |-- blog.png
| |-- contact.png
| |-- course.png
| |-- home.png
| `-- menu.png
`-- tablet
|-- README.md
|-- about.png
|-- blog.png
|-- contact.png
|-- course.png
`-- home.png