diff --git a/public/images/sponsors/BE_nagy_v2.webp b/public/images/sponsors/BE_nagy_v2.webp new file mode 100644 index 0000000..83b21e4 Binary files /dev/null and b/public/images/sponsors/BE_nagy_v2.webp differ diff --git a/public/images/sponsors/BM.webp b/public/images/sponsors/BM.webp new file mode 100644 index 0000000..0c36a51 Binary files /dev/null and b/public/images/sponsors/BM.webp differ diff --git a/public/images/sponsors/Tbusz.webp b/public/images/sponsors/Tbusz.webp new file mode 100644 index 0000000..65f37ad Binary files /dev/null and b/public/images/sponsors/Tbusz.webp differ diff --git a/public/images/sponsors/culligan.webp b/public/images/sponsors/culligan.webp new file mode 100644 index 0000000..c21b554 Binary files /dev/null and b/public/images/sponsors/culligan.webp differ diff --git a/public/images/sponsors/edv_vizmu.webp b/public/images/sponsors/edv_vizmu.webp new file mode 100644 index 0000000..2af3d97 Binary files /dev/null and b/public/images/sponsors/edv_vizmu.webp differ diff --git a/public/images/sponsors/eon_nagy_v2.webp b/public/images/sponsors/eon_nagy_v2.webp new file mode 100644 index 0000000..e2a5e06 Binary files /dev/null and b/public/images/sponsors/eon_nagy_v2.webp differ diff --git a/public/images/sponsors/extor_nagy_v2.webp b/public/images/sponsors/extor_nagy_v2.webp new file mode 100644 index 0000000..4411002 Binary files /dev/null and b/public/images/sponsors/extor_nagy_v2.webp differ diff --git a/public/images/sponsors/it4all.webp b/public/images/sponsors/it4all.webp new file mode 100644 index 0000000..71e5398 Binary files /dev/null and b/public/images/sponsors/it4all.webp differ diff --git a/public/images/sponsors/living_sport.webp b/public/images/sponsors/living_sport.webp new file mode 100644 index 0000000..23d0e77 Binary files /dev/null and b/public/images/sponsors/living_sport.webp differ diff --git a/public/images/sponsors/mtlsz_nagy_v2.webp b/public/images/sponsors/mtlsz_nagy_v2.webp new file mode 100644 index 0000000..481042d Binary files /dev/null and b/public/images/sponsors/mtlsz_nagy_v2.webp differ diff --git a/public/images/sponsors/omexom.webp b/public/images/sponsors/omexom.webp new file mode 100644 index 0000000..007d94d Binary files /dev/null and b/public/images/sponsors/omexom.webp differ diff --git a/public/images/sponsors/pelicom.webp b/public/images/sponsors/pelicom.webp new file mode 100644 index 0000000..1e57efc Binary files /dev/null and b/public/images/sponsors/pelicom.webp differ diff --git a/public/images/sponsors/sportintezet.webp b/public/images/sponsors/sportintezet.webp new file mode 100644 index 0000000..15bd116 Binary files /dev/null and b/public/images/sponsors/sportintezet.webp differ diff --git a/public/images/sponsors/sportolo_nemzet.webp b/public/images/sponsors/sportolo_nemzet.webp new file mode 100644 index 0000000..e7f08d9 Binary files /dev/null and b/public/images/sponsors/sportolo_nemzet.webp differ diff --git a/public/images/sponsors/tata.webp b/public/images/sponsors/tata.webp new file mode 100644 index 0000000..0916b43 Binary files /dev/null and b/public/images/sponsors/tata.webp differ diff --git a/public/images/sponsors/tatabanya.webp b/public/images/sponsors/tatabanya.webp new file mode 100644 index 0000000..3a898b4 Binary files /dev/null and b/public/images/sponsors/tatabanya.webp differ diff --git a/public/images/sponsors/univer.webp b/public/images/sponsors/univer.webp new file mode 100644 index 0000000..c2234a3 Binary files /dev/null and b/public/images/sponsors/univer.webp differ diff --git a/public/images/sponsors/variovision.webp b/public/images/sponsors/variovision.webp new file mode 100644 index 0000000..2e5a308 Binary files /dev/null and b/public/images/sponsors/variovision.webp differ diff --git a/public/images/sponsors/xcopy.webp b/public/images/sponsors/xcopy.webp new file mode 100644 index 0000000..8ef50d7 Binary files /dev/null and b/public/images/sponsors/xcopy.webp differ diff --git a/public/images/sponsors/yonex.webp b/public/images/sponsors/yonex.webp new file mode 100644 index 0000000..cdc3a36 Binary files /dev/null and b/public/images/sponsors/yonex.webp differ diff --git a/src/app/app.html b/src/app/app.html index ce6099c..27ab18d 100644 --- a/src/app/app.html +++ b/src/app/app.html @@ -8,6 +8,7 @@ + diff --git a/src/app/app.ts b/src/app/app.ts index 85cfff2..79d56b9 100644 --- a/src/app/app.ts +++ b/src/app/app.ts @@ -9,6 +9,7 @@ import { Media } from './media/media'; import { Information } from './information/information'; import { Cities } from './cities/cities'; import { Footer } from './footer/footer'; +import { Sponsors } from './sponsors/sponsors'; @Component({ selector: 'app-root', @@ -23,6 +24,7 @@ import { Footer } from './footer/footer'; Information, Cities, Footer, + Sponsors, ], templateUrl: './app.html', styleUrl: './app.css', diff --git a/src/app/sponsors/sponsors.css b/src/app/sponsors/sponsors.css new file mode 100644 index 0000000..e69de29 diff --git a/src/app/sponsors/sponsors.html b/src/app/sponsors/sponsors.html new file mode 100644 index 0000000..3edc335 --- /dev/null +++ b/src/app/sponsors/sponsors.html @@ -0,0 +1,32 @@ +
+
+ Badminton Europe + MTLSZ + EON + Extor Energy +
+
+ BM + NSI + Sportoló Nemzet + Omexom + Pelicom + Vario Vision +
+
+ Yonex + xcopy + Culligan + ÉDV Zrt. + Tbusz + Univer +
+
+ + Tatabány + Living Sport + it4all + Tata + +
+
\ No newline at end of file diff --git a/src/app/sponsors/sponsors.spec.ts b/src/app/sponsors/sponsors.spec.ts new file mode 100644 index 0000000..81fd386 --- /dev/null +++ b/src/app/sponsors/sponsors.spec.ts @@ -0,0 +1,22 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { Sponsors } from './sponsors'; + +describe('Sponsors', () => { + let component: Sponsors; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [Sponsors], + }).compileComponents(); + + fixture = TestBed.createComponent(Sponsors); + component = fixture.componentInstance; + await fixture.whenStable(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/src/app/sponsors/sponsors.ts b/src/app/sponsors/sponsors.ts new file mode 100644 index 0000000..eae7db2 --- /dev/null +++ b/src/app/sponsors/sponsors.ts @@ -0,0 +1,17 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'app-sponsors', + imports: [], + templateUrl: './sponsors.html', + styleUrl: './sponsors.css', +}) +export class Sponsors {} + +/** + * 1. sor: BE, MTLSZ, E-On, Extor (ezek egyméretűek, nagyok) +2. sor: BM, Sportintézet, Sportoló Nemzet, Omexom, Pélicom, VarioVision +3. sor: Yonex, XCopy, Culligan, Vízmű, TBusz, Univer +4. sor: Tatabánya, Living Sport, IT4All, Tata +(2-4. sor egyméretűek, kisebbek) + */