intial
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
angular.json
0 → 100644
e2e/protractor.conf.js
0 → 100644
e2e/src/app.e2e-spec.ts
0 → 100644
e2e/src/app.po.ts
0 → 100644
e2e/tsconfig.e2e.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "codeinfotec", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "~7.2.0", | ||
"@angular/common": "~7.2.0", | ||
"@angular/compiler": "~7.2.0", | ||
"@angular/core": "~7.2.0", | ||
"@angular/forms": "~7.2.0", | ||
"@angular/platform-browser": "~7.2.0", | ||
"@angular/platform-browser-dynamic": "~7.2.0", | ||
"@angular/router": "~7.2.0", | ||
"angular-font-awesome": "^3.1.2", | ||
"bootstrap": "^4.3.1", | ||
"core-js": "^2.5.4", | ||
"font-awesome": "^4.7.0", | ||
"jquery": "^3.4.1", | ||
"rxjs": "~6.3.3", | ||
"tslib": "^1.9.0", | ||
"zone.js": "~0.8.26" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.13.0", | ||
"@angular/cli": "~7.3.9", | ||
"@angular/compiler-cli": "~7.2.0", | ||
"@angular/language-service": "~7.2.0", | ||
"@types/node": "~8.9.4", | ||
"@types/jasmine": "~2.8.8", | ||
"@types/jasminewd2": "~2.0.3", | ||
"codelyzer": "~4.5.0", | ||
"jasmine-core": "~2.99.1", | ||
"jasmine-spec-reporter": "~4.2.1", | ||
"karma": "~4.0.0", | ||
"karma-chrome-launcher": "~2.2.0", | ||
"karma-coverage-istanbul-reporter": "~2.0.1", | ||
"karma-jasmine": "~1.1.2", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"protractor": "~5.4.0", | ||
"ts-node": "~7.0.0", | ||
"tslint": "~5.11.0", | ||
"typescript": "~3.2.2" | ||
} | ||
} |
src/app/app-routing.module.ts
0 → 100644
src/app/app.component.html
0 → 100644
src/app/app.component.scss
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/body/aboutus/aboutus.component.html
0 → 100644
<div class="about"> | ||
<div class="map_overlay"> | ||
<h2><div class="h2_style">WHAT IS </div>CODEINFOTEC ?</h2> | ||
<hr> | ||
<h5>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</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>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> | ||
</div> | ||
<div class="our_process"> | ||
<div class="our_process_bg"> | ||
<h3>Our Process</h3> | ||
<hr> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="our_process_img"> | ||
<img src="../../../assets/img/circle_one.png"> | ||
</div> | ||
<div class="our_process_contents"> | ||
<div class="process_line"></div> | ||
<h4 class="discover_color">Discover</h4> | ||
<p>Many aspects need to be taken into consideration when website is created. It involves a good understanding of brand value, company details, targeted audience and many more</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="our_process_img"> | ||
<img src="../../../assets/img/circle_two.png"> | ||
</div> | ||
<div class="our_process_contents"> | ||
<div class="process_line"></div> | ||
<h4 class="concept_color">Concept</h4> | ||
<p>We apply what we know about your business against research to help define our first steps forward as well as highlight potential opportunities with the new design.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="our_process_img"> | ||
<img src="../../../assets/img/circle_three.png"> | ||
</div> | ||
<div class="our_process_contents"> | ||
<div class="process_line"></div> | ||
<h4 class="design_color">Design</h4> | ||
<p>Now we have an understanding of all the elements, we will start working closely with you to develop your chosen design and create further pages</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="our_process_img"> | ||
<img src="../../../assets/img/circle_four.png"> | ||
</div> | ||
<div class="our_process_contents"> | ||
<h4 class="build_color">Build</h4> | ||
<p>Once You approve the final design for your website,we move towards the next step and our developers get started with the coding</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
<div class="anim_background"> | ||
<div class="anim_background_overlay"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-3"> | ||
<h3>300+</h3> | ||
<h5>Active Clients</h5> | ||
</div> | ||
<div class="col-md-3"> | ||
<h3>5000+</h3> | ||
<h5>Sales</h5> | ||
</div> | ||
<div class="col-md-3"> | ||
<h3>35+</h3> | ||
<h5>Products</h5> | ||
</div> | ||
<div class="col-md-3"> | ||
<h3>80%+</h3> | ||
<h5>Satisfied Clients</h5> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="our_values"> | ||
<h3>Our Values</h3> | ||
<hr> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-5"> | ||
<div class="value_col"> | ||
<div class="value_img"> | ||
<img src="../../../assets/img/[email protected]" alt="hand"> | ||
</div> | ||
<h6>EXCELLENCE</h6> | ||
<p>Every successful business focuses on excellence. We expect the highest level of service for our clients and we expect our clients to share this value in their businesses. Our partnership with you is a reflection on us, and vice versa.</p> | ||
</div> | ||
</div> | ||
<div class="col-md-5"> | ||
<div class="value_col"> | ||
<div class="value_img"> | ||
<img src="../../../assets/img/bulb.png" alt="bulb"> | ||
</div> | ||
<h6>CREATIVITY</h6> | ||
<p>Every successful business focuses on excellence. We expect the highest level of service for our clients and we expect our clients to share this value in their businesses. Our partnership with you is a reflection on us, and vice versa.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-5"> | ||
<div class="value_col"> | ||
<div class="value_img"> | ||
<img src="../../../assets/img/[email protected]" alt="hand"> | ||
</div> | ||
<h6>INTEGRATION</h6> | ||
<p>Every successful business focuses on excellence. We expect the highest level of service for our clients and we expect our clients to share this value in their businesses. Our partnership with you is a reflection on us, and vice versa.</p> | ||
</div> | ||
</div> | ||
<div class="col-md-5"> | ||
<div class="value_col"> | ||
<div class="value_img"> | ||
<img src="../../../assets/img/bulb.png" alt="bulb"> | ||
</div> | ||
<h6>INTEGRITY</h6> | ||
<p>Every successful business focuses on excellence. We expect the highest level of service for our clients and we expect our clients to share this value in their businesses. Our partnership with you is a reflection on us, and vice versa.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
src/app/body/aboutus/aboutus.component.scss
0 → 100644
.about{ | ||
padding-top: 150px; | ||
.map_overlay{ | ||
margin: 0 auto; | ||
background-size: 100%; | ||
background-repeat: no-repeat; | ||
max-width: 1319px; | ||
background-image: url("../../../assets//img/map_about.png"); | ||
padding-bottom: 85px; | ||
h2{ | ||
padding-top: 72px; | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 48px; | ||
font-weight: 900; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 1.04; | ||
letter-spacing: normal; | ||
text-align: center; | ||
color: #171717; | ||
} | ||
.h2_style{ | ||
color: #67af05; | ||
display: inline; | ||
} | ||
hr{ | ||
border: 5px solid rgb(125,181,50); | ||
width: 57px; | ||
background-color: rgb(125,181,50); | ||
} | ||
h5{ | ||
margin-top: 30px; | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 22px; | ||
font-weight: 500; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 2.59; | ||
letter-spacing: normal; | ||
text-align: center; | ||
color: #464646; | ||
} | ||
p{ | ||
max-width: 1116px; | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 15px; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 1.8; | ||
margin: 0 auto; | ||
letter-spacing: normal; | ||
text-align: center; | ||
color: #464646; | ||
margin-bottom: 0px; | ||
} | ||
} | ||
.our_process{ | ||
background-image: url("../../../assets/img/[email protected]"); | ||
background-repeat: no-repeat; | ||
background-size: 100%; | ||
text-align: center; | ||
.our_process_bg{ | ||
background-color: rgba(244, 244, 244,.6); | ||
padding-bottom: 40px; | ||
h3{ | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 40px; | ||
font-weight: bold; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 0.68; | ||
letter-spacing: normal; | ||
text-align: center; | ||
color: #171717; | ||
padding-top: 50px; | ||
} | ||
hr{ | ||
border: 3px solid rgb(125,181,50); | ||
width: 47px; | ||
background-color: rgb(125,181,50); | ||
} | ||
.container{ | ||
.row{ | ||
.col{ | ||
padding-top: 50px; | ||
text-align: left; | ||
.our_process_img{ | ||
margin-right: 40px; | ||
width: auto; | ||
height: 80px; | ||
vertical-align: top; | ||
float: left; | ||
img{ | ||
height: 100%; | ||
width: 100%; | ||
} | ||
} | ||
.our_process_contents{ | ||
float: left; | ||
width: calc(100% - 125px); | ||
position: relative; | ||
height: 100%; | ||
.process_line{ | ||
position: absolute; | ||
border-left: 2px solid #000000; | ||
height: inherit; | ||
top: 50px; | ||
left:-80px; | ||
z-index: -1; | ||
} | ||
h4{ | ||
text-align: left !important; | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 22px; | ||
font-weight: 500; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 1.23; | ||
letter-spacing: normal; | ||
text-align: center; | ||
} | ||
.discover_color{ | ||
color: #d20710; | ||
} | ||
.concept_color{ | ||
color: #059cce; | ||
} | ||
.design_color{ | ||
color: #ea890b; | ||
} | ||
.build_color{ | ||
color: #1ab121; | ||
} | ||
p{ | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 18px; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 1.5; | ||
letter-spacing: normal; | ||
text-align: justify; | ||
color: #464646; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
.anim_background{ | ||
background:url("../../../assets/img/asset_background.png"); | ||
background-repeat: no-repeat; | ||
background-size: 100%; | ||
background-attachment: fixed; | ||
.anim_background_overlay{ | ||
background-color: rgb(23, 29, 33); | ||
filter: opacity(.9); | ||
.container{ | ||
.row{ | ||
padding-top: 80px; | ||
padding-bottom: 80px; | ||
.col-md-3{ | ||
border-right: 1px solid ; | ||
border-color: #777676; | ||
h3{ | ||
text-align: center !important; | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 64px; | ||
font-weight: 300; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 0.74; | ||
letter-spacing: normal; | ||
text-align: left; | ||
color: #ffffff; | ||
} | ||
h5{ | ||
text-align: center !important; | ||
object-fit: contain; | ||
font-family: Myriad Pro; | ||
font-size: 27.5px; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 1.73; | ||
letter-spacing: normal; | ||
text-align: left; | ||
color: #ffffff; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
.our_values{ | ||
text-align: center; | ||
h3{ | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 40px; | ||
font-weight: bold; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 0.68; | ||
letter-spacing: normal; | ||
text-align: center; | ||
color: #171717; | ||
padding-top: 50px; | ||
} | ||
hr{ | ||
border: 3px solid rgb(125,181,50); | ||
width: 47px; | ||
background-color: rgb(125,181,50); | ||
} | ||
.container{ | ||
margin-top: 50px; | ||
.row{ | ||
justify-content: space-around; | ||
.col-md-5{ | ||
.value_col{ | ||
.value_img{ | ||
height: 90px; | ||
width: 90px; | ||
img{ | ||
height: 100%; | ||
width: auto; | ||
} | ||
} | ||
h6{ | ||
padding-top: 25px; | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 22px; | ||
font-weight: 500; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 1.23; | ||
letter-spacing: normal; | ||
text-align: left; | ||
color: #000000; | ||
} | ||
p{ | ||
padding-top: 25px; | ||
object-fit: contain; | ||
font-family: Roboto; | ||
font-size: 15px; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-stretch: normal; | ||
line-height: 1.8; | ||
letter-spacing: normal; | ||
text-align: justify; | ||
color: #000000; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
src/app/body/aboutus/aboutus.component.ts
0 → 100644
src/app/body/body-routing.module.ts
0 → 100644
src/app/body/body.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/header/header.component.html
0 → 100644
<nav class="navbar navbar-expand-sm"> | ||
<div class="container"> | ||
<div class="logo" href="#"><img src="../../assets/img/vector-smart-object.png"></div> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> | ||
<span class="navbar-toggler-icon"><i class="fa fa-bars"></i></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="collapsibleNavbar"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="Text-Style nav-link" href="#">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="Text-Style nav-link" href="about">About us</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="Text-Style nav-link" href="#">Products</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="Text-Style nav-link" href="#">Contact us</a> | ||
</li> | ||
<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_google" src="../../assets/img/[email protected]"></div> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
\ No newline at end of file |
src/app/header/header.component.scss
0 → 100644
src/app/header/header.component.spec.ts
0 → 100644
src/app/header/header.component.ts
0 → 100644
src/assets/.gitkeep
0 → 100644
src/assets/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/asset_background.png
0 → 100644
721 KB
src/assets/img/asset_badge_1.png
0 → 100644
5.81 KB
src/assets/img/asset_badge_2.png
0 → 100644
6.22 KB
src/assets/img/asset_badge_3.png
0 → 100644
4.69 KB
src/assets/img/asset_badge_4.png
0 → 100644
8.62 KB
src/assets/img/asset_badge_5.png
0 → 100644
4.87 KB
src/assets/img/asset_badge_6.png
0 → 100644
5.69 KB
src/assets/img/asset_badge_7.png
0 → 100644
4.62 KB
src/assets/img/asset_badge_8.png
0 → 100644
1.96 KB
src/assets/img/asset_banner_img.png
0 → 100644
204 KB
src/assets/img/asset_poster_five.png
0 → 100644
210 KB
src/assets/img/asset_poster_four.png
0 → 100644
175 KB
src/assets/img/asset_poster_one.png
0 → 100644
151 KB
src/assets/img/asset_poster_six.png
0 → 100644
207 KB
src/assets/img/asset_poster_three.png
0 → 100644
251 KB
src/assets/img/asset_poster_two.png
0 → 100644
111 KB
src/assets/img/asset_white_arrow.png
0 → 100644
260 Bytes
src/assets/img/bulb.png
0 → 100644
8.65 KB
src/assets/img/call_cab.png
0 → 100644
8.96 KB
src/assets/img/circle_four.png
0 → 100644
3.29 KB
src/assets/img/circle_one.png
0 → 100644
4.19 KB
src/assets/img/circle_three.png
0 → 100644
2.91 KB
src/assets/img/circle_two.png
0 → 100644
3.2 KB
src/assets/img/[email protected]
0 → 100644
2.93 KB
src/assets/img/[email protected]
0 → 100644
966 Bytes
src/assets/img/[email protected]
0 → 100644
2.24 KB
src/assets/img/map_about.png
0 → 100644
985 KB
src/assets/img/[email protected]
0 → 100644
8.72 KB
src/assets/img/vector-smart-object.png
0 → 100644
5.99 KB
src/assets/img/[email protected]
0 → 100644
11 KB
src/assets/img/world-map-146505-960-720.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/[email protected]
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/responsive.scss
0 → 100644
src/browserslist
0 → 100644
src/environments/environment.prod.ts
0 → 100644
src/environments/environment.ts
0 → 100644
src/favicon.ico
0 → 100644
File added
src/index.html
0 → 100644
src/karma.conf.js
0 → 100644
src/main.ts
0 → 100644
src/polyfills.ts
0 → 100644
src/styles.scss
0 → 100644
src/test.ts
0 → 100644
src/tsconfig.app.json
0 → 100644
src/tsconfig.spec.json
0 → 100644
src/tslint.json
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644