Compare commits
8 Commits
feat/servi
...
main
Author | SHA1 | Date | |
---|---|---|---|
407a3d87eb | |||
18a7c0d2bc | |||
455a92a3ab | |||
f3087dee60 | |||
48753e643a | |||
799d13a4ea | |||
bacb0bccc9 | |||
914e28affb |
BIN
content/images/hex-converter.png
Normal file
BIN
content/images/hex-converter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
BIN
content/images/swift.png
Normal file
BIN
content/images/swift.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Louis Gallet",
|
||||
"email": "contact@louisgallet.fr",
|
||||
"description": "If you have any project ideas or just want to say hello :)",
|
||||
"email": "me@louisgallet.fr",
|
||||
"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": {
|
||||
"src": "../../images/louisgallet-square.png",
|
||||
"alt": "Gatsby Logo"
|
||||
|
@ -35,6 +35,13 @@
|
||||
"alt": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Swift",
|
||||
"image": {
|
||||
"src": "../../images/swift.png",
|
||||
"alt": "Swift logo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Azure",
|
||||
"image": {
|
||||
|
@ -38,6 +38,23 @@
|
||||
"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": {
|
||||
|
@ -20,6 +20,7 @@
|
||||
"logo": { "text": "Louis Gallet" },
|
||||
"navigation": {
|
||||
"header": [
|
||||
{ "label": "Hub", "url": "https://hub.louisgallet.fr" },
|
||||
{ "label": "About", "url": "/#about" },
|
||||
{ "label": "Blog", "url": "/blog" },
|
||||
{ "label": "My interests", "url": "/#interests" },
|
||||
@ -32,7 +33,8 @@
|
||||
},
|
||||
"footer": [
|
||||
{ "label": "Privacy", "url": "/privacy" },
|
||||
{ "label": "Imprint", "url": "/imprint" }
|
||||
{ "label": "Imprint", "url": "/imprint" },
|
||||
{ "label": "Hub", "url": "https://hub.louisgallet.fr"}
|
||||
]
|
||||
},
|
||||
"featureToggles": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user