58f1cbf4b9
fix: fix contact link on tutorials page
2023-09-26 15:23:06 +01:00
1200318326
feat: add password protection to blog posts (WEB-3)
2023-09-26 12:46:18 +01:00
40d8052116
fix: remove invalid contact refs
2023-09-25 20:08:05 +01:00
e65e4aeeb6
feat: add basic error pages
2023-09-25 20:06:05 +01:00
00aed04181
style: reword failure message
2023-09-25 19:57:47 +01:00
5644dfd2e3
style: add title attr to footer links
...
Also separates socials from copyright/privacy
2023-09-25 19:56:00 +01:00
f912fa580d
refactor!: merge contact into one form (WEB-2)
2023-09-25 19:55:34 +01:00
bcb2e9292a
feat: add 5 O'Clock Somewhere policy option
2023-09-25 17:31:41 +01:00
4f8ab1db4f
docs: update google play privacy policy
...
Important amendment about lack of usage tracking!
2023-09-24 19:40:00 +01:00
3a7d807ac4
feat: add specific app policy
...
The policy that applies to It's 5 O'Clock Somewhere must be different since it collects minor information about the user.
2023-09-24 19:39:26 +01:00
fd2ecf0b5c
style: add brand colours to social links
2023-09-24 19:11:27 +01:00
e0b236831b
feat: add LinkedIn to footer
2023-09-24 18:39:34 +01:00
a0fd48e6ca
fix: encode tag for URI (WEB-1)
...
The tag 'c#' was causing problems since # is a special URI char oops.
2023-09-24 17:15:40 +01:00
dd2a0c027b
style: space footer nav instead of using bullet points
2023-09-24 16:44:36 +01:00
4b3e345a1b
style: add headshot image to index
2023-09-24 16:39:58 +01:00
6b1a75bfcc
feat: load projects from db
2023-09-24 14:37:38 +01:00
3076f58485
feat: add working privacy policy contact form
2023-09-24 00:04:44 +01:00
5283985026
style: add header to blog cards
2023-09-23 22:09:26 +01:00
a9c4b3a144
feat: display post tags
2023-09-23 22:08:25 +01:00
2ea52759b8
style: <mark> instead of <strong> for more visual clarity
2023-09-23 21:10:23 +01:00
7cad3204df
style: s/and/but
2023-09-23 21:10:02 +01:00
eb152aaa09
fix: fix typo in Discord
2023-09-22 16:47:28 +01:00
a75536d08b
fix: remove invalid @model ref for projects page
2023-09-22 14:57:21 +01:00
08eed3c71e
feat: add Other contact page submission
2023-09-22 14:57:04 +01:00
1a20749809
fix: allow arbitrary string input in starting salary
2023-09-20 17:56:15 +01:00
eed1e3ad8d
fix: use correct field names on project idea form
2023-09-20 17:56:01 +01:00
6ef492016c
refactor: remove your- prefix from form fields
2023-09-20 17:55:35 +01:00
bb088e3107
refactor: update projects, cancel Unity API docs
2023-09-20 17:20:41 +01:00
5558aecb5a
style: fix spacing on links in index
2023-09-20 14:50:43 +01:00
39b455caf0
refactor: call toString on numeric timestamp
2023-09-20 14:49:54 +01:00
9885bfaed9
feat: display private/unlisted alert for article
2023-09-20 14:49:02 +01:00
73f5e4e4a2
fix: use correct route for /blog?p= redirect
2023-09-20 14:48:26 +01:00
d114870f87
feat: add links to next and prev articles
2023-09-19 19:29:21 +01:00
2fd4b704cd
feat: add binaryformatter psa
2023-09-16 14:48:26 +01:00
7ae8a749d2
feat: add tutorials page
2023-09-16 14:48:14 +01:00
06fd256ec8
refactor: remove redundant models for privacy policy pages
2023-08-20 13:30:11 +01:00
70bf8aca19
fix: add name to checkbox
2023-08-16 15:22:35 +01:00
bcbf963cd8
style: fix typo
2023-08-16 15:22:10 +01:00
1c044a9c96
style: fix typo on index page
2023-08-16 14:51:08 +01:00
9e2fa951f1
refactor: use PascalCase for asp-page routes
2023-08-16 14:08:33 +01:00
8202bb7440
style: reword open source text
2023-08-16 14:02:58 +01:00
d9c6034aa0
fix(blog): link to relative index not root index
2023-08-15 17:04:58 +01:00
1cdad4c17c
fix(blog): set post in ViewData for article
2023-08-14 00:58:58 +01:00
e7cbe0330b
feat: add post metadata for social embed support
2023-08-14 00:57:46 +01:00
9ce4b844fe
style: format RSS link child
2023-08-14 00:57:13 +01:00
c3e64a6cde
style: add theme-color #121212
2023-08-14 00:56:59 +01:00
adf9e63008
style: remove self-closing /
2023-08-14 00:56:45 +01:00
eb2a63e136
fix(blog): use tag helpers to generate href
2023-08-13 18:12:42 +01:00
193b2486a1
refactor(blog): use /blog prefix for article endpoints
2023-08-13 18:12:13 +01:00
0a9c2e82d5
refactor: combine sites into one
...
CORS was "cors"ing some issues (heh).
But also it is easier to maintain this way. Development was made much more difficult when I separated it. Combining it all also improves SEO
2023-08-13 17:34:38 +01:00