Skip to content

Commit

Permalink
Added pet (#77)
Browse files Browse the repository at this point in the history
* Added pet

* Delete .gitpod.yml

---------

Co-authored-by: Gabriela <97764356+gabrysia694@users.noreply.github.com>
  • Loading branch information
vanshb03 and gabrysia694 authored Jul 10, 2023
1 parent e4c5f9a commit 2fae501
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion JS/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,19 @@ document.addEventListener('DOMContentLoaded', function() {
toy: 'Frisbee',
ownerURL: 'https://github.com/vishalsingh2972',
owner: 'Vishal'
}
},

{
imgURL: './assets/images/vee.jpg',
altName: 'Vee Dog',
name: 'Vee',
type: 'Dog',
age: '2 years',
personalities: ['Sleepy','Clingy','Curious'],
toy: 'Sticks',
ownerURL: 'https://github.com/vanshb03',
owner: 'Vansh'
}

// ADD YOUR PET HERE

Expand Down
Binary file added assets/images/vee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fae501

Please sign in to comment.