Skip to content

Commit

Permalink
Change images and remove test-page
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielShinj1 committed Jun 25, 2024
1 parent a78e01a commit 69af7c6
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 29 deletions.
15 changes: 1 addition & 14 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,12 @@ const routes: RouteModel[] = [
title: 'SHARP_PROBE',
background: [
{
src: '/assets/images/home/noite.jpg',
src: '/assets/images/home/voyager.jpg',
alt: 'Bonito',
},
],
},
},
{
path: 'test-page',
component: TestPageComponent,
data: {
title: 'TEST_PAGE',
background: [
{
src: '/assets/images/home/macaco.gif',
alt: 'SPaCE',
},
],
},
}
]

@NgModule({
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<section class="text-gray-500 text-center pt-3 px-5">
<p>
© 2024 Shinji. Sem direitos reservados. <br class="d-md-none" />
© 2024 Sharp Probe Project. Sem direitos reservados. <br class="d-md-none" />
Desenvolvido por
<a
href="https://github.com/DanielShinj1"
Expand Down
16 changes: 2 additions & 14 deletions src/app/core/sidebar/sidebar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,14 @@ export class SidebarComponent implements OnInit, OnDestroy {
title: 'Página Inicial',
icon: 'fas fa-home',
route: '',
collapsed: true,
collapsed: false,
subitems: [
{
title: 'Home',
id: 'Home',
}
],
},
{
title: 'Dev',
icon: 'fas fa-calendar-week',
route: 'test-page',
collapsed: true,
subitems: [
{
title: 'Img Grid',
id: 'img-grid',
},
],
},
}
]

private expanded?: SidebarItemModel
Expand Down
Binary file removed src/assets/images/home/amigo.png
Binary file not shown.
Binary file removed src/assets/images/home/ceu.jpg
Binary file not shown.
Binary file removed src/assets/images/home/legal.png
Binary file not shown.
Binary file removed src/assets/images/home/montanha.jpg
Binary file not shown.
Binary file removed src/assets/images/home/noite.jpg
Binary file not shown.
Binary file removed src/assets/images/home/quadrado.jpg
Binary file not shown.
Binary file added src/assets/images/home/voyager.jpeg
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/images/home/voyager.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/home/wheatley.jpg
Binary file not shown.
72 changes: 72 additions & 0 deletions src/assets/images/logo/aztec-calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/logo/main.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 modified src/assets/images/logo/subtitle.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 modified src/favicon.ico
Binary file not shown.

0 comments on commit 69af7c6

Please sign in to comment.