Skip to content

Commit 725aeaa

Browse files
committed
Updates logo
1 parent fcac82b commit 725aeaa

File tree

6 files changed

+8
-35
lines changed

6 files changed

+8
-35
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ maxAge = "10s"
4444

4545
#################### default parameters ################################
4646
[params]
47-
logo = "images/netcentric-logo.svg"
47+
logo = "images/cognizant-netcentric-logo.svg"
4848
home = "Home"
4949
# Meta data
5050
description = "At Cognizant Netcentric we value open source and encourage everyone internally and externally to contribute to our projects..."
Lines changed: 1 addition & 0 deletions
Loading

static/images/netcentric-logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

themes/influencer-hugo/assets/scss/templates/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.header-logo {
2-
width: 200px;
2+
width: 150px;
33
}
44

55
.navbar-toggler .icon {
Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
2-
/*----------------------
3-
BANNER STYLE
4-
-----------------------*/
5-
6-
.py-7 {
7-
padding: 7.5rem 0;
8-
}
9-
10-
111
/*-------------------------
122
HOME -2
133
-----------------------------*/
144
.banner-main{
5+
background:#F4F7FC;
6+
padding: 6rem 0 0;
157
position: relative;
16-
17-
&:before{
18-
position: absolute;
19-
content: "";
20-
left: 0px;
21-
top:0px;
22-
width: 100%;
23-
background:#F4F7FC;
24-
height: 80%;
25-
26-
}
8+
margin-bottom: 3rem;
279

2810
.icon {
2911
width: 60px;
@@ -39,7 +21,7 @@ h1{
3921
}
4022

4123
.main-banner {
42-
padding: 80px 0px 150px;
24+
padding: 80px 0px;
4325

4426
p{
4527
padding-right: 100px;
@@ -62,12 +44,3 @@ h1{
6244
line-height: 46px
6345
}
6446
}
65-
66-
67-
// @include tablet{
68-
// h1 {
69-
// font-size: 45px;
70-
// line-height: 55px;
71-
// }
72-
// }
73-

themes/influencer-hugo/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{{ if .Site.Data.homepage.banner.enable }}
55
{{ with .Site.Data.homepage.banner }}
6-
<section class="banner-main py-7" id="banner">
6+
<section class="banner-main" id="banner">
77
<div class="container">
88
<div class="row justify-content-between">
99
<div class="col-12">

0 commit comments

Comments
 (0)