From eaeea7f97a1f355853e702ddbe1952be24088d28 Mon Sep 17 00:00:00 2001 From: Saul Badillo Date: Fri, 17 Nov 2023 22:44:26 -0600 Subject: [PATCH] Finish page backgrounds and buttons rebranding --- assets/scss/custom.scss | 52 ++++++++++++++++--- config.toml | 17 +++--- ...iration-the-best-projects-from-December.md | 1 + ...iration-the-best-projects-from-November.md | 1 + ...ic-Blue-for-its-colour-of-the-year-2020.md | 1 + ...ggest-rebrands-and-logo-designs-of-2019.md | 1 + .../the-10-biggest-product-stories-of-2019.md | 1 + 7 files changed, 58 insertions(+), 16 deletions(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 92ec232..7df2e2a 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -1,30 +1,66 @@ +$main-color: #6BFDB1; +$blue1-color: #01BACE; +$blue2-color: #0D4F76; +$darkblue-color: #081420; .navbar{ - background: #0d4f76; + background: $blue2-color; } .site-navigation .nav-item .nav-link { - color: #6bfdb1 + color: $main-color; } .btn-primary{ - background:#01bace + background: $blue1-color; } .btn-primary:hover{ - background:#017380 + background:#017380; } .btn { - color: #6bfdb1 !important + color: $main-color !important; } -$bg-blur: rgba(#000, 0.4); +$bg-blur: rgba($darkblue-color, 0.4); .site-hero-content { background-color: $bg-blur; } .site-hero-content h1 { - color: #6bfdb1 !important; + color: $main-color !important; } .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; } diff --git a/config.toml b/config.toml index c920dae..c1dd1e2 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://example.org/" +baseURL = "https://dev.nextia.space/" languageCode = "en-us" title = "Nextia | Maker movement in Mexico" theme = "roxo-hugo" @@ -11,10 +11,10 @@ summarylength = 25 name = "Home" url = "" weight = 1 - [[menu.nav]] - name = "About" - url = "about" - weight = 2 + #[[menu.nav]] + #name = "About" + #url = "about" + #weight = 2 [[menu.nav]] name = "Portfolio" url = "portfolio" @@ -82,7 +82,9 @@ summarylength = 25 enable = true title = "RECENT BLOG ENTRIES" subtitle = "Tutorials, development anecdotes and think pieces." + view_entry = "view entry" read_more = "READ MORE" + scroll_down = "scroll down" [params.portfolio] enable = false @@ -107,13 +109,12 @@ summarylength = 25 [params.footer.contactInfo] title = "Contact Info" address = "713 Elmwood St.
Prior Lake, MN 55372" - phone = "409-896-1444" - email = "info@roxo.co" + email = "bh365@protonmail.com" # Footer Sitemap [params.footer.sitemap] title = "Sitemap" [[params.footer.sitemap.link]] - name = "About Company" + name = "About" url = "about" [[params.footer.sitemap.link]] name = "Projects" diff --git a/content/blog/Design-inspiration-the-best-projects-from-December.md b/content/blog/Design-inspiration-the-best-projects-from-December.md index 7bf26a4..4c0ae7c 100644 --- a/content/blog/Design-inspiration-the-best-projects-from-December.md +++ b/content/blog/Design-inspiration-the-best-projects-from-December.md @@ -3,6 +3,7 @@ title: "Design Inspiration: The Best Projects From December" date: 2019-12-24T13:45:06+06:00 image: images/blog/blog-post-04.jpg feature_image: images/blog/blog-details-image.jpg +category: ["EXAMPLE"] author: Alexender Schoitiz --- ### Black Lines brand identity, by & Smith diff --git a/content/blog/Design-inspiration-the-best-projects-from-November.md b/content/blog/Design-inspiration-the-best-projects-from-November.md index 239f131..37919a9 100644 --- a/content/blog/Design-inspiration-the-best-projects-from-November.md +++ b/content/blog/Design-inspiration-the-best-projects-from-November.md @@ -3,6 +3,7 @@ title: "Design Inspiration: The Best Projects From November" date: 2019-12-24T13:36:06+06:00 image: images/blog/blog-post-02.jpg feature_image: images/blog/blog-details-image.jpg +category: ["EXAMPLE"] author: Alexender Schoitiz --- ### Black Lines brand identity, by & Smith diff --git a/content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md b/content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md index c161719..3320bbf 100644 --- a/content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md +++ b/content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md @@ -3,6 +3,7 @@ title: "Pt Chooses Classic Blue for Its Colour of the Year 2020" date: 2019-12-24T13:32:54+06:00 image: images/blog/blog-post-03.jpg feature_image: images/blog/blog-details-image.jpg +category: ["EXAMPLE"] author: Alexender Schoitiz --- ### Black Lines brand identity, by & Smith diff --git a/content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md b/content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md index 28b8681..cf078a8 100644 --- a/content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md +++ b/content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md @@ -3,6 +3,7 @@ title: "The 10 Biggest Rebrands and Logo Designs of 2019" date: 2019-12-24T13:40:00+06:00 image: images/blog/blog-post-01.jpg feature_image: images/blog/blog-details-image.jpg +category: ["EXAMPLE"] author: Alexender Schoitiz --- ### Black Lines brand identity, by & Smith diff --git a/content/blog/the-10-biggest-product-stories-of-2019.md b/content/blog/the-10-biggest-product-stories-of-2019.md index 6530c04..9ed514c 100644 --- a/content/blog/the-10-biggest-product-stories-of-2019.md +++ b/content/blog/the-10-biggest-product-stories-of-2019.md @@ -3,6 +3,7 @@ title: "The 10 Biggest Product Stories of 2019" date: 2019-12-24T12:58:17+06:00 image: images/blog/blog-post-04.jpg feature_image: images/blog/blog-details-image.jpg +category: ["EXAMPLE"] author: Alexender Schoitiz --- ### Black Lines brand identity, by & Smith