Hello from {{title}}!
- - -
-
- diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html deleted file mode 100644 index 7dc59929..00000000 --- a/src/app/about/about.component.html +++ /dev/null @@ -1,3 +0,0 @@ -
- About Works! -
diff --git a/src/app/about/about.component.scss b/src/app/about/about.component.scss deleted file mode 100644 index b3afa74c..00000000 --- a/src/app/about/about.component.scss +++ /dev/null @@ -1,3 +0,0 @@ -* { - color: #f87c08; -} diff --git a/src/app/about/about.component.spec.ts b/src/app/about/about.component.spec.ts deleted file mode 100644 index 7cbe8d3a..00000000 --- a/src/app/about/about.component.spec.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { TestBed } from '@angular/core/testing'; - -import { AboutComponent } from './about.component'; - -describe('About Component', () => { - beforeEach(() => { - TestBed.configureTestingModule({declarations: [AboutComponent]}); - }); - - it('should ...', () => { - const fixture = TestBed.createComponent(AboutComponent); - fixture.detectChanges(); - expect(fixture.nativeElement.children[0].textContent).toContain('About Works!'); - }); - -}); diff --git a/src/app/about/about.component.ts b/src/app/about/about.component.ts deleted file mode 100644 index a2e4ad51..00000000 --- a/src/app/about/about.component.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'my-about', - templateUrl: './about.component.html', - styleUrls: ['./about.component.scss'] -}) -export class AboutComponent implements OnInit { - - constructor() { - // Do stuff - } - - ngOnInit() { - console.log('Hello About'); - } - -} diff --git a/src/app/app.component.html b/src/app/app.component.html index b3b9f295..f7350790 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,17 +1,2 @@ -
-
- Updating your location and contact information helps you appeal to regional investors + and service providers.
\ No newline at end of file diff --git a/src/app/components/content/content-title/content-title.component.ts b/src/app/components/content/content-title/content-title.component.ts new file mode 100644 index 00000000..e8ae80d7 --- /dev/null +++ b/src/app/components/content/content-title/content-title.component.ts @@ -0,0 +1,10 @@ +import { Component } from '@angular/core'; +@Component({ + moduleId: 'module.id', + selector: 'content-title', + templateUrl: './content-title.html', + styleUrls: ['./content-title.css'] +}) +export class ContentTitleComponent { + +} \ No newline at end of file diff --git a/src/app/components/content/content-title/content-title.css b/src/app/components/content/content-title/content-title.css new file mode 100644 index 00000000..b2a7ce88 --- /dev/null +++ b/src/app/components/content/content-title/content-title.css @@ -0,0 +1,28 @@ +p, button, a, li, h1, span, h2 { + font-family: OpenSans; + font-size: 14px; + line-height: 1; + letter-spacing: 0.5px; +} + +.content-subtitle { + display: inline-block; + text-transform: uppercase; + font-size: 32px; + line-height: 1.47; + letter-spacing: 2px; + color: #b7bdc4; +} + +.content-title { + display: inline-block; + text-transform: uppercase; + font-size: 32px;; + line-height: 1.5; + letter-spacing: 2px; + color: #53687e; +} + +.title { + margin-bottom: 20px; +} \ No newline at end of file diff --git a/src/app/components/content/content-title/content-title.html b/src/app/components/content/content-title/content-title.html new file mode 100644 index 00000000..f6db60ec --- /dev/null +++ b/src/app/components/content/content-title/content-title.html @@ -0,0 +1,4 @@ + +Address:
+
+
+ Primary HQ
+
+
+ {{office.street}}
{{office.city}},
+ {{office.state}} {{office.postalCode}}
{{office.country}}
Phone: {{office.phone}}
+Fax: {{office.fax}}
+Email: {{office.email}}
+3 Offices
+ + +- Home Works! -
diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss deleted file mode 100644 index 5db1e17a..00000000 --- a/src/app/home/home.component.scss +++ /dev/null @@ -1,4 +0,0 @@ -// component styles are encapsulated and only applied to their components -* { - color: #FFEF00; -} diff --git a/src/app/home/home.component.spec.ts b/src/app/home/home.component.spec.ts deleted file mode 100644 index faefc385..00000000 --- a/src/app/home/home.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -// This shows a different way of testing a component, check about for a simpler one -import { Component } from '@angular/core'; - -import { TestBed } from '@angular/core/testing'; - -import { HomeComponent } from './home.component'; - -describe('Home Component', () => { - const html = '