This repository contains the slides for the Web Fundamentals module
of the Ghent University course Web Development.
View the slides online.
- Do you have a question on one of topics? Please create an issue.
- Do you have feedback on contents or form? Please create an issue.
- Do you have a suggestion to improve the slides? Please create a pull request.
Please read and accept the contributor agreement before contributing.
This repository contains:
- 1 introductory slidedeck (
index.html
in the root folder) - 5 lecture slidedecks (
index.html
files in subfolders such asarchitecture
) - shared
images
,styles
,fonts
, andscripts
images
per lecture (images
folders in subfolders such asarchitecture
)- auxiliary files in the root folder
A typical starting point would be to open up any index.html
file, either in the root folder or any of the subfolders. This allows you to edit the contents of the corresponding slidedeck.
The slides themselves are regular HTML files, brought to life with the Shower presentation engine. They use the Clear template with a few customizations in _shared/styles/web-fundamentals.css
.
You can just open the slides in your browser. from the local filesystem while editing. Alternatively, you can install gulp and run the gulp
command in the root folder, which will autorefresh your browser upon changes.
Except where otherwise noted, the content of these slides is licensed under a Creative Commons Attribution 4.0 International License.