Source code of my website https://massivebox.net/
Go to file
2022-05-29 20:09:24 +02:00
assets General improvements 2021-12-26 20:25:09 +01:00
.gitignore Fixed errors and updated links 2022-05-29 20:09:24 +02:00
contact.html Fixed errors and updated links 2022-05-29 20:09:24 +02:00
index.html Fixed errors and updated links 2022-05-29 20:09:24 +02:00
LICENSE Add base website 2021-08-04 18:12:51 +02:00
projects.html Fixed errors and updated links 2022-05-29 20:09:24 +02:00
README.md Hbd to me + fix readme 2021-09-04 15:17:39 +02:00

MassiveBox's Homepage

A simple HTML, CSS and JQuery homepage built with Bulma.
In order to run, you have to place these contents in the deps folder:

Resource File name
https://raw.githubusercontent.com/jgthms/bulma/master/css/bulma.min.css ./deps/bulma.min.css
https://use.fontawesome.com/releases/v5.3.1/js/all.js ./deps/fontawesome.min.js
https://code.jquery.com/jquery-3.6.0.min.js ./deps/jquery.min.js
https://raw.githubusercontent.com/rbren/rss-parser/master/dist/rss-parser.min.js ./deps/rss-parser.min.js

This ensures that no CDN is pinged by the end user, which safeguards their privacy.
You may want to edit the .html files by using your Matomo code. You may also want to edit your privacy policy links so that they actually lead to your privacy policy.