Commit ec78a855 by abraham

final

parent 85782e21
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json", "tsConfig": "src/tsconfig.app.json",
"assets": [ "assets": [
"src/favicon.ico", "src/assets/img/smalllogo.png",
"src/assets" "src/assets"
], ],
"styles": [ "styles": [
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<div class="map_overlay"> <div class="map_overlay">
<h2><div class="h2_style">WHAT IS </div>CODEINFOTEC ?</h2> <h2><div class="h2_style">WHAT IS </div>CODEINFOTEC ?</h2>
<hr> <hr>
<h5>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h5> <h5>Let’s together create the best apps, the way you want it</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <p>We believe in the power of technology to change businesses and lives. We take pride in our passionate team of developers and designers, working hard to make sure that our apps converge with your ideas. We provide Smart Ready-To-Use App Solutions to startups, entrepreneurs and developers.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publis.</p> <p>At CodeInfo Tec, we work to inspire and bring innovation with each of our products. Our smartly engineered Ready-made Mobile Apps will help you kickstart your business in no time . We take special care to ensure that our products are cost effective and highly customizable. We always try to impress and exceed the client’s expectations with fast turnaround time and quality products. We enjoy developing your idea with technology and strategic development. Engage with us and let's take your business to the next level.</p>
</div> </div>
<div class="our_process"> <div class="our_process">
<div class="our_process_bg"> <div class="our_process_bg">
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
padding-top: 150px; padding-top: 150px;
.map_overlay{ .map_overlay{
margin: 0 auto; margin: 0 auto;
background-size: 100%; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
max-width: 1319px; max-width: 1160px;
background-image: url("../../../assets//img/map_about.png"); background-image: url("../../../assets//img/map_about.png");
padding-bottom: 85px; padding-bottom: 170px;
h2{ h2{
padding-top: 72px; padding-top: 72px;
object-fit: contain; object-fit: contain;
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
color: #464646; color: #464646;
} }
p{ p{
max-width: 1116px;
object-fit: contain; object-fit: contain;
font-family: Roboto; font-family: Roboto;
font-size: 15px; font-size: 15px;
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
<div class="row"> <div class="row">
<div class="col-md-5"> <div class="col-md-5">
<div class="left_side"> <div class="left_side">
<span class="lorem">Lorem</span><span class="ipsum"> Ipsum </span><br> <span class="lorem">We</span><span class="ipsum"> Create</span><br>
is simply dummy text Customizable & Scalable Apps
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the</p> <p> Jumpstart your business with our cost-effective, ready-made and highly customizable apps, made by our team of creative app developers.</p>
<div class="get_info" href="#"> <div class="get_info" href="#">
Get info Get info
<img src="../../../assets/img/asset_white_arrow.png" alt="arrow"> <img src="../../../assets/img/asset_white_arrow.png" alt="arrow">
......
...@@ -7,16 +7,16 @@ ...@@ -7,16 +7,16 @@
<div class="collapse navbar-collapse" id="collapsibleNavbar"> <div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav"> <ul class="navbar-nav">
<li class="nav-item"> <li class="nav-item">
<a class="Text-Style nav-link" href="#">Home</a> <a class="Text-Style nav-link">Home</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="Text-Style nav-link" href="about">About us</a> <a class="Text-Style nav-link" (click)="goToPage('about')">About us</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="Text-Style nav-link" href="products">Products</a> <a class="Text-Style nav-link" (click)="goToPage('products')">Products</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="Text-Style nav-link" href="contact">Contact us</a> <a class="Text-Style nav-link" (click)="goToPage('contact')">Contact us</a>
</li> </li>
<div class="icon_box"><img class="icon_facebook" src="../../assets/img/[email protected]"></div> <div class="icon_box"><img class="icon_facebook" src="../../assets/img/[email protected]"></div>
<div class="icon_box"><img class="icon_twitter" src="../../assets/img/[email protected]"></div> <div class="icon_box"><img class="icon_twitter" src="../../assets/img/[email protected]"></div>
......
...@@ -19,6 +19,7 @@ nav{ ...@@ -19,6 +19,7 @@ nav{
li{ li{
width: 101px; width: 101px;
height: 41px; height: 41px;
border: 2px solid transparent;
a{ a{
width: 100%; width: 100%;
height: 100%; height: 100%;
......
import { Component, OnInit } from '@angular/core'; import { Component, OnInit } from '@angular/core';
import { Router,ActivatedRoute } from '@angular/router';
import * as $ from 'jquery'; import * as $ from 'jquery';
...@@ -9,7 +10,11 @@ declare const window: any; ...@@ -9,7 +10,11 @@ declare const window: any;
styleUrls: ['./header.component.scss'] styleUrls: ['./header.component.scss']
}) })
export class HeaderComponent implements OnInit { export class HeaderComponent implements OnInit {
constructor() { constructor(
private router: Router,
private route: ActivatedRoute
) {
$(window).scroll(function(){ $(window).scroll(function(){
...@@ -27,4 +32,7 @@ export class HeaderComponent implements OnInit { ...@@ -27,4 +32,7 @@ export class HeaderComponent implements OnInit {
ngOnInit() { ngOnInit() {
} }
goToPage(path,data=null){
this.router.navigateByUrl(path,{queryParams:data});
}
} }
...@@ -419,6 +419,11 @@ nav{ ...@@ -419,6 +419,11 @@ nav{
margin-left: 1px !important; margin-left: 1px !important;
} }
} }
.col-md-7{
.right_side{
margin-right: 1px !important;
}
}
} }
} }
} }
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<base href="/"> <base href="/">
<script src="https://kit.fontawesome.com/d37b6e51ed.js"></script> <script src="https://kit.fontawesome.com/d37b6e51ed.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="./assets/img/smalllogo.png">
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>
......
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