Skip to content

Commit

Permalink
Merge pull request #29 from GDGCochabamba/feature/schedule
Browse files Browse the repository at this point in the history
Feature/schedule
  • Loading branch information
combimauri authored Dec 14, 2023
2 parents e5b9bbd + 3302364 commit f2517dc
Showing 1 changed file with 14 additions and 51 deletions.
65 changes: 14 additions & 51 deletions src/app/schedule/schedule.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,57 +6,20 @@ import { MatExpansionModule } from '@angular/material/expansion';
standalone: true,
imports: [MatExpansionModule],
template: `
<mat-accordion>
<mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-title> Title </mat-panel-title>
<mat-panel-description>
This is a summary of the content
</mat-panel-description>
</mat-expansion-panel-header>
<p>This is the primary content of the panel.</p>
</mat-expansion-panel>
<mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-title> Title </mat-panel-title>
<mat-panel-description>
This is a summary of the content
</mat-panel-description>
</mat-expansion-panel-header>
<p>This is the primary content of the panel.</p>
</mat-expansion-panel>
<mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-title> Title </mat-panel-title>
<mat-panel-description>
This is a summary of the content
</mat-panel-description>
</mat-expansion-panel-header>
<p>This is the primary content of the panel.</p>
</mat-expansion-panel>
<mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-title> Title </mat-panel-title>
<mat-panel-description>
This is a summary of the content
</mat-panel-description>
</mat-expansion-panel-header>
<p>This is the primary content of the panel.</p>
</mat-expansion-panel>
<mat-expansion-panel>
<mat-expansion-panel-header>
<mat-panel-title> Title </mat-panel-title>
<mat-panel-description>
This is a summary of the content
</mat-panel-description>
</mat-expansion-panel-header>
<p>This is the primary content of the panel.</p>
</mat-expansion-panel>
</mat-accordion>
<iframe
src="https://drive.google.com/file/d/13t2nRUBoVohyc47uXZncu7yuTBxROcnL/preview"
title="Cronograma DevFest 2023"
referrerpolicy="no-referrer"
width="100%"
class="pdf-viewer"
></iframe>
`,
styles: [
`
.pdf-viewer {
height: 83vh;
}
`,
],
})
export default class ScheduleComponent {}

0 comments on commit f2517dc

Please sign in to comment.