From e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:42:09 +0100 Subject: Improve responsive, icons, refactor search, update readme --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 25416e5..c85fe6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Garage Website -¡ Work in progress ! +¡ Work in progress (almost done) ! --- @@ -11,4 +11,45 @@ - Run `npm install` to get the dev dependencies - Run `zola build` to get the public directory - Run `npm start` to compile styles and scripts -- Run `zola serve` \ No newline at end of file +- Run `zola serve` + +## Build + +CSS : `28.4 kB` + +JS : `6.8 kB (app)` + `1.2 MB (search)`* + +*The search index in loaded only when the user opens the search modal + +Images + Icons : `1.1 MB` + +## Fonctions & utilities + +JavaScript can be disabled and the website will still run nicely. +It only brings QoL advantages for the user. + +The function is [x] if it still runs without JavaScript enabled. + +- [x] Responsive main navigation menu (toggle) +- [x] Documentation : user can deploy or reploy ToC submenus +- [ ] Documentation : deploy only the current ToC submenu after a page change +- [ ] Documentation : sidebar focus effect on current section anchor when user scrolls +- [ ] Documentation : ToC that follows the user's scroll +- [ ] Global search + +## Screenshots + +
+

+ 480px + +

+

+ 768px + +

+

+ 1280px + +

+
\ No newline at end of file -- cgit v1.2.3 From cac379426b1844683284bfc3203492978f344b6c Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:44:34 +0100 Subject: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c85fe6a..6f7a23d 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,16 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots -
-

+

+

480px

-

+

768px

-

+

1280px

-- cgit v1.2.3 From 630f1940e59d98d5a5bab23d4da0b759aefc1311 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:45:28 +0100 Subject: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6f7a23d..1499b1a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots -
+

480px -- cgit v1.2.3 From 87bce27c77ff920651370422b6d3fd456905e1fa Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:45:58 +0100 Subject: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1499b1a..8a910fc 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots

-

+

480px

-

+

768px

-- cgit v1.2.3 From 2410fffdcdb7818a67566baaceb29f1d0c41f6c9 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:50:28 +0100 Subject: update readme --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8a910fc..e2d7cd0 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,13 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots
-

+

480px - -

-

+

+
768px - -

-

+

+
1280px - -

+
\ No newline at end of file -- cgit v1.2.3 From e822ae0d0121304b976b35ad444c192c19f5cd5e Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:54:23 +0100 Subject: update readme --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e2d7cd0..a48134b 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,8 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots -
-
- 480px -
-
- 768px -
-
- 1280px -
-
\ No newline at end of file +480px + +768px + +1280px -- cgit v1.2.3 From f7a454239146881ec7dd03b477bb58c2ada9f87c Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:55:47 +0100 Subject: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a48134b..6632397 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots -480px +480px -768px +768px -1280px +1280px -- cgit v1.2.3 From 9b54f29df194b952ebbfc8458a0824cf503e2ee5 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:57:30 +0100 Subject: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6632397..a384e2b 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots -480px +480px -768px +768px -1280px +1280px -- cgit v1.2.3 From f4e048647410e1655c51ef8086c714b5fdfc2cc2 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:59:22 +0100 Subject: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a384e2b..88c47a3 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ The function is [x] if it still runs without JavaScript enabled. ## Screenshots -480px +480px -768px +768px -1280px +1280px -- cgit v1.2.3