Commit Graph

2 Commits

Author SHA1 Message Date
f4c660e1a8 Cleanup Javascript
- Remove sortable.js(not used).
- Cleanup redirects, I couldn't properly look at it.
- Made main.js ECMA6 ready.
- Made event functions into a declaration to ensure compatibility with possible older browser version.
- Removed useless `=== true/false`.
- tempSrc uses declaration now.
2021-01-10 18:27:20 +01:00
48fd518cb7 Split All Services into Individual Pages (#807)
* Split sections into pages

Preliminary work

* Separate everything into their own pages

+ Permalinks!

* Navbar Link Updates

* Change all asset links

Assets are served from the root. Hope nobody is serving this site in a subfolder for some reason! :)

* Point all navbar links to pages

* Make the layouts more modular

* Remove unnecessary div containers

* Adjust footer and headers layout

* Add link to various privacy subpages to homepage

* Remove test script

* Add titles and descriptions to all pages

* Fix links and layouts

* Adjust header margins

* Create master pages

* Finalize master pages

* Add services page

* Add Javascript redirects

Okay I'm pretty garbage at Javascript so this is basically hacked together. If someone who knows what they're doing wants to do this, be my guest.
2019-04-02 08:42:34 +08:00