Skip to content

Commit

Permalink
Add Akela (new ambassador)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jan 27, 2025
1 parent ffb58b6 commit 277fb31
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.51.0",
"version": "0.52.0-1",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
Expand Down
54 changes: 36 additions & 18 deletions src/ambassadors/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,42 @@ const ambassadors = {
homepage: null,
plush: null,
},
awa: {
name: "Awa",
alternate: [],
commands: ["awa"],
species: "wolfHybrid",
sex: "Female",
birth: "2014",
arrival: "2024-05-04",
retired: null,
enclosure: "wolves",
story:
"Awa was rescued from a facility that has received numerous USDA citations based on violations of the Animal Welfare Act.",
mission:
"She is an ambassador for educating people about responsible pet ownership, the historic persecution of wolves by humans, and the importance of wolves as keystone species in their ecosystems.",
clips: [],
homepage: null,
plush: null,
},
akela: {
name: "Akela",
alternate: [],
commands: ["akela", "akila"],
species: "wolfHybrid",
sex: "Male",
birth: "2018-01-26",
arrival: "2025-01-27",
retired: null,
enclosure: "wolves",
story:
"Akela was originally purchased for breeding by a private owner, living on his own, before being rehomed to Alveus.",
mission:
"He is an ambassador for educating people about responsible pet ownership, the historic persecution of wolves by humans, and the importance of wolves as keystone species in their ecosystems.",
clips: [],
homepage: null,
plush: null,
},
snork: {
name: "Snork",
alternate: [],
Expand Down Expand Up @@ -685,24 +721,6 @@ const ambassadors = {
homepage: null,
plush: null,
},
awa: {
name: "Awa",
alternate: [],
commands: ["awa"],
species: "wolfHybrid",
sex: "Female",
birth: "2014",
arrival: "2024-05-04",
retired: null,
enclosure: "wolves",
story:
"Awa was rescued from a facility that has received numerous USDA citations based on violations of the Animal Welfare Act.",
mission:
"She is an ambassador for educating people about responsible pet ownership, the historic persecution of wolves by humans, and the importance of wolves as keystone species in their ecosystems.",
clips: [],
homepage: null,
plush: null,
},
polly: {
name: "Polly",
alternate: [],
Expand Down
7 changes: 7 additions & 0 deletions src/ambassadors/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import abbottImage2 from "../assets/ambassadors/abbott/02.jpg";
import abbottImage3 from "../assets/ambassadors/abbott/03.png";
import abbottImageIcon from "../assets/ambassadors/abbott/icon.png";

import akelaImage1 from "../assets/ambassadors/akela/01.png";
import akelaImage2 from "../assets/ambassadors/akela/02.png";

import appaImage1 from "../assets/ambassadors/appa/01.jpg";
import appaImage2 from "../assets/ambassadors/appa/02.jpg";
import appaImage3 from "../assets/ambassadors/appa/03.jpg";
Expand Down Expand Up @@ -256,6 +259,10 @@ const ambassadorImages: {
{ src: abbottImage2, alt: "Abbott the American Crow" },
{ src: abbottImage3, alt: "Abbott the American Crow", position: "0% 0%" },
],
akela: [
{ src: akelaImage1, alt: "Akela the Wolfdog" },
{ src: akelaImage2, alt: "Akela the Wolfdog" },
],
appa: [
{ src: appaImage1, alt: "Appa the Common Marmoset", position: "50% 25%" },
{ src: appaImage2, alt: "Appa the Common Marmoset", position: "50% 0%" },
Expand Down
Binary file added src/assets/ambassadors/akela/01.png
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 src/assets/ambassadors/akela/02.png
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 277fb31

Please sign in to comment.