Finish page backgrounds and buttons rebranding
This commit is contained in:
@@ -1,30 +1,66 @@
|
|||||||
|
$main-color: #6BFDB1;
|
||||||
|
$blue1-color: #01BACE;
|
||||||
|
$blue2-color: #0D4F76;
|
||||||
|
$darkblue-color: #081420;
|
||||||
.navbar{
|
.navbar{
|
||||||
background: #0d4f76;
|
background: $blue2-color;
|
||||||
}
|
}
|
||||||
.site-navigation .nav-item .nav-link {
|
.site-navigation .nav-item .nav-link {
|
||||||
color: #6bfdb1
|
color: $main-color;
|
||||||
}
|
}
|
||||||
.btn-primary{
|
.btn-primary{
|
||||||
background:#01bace
|
background: $blue1-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:hover{
|
.btn-primary:hover{
|
||||||
background:#017380
|
background:#017380;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
color: #6bfdb1 !important
|
color: $main-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
$bg-blur: rgba(#000, 0.4);
|
$bg-blur: rgba($darkblue-color, 0.4);
|
||||||
.site-hero-content {
|
.site-hero-content {
|
||||||
background-color: $bg-blur;
|
background-color: $bg-blur;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-hero-content h1 {
|
.site-hero-content h1 {
|
||||||
color: #6bfdb1 !important;
|
color: $main-color !important;
|
||||||
}
|
}
|
||||||
.site-hero-content h6 {
|
.site-hero-content h6 {
|
||||||
color: #6bfdb1 !important;
|
color: $main-color !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-project, .site-blog, .site-project-single-section {
|
||||||
|
background: $blue1-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-project-header, .site-blog-header{
|
||||||
|
background: $blue1-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-project-item-content, .site-blog-post-content{
|
||||||
|
background-color: $blue2-color
|
||||||
|
}
|
||||||
|
.site-blog-post{
|
||||||
|
background-color: $blue2-color
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title{
|
||||||
|
background-color: $bg-blur;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-project-pagination .pagination .page-item .page-link{
|
||||||
|
background: $blue2-color;
|
||||||
|
}
|
||||||
|
.site-blog-pagination .pagination .page-item .page-link{
|
||||||
|
background: $blue2-color;
|
||||||
|
}
|
||||||
|
.site-project-pagination .pagination .page-item.active .page-link{
|
||||||
|
background: $main-color;
|
||||||
|
}
|
||||||
|
.site-blog-pagination .pagination .page-item.active .page-link{
|
||||||
|
background: $main-color;
|
||||||
}
|
}
|
||||||
|
|||||||
17
config.toml
17
config.toml
@@ -1,4 +1,4 @@
|
|||||||
baseURL = "http://example.org/"
|
baseURL = "https://dev.nextia.space/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Nextia | Maker movement in Mexico"
|
title = "Nextia | Maker movement in Mexico"
|
||||||
theme = "roxo-hugo"
|
theme = "roxo-hugo"
|
||||||
@@ -11,10 +11,10 @@ summarylength = 25
|
|||||||
name = "Home"
|
name = "Home"
|
||||||
url = ""
|
url = ""
|
||||||
weight = 1
|
weight = 1
|
||||||
[[menu.nav]]
|
#[[menu.nav]]
|
||||||
name = "About"
|
#name = "About"
|
||||||
url = "about"
|
#url = "about"
|
||||||
weight = 2
|
#weight = 2
|
||||||
[[menu.nav]]
|
[[menu.nav]]
|
||||||
name = "Portfolio"
|
name = "Portfolio"
|
||||||
url = "portfolio"
|
url = "portfolio"
|
||||||
@@ -82,7 +82,9 @@ summarylength = 25
|
|||||||
enable = true
|
enable = true
|
||||||
title = "RECENT BLOG ENTRIES"
|
title = "RECENT BLOG ENTRIES"
|
||||||
subtitle = "Tutorials, development anecdotes and think pieces."
|
subtitle = "Tutorials, development anecdotes and think pieces."
|
||||||
|
view_entry = "view entry"
|
||||||
read_more = "READ MORE"
|
read_more = "READ MORE"
|
||||||
|
scroll_down = "scroll down"
|
||||||
|
|
||||||
[params.portfolio]
|
[params.portfolio]
|
||||||
enable = false
|
enable = false
|
||||||
@@ -107,13 +109,12 @@ summarylength = 25
|
|||||||
[params.footer.contactInfo]
|
[params.footer.contactInfo]
|
||||||
title = "Contact Info"
|
title = "Contact Info"
|
||||||
address = "713 Elmwood St.<br>Prior Lake, MN 55372"
|
address = "713 Elmwood St.<br>Prior Lake, MN 55372"
|
||||||
phone = "409-896-1444"
|
email = "bh365@protonmail.com"
|
||||||
email = "info@roxo.co"
|
|
||||||
# Footer Sitemap
|
# Footer Sitemap
|
||||||
[params.footer.sitemap]
|
[params.footer.sitemap]
|
||||||
title = "Sitemap"
|
title = "Sitemap"
|
||||||
[[params.footer.sitemap.link]]
|
[[params.footer.sitemap.link]]
|
||||||
name = "About Company"
|
name = "About"
|
||||||
url = "about"
|
url = "about"
|
||||||
[[params.footer.sitemap.link]]
|
[[params.footer.sitemap.link]]
|
||||||
name = "Projects"
|
name = "Projects"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ title: "Design Inspiration: The Best Projects From December"
|
|||||||
date: 2019-12-24T13:45:06+06:00
|
date: 2019-12-24T13:45:06+06:00
|
||||||
image: images/blog/blog-post-04.jpg
|
image: images/blog/blog-post-04.jpg
|
||||||
feature_image: images/blog/blog-details-image.jpg
|
feature_image: images/blog/blog-details-image.jpg
|
||||||
|
category: ["EXAMPLE"]
|
||||||
author: Alexender Schoitiz
|
author: Alexender Schoitiz
|
||||||
---
|
---
|
||||||
### Black Lines brand identity, by & Smith
|
### Black Lines brand identity, by & Smith
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ title: "Design Inspiration: The Best Projects From November"
|
|||||||
date: 2019-12-24T13:36:06+06:00
|
date: 2019-12-24T13:36:06+06:00
|
||||||
image: images/blog/blog-post-02.jpg
|
image: images/blog/blog-post-02.jpg
|
||||||
feature_image: images/blog/blog-details-image.jpg
|
feature_image: images/blog/blog-details-image.jpg
|
||||||
|
category: ["EXAMPLE"]
|
||||||
author: Alexender Schoitiz
|
author: Alexender Schoitiz
|
||||||
---
|
---
|
||||||
### Black Lines brand identity, by & Smith
|
### Black Lines brand identity, by & Smith
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ title: "Pt Chooses Classic Blue for Its Colour of the Year 2020"
|
|||||||
date: 2019-12-24T13:32:54+06:00
|
date: 2019-12-24T13:32:54+06:00
|
||||||
image: images/blog/blog-post-03.jpg
|
image: images/blog/blog-post-03.jpg
|
||||||
feature_image: images/blog/blog-details-image.jpg
|
feature_image: images/blog/blog-details-image.jpg
|
||||||
|
category: ["EXAMPLE"]
|
||||||
author: Alexender Schoitiz
|
author: Alexender Schoitiz
|
||||||
---
|
---
|
||||||
### Black Lines brand identity, by & Smith
|
### Black Lines brand identity, by & Smith
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ title: "The 10 Biggest Rebrands and Logo Designs of 2019"
|
|||||||
date: 2019-12-24T13:40:00+06:00
|
date: 2019-12-24T13:40:00+06:00
|
||||||
image: images/blog/blog-post-01.jpg
|
image: images/blog/blog-post-01.jpg
|
||||||
feature_image: images/blog/blog-details-image.jpg
|
feature_image: images/blog/blog-details-image.jpg
|
||||||
|
category: ["EXAMPLE"]
|
||||||
author: Alexender Schoitiz
|
author: Alexender Schoitiz
|
||||||
---
|
---
|
||||||
### Black Lines brand identity, by & Smith
|
### Black Lines brand identity, by & Smith
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ title: "The 10 Biggest Product Stories of 2019"
|
|||||||
date: 2019-12-24T12:58:17+06:00
|
date: 2019-12-24T12:58:17+06:00
|
||||||
image: images/blog/blog-post-04.jpg
|
image: images/blog/blog-post-04.jpg
|
||||||
feature_image: images/blog/blog-details-image.jpg
|
feature_image: images/blog/blog-details-image.jpg
|
||||||
|
category: ["EXAMPLE"]
|
||||||
author: Alexender Schoitiz
|
author: Alexender Schoitiz
|
||||||
---
|
---
|
||||||
### Black Lines brand identity, by & Smith
|
### Black Lines brand identity, by & Smith
|
||||||
|
|||||||
Reference in New Issue
Block a user