277a9d179c
Move padding directly to links and add color transition
...
- Add more space for the links making it easier to click.
- Add spacing between text and underline which looks nicer.
- Add 0.1s linear transition to all link colors.
2021-03-08 15:59:53 +00:00
7db267dc45
Preload banner image
2021-02-21 10:46:18 +00:00
98c8ce2180
Update thumbnail component
...
- Pass in img size to help with load times and reduce layout shifts.
- Rename gameProjectThumb.svelte to thumbnail.svelte.
2021-02-21 10:37:03 +00:00
1bc0132a9c
Another minor change
2021-02-16 21:59:09 +00:00
5a4ff49958
Add font and fix css for li
...
- Added Open Sans to template.html.
- Changed li style to only apply if in nav.
2021-02-09 22:48:00 +00:00
e4b1f317a2
Update privacy policy
...
- Updated last update notice.
- Adjust capitalization and formatting.
- Amended changes section.
2021-02-09 22:42:59 +00:00
412e01b0e3
Add google analytics
2021-02-06 23:51:36 +00:00
c591ea7568
Review global.css
...
- Trying to make it less of a mess.
2021-02-06 22:41:16 +00:00
49c42375b9
Update _error layout
...
- Added Banner component.
- Cleanup formatting and indentation issues.
- Made CSS clearer and easier to change.
2021-02-06 21:52:05 +00:00
ef909d0246
Update README.md
2021-01-28 11:19:38 +00:00
ba531e4206
Update copyright year
2021-01-03 16:42:37 +00:00
6a405da6f3
Remove unused manifest link
2020-12-19 18:44:46 +00:00
5772811610
Add border-top to .overlay and changed color from line-color to border-color
2020-12-19 16:14:22 +00:00
a731a82ea8
Adjust line-height for content
...
- Reduced line-height from 1.8 to 1.6.
2020-12-19 13:19:24 +00:00
50f734be70
Improve footer
...
- Moved container class into footer.
- Added py-3 for footer padding. Not sure if I prefer this to using the stylesheet.
- Replaced hr with border-top.
2020-12-13 12:53:21 +00:00
0581f7aa7b
Remove container from nav
...
- Replaced container for the nav component with a custom style instead using
max-width and margin: 0 auto.
2020-12-13 12:33:44 +00:00
f9e112d468
Move themes.css into global.css
2020-11-17 10:59:12 +00:00
13ada24071
Removing old website code.
...
- Still available on the server and in commit history if we need to reference it later.
2020-10-23 22:10:37 +01:00
4e44cb8df4
Test commit.
2020-10-21 15:35:22 +01:00
44270f078e
Quick test for post-receive hook.
...
- Moved style section in index.svelte.
2020-10-11 16:34:23 +01:00
8df672a5ae
Minor content change.
...
- Testing if the git hook works as expected.
2020-10-11 16:31:23 +01:00
dd1c313db0
Updated README.md.
2020-10-11 13:30:30 +01:00
31c31b0a61
Started work on the admin/login system.
...
- Added description to template.html.
- Testing on:submit using a js callback.
- Added title to admin page.
2020-09-10 15:05:12 +01:00
5d21c148c7
Moving more colors to css variables and tweaking some of the values.
...
- Added color variables for lines and links.
- Testing a slightly lighter gray for the background.
2020-09-10 14:52:11 +01:00
2fe04a6ec2
Fixed issue with admin link changing nav height.
2020-09-04 16:27:55 +01:00
c62a815023
Updated README.md.
2020-09-04 15:51:03 +01:00
82a63c797e
Fixed layout of blog test.
...
- Added main tags and replaced div with section.
- Added banner component to blog posts.
2020-09-04 14:30:38 +01:00
a478c5a4ba
Cleanup.
...
- Removed old image.
- Changed alt of user to Admin.
2020-09-04 10:11:14 +01:00
7f686de11b
General content update.
...
- Changed banner titles.
- Reworked and updated the privacy policy.
- Fixed indentation and layout.
2020-08-24 14:06:15 +01:00
323b2a8eeb
Adding more pages and fixing some links and layout.
...
- Added test page for a game.
- Added link data to list of games.
- Moved blog content into main and section tags.
- Fixed typo in the about page.
2020-08-22 21:41:59 +01:00
352c23d843
Ported and updated policy page.
...
- Added policy.svelte.
- Updated policy content.
2020-08-22 19:06:53 +01:00
a6f4b036f4
Added .gitignore.
2020-08-22 17:36:21 +01:00
2a8c988199
Fixing some warnings. Trying to figure out how to automate site deployment.
2020-08-21 09:33:32 +01:00
056844b018
Ported login page.
...
- Only the basic form atm. Backend still needs to be ported.
2020-08-20 11:38:24 +01:00
8a3ad08f9e
Added footer component.
...
- Added a footer component and added a instance of it in _layout.
2020-08-20 11:35:17 +01:00
7bcf1e6b68
Added package-lock.json so we can make sure the same packages are used across machines when testing.
...
- I think it makes sense to commit this. Also testing out a git hook for deploying.
2020-08-20 11:08:51 +01:00
3f456d8a60
Merge pull request 'Svelte!' ( #2 ) from svelte into master
2020-08-20 05:57:49 -04:00
dce18f97d1
Updated to work with live site
...
Added components from somewhere
fixed some css background image
2020-08-20 19:56:24 +10:00
dc6580e21c
moved static files
...
improved css
2020-08-20 15:42:54 +10:00
b5d25af1ff
Merge remote-tracking branch 'origin/svelte' into svelte
2020-08-20 00:05:38 +10:00
b3008d9098
formatting fixes
2020-08-20 00:05:29 +10:00
e3552f1ac9
Merge pull request 'Changed LICENSE from GPLv3 to AGPLv3.' ( #1 ) from master into svelte
2020-08-19 09:55:45 -04:00
871b855e41
Migrating to Svelte
...
User management not done.
Footer not done
Nav user management icon not positioned correctly
2020-08-19 23:54:15 +10:00
4815596f56
Changed LICENSE from GPLv3 to AGPLv3.
...
- AGPLv3 license taken from https://choosealicense.com/licenses/agpl-3.0/#
2020-08-19 10:00:20 +01:00
Gitea
0ac3aee564
Latest changes.
...
- Saving current changes. Testing ideas etc.
2020-08-19 04:52:47 -04:00
Gitea
1d1f6b4959
Changed images to webp.
...
- Reduces memory use and improves load time.
2020-07-03 16:49:41 -04:00
Gitea
87e9c1d36a
Ben's amazing 404 page. :D
2020-06-22 03:45:24 -04:00
Gitea
720dcc89eb
Layout redesign.
...
- In a seperate commit from the stylesheet changes. Work in progress.
2020-06-22 03:44:55 -04:00
Gitea
f416e08d54
Cleaned up assets folder.
...
- Removed unused assets.
- Testing new background image as part of redesign.
2020-06-22 03:42:56 -04:00
Gitea
a9828e02f9
Another CSS redesign attempt. Looks better, making progress one thing at a time. :)
2020-06-22 03:39:45 -04:00