Commit graph

10 commits

Author SHA1 Message Date
aceberg
6e57809d97 Move backend to root 2025-03-18 22:04:12 +07:00
aceberg
eda622b6e3 SolidJS, split back/front 2025-03-15 18:38:41 +07:00
aceberg
0c410d9458 Basic gin site 2024-06-30 01:17:35 +07:00
aceberg
eee3c1d549 JS link, bootstrap upd 2024-01-05 21:18:00 +07:00
Adam Davidson
8e535c086e Adjusted header.html template to make menu responsive, collapsing on smaller screens
Header.html template adjusted to make the navigation menu collapse behind a button on small screens. There should be no change when viewing these on tablets and larger screens.

Changes include:
- Making the navigation menu collapse on small screens, to be replaced by a "hamburger" icon that then expands to show the menu when clicked.
- Ensuring GitHub icon takes same colour/style as the navigation items
- Added the Bootstrap js script to the footer (in order to make the collapsing menu work). This code will have to be amedned to make the "local only" version work properly.
2024-01-05 10:41:29 +00:00
Adam Davidson
3525cf1950 Removed previous changes to nav (so it now no longer collapses on smaller screens) 2024-01-04 16:31:26 +00:00
Adam Davidson
564ac35aa3 Adjusted HTML files to make them responsive (issue #51)
HTML adjusted to make them responsive and better sized when viewed on a mobile device. There should be no change when viewing these on tablets large screens.

Changes include:
- Making containers 100% wide on screens below the Bootstrap "lg" breakpoint. This removes the left and right outer margins, making the most of available space on small screens.
- Making the navigation menu collapse on small screens, to be replaced by a "hamburger" icon that then expands to show the menu when clicked.
- Making all tables responsive so that they can be horizontally scrolled on small screens.
- Table items now centrally align vertically on the table rows (using the "align-middle" class").
2024-01-03 17:22:28 +00:00
aceberg
17f7f1fb04 Version on config page 2023-01-06 22:07:27 +07:00
aceberg
60ebd860b2 version in footer 2023-01-06 21:46:40 +07:00
aceberg
99287b7f82 refactor 2022-12-25 22:52:16 +07:00
Renamed from pkg/web/templates/footer.html (Browse further)