Compare commits

...

8 Commits

Author SHA1 Message Date
407a3d87eb
feat: Add GPG contact method 2023-12-16 18:03:36 +01:00
18a7c0d2bc
Revert "feat: Add GPG contact method"
This reverts commit 7ad73514ab3d043f5543025ce01389e800388ced.
2023-12-16 18:02:28 +01:00
455a92a3ab
feat: Add GPG contact method 2023-12-16 18:02:28 +01:00
f3087dee60 Merge pull request 'feat: Add my application' (#2) from feat/add-project into main
Reviewed-on: #2
2023-11-11 11:00:10 +01:00
48753e643a Merge branch 'main' into feat/add-project 2023-11-11 11:00:01 +01:00
799d13a4ea
feat: Add my application 2023-11-11 10:59:24 +01:00
bacb0bccc9 Merge pull request 'feat: Add hub link' (#1) from feat/hub-link into main
Reviewed-on: #1
2023-11-10 18:13:23 +01:00
914e28affb
feat: Add hub link
Add this link to header and foot menu
2023-11-10 18:12:17 +01:00
6 changed files with 29 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
content/images/swift.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,7 +1,7 @@
{ {
"name": "Louis Gallet", "name": "Louis Gallet",
"email": "contact@louisgallet.fr", "email": "me@louisgallet.fr",
"description": "If you have any project ideas or just want to say hello :)", "description": "If you have any project ideas or just want to say hello :). For private contact, please search my public key on https://keyserver.ubuntu.com using this key ID: D4C61677B9CC4C9B.",
"image": { "image": {
"src": "../../images/louisgallet-square.png", "src": "../../images/louisgallet-square.png",
"alt": "Gatsby Logo" "alt": "Gatsby Logo"

View File

@ -35,6 +35,13 @@
"alt": "" "alt": ""
} }
}, },
{
"label": "Swift",
"image": {
"src": "../../images/swift.png",
"alt": "Swift logo"
}
},
{ {
"label": "Azure", "label": "Azure",
"image": { "image": {

View File

@ -38,6 +38,23 @@
"url": "https://gitea.louisgallet.fr" "url": "https://gitea.louisgallet.fr"
} }
] ]
},
{
"visible": true,
"category": "Application",
"title": "HexConverter",
"description": "A simple application to convert hexadecimal numbers to decimal numbers. Also, it can convert from any base to any base.",
"tags": ["Application"],
"image": {
"src": "../../images/hex-converter.png",
"alt": "HexConverter"
},
"links": [
{
"type": "external",
"url": "https://apps.apple.com/fr/app/hexconverter/id6471345416"
}
]
} }
], ],
"button": { "button": {

View File

@ -20,6 +20,7 @@
"logo": { "text": "Louis Gallet" }, "logo": { "text": "Louis Gallet" },
"navigation": { "navigation": {
"header": [ "header": [
{ "label": "Hub", "url": "https://hub.louisgallet.fr" },
{ "label": "About", "url": "/#about" }, { "label": "About", "url": "/#about" },
{ "label": "Blog", "url": "/blog" }, { "label": "Blog", "url": "/blog" },
{ "label": "My interests", "url": "/#interests" }, { "label": "My interests", "url": "/#interests" },
@ -32,7 +33,8 @@
}, },
"footer": [ "footer": [
{ "label": "Privacy", "url": "/privacy" }, { "label": "Privacy", "url": "/privacy" },
{ "label": "Imprint", "url": "/imprint" } { "label": "Imprint", "url": "/imprint" },
{ "label": "Hub", "url": "https://hub.louisgallet.fr"}
] ]
}, },
"featureToggles": { "featureToggles": {