first landingpage release
authorkevin <k.nguyen@thecodingmachine.com>
Mon, 1 Jun 2020 11:09:23 +0000 (13:09 +0200)
committerkevin <k.nguyen@thecodingmachine.com>
Mon, 1 Jun 2020 11:09:23 +0000 (13:09 +0200)
commitc809c91c25034035d0b5590b4621939a304e0522
treee54196199c67febf9edd8f55fbef66494951af8f
parentf2d7a9a7328fc8fe2d35ef5a627dccdd2c533cc5
first landingpage release
36 files changed:
landing_page/.gitignore [new file with mode: 0644]
landing_page/README.md [new file with mode: 0644]
landing_page/index.html [new file with mode: 0644]
landing_page/package-lock.json [new file with mode: 0644]
landing_page/package.json [new file with mode: 0644]
landing_page/postcss.config.js [new file with mode: 0644]
landing_page/src/fonts/04B_03.woff [new file with mode: 0644]
landing_page/src/fonts/OpenSans-Regular.ttf [new file with mode: 0644]
landing_page/src/images/Desktop HD.png [new file with mode: 0644]
landing_page/src/images/Group-4.png [new file with mode: 0644]
landing_page/src/images/Group-5.png [new file with mode: 0644]
landing_page/src/images/Rectangle.png [new file with mode: 0644]
landing_page/src/images/amstrad.png [new file with mode: 0644]
landing_page/src/images/atari.png [new file with mode: 0644]
landing_page/src/images/bitmap.png [new file with mode: 0644]
landing_page/src/images/btn-bg-light.png [new file with mode: 0644]
landing_page/src/images/btn-bg.png [new file with mode: 0644]
landing_page/src/images/cat.jpg [new file with mode: 0644]
landing_page/src/images/chosse-map.png [new file with mode: 0644]
landing_page/src/images/demo.png [new file with mode: 0644]
landing_page/src/images/header.png [new file with mode: 0644]
landing_page/src/images/lets-go-explore.png [new file with mode: 0644]
landing_page/src/images/logo.png [new file with mode: 0644]
landing_page/src/images/people-love.png [new file with mode: 0644]
landing_page/src/images/pixelated.png [new file with mode: 0644]
landing_page/src/images/rect_3.png [new file with mode: 0644]
landing_page/src/images/select-char.png [new file with mode: 0644]
landing_page/src/images/sinclair-2.png [new file with mode: 0644]
landing_page/src/images/sinclair.png [new file with mode: 0644]
landing_page/src/images/start.png [new file with mode: 0644]
landing_page/src/images/super-nintendo.png [new file with mode: 0644]
landing_page/src/images/used-by-millions.png [new file with mode: 0644]
landing_page/src/javascript/index.js [new file with mode: 0644]
landing_page/src/sass/_custom.scss [new file with mode: 0644]
landing_page/src/sass/styles.scss [new file with mode: 0644]
landing_page/webpack.config.js [new file with mode: 0644]