Commit graph

70 commits

Author SHA1 Message Date
Ayane Satomi
4eb0e8fb32 style: Update text alignment and styling
Update text alignment and styling in index.tsx file
2023-10-21 11:49:05 +00:00
Ayane Satomi
d81fffbb0a feat: Added funding and issue template configuration files
Added funding configuration for Ko-fi and GitHub, and issue template configuration with a contact link to email the author.
2023-10-21 09:07:33 +00:00
Ayane Satomi
1c14ba47aa Somehow I forgot the dot 2023-10-21 08:56:13 +00:00
Ayane Satomi
54f336b496 feat: Update meta tags and script source
Update meta tags for Open Graph and description, and update script source URL.
2023-10-21 08:54:24 +00:00
Ayase Minori
417c4d016e
Yo dawg I heard you like SEO 2023-10-21 16:45:32 +08:00
Ayase Minori
cd6e8f2521
Merge pull request #11 from sr229/sr229/seo
Improve SEO and Migrate to Twind v1
2023-10-21 16:36:46 +08:00
Ayane Satomi
0ec5364a71 Migrate domain name for discoverability
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2023-10-21 08:35:30 +00:00
Ayane Satomi
f8716cdf26 Improve search engine visibility using values from herta.eu.org
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2023-10-21 08:34:00 +00:00
Ayane Satomi
0eb5915f33 SEO
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2023-10-21 08:31:40 +00:00
Ayane Satomi
86a415d22d Fix mascot ordering
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2023-10-21 08:27:08 +00:00
Ayane Satomi
800132ff2a Fix twind definition for v1 2023-10-21 08:17:17 +00:00
Ayase Minori
e50ad528d6
Fix Tailwind Preset using incompatible npm package 2023-10-21 16:14:57 +08:00
Ayane Satomi
3518aa2ae5 Update to fresh 1.5.2 and use Twind v1
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2023-10-21 08:03:43 +00:00
Ayane Satomi
0958a82ae1 feat: Added CodeSandbox link
Added a CodeSandbox link to the README.md file.
2023-10-21 07:17:38 +00:00
Ayane Satomi
c7bd6f05b1 feat: Update devcontainer image from Ubuntu to Debian
Update devcontainer image from 'mcr.microsoft.com/devcontainers/base:ubuntu' to 'mcr.microsoft.com/devcontainers/base:debian'
2023-10-21 07:11:15 +00:00
Ayane
458d32bf78
Adjust spacing on mascot
Signed-off-by: Ayane <ayane@vignetteapp.org>
2023-10-20 14:41:35 +08:00
Ayase Minori
3ddd692f5d
Merge pull request #9 from sr229/sr229/dedeuplicate-sounds
Fix sounds duplicating too much
2023-10-10 13:01:42 +08:00
Ayane
3221a8d417
Fix sounds duplicating too much
It will still duplicate but not as much as last time

Signed-off-by: Ayane <ayane@vignetteapp.org>
2023-10-10 12:56:45 +08:00
Ayase Minori
bd0c65636b
Okay I was doing it right after all 💀 2023-10-02 13:20:57 +08:00
Ayase Minori
7a8c49a5e2
Fix CounterCard artificially incrementing instead of the actual count 2023-10-02 13:18:38 +08:00
Ayase Minori
89008faa20
Add link to the public statistics 2023-10-02 13:05:35 +08:00
Ayane
0b241fa735
rewrite markdown
Signed-off-by: Ayane <ayane@vignetteapp.org>
2023-10-02 13:01:32 +08:00
Ayase Minori
ac08c242a9
What is this hellspawn of a spacing 💀 2023-09-27 00:05:04 +08:00
Ayase Minori
6619815a57
Add Site analytics 2023-09-22 22:35:39 +08:00
Ayane
d92b1a65d6
Ensure counters are pretty-printed 2023-09-19 15:07:42 +08:00
Ayane
9ea847965a
Fix @Seseren_kr's credits 2023-09-19 14:48:55 +08:00
Ayane
bce27d76ed
Removed unused import 2023-09-19 14:46:57 +08:00
Ayane
d155724a14
set index for favicon 2023-09-19 14:43:41 +08:00
Ayane
65438a50ce
More styling changes 2023-09-19 14:42:54 +08:00
Ayane
7784701b98
Make footer fixed 2023-09-19 14:34:04 +08:00
Ayane
d47de9ca79
This should allow internationalization later on 2023-09-19 14:32:38 +08:00
Ayane
26904b6047
Implement Markdown parsing
I cba to implement the fucking website piece by piece

and localization is hell
2023-09-19 14:17:44 +08:00
Ayane
e104635898
Stylize 404 as well lmao 2023-09-19 14:02:46 +08:00
Ayane
e73d8788e9
Add le license 2023-09-19 13:53:35 +08:00
Ayane
35a788ac1c
Remove unused import 2023-09-19 13:18:27 +08:00
Ayane
e491860f51
Add the funny audio
This is hardcoded for now, but we want to add i8n later on
2023-09-19 13:17:36 +08:00
Ayane
2c756f6372
Fix z-index for title and article 2023-09-19 11:58:36 +08:00
Ayane
2cab1d9865
Finally style the button
Signed-off-by: Ayane <ayane@vignetteapp.org>
2023-09-19 11:57:14 +08:00
Ayane
bdd00f95ea
Assign a tailwind class for the mascot
Signed-off-by: Ayane <ayane@vignetteapp.org>
2023-09-19 11:50:56 +08:00
Ayane
c9f2ede946
Fix internal count being submitted improperly
Fixes GH-4

Signed-off-by: Ayane <ayane@vignetteapp.org>
2023-09-19 11:30:07 +08:00
Ayase Minori
19fd837312
Perhaps I was harsh on you little one 2023-09-19 11:09:17 +08:00
Ayase Minori
0f1e7b4a4f
Finally do something with this template README 2023-09-19 11:06:41 +08:00
Ayane Satomi
175577b723 Change branding now xd 2023-09-19 02:46:31 +00:00
Ayane Satomi
f085cd148f refactor(islands, routes): remove ScrollingMascot and add animateMascot function to CounterCard 2023-09-19 02:39:17 +00:00
Ayane Satomi
3d31f8308c Fix global statistics not being hydrated properly 2023-09-19 01:29:06 +00:00
Ayase Minori
38df720102
Only add a timer on click 2023-09-12 06:43:06 +00:00
Ayase Minori
1a42b2ccf0
Finally figure out how to increment this lol
Signed-off-by: GitHub <noreply@github.com>
2023-09-12 06:38:05 +00:00
Ayase Minori
4a01821907
Finally figure out how to send data from server
Signed-off-by: GitHub <noreply@github.com>
2023-09-12 06:28:01 +00:00
Ayase Minori
07a479b20c
committed thy fucky wucky
Signed-off-by: GitHub <noreply@github.com>
2023-09-11 05:26:49 +00:00
Ayase Minori
89101c88ed
hydrate statistics when possible
Signed-off-by: GitHub <noreply@github.com>
2023-09-11 05:24:47 +00:00