Source code of my website https://massivebox.net/
Go to file
MassiveBox be5d24de18 Add Gitea repos + minor improvements
- Add Gitea repos inside Projects page
- Add EcoDash link to footer
- Uniform Favicon
2022-11-28 21:23:36 +01:00
assets Various improvements 2022-08-14 10:23:20 +02:00
deps Fix submodules 2022-09-04 20:32:28 +02:00
.gitignore Various improvements 2022-08-14 10:23:20 +02:00
.gitmodules Fix submodules 2022-09-04 20:32:28 +02:00
contact.html Add Gitea repos + minor improvements 2022-11-28 21:23:36 +01:00
index.html Add Gitea repos + minor improvements 2022-11-28 21:23:36 +01:00
LICENSE Add base website 2021-08-04 18:12:51 +02:00
projects.html Add Gitea repos + minor improvements 2022-11-28 21:23:36 +01:00
README.md Fix alt URL + auto-update age 2022-09-17 18:46:43 +02:00

MassiveBox's Homepage

A simple HTML, CSS and JQuery static homepage built with Bulma.

Don't forget to clone the repo with --recurse-submodules to get all dependancies:

  • Bulma for the base CSS of the website
  • ForkAwesome for awesome FOSS icons
  • jQuery because plain JS is boring
  • RSS Parser because Pleroma's feed is in RSS format

You can check out a live version at https://massivebox.net or https://massivebox.netlify.app/ (without the Pleroma feed since the path is relative, so it tries to fetch https://massivebox.netlify.app/feed.atom, which doesn't exist).