Commit graph

55 commits

Author SHA1 Message Date
swagg boi 2fc1375b89 Add verification links 2022-11-20 14:32:48 -05:00
swagg boi cb029962c5 Add image to URL previews 2022-07-21 23:16:43 -04:00
swagg boi 962bb2d934 Add favicon 2022-07-21 20:58:56 -04:00
swagg boi f8502c762f Added some parens for readability 2022-04-09 15:10:02 -04:00
swagg boi c0070041b7 Fix the named route for page (/view) 2022-04-09 00:52:16 -04:00
swagg boi 9aae3a65a8 Tweak <meta> tags 2022-04-08 16:17:42 -04:00
swagg boi d27945b2b3 Use unique <meta> tags for single message view; change status to 404 if page is not found 2022-04-08 14:17:23 -04:00
swagg boi 6e534d1fb4 Fix hyperlinks in <nav> 2022-04-08 14:06:08 -04:00
swagg boi 6d9bf6ce36 New testing 2022-04-08 13:47:33 -04:00
swagg boi d32e3a9c2b Clean up the <meta> tags 2022-04-08 13:07:31 -04:00
swagg boi 94dfa4043e Small tweaks I've been meaning to make 2022-04-08 12:59:15 -04:00
swagg boi 36d1fcd7fa Use restrictive placeholder in addition to optional for page number 2022-04-07 22:14:24 -04:00
swagg boi 07e7f69e90 Fix <nav> hyperlink; implement placeholder for /spam too 2022-04-07 21:13:50 -04:00
swagg boi 8f95b616cf Implement /view route w/ page_number placeholder 2022-04-07 21:04:41 -04:00
swagg boi 222d9e8a74 Impelement hyperlinking of individual message IDs 2022-04-06 22:44:05 -04:00
swagg boi f2ca5cc1b6 Implement get_post_by_id() and the message_id view 2022-04-04 22:56:45 -04:00
swagg boi 3532310738 Display the visitor counter 2022-04-03 21:04:09 -04:00
swagg boi 1fdd18c42f Change some <section> to <div> where a heading is not necessary (HTML linter findings) 2022-04-01 22:38:14 -04:00
swagg boi 93ee1b080b Style tweaks for the new <p> tags 2022-04-01 16:26:40 -04:00
swagg boi a11bae7cdf Use <p> instead of <figcaption> to appease HTML validator 2022-04-01 15:36:16 -04:00
swagg boi 64067b22f9 Revert "Move <h3> for article heading to the inside of the <section> tag"
This reverts commit 14bc79d89d.

This was just to address some warning but now it's creating errors in
HTML validation so probably best to just ignore
2022-03-18 16:15:09 -04:00
swagg boi 96fd173660 Add lang=en attribute to <html> 2022-03-18 16:13:15 -04:00
swagg boi 14bc79d89d Move <h3> for article heading to the inside of the <section> tag 2022-03-18 15:56:44 -04:00
swagg boi e69b3ea4c7 Print message ID in hidden span to easily ID posts 2022-01-11 22:13:33 -05:00
swagg boi 920d62cf16 Implement meta tags 2022-01-11 21:12:53 -05:00
swagg boi 53f292ac7c Implement post count 2022-01-11 19:51:45 -05:00
swagg boi 575431237b More tweaks 2022-01-10 22:46:17 -05:00
swagg boi 3e03b82cd0 Some tweaks 2022-01-10 21:57:39 -05:00
swagg boi e4aad2ccbd Validate input 2022-01-08 21:21:22 -05:00
swagg boi 3179628934 Some front-end input validation to hint the user before I do the fun back-end part 2022-01-07 22:43:19 -05:00
swagg boi d6d1eddfbd Don't print nav bar when $last_page is undef 2022-01-04 20:24:24 -05:00
swagg boi c4d05dcb05 Style tweaks 2022-01-04 18:27:05 -05:00
swagg boi 13e89cdfa1 Fix CAPTCHA and flash error for spam 2022-01-02 17:53:43 -05:00
swagg boi 2845fd7499 Initial flash error implementation 2022-01-01 23:37:41 -05:00
swagg boi b639cb180d Style makeover 2022-01-01 21:39:04 -05:00
swagg boi f50bcce74e Make CAPTCHA more random 2021-12-31 22:32:39 -05:00
swagg boi 55520ff65d Implement CSS grid for the signing form 2021-12-31 17:58:55 -05:00
swagg boi 9563daf9b6 Center some things 2021-12-30 22:04:31 -05:00
swagg boi 9f6144704b Happy lil <hr> 2021-12-30 20:55:25 -05:00
swagg boi 89712d81a8 CSS tweaks 2021-12-25 01:05:34 -05:00
swagg boi 9a9a8e2cc1 Initial AssetPack setup 2021-12-22 23:18:35 -05:00
swagg boi cf73d084b5 CAPTCHA updates 2021-12-19 17:49:58 -05:00
swagg boi a65dc26506 Some small style tweaks 2021-12-19 17:43:58 -05:00
swagg boi 627fe02bda Change pager behavior to make more sense 2021-12-19 17:20:58 -05:00
swagg boi 8a4c5eab44 Fix the 'view posts' table 2021-12-19 00:59:36 -05:00
swagg boi d8ae4529e9 Some small style tweaks 2021-12-19 00:43:18 -05:00
swagg boi 42f3c31e85 Implement unregistered trademark 2021-12-18 23:10:33 -05:00
swagg boi b3da6874e1 Implement CAPTCHA 2021-12-18 23:03:53 -05:00
swagg boi 00922379c6 Implement paging 2021-12-11 21:02:54 -05:00
swagg boi ac163eca37 Clean up the Test model 2021-12-11 19:01:43 -05:00