Commit Graph

153 Commits

Author SHA1 Message Date
lifeadventurer
3a90b4328f feat(footer): add copyright in the footer
also change header name to generators gallery
v1.0.0
2023-12-02 23:44:10 +08:00
lifeadventurer
4065fce13c chore: fix typo in quotes.json 2023-12-01 00:01:47 +08:00
lifeadventurer
8562b3b6d8 chore: fix typo in quotes.json 2023-11-30 20:43:59 +08:00
lifeadventurer
74bddb89f2 refactor: remove prefix and suffix of generate_quote_json.cpp 2023-11-28 16:57:30 +08:00
lifeadventurer
02aaad07af impr(quotes): add 6 new quotes 2023-11-28 16:47:13 +08:00
lifeadventurer
5950494a2c impr(quote): add id for every quote 2023-11-28 16:23:03 +08:00
lifeadventurer
d9677aaec8 impr(jquery): save jquery search to a variable to improve performance 2023-11-28 00:19:07 +08:00
lifeadventurer
f8cb638a02 fix: special event display error 2023-11-27 23:42:01 +08:00
lifeadventurer
eda48aa902 impr: add new special events 2023-11-25 22:31:41 +08:00
lifeadventurer
4ae5d372cb refactor: jquery switch page with show and hide
use two div to group the init page and result page to increase readability
2023-11-25 22:23:10 +08:00
lifeadventurer
b6375dadeb fix: double span cause display error 2023-11-25 22:05:39 +08:00
lifeadventurer
462c6363f6 fix: all bold text <b> tag error 2023-11-25 18:18:02 +08:00
lifeadventurer
48df3a8652 feat: increase the convenience of adding new special events
When an event in special.json is empty, a general event will be used instead
2023-11-25 18:09:40 +08:00
lifeadventurer
0000d58be3 fix: get rid of the time difference decimal 2023-11-25 17:24:25 +08:00
lifeadventurer
6d8364f720 fix: folderPaths index bug 2023-11-25 00:23:36 +08:00
lifeadventurer
230389ba87 feat: change the profile icon at the footer to a rounded shape
also seperate all inline style in html to external
2023-11-25 00:21:16 +08:00
lifeadventurer
acc0bdcac2 fix: format time difference function typo 2023-11-24 23:59:35 +08:00
lifeadventurer
0655788960 fix: folderIndex initial value error 2023-11-24 23:58:17 +08:00
lifeadventurer
c36cc8a14b refactor: improve readability in scripts.js 2023-11-24 23:51:55 +08:00
lifeadventurer
66d4c7c1fd refactor: improve code structure and readability in scripts.js
refactor the code structure - use a loop to iterate through the folderPaths fetched from the folders.json, this way if there are new generators you just need to add them to the folders.json, and make sure the orders are same as the one in html
2023-11-24 23:36:46 +08:00
lifeadventurer
6f5b58ecfa refactor: json file 2023-11-24 23:10:44 +08:00
lifeadventurer
02b57f264b feat: create new folders.json file to save generators folder data 2023-11-24 23:08:43 +08:00
lifeadventurer
f1e5665f8e feat: add a link to the GitHub profile on the footer icon 2023-11-24 21:55:45 +08:00
lifeadventurer
434f37e4a2 impr(quotes): add a new quote 2023-11-24 20:52:48 +08:00
lifeadventurer
ade6f33bae Merge branch 'main' of https://github.com/LifeAdventurer/generators 2023-11-24 20:25:03 +08:00
lifeadventurer
639c1f047f feat(gallery): add last update time info to card footers
Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
2023-11-24 20:24:43 +08:00
lifeadventurer
f898c53b17 feat: add last update time info to card footers
Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
2023-11-24 20:23:21 +08:00
lifeadventurer
c23565b721 update README 2023-11-24 18:18:12 +08:00
lifeadventurer
6cf7d92c8f create CONTRIBUTING.md\n\nadd quote contributing guidelines 2023-11-24 17:57:20 +08:00
lifeadventurer
01793dc3f8 create LIST_OF_GENERATORS.md
some more in-depth information about each generators
2023-11-24 16:43:03 +08:00
lifeadventurer
4f0da7c3b5 update README polish descriptions 2023-11-24 13:48:09 +08:00
lifeadventurer
f1787ac5e1 update README.md 2023-11-24 13:01:07 +08:00
lifeadventurer
605d335600 fix: cannot scroll but by removing overflow:hidden 2023-11-24 09:34:34 +08:00
lifeadventurer
efb560e0d3 add responsive web design to the cards 2023-11-24 00:19:20 +08:00
lifeadventurer
2f01105596 setup a gallery for all existing generators 2023-11-23 23:58:12 +08:00
lifeadventurer
6b9e0cf6a5 add images folder and some generator result examples 2023-11-23 23:57:21 +08:00
lifeadventurer
59337ecfb3 create styles.css 2023-11-23 23:27:06 +08:00
lifeadventurer
ae558ebdf4 add icon for all index.html 2023-11-23 22:49:26 +08:00
lifeadventurer
d60fc09370 add images folder and logo 2023-11-23 22:46:12 +08:00
lifeadventurer
35fb70f833 fix: special event display error 2023-11-23 12:25:40 +08:00
lifeadventurer
d855462e90 refactor the colors of initial page 2023-11-23 12:20:39 +08:00
lifeadventurer
878d5eb1b0 fix: special event date error 2023-11-23 11:37:53 +08:00
lifeadventurer
ded1f61a28 fix: jquery button disable bug 2023-11-23 11:15:06 +08:00
lifeadventurer
79b0c3517d turn button to disabled after click 2023-11-23 11:06:58 +08:00
lifeadventurer
042b5c6826 update special events 2023-11-23 10:54:32 +08:00
lifeadventurer
08fc71a157 fix matrix background don't show bug 2023-11-22 23:30:32 +08:00
lifeadventurer
ed520918fc adjust all bold text 2023-11-22 23:05:19 +08:00
lifeadventurer
6f6e387435 add new quotes 2023-11-22 23:02:08 +08:00
lifeadventurer
cd882fdf32 initial commit for generators summarize page 2023-11-22 22:52:40 +08:00
lifeadventurer
4aed319463 change toggle to show to fix the disappear bug cause by double click 2023-11-21 23:28:43 +08:00