- HTML 79.8%
- JavaScript 13.8%
- CSS 3.8%
- ActionScript 2.2%
- SCSS 0.2%
| _data | ||
| _includes | ||
| _layouts | ||
| _news | ||
| _plugins | ||
| _posts | ||
| _product_westag | ||
| _security-level | ||
| _testimonials | ||
| _types | ||
| animated | ||
| landing | ||
| README_assets | ||
| selection | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .premium-interior-door.html | ||
| .promo-cny.html | ||
| .security-detail.html | ||
| 404.html | ||
| _config.yml | ||
| a-z.html | ||
| about.html | ||
| aluminum-profile.html | ||
| burglar-resistant-entrance-door.html | ||
| changes.md | ||
| condo-window-replacement.html | ||
| contact.html | ||
| developer.html | ||
| Dockerfile | ||
| downloads.html | ||
| energy-saving-detail.html | ||
| energy-saving.html | ||
| favicon.ico | ||
| Gemfile | ||
| Gemfile.lock | ||
| glass-production.md | ||
| google3ba0ad2bf175abff.html | ||
| gulpfile.js | ||
| idea-building.md | ||
| idea-reasons.html | ||
| idea-remodeling.md | ||
| idea-replacement.html | ||
| idea-why-choose-us.html | ||
| index.html | ||
| installation.html | ||
| jobs.html | ||
| LICENSE | ||
| newsletter.html | ||
| online-payment.html | ||
| overview.html | ||
| package-lock.json | ||
| package.json | ||
| projects.html | ||
| quote.html | ||
| ral.html | ||
| README.md | ||
| reviews.html | ||
| robots.txt | ||
| run.sh | ||
| s3_website.yml | ||
| search.html | ||
| security.html | ||
| sitemap.xml | ||
| soundproofing-detail.html | ||
| soundproofing.html | ||
| technicals.html | ||
| terms.md | ||
| thank-you.html | ||
| thank-you_confirm.html | ||
| thank-you_confirmed.html | ||
| types.html | ||
| videos.html | ||
| warranty.html | ||
| why-q-windows.html | ||
| windowsill.html | ||
German Windows Malaysia Website
This is the code-base of the German Windows website.
CAUTION: Any changes to the codebase are compiled and uploaded automatically. That means, they will go live on the website within max. 10 minutes.
Promotions
Edit existing
- Open the folder
landing - Open the file, ex.
booklet_soundproof.md - Make changes and commit (will go live after max. 10 minutes)
(There's a short clip here - it may take a moment to load. - 2MB)
Add new
- Open the folder
landing - Open an existing file, ex.
booklet_soundproof.mdand copy the content as template - Create a new file, ex.
booklet_doors.mdand paste the content - Make changes and commit (will go live after max. 10 minutes)
(There's a short clip here - it may take a moment to load. - 3.2MB)
Requirements
To work on the German Windows website, you should fulfill the following requirements:
Necessary
- Expert on CSS3, HTML5
- Working knowledge of Javascript
- Experience with yarn, gulp or similar
- Markdown
- .git
Good
- Bootstrap 3
- Vue.js experience
- Working with Jekyll
Development
You can make changes directly in the browser, using the built-in IDE, or download the code to your computer, to develop and test locally.
1) Download the code
mkdir q-windows.com.my && cd q-windows.com.my
git remote add origin https://git.sedv.org/f-a.nz/q-windows.com.my.git
git pull origin master
2) Set-up your development environment
Before you get started, set-up the required tools, for development and asset compilation. Alternatively, a complete development environment is contained in Docker image franzos/ruby-node-gulp-java, which can be obtained trough the Docker Repository.
bundle install
yarn install
3) Development server and live asset compilation
Run the following two, in separate command line shells.
gulp watch
JEKYLL_ENV=development bundle exec jekyll serve -d public/