Skip to content

Commit

Permalink
ui make up
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Aug 29, 2021
1 parent 45cab4a commit aca5abb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
<a [href]="environment.social.twitter.url + '/' + environment.oth.social.twitter" target="_blank">
<i [style.color]="option.style.themeColor" [class]="'fab fa-' + environment.social.twitter.cssClass + ' fa-2x fa-fw'"></i>
</a>
<a [href]="'https://github.com/' + environment.oth.social.github"
target="_blank">
<i [style.color]="option.style.themeColor" [class]="'fab fa-' + environment.social.github.cssClass + ' fa-2x fa-fw'"></i>
</a>
<a [href]="'https://www.producthunt.com/' + environment.oth.social.productHunt"
target="_blank">
<i [style.color]="option.style.themeColor" [class]="'fab fa-' + environment.social.productHunt.cssClass + ' fa-2x fa-fw'"></i>
</a>
<a [href]="environment.social.linkedin.url + '/company/' + environment.oth.social.linkedin"
target="_blank">
<i [style.color]="option.style.themeColor" [class]="'fab fa-' + environment.social.linkedin.cssClass + ' fa-2x fa-fw'"></i>
Expand Down
18 changes: 9 additions & 9 deletions src/app/page/raw-landing-layout/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ <h6>
</a>
</div>
</div>
<div class="in-page-title">
<h4 class="testimonial-header">Customer reviews</h4>
<h6 class="testimonial-description">What our customers are saying...</h6>
</div>
<div class="card-area">
<app-testimonial-card [option]="option1" [marginTop]="'235px'" [minHeight]="'50px'"></app-testimonial-card>
<app-testimonial-card [option]="option2" [marginTop]="'180px'" [minHeight]="'156px'"></app-testimonial-card>
<app-testimonial-card [option]="option3" [marginTop]="'119px'" [minHeight]="'217px'"></app-testimonial-card>
</div>
<app-swiper-wrapper></app-swiper-wrapper>
<div class="features">
<h4>Micro servers for your needs</h4>
Expand Down Expand Up @@ -153,14 +162,5 @@ <h6>
</div>
</div>
</div>
<div class="in-page-title">
<h2 class="testimonial-header">Customer reviews</h2>
<p class="testimonial-description">What our customers are saying...</p>
</div>
<div class="card-area">
<app-testimonial-card [option]="option1" [marginTop]="'235px'" [minHeight]="'50px'"></app-testimonial-card>
<app-testimonial-card [option]="option2" [marginTop]="'180px'" [minHeight]="'156px'"></app-testimonial-card>
<app-testimonial-card [option]="option3" [marginTop]="'119px'" [minHeight]="'217px'"></app-testimonial-card>
</div>
<app-cookies></app-cookies>
</div>

0 comments on commit aca5abb

Please sign in to comment.