Skip to content

Commit cb9bfca

Browse files
committed
Remove blog and add social icons
1 parent 8a2857e commit cb9bfca

File tree

15 files changed

+59
-110
lines changed

15 files changed

+59
-110
lines changed

config.toml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,41 @@ maxAge = "10s"
1818
[menu]
1919

2020
[[menu.main]]
21-
name = "About"
22-
URL = "about"
21+
name = "Projects"
22+
URL = "https://github.com/orgs/Netcentric/repositories"
2323
weight = 1
2424

2525
[[menu.main]]
26-
name = "Projects"
27-
URL = "https://github.com/orgs/Netcentric/repositories"
26+
name = "Blog"
27+
URL = "https://www.netcentric.biz/insights/blog.html"
2828
weight = 2
2929

3030
[[menu.main]]
31-
name = "Code of Conduct"
32-
URL = "code-of-conduct"
31+
name = "About"
32+
URL = "about"
3333
weight = 3
3434

3535
[[menu.main]]
36-
name = "Blog"
37-
URL = "blog"
36+
name = "Code of Conduct"
37+
URL = "code-of-conduct"
3838
weight = 4
3939

40-
4140
#################### default parameters ################################
4241
[params]
4342
logo = "images/netcentric-logo.svg"
4443
home = "Home"
4544
# Meta data
4645
description = "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects..."
4746
author = "Themefisher"
47+
careerssite = "https://www.netcentric.biz/jobs.html"
4848
[params.copyright]
4949
text = "Netcentric, A Cognizant Digital Business"
5050
link = "https://www.netcentric.biz/"
5151

52+
[params.social]
53+
twitter = "https://www.linkedin.com/company/netcentric-a-cognizant-digital-business/"
54+
linkedin = "https://www.linkedin.com/company/netcentric-a-cognizant-digital-business/"
55+
5256
# Preloader
5357
[params.preloader]
5458
enable = true

content/blog/2022-01-09.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/blog/2022-01-10.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

content/blog/_index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

data/homepage.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
########################## Banner #############################
22
banner:
33
enable : true
4-
title : "We ❤️ Open Source"
5-
image : "images/about/book.png"
64
content : "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects."
75
cta:
86
text: "Checkout our repos"
@@ -33,7 +31,13 @@ projects:
3331

3432
################################ Blog ###################################
3533
blog:
36-
enable : true
34+
enable : false
3735
title : "Blog"
3836
subtitle : "Updates and milestones of our open source projects"
3937
# blog post comes from 'content/blog'
38+
39+
################################ Blog ###################################
40+
careers:
41+
enable : true
42+
title : "Careers"
43+
subtitle : "Like what you see? We're hiring!"

static/images/icons/heart.svg

Lines changed: 1 addition & 0 deletions
Loading

static/images/icons/linkedin.svg

Lines changed: 1 addition & 0 deletions
Loading

static/images/icons/twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-----------------------*/
55

66
.footer{
7-
padding: 80px 0px 20px 0px;
7+
padding-bottom: 20px;
88

99
a {
1010
color: $black;

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
/*-------------------------
12-
HOME -2
12+
HOME -2
1313
-----------------------------*/
1414
.banner-main{
1515
position: relative;
@@ -24,6 +24,10 @@
2424
height: 80%;
2525

2626
}
27+
28+
.icon {
29+
width: 60px;
30+
}
2731
}
2832

2933

0 commit comments

Comments
 (0)