Skip to content

Commit

Permalink
Pet Name added (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalsingh2972 authored Jul 3, 2023
1 parent 46c659d commit e4c5f9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions JS/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,17 @@ document.addEventListener('DOMContentLoaded', function() {
ownerURL: 'https://github.com/AnandRP2030',
owner: 'Anand'
},
{
imgURL: './assets/images/ash.jpg',
altName: 'Ash Cutie',
name: 'Ash',
type: 'Dog',
age: '3 years',
personalities: ['Loyal','Friendly','Foody'],
toy: 'Frisbee',
ownerURL: 'https://github.com/vishalsingh2972',
owner: 'Vishal'
}


// ADD YOUR PET HERE
Expand Down
Binary file added assets/images/ash.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 e4c5f9a

Please sign in to comment.