Hi there! We are Avocado and Sloth, a couple studying Web Development and living in Ottawa, Canada.
Avocado is usually sold in supermarkets at a price of $5 for two. Oops. Wait a minute. Something goes wrong. Let’s load again.
const Avocado = {
name: "Tiffany",
gender: "female",
identity: "global citizen",
roles: ["creator of the blog", "head chef"],
languages: [
{ name: "English", level: "Fluent" },
{ name: "Mandarin", level: "Fluent" },
{ name: "Cantonese", level: "Fluent" },
{ name: "German", level: "Intermediate" },
{ name: "French", level: "Beginner" },
{ name: "Japanese", level: "Beginner" }
],
hobbies: ["Cooking", "Theater", "Plants", "Pokemon", "Reading others' blogs"]
};
const Sloth = {
name: "Raymond",
gender: "male",
identity: "Hongkonger",
roles: ["contributor of the blog", "master sous chef", "Avocado's hairdryer"],
languages: [
{ name: "English", level: "Fluent" },
{ name: "Cantonese", level: "Fluent" },
{ name: "Mandarin", level: "Fluent" },
],
hobbies: ["Football", "Video Games", "Music", "Gym", "Pokemon"]
};
Here it is. You may find our individual blogs in the Authors
section of the footer menu below.