This is a place where the Youi team posts pictures of their pets.
Want to meet our friends? Head to pets of youi page
It's not very nice looking, but that's okay. It was a project that @philhawksworth (Netlify team) dreamed up as a bit of an easter egg to support the launch of buying custom domains on Netlify. Then, @yourfrienderin begged him to teach her how to create a website in the process. You can make it better! Pull requests welcome <3
Well that won't do. If your little friend is missing from this site please submit a pull request.
Step 1: Fork and download this repo
Step 2: Once you've downloaded the repo, add your pet picture (with name of pet) to the /images
folder
Step 3: Add the Snippet below to the index.html file
const Pet Name
= {Name: "Pet Name
", url: "images/image name
.jpg"};
and then add the const name to the array
IE const pets = [Pet1, Pet2, Pet3, {Your Pet Here}];
Step 4:
[Stage your Changes]
git add .
[Make a Commit]
git commit -m 'added PetName'
[Push your commit]
git push
Step 5: Open a pull request
Step 6: Wait for someone to approve your request and see it live here!
Feel free to slack or email me ([email protected])! or comment below if you have questions :)
For more information to understand what all this means, here's some Bonus Reading (Estimated 3-5min)