diff --git a/ng8-seed/src/app/components/project-list/project-list.component.html b/ng8-seed/src/app/components/project-list/project-list.component.html index 1aaffd4..bf80174 100644 --- a/ng8-seed/src/app/components/project-list/project-list.component.html +++ b/ng8-seed/src/app/components/project-list/project-list.component.html @@ -366,6 +366,60 @@ --> + +
+
Our Clients
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
-
+
-
+
-
+
+ + + + diff --git a/ng8-seed/src/app/dashboard/dashboard.component.scss b/ng8-seed/src/app/dashboard/dashboard.component.scss index 8c4f4bb..ee9ec91 100644 --- a/ng8-seed/src/app/dashboard/dashboard.component.scss +++ b/ng8-seed/src/app/dashboard/dashboard.component.scss @@ -678,8 +678,9 @@ hr{ .container { + min-width: auto !important; position: relative; - width: 200%; + width: 100% !important; margin-left: -2px; // margin-right: 100px; } @@ -687,12 +688,13 @@ hr{ .image { opacity: 1; display: block; - width: 156%; + width: auto; position: relative; // padding:40px; height: auto; transition: .5s ease; backface-visibility: hidden; + box-shadow: 10px 10px 60px 0 rgba(0,0,0,.75) !important; } .middle { @@ -700,7 +702,7 @@ hr{ opacity: 0; position: absolute; top: 50%; - left: 76%; + left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; diff --git a/ng8-seed/src/app/dashboard/dashboard.component.ts b/ng8-seed/src/app/dashboard/dashboard.component.ts index f8d0125..53530e8 100644 --- a/ng8-seed/src/app/dashboard/dashboard.component.ts +++ b/ng8-seed/src/app/dashboard/dashboard.component.ts @@ -7,8 +7,8 @@ import { Component } from '@angular/core'; }) export class DashboardComponent { txt:string; - height:string="550px" - width:string="500px;" + height:string="400px" + width:string="300px;" imageSources=[{ // url:'https://cdn.vox-cdn.com/uploads/chorus_image/image/56748793/dbohn_170625_1801_0018.0.0.jpg', url:'assets/images/csr-img/IMG_2535.jpg', diff --git a/ng8-seed/src/assets/images/csr-img/logo.jpg b/ng8-seed/src/assets/images/csr-img/logo.jpg new file mode 100644 index 0000000..93e5766 Binary files /dev/null and b/ng8-seed/src/assets/images/csr-img/logo.jpg differ