Skip to content

Commit

Permalink
Removing 'placeholder' project posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabri432 committed Jun 2, 2024
1 parent 06180ce commit 7f6ccc9
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions src/app/routes/my-projects/my-projects.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,40 +52,16 @@ export class MyProjectsComponent {
description: "A personal website (this one you are using) made with the Angular framework (16+).",
link: "https://github.com/Gabri432/angular-personal-website",
languages: ["Angular", "Typescript"]
},
}
];

otherProjects: Array<Project> = [
{
name: "angular-cv-builder",
description: "A website that helps create your resume.",
link: "https://angular-cv-builder.pages.dev/",
languages: ["Angular", "Typescript"]
}
];

otherProjects: Array<Project> = [
{
name: "empty project",
description: "empty project description.",
link: "empty project link",
languages: ["None"]
},
{
name: "empty project",
description: "empty project description.",
link: "empty project link",
languages: ["None"]
},
{
name: "empty project",
description: "empty project description.",
link: "empty project link",
languages: ["None"]
},
{
name: "empty project",
description: "empty project description.",
link: "empty project link",
languages: ["None"]
},
]

ngOnInit() {
Expand Down

0 comments on commit 7f6ccc9

Please sign in to comment.