Commit Graph

13 Commits

Author SHA1 Message Date
f-dinucci df1a0fd2ea refactor[partials]: reorganize partials to enhance code reuse
Partials have been reorganized, to improve general understandability and
enhance code reuse (ex. when adding pages, the "wave" will be loaded as
a partial)
2022-07-30 17:25:49 +02:00
f-dinucci 73ee4f6f09 refactor[layouts]: reorganize head and header according to standards
According to latest HTML standards, head is for metadata, header for
headers/other content
2022-07-30 17:25:49 +02:00
f-dinucci f0bfa5e80a chore[devicon]: update to latest version and fix links
devicon project has been moved from github.com/konpa/devicon/ to
github.com/devicons/devicon. Updates links and credits accordingly.

Closes: #16
2022-07-30 17:25:49 +02:00
f-dinucci df90069efd chore[fontawesome]: upgrade and switch to self hosting
Upgrade fontawesome to latest LTS (v5.15.4  free icons only), switch to self
hosting

Closes: #14
2022-07-30 17:25:49 +02:00
f-dinucci b618d1235b chore[tailwindcss]!: upgrade tailwindcss to v3.0.24
Upgrades tailwindcss to latest stable (v3.0.24), creates a build
pipeline for tailwind.min.css (as of 3.x there is no more dist, files
have to be created by users), switches from loading from UNPKG to
hosting locally.

BREAKING CHANGE: tailwindcss version bumped from v1.9.6 to v3.0.24,
customization using deprecated functions will not work anymore
Updates: #15
2022-07-30 17:25:49 +02:00
f-dinucci 309c2ab422 refactor[partials/header]: comment and remove redundancies
header.html partial: add comments, remove redundant call to navbar.css
2022-07-30 17:25:49 +02:00
gangjun06 6aa5458ed0 update favicon.ico 2020-08-15 13:02:42 +00:00
gangjun06 d42a7bded5 move exmple, update baseURL 2020-08-13 12:39:50 +00:00
gangjun06 08882d82a5 update readme.md 2020-08-13 11:38:17 +00:00
gangjun06 5f811378d2 update navbar 2020-08-13 10:49:55 +00:00
gangjun06 2dc3a2643a basic layout 2020-08-13 09:41:37 +00:00
gangjun06 dec0deaa8e about tab 2020-08-12 23:27:16 +00:00
gangjun06 bbd3d0a885 init commit 2020-08-12 22:15:08 +00:00