diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 2423c38..d64a32c 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -30,8 +30,8 @@ import { SignUpComponent } from './sign-up/sign-up.component'; BrowserAnimationsModule, RouterModule.forRoot([ - {path: '', component: FrontpageComponent}, - {path: 'authentication', component: AuthenticationComponent}, + {path: 'dashboard', component: FrontpageComponent}, + {path: '', component: AuthenticationComponent}, {path: 'generator-search', component: GeneratorSearchComponent}, {path: 'statistics', component: StatisticsComponent}, {path: 'warnings', component: WarningsComponent}, diff --git a/src/app/authentication/authentication.component.html b/src/app/authentication/authentication.component.html index 8cac70f..b21624b 100644 --- a/src/app/authentication/authentication.component.html +++ b/src/app/authentication/authentication.component.html @@ -1,18 +1,28 @@ -
-
-
-

Log In

+
+
+
+

Log In

-
- - -
-
- - -
- + +
+ + +
+ +
+ + +
+
+

+
+ The Kinsley Group is a leading energy solutions supplier with a 50 plus year legacy of sales, rental and + service of quality energy systems. Our commercial businesses include Kinsley Power Systems, a top distributor + of industrial and residential KOHLER® generators for over 50 years and Kinsley Energy Systems, representing + prime movers for co-generation, biomass and landfill applications. +

\ No newline at end of file diff --git a/src/app/frontpage/frontpage.component.html b/src/app/frontpage/frontpage.component.html index 080d06c..560cd94 100644 --- a/src/app/frontpage/frontpage.component.html +++ b/src/app/frontpage/frontpage.component.html @@ -1,3 +1,4 @@ +
diff --git a/src/app/header/header.component.css b/src/app/header/header.component.css index e69de29..1a76c27 100644 --- a/src/app/header/header.component.css +++ b/src/app/header/header.component.css @@ -0,0 +1,13 @@ +.nav-link { + padding: 20px; +} +.nav-item { + /* padding-left: 20px; */ + padding-right: 20px; +} +.logo { + float: right; +} +.clearfix { + overflow: auto; +} \ No newline at end of file diff --git a/src/app/header/header.component.html b/src/app/header/header.component.html index 0577edf..5b1d5bc 100644 --- a/src/app/header/header.component.html +++ b/src/app/header/header.component.html @@ -1,12 +1,20 @@ -
+
- Responsive image -
+
+ +
+
\ No newline at end of file diff --git a/src/assets/images/home.png b/src/assets/images/home.png new file mode 100644 index 0000000..f6c0022 Binary files /dev/null and b/src/assets/images/home.png differ diff --git a/src/assets/images/logout.png b/src/assets/images/logout.png new file mode 100644 index 0000000..85948cd Binary files /dev/null and b/src/assets/images/logout.png differ