Skip to content

Commit

Permalink
Add Lima project
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dvl committed Nov 13, 2024
1 parent a784b62 commit 1579e12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "1.2.7",
"version": "1.2.8",
"description": "R-dVL Portfolio",
"main": "index.js",
"author": "R-dVL",
Expand Down
Binary file added src/assets/img/lima.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/views/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,15 @@ const carouselItems = [
url: "https://github.com/r-dvl/ams-invoices-control"
},
{
src: require("assets/img/ansible-manager.png"),
src: require("assets/img/lima.png"),
altText: "Slide 2",
caption: "Lima",
header: "Lima",
url: "https://github.com/r-dvl/lima"
},
{
src: require("assets/img/ansible-manager.png"),
altText: "Slide 3",
caption: "Ansible Manager",
header: "Ansible Manager",
url: "https://github.com/r-dvl/ansible-manager"
Expand Down

0 comments on commit 1579e12

Please sign in to comment.