Skip to content

Commit

Permalink
Merge pull request #19 from demesameneshoa/add-rails-projects
Browse files Browse the repository at this point in the history
added budget app
  • Loading branch information
demesameneshoa authored Jan 12, 2024
2 parents 9ec9f6e + 32ee8bc commit 6d4e6f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added images/budgetapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ const myWorksdetail = [
},
{
id: 1,
url: './images/placeholder.png',
alt: 'Project preview image',
title: 'Keeping track of hundreds',
desc: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it 1960s with the releaLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it 1960s with the relea',
url: './images/budgetapp.png',
alt: 'budget app image',
title: 'Keeping track of your expenses',
desc: 'A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.',
tecnologies: {
opt1: 'Ruby on Rails',
opt2: 'CSS',
opt3: 'JavaScript',
opt4: 'HTML',
},
linkVersion: '#',
linkSource: '#',
linkVersion: 'https://budget-app-pz7b.onrender.com',
linkSource: 'https://github.com/demesameneshoa/budget-app',
},
{
id: 2,
Expand Down

0 comments on commit 6d4e6f9

Please sign in to comment.