This is my attempt at the CSS grid challenge from Smashing Magazine. The website previews the upcoming football game between FC Barcelona and Real Madrid. The layout is build with many different techniques with fallbacks to make the website usable in older browsers such as Internet Explorer 8 and 9.
Check out the result right here!
-
Clone the repository.
-
Use this command to install all dependencies for the project:
# Uses package.json "devDependencies" to install dependencies
npm install
- Start
gulp
by running:
npm start
- Write code in the
src
-folder.
dist
- The converted files that are linked viaindex.html
. You don't have to touch these filesjs
- All convertedjs
-files go herecss
- All convertedcss
-files go here
src
- This is where your development-files are. There are the ones you work onjs
- All unconvertedjs
-filesscss
- All unconvertedscss
-files
Gulpfile.js
- This config file must be in the root-folderindex.html
- The index must be in the root-folderpackage.json
- All the dependencies and config for the project