Commit c828daea by aksa

Merge branch 'aksa' into 'master'

Aksa See merge request !26
parents 51bd2f3c 859306cd
......@@ -96,7 +96,7 @@
<div class="col-md-5">
<div class="value_col">
<div class="value_img">
<img src="../../../assets/img/vector-smart-object@3x.png" alt="hand">
<img src="../../../assets/img/excellence.png" alt="hand">
</div>
<h6>EXCELLENCE</h6>
<p>We work to inspire and bring innovation to each of our products. Our primary goal is for our clients to excel at all levels of their business. We make sure our products are highly efficient and are customized precisely for success. </p>
......@@ -105,7 +105,7 @@
<div class="col-md-5">
<div class="value_col">
<div class="value_img">
<img src="../../../assets/img/bulb.png" alt="bulb">
<img src="../../../assets/img/creativity.png" alt="bulb">
</div>
<h6>CREATIVITY</h6>
<p>We believe in the power of creativity to transform our products and make them highly captivating. With innovation and perfectionism guiding our team, we strive to deliver premium quality products, in the most artistic form.
......@@ -117,7 +117,7 @@
<div class="col-md-5">
<div class="value_col">
<div class="value_img">
<img src="../../../assets/img/vector-smart-object@3x.png" alt="hand">
<img src="../../../assets/img/cleancode.png" alt="hand">
</div>
<h6>CLEAN CODE</h6>
<p>We ensure adaptability and clarity with each of our products by providing well-structured, easily understandable code, to guarantee 100% customizability and usability, without any compromise in efficiency and performance.</p>
......@@ -126,7 +126,7 @@
<div class="col-md-5">
<div class="value_col">
<div class="value_img">
<img src="../../../assets/img/bulb.png" alt="bulb">
<img src="../../../assets/img/integrity.png" alt="bulb">
</div>
<h6>INTEGRITY</h6>
<p>With effective communication and team work, our workforce upholds integrity and honesty with prime importance. We ensure our quality of integrity and confidence in work is reflected well into each of our products. </p>
......
......@@ -34,7 +34,7 @@
<h5>Need Help</h5>
<li><a href="#!">[email protected]</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a (click)="goToPage('terms')">Terms of Service</a></li>
<li><a (click)="goToPage('privacypolicy')"> Privacy Policy</a></li>
<li><a href="#!">Blogs</a></li>
......
......@@ -14,5 +14,6 @@ export class FooterComponent implements OnInit {
}
goToPage(path,data=null){
this.router.navigateByUrl(path,{queryParams:data});
document.body.scrollTop = document.documentElement.scrollTop = 0;
}
}
......@@ -34,5 +34,6 @@ export class HeaderComponent implements OnInit {
goToPage(path,data=null){
this.router.navigateByUrl(path,{queryParams:data});
document.body.scrollTop = document.documentElement.scrollTop = 0;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment