aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/contact.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add opengraph and twitter metaArmand Philippot2022-01-191-3/+8
|
* refactor(config): move defaultLocale as property of config.localesArmand Philippot2022-01-191-1/+1
| | | | | I will need the country code, so I think it makes more sense to gather them inside the same property.
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-0/+40
| | | | I also added the featured image on single article.
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-2/+2
| | | | | | | | | I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule.
* refactor(sidebar): use a component to avoid styles repetitionArmand Philippot2022-01-111-2/+3
| | | | | | I also fix some overflow/sticky issues. I have to set overflow auto only when there is no button-like links otherwise, with translate, the button is cropped on hover.
* chore: add a social media widget on contact and cv pagesArmand Philippot2022-01-101-0/+9
|
* chore: move Main grid to its childrenArmand Philippot2022-01-061-2/+5
| | | | This way I can use full width background for some blocks.
* refactor: reuse PostMeta components on single articles/pagesArmand Philippot2022-01-061-3/+5
|
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-1/+2
| | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope.
* chore: add a breadcrumb componentArmand Philippot2021-12-211-3/+6
|
* refactor: rewrite types and servicesArmand Philippot2021-12-201-2/+8
| | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names.
* chore: create mutation to send mail from contact formArmand Philippot2021-12-171-2/+22
|
* chore: create contact pageArmand Philippot2021-12-161-0/+104