Skip to content

Commit

Permalink
add todo list project in portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
rbhatt1999 committed Dec 15, 2022
1 parent 08521f5 commit e5fa9bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added images/Project-2-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Project-2-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ const projects = [
},
{
id: 'project-2',
h1: 'Profesional Art Printing Data',
p: "A daily selection of privately personalized reads; no accounts or sign-ups required. has been the industry's standard.",
language: ['html', 'bootstrap', 'Ruby'],
image: './images/Project-sample-2.png',
background: './images/Project-sample-1.png',
btn1: 'https://rbhatt1999.github.io/Portfolio/',
btn2: 'https://github.com/rbhatt1999/portfolio',
h1: 'Todo list',
p: "A simple to-do list application that helps to organize your daily tasks and keep track of the task you have completed and the task you are yet to have completed, and deleting the completed task leaving those yet to be completed.",
language: ['html', 'CSS', 'javascript'],
image: './images/Project-2-2.jpg',
background: './images/Project-2-1.jpg',
btn1: 'https://rbhatt1999.github.io/todo-list/',
btn2: 'https://github.com/rbhatt1999/todo-list',
},
{
id: 'project-3',
Expand Down

0 comments on commit e5fa9bc

Please sign in to comment.