diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..2e85418b 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -316,6 +316,13 @@ export const projectList = [ description: "Vim-fork focused on extensibility and usability.", tags: ["Vim", "Editor", "Cross Platform"], }, + { + name: "Helix", + imageSrc: "https://avatars.githubusercontent.com/u/66235900?v=4", + projectLink: "https://github.com/helix-editor/helix/contribute", + description: "Helix is a post-modern modal text editor focused on powerful editing workflows.", + tags: ["Rust", "Editor", "CLI", "Cross Platform"], + }, { name: "freeCodeCamp", imageSrc: "https://avatars0.githubusercontent.com/u/9892522?v=3&s=100", @@ -1458,4 +1465,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];