Skip to content

Commit

Permalink
clean up images
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Sep 2, 2020
1 parent f0c5fb4 commit 74147c4
Show file tree
Hide file tree
Showing 22 changed files with 411 additions and 36 deletions.
4 changes: 2 additions & 2 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Colors
$primary: #5122d0;
$primary: #f24088;
$secondary: #f88379;
$black: #2f2f41;
$white: #ffffff;
Expand Down Expand Up @@ -88,4 +88,4 @@ body:after {
}
}
}
{{ end }}
{{ end }}
4 changes: 2 additions & 2 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ theme = "hugo-serif-theme"
show_call_box = true

[params.logo]
mobile = "images/logo-mobile.svg"
desktop = "images/logo.svg"
mobile = "images/logo/logo-mobile.svg"
desktop = "images/logo/logo.svg"
desktop_height = "36px"
alt = "Serif - A Hugo Business Theme"

Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Home'
intro_image: "images/pixeltrue-plan-1.svg"
intro_image_absolute: true # edit /assets/scss/components/_intro-image.scss for full control
intro_image: "images/illustrations/pointing.svg"
intro_image_absolute: true
intro_image_hide_on_mobile: true
---

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/services/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Services'
intro_image: "images/pixeltrue-chatting-using-apps-1.svg"
intro_image: "images/illustrations/reading.svg"
intro_image_absolute: true
intro_image_hide_on_mobile: false
---
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/data/social.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{
"name": "Github",
"link": "https://github.com/JugglerX/hugo-serif-theme",
"image": "images/github.svg"
"image": "images/social/github.svg"
},
{
"name": "Twitter",
"link": "https://twitter.com/zerostaticio",
"image": "images/twitter.svg"
"image": "images/social/twitter.svg"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ sup {
top: -.5em; }

a {
color: #5122d0;
color: #f24088;
text-decoration: none;
background-color: transparent; }
a:hover {
color: #9170e8;
color: #f9a0c4;
text-decoration: underline; }

a:not([href]) {
Expand Down Expand Up @@ -4013,7 +4013,7 @@ html {
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 36px;
height: 3px;
background-color: #5122d0;
background-color: #f24088;
border-radius: 3px;
position: absolute;
transition-property: transform;
Expand Down Expand Up @@ -4049,7 +4049,7 @@ html {
transform: translate3d(0, -20px, 0) rotate(-90deg); }

a {
color: #5122d0; }
color: #f24088; }

p {
line-height: 26px;
Expand Down Expand Up @@ -4099,7 +4099,7 @@ ol {
flex: 1 0 0; }

.header {
color: #5122d0;
color: #f24088;
background-color: #ffffff;
display: flex;
justify-content: space-between;
Expand All @@ -4119,7 +4119,7 @@ ol {
position: static; }

.footer {
background: #5122d0;
background: #f24088;
padding-top: 15px;
padding-bottom: 15px; }
.footer .footer-inner {
Expand Down Expand Up @@ -4174,7 +4174,7 @@ ol {
height: 40px;
padding: 10px 8px 10px 8px; } }
.sub-footer {
background: #401ba4;
background: #ef106a;
color: #ffffff;
padding-top: 15px;
padding-bottom: 15px; }
Expand Down Expand Up @@ -4242,7 +4242,7 @@ ol {
display: inline-block;
font-weight: normal;
text-decoration: none;
color: #5122d0; }
color: #f24088; }
.main-menu > ul > li > a:hover {
text-decoration: underline; }
.main-menu > ul > li.active > a {
Expand All @@ -4254,7 +4254,7 @@ ol {

.main-menu-mobile {
position: fixed;
background: #5122d0;
background: #f24088;
top: 0;
left: 0;
width: 100%;
Expand Down Expand Up @@ -4331,7 +4331,7 @@ ol {
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
background: #5122d0; }
background: #f24088; }
.hamburger .hamburger-inner::after {
width: 18px;
right: 0; }
Expand All @@ -4345,7 +4345,7 @@ ol {
height: 40px;
line-height: 40px;
padding: 0 14px;
background: #5122d0;
background: #f24088;
border-radius: 4px;
font-size: 14px;
font-weight: normal;
Expand All @@ -4357,7 +4357,7 @@ ol {
transition: all 0.15s ease; }
.button:hover {
color: #ffffff;
background-color: #6f44e1;
background-color: #f570a6;
transform: translateY(-1px);
text-decoration: none; }

Expand Down Expand Up @@ -4592,13 +4592,13 @@ ol {
transform: skewY(-5deg); }

.strip-primary-gradient {
background-image: linear-gradient(to right, #5122d0, #f88379); }
background-image: linear-gradient(to right, #f24088, #f88379); }

.strip-primary-gradient-top-bottom {
background-image: linear-gradient(to bottom, #5122d0, #f88379); }
background-image: linear-gradient(to bottom, #f24088, #f88379); }

.strip-primary {
background-color: #5122d0; }
background-color: #f24088; }

.strip-secondary {
background-color: #f88379; }
Expand Down
Binary file removed exampleSite/static/favicon-32x32.png
Binary file not shown.
10 changes: 10 additions & 0 deletions exampleSite/static/favicon-32x32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 74147c4

Please sign in to comment.