dev-jan / hslu-webtec

Website for the HSLU module WEBTEC

Home Page:https://webtec.jan-bucher.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEBTEC website Jan Bucher

Online-Version: https://webtec.jan-bucher.ch/ (deployed in Amazon EC2 cloud)

This website is a small demo page for the HSLU module WEBTEC. The main goal of this module is to learn how to make web application. The focus is primary on the client side (HTML5, CSS and JS). Also techniques like responsive design and web accessibility is important.

Used frameworks

Deployment

Just serve all files of the webroot folder with a standard webserver.

Democonfiguration for apache2: apache2-webtec.conf

Generate Letsencrypt certificate:

    wget https://dl.eff.org/certbot-auto
    sudo ./certbot-auto certonly --webroot -w /var/www/html/webtec/webtec/webroot/ -d webtec.jan-bucher.ch --no-bootstrap

About

Website for the HSLU module WEBTEC

https://webtec.jan-bucher.ch


Languages

Language:HTML 59.7%Language:JavaScript 29.3%Language:CSS 9.5%Language:PHP 1.4%