| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add box shadow to project details and toolbar | Armand Philippot | 2021-10-26 | 2 | -0/+2 |
| | | | | | It helps to differentiate each part of the design. | ||||
| * | chore: change header/footer styles | Armand Philippot | 2021-10-26 | 3 | -6/+19 |
| | | | | | | The branding takes a less space. I add box shadows and border to differentiate the header from the footer and the content. | ||||
| * | chore(nav): change nav links styles | Armand Philippot | 2021-10-26 | 1 | -36/+31 |
| | | |||||
| * | 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 | 5 | -43/+229 |
| | | | | | | | 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: add styles | Armand Philippot | 2021-10-24 | 25 | -0/+1135 |
| | | |||||
| * | chore: add fonts and images | Armand Philippot | 2021-10-24 | 42 | -0/+651 |
| | | |||||
| * | chore: define projects list | Armand Philippot | 2021-10-24 | 1 | -0/+77 |
