| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: keep projects url consistent | Armand Philippot | 2021-10-29 | 1 | -2/+2 |
| | | | | | | Since I added legal notice, project hash could be added to legal notice page. Instead I make sure it is only added to website root. | ||||
| * | chore: update document title | Armand Philippot | 2021-10-29 | 1 | -0/+1 |
| | | | | | | Set a default title to static page, then change the title on project view. | ||||
| * | chore(projects): add color cycle app | Armand Philippot | 2021-10-29 | 1 | -0/+20 |
| | | |||||
| * | chore(projects): update calculator app and description | Armand Philippot | 2021-10-29 | 1 | -2/+2 |
| | | |||||
| * | chore: add legal notice | Armand Philippot | 2021-10-28 | 3 | -1/+22 |
| | | | | | In France, legal notice is required for any website. | ||||
| * | chore(i18n): translate the instructions on homepage | Armand Philippot | 2021-10-28 | 3 | -2/+4 |
| | | |||||
| * | fix(i18n): use english language if preferred language is not supported | Armand Philippot | 2021-10-28 | 1 | -1/+1 |
| | | | | | | | If the language is not supported, the 'code' property does not exist. So I need to check its existence before using it. Now, the 'en' fallback is working. | ||||
| * | chore(i18n): handle singular/plural form | Armand Philippot | 2021-10-28 | 3 | -6/+26 |
| | | |||||
| * | chore(projects): add users list from js small apps | Armand Philippot | 2021-10-28 | 1 | -0/+20 |
| | | |||||
| * | chore: add todos project credentials | Armand Philippot | 2021-10-28 | 2 | -3/+4 |
| | | | | | | I change the description element from 'p' to 'div', it makes more sense since I'm using line breaks to display them. | ||||
| * | chore: complete projects config | Armand Philippot | 2021-10-27 | 1 | -6/+6 |
| | | | | | I updated some paths and descriptions. I also fixed some typos. | ||||
| * | feat: define app locale depending on navigator preferred language | Armand Philippot | 2021-10-27 | 1 | -2/+20 |
| | | |||||
| * | chore: add react small apps | Armand Philippot | 2021-10-27 | 1 | -0/+60 |
| | | |||||
| * | feat: translate the app - two locales available: fr and en | Armand Philippot | 2021-10-26 | 5 | -15/+136 |
| | | |||||
| * | fix(animation): add fade-in animation to project details on large vw | Armand Philippot | 2021-10-26 | 1 | -0/+1 |
| | | | | | | | The animation was not triggered because I forgot to add the class in the right place. I also increase a little the animation timing. | ||||
| * | chore: add a different style to the selected project inside nav | Armand Philippot | 2021-10-26 | 1 | -2/+19 |
| | | |||||
| * | chore: add gitlab repo for each projects | Armand Philippot | 2021-10-26 | 1 | -0/+24 |
| | | |||||
| * | chore: add description and technologies for each projets | Armand Philippot | 2021-10-26 | 1 | -4/+13 |
| | | |||||
| * | refactor: move animation functions to a separated file | Armand Philippot | 2021-10-26 | 2 | -44/+51 |
| | | | | | | App.js becomes heavy. So by moving some functions outside this file, it improves the readability. | ||||
| * | chore: handle page reload | Armand Philippot | 2021-10-25 | 1 | -9/+21 |
| | | | | | | | | If the current page is a project, on page refresh we want to show the exact same project. It can be use to share a specific page. I change the history pushState method to use hash instead since the server doesn't know the "fake" URLs. This way, no 404. | ||||
| * | chore: hide the about project button on homepage | Armand Philippot | 2021-10-25 | 1 | -0/+17 |
| | | |||||
| * | chore: print the project preview & details on click | Armand Philippot | 2021-10-25 | 1 | -41/+216 |
| | | | | | | | On small viewport, hide the project details and display it when the user clicks on toolbar button. So I adjust the toolbar z-index and the preview height. | ||||
| * | chore: define the header/footer visibility according to viewport | Armand Philippot | 2021-10-24 | 1 | -0/+60 |
| | | |||||
| * | chore: hide or show the toolbar according to viewport | Armand Philippot | 2021-10-24 | 1 | -1/+29 |
| | | |||||
| * | chore: print the projects list | Armand Philippot | 2021-10-24 | 1 | -0/+32 |
| | | |||||
| * | chore: load styles on development mode | Armand Philippot | 2021-10-24 | 2 | -0/+41 |
| | | |||||
| * | chore: define projects list | Armand Philippot | 2021-10-24 | 1 | -0/+77 |
