Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/275 create about page #280

Merged
merged 11 commits into from
Mar 17, 2024
Merged

Feat/275 create about page #280

merged 11 commits into from
Mar 17, 2024

Conversation

lxgr-linux
Copy link
Member

No description provided.

const Learn = () => import("@/views/Learn.vue");
const Play = () => import("@/views/Play.vue");
const LearnPage = () => import("@/views/LearnPage.vue");
const Download = () => import("@/views/DownloadPage.vue");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be DownloadPage

const LearnPage = () => import("@/views/LearnPage.vue");
const Download = () => import("@/views/DownloadPage.vue");

const Community = () => import("@/views/About/CommunityPage.vue");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be CommunityPage

"AlexeyM#5409",
"SRG0Z10",
"Kolot#5637",
"Midora",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should ask those guys if it is ok for them to appear on the page, maybe we should strip off the #1234

const items: { pic: any; name: string; desc: string }[] = [
{ pic: patrick, name: "Technical lead", desc: "Patrick" },
{ pic: anna, name: "Anna", desc: "Creative lead" },
{ pic: marius, name: "Marius", desc: "Game Design lead" },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to game dev lead

import kosta from "@/assets/team/kosta.webp";
import benny from "@/assets/team/benny.webp";
import stefi from "@/assets/team/stefi.webp";
import noah from "@/assets/team/niko.webp";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be noah and not niko

@patrickwieth
Copy link
Member

can be merged after comments are addressed

@lxgr-linux lxgr-linux merged commit 00f36f9 into master Mar 17, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants