Merge pull request #2 from edazdarevic/nina-new

Changed banner-img, some font-sizes and font color
This commit is contained in:
Edin Dazdarevic
2017-11-07 17:44:44 +01:00
committed by GitHub
8 changed files with 26 additions and 26 deletions

View File

@@ -84,7 +84,7 @@ ul,p{
} }
.navbar-default .navbar-nav>li>a { .navbar-default .navbar-nav>li>a {
color: #fff; color: #fff;
font-weight: 500; font-weight: 300;
font-size: 16px; font-size: 16px;
padding: 0px 15px !important; padding: 0px 15px !important;
letter-spacing: 1.2px; letter-spacing: 1.2px;
@@ -172,7 +172,7 @@ ul,p{
} }
/*============================================================*/ /*============================================================*/
.banner{ .banner{
background:url(../img/banner2.png)no-repeat; background:url(../img/banner.png)no-repeat;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-size: cover; background-size: cover;
@@ -180,7 +180,7 @@ ul,p{
} }
.banner h1 { .banner h1 {
font-size: 64px; font-size: 64px;
font-weight: 300; font-weight:200;
color: #fff; color: #fff;
text-align: center; text-align: center;
margin: 0; margin: 0;
@@ -215,10 +215,10 @@ ul,p{
margin: 0; margin: 0;
color: #26245F; color: #26245F;
font-size: 48px; font-size: 48px;
font-weight:500; font-weight:400;
} }
.tag-line { .tag-line {
font-size: 28px; font-size: 24px;
color: #26245F; color: #26245F;
font-weight: 300; font-weight: 300;
} }
@@ -264,9 +264,9 @@ ul,p{
left: 50px; left: 50px;
} }
.details{ .details{
font-size: 30px; font-size: 24px;
color: #898AB9; color: #27255e;;
font-weight: 300; font-weight: 200;
} }
.number-bg { .number-bg {
@@ -302,7 +302,7 @@ ul,p{
font-weight: 500; font-weight: 500;
} }
.details2{ .details2{
color: #898AB9; color:#27255e;;
font-size: 18px; font-size: 18px;
font-weight: 300; font-weight: 300;
} }
@@ -324,7 +324,7 @@ ul,p{
.product{ .product{
font-size: 24px; font-size: 24px;
color: #fff; color: #fff;
font-weight: bold; font-weight: 400;
padding-left: 25px; padding-left: 25px;
} }
.product-hint { .product-hint {
@@ -341,9 +341,9 @@ ul,p{
padding: 70px 0; padding: 70px 0;
} }
.technology .hint{ .technology .hint{
color: #898AB9; color: #27255e;;
margin-top: 10px; margin-top: 10px;
font-weight: 500; font-weight: 300;
} }
/*====================team==================================*/ /*====================team==================================*/
.team{ .team{
@@ -352,8 +352,8 @@ ul,p{
} }
.team .hint{ .team .hint{
color: #898AB9; color: #898ab9;
font-weight: 500; font-weight: 300;
font-size: 14px; font-size: 14px;
} }
.team .heading-tag{ .team .heading-tag{
@@ -431,8 +431,8 @@ footer p, footer ul li a {
font-weight: 300; font-weight: 300;
} }
footer ul li a{ footer ul li a{
color: #C3EA98; color:#adf75c;
font-weight: 500; font-weight: 400;
} }
footer ul li a:hover{ footer ul li a:hover{
color: #fff; color: #fff;
@@ -885,7 +885,7 @@ footer .back-to-top{
background-color: transparent; background-color: transparent;
} }
.banner h1 { .banner h1 {
font-size: 20px; font-size: 30px;
margin-top: 30px; margin-top: 30px;
} }
.what-we-do .space200 { .what-we-do .space200 {
@@ -923,7 +923,7 @@ footer .back-to-top{
width: 80px; width: 80px;
} }
.banner h1 { .banner h1 {
font-size: 16px; font-size: 24px;
} }
.border-box .details2 { .border-box .details2 {
font-size: 15px; font-size: 15px;
@@ -936,4 +936,4 @@ and (max-device-width : 568px)
and (orientation : landscape) { and (orientation : landscape) {
} }

2
dist/all.css vendored

File diff suppressed because one or more lines are too long

BIN
dist/img/banner.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 515 KiB

BIN
dist/img/banner2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 6.6 MiB

6
dist/index.html vendored
View File

@@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> --> <!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> --> <!-- <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> -->
@@ -72,9 +72,9 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-12 header-wrap"> <div class="col-md-12 header-wrap">
<img src="img/logo@3x.svg" class="img-responsive center-block visible-xs" alt="suburly"> <h1>WE <span style="font-weight: 500">DESIGN</span> AND<br>BUILD <span style="font-weight: 500">SOFTWARE</span></h1>
<h1>WE DESIGN AND BUILD<br> SOFTWARE</h1>
</div> </div>
</div> </div>
</div> </div>
<div class="scroll-tag hidden-xs"> <div class="scroll-tag hidden-xs">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 515 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 6.6 MiB

View File

@@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> --> <!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> --> <!-- <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> -->
@@ -72,9 +72,9 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-12 header-wrap"> <div class="col-md-12 header-wrap">
<img src="img/logo@3x.svg" class="img-responsive center-block visible-xs" alt="suburly"> <h1>WE <span style="font-weight: 500">DESIGN</span> AND<br>BUILD <span style="font-weight: 500">SOFTWARE</span></h1>
<h1>WE DESIGN AND BUILD<br> SOFTWARE</h1>
</div> </div>
</div> </div>
</div> </div>
<div class="scroll-tag hidden-xs"> <div class="scroll-tag hidden-xs">