diff --git a/content/images/hex-converter.png b/content/images/hex-converter.png new file mode 100644 index 0000000..4f29e5e Binary files /dev/null and b/content/images/hex-converter.png differ diff --git a/content/images/swift.png b/content/images/swift.png new file mode 100644 index 0000000..a4cc555 Binary files /dev/null and b/content/images/swift.png differ diff --git a/content/sections/interests/interests.json b/content/sections/interests/interests.json index dc726e0..a061191 100644 --- a/content/sections/interests/interests.json +++ b/content/sections/interests/interests.json @@ -35,6 +35,13 @@ "alt": "" } }, + { + "label": "Swift", + "image": { + "src": "../../images/swift.png", + "alt": "Swift logo" + } + }, { "label": "Azure", "image": { diff --git a/content/sections/projects/projects.json b/content/sections/projects/projects.json index 0db7f11..9d3fe08 100644 --- a/content/sections/projects/projects.json +++ b/content/sections/projects/projects.json @@ -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": {