diff --git a/_posts/2020-02-26-start-writing.md b/_posts/2020-02-26-start-writing.md index 76f5ebf..4309769 100644 --- a/_posts/2020-02-26-start-writing.md +++ b/_posts/2020-02-26-start-writing.md @@ -1,5 +1,5 @@ --- -title: "Daily Blog: Start" +title: "Start" permalink: "/start-writing" description: "I'm going to start writing regularly. At first, I plan to do them quick and short just to establish the routine." keywords: "daily" diff --git a/_posts/2020-02-27-routines.md b/_posts/2020-02-27-routines.md index 0fdbd13..df4e466 100644 --- a/_posts/2020-02-27-routines.md +++ b/_posts/2020-02-27-routines.md @@ -1,5 +1,5 @@ --- -title: "Daily Blog: Routines" +title: "Routines" permalink: "/routines" description: "Let's talk about routines. Today I will be sharing the routines I try to observe, and the benefits I find when I actually do them." keywords: "" diff --git a/_posts/2020-02-28-weakness.md b/_posts/2020-02-28-weakness.md index 52761a9..efa6417 100644 --- a/_posts/2020-02-28-weakness.md +++ b/_posts/2020-02-28-weakness.md @@ -1,5 +1,5 @@ --- -title: "Daily Blog: Weakness" +title: "Weakness" permalink: "/weakness" description: "We all have things that hold us back from reaching our goals." keywords: "" diff --git a/_posts/2020-02-29-influence.md b/_posts/2020-02-29-influence.md index e4199b4..3374d35 100644 --- a/_posts/2020-02-29-influence.md +++ b/_posts/2020-02-29-influence.md @@ -1,5 +1,5 @@ --- -title: "Daily Blog: Influence" +title: "Influence" permalink: "/influence" description: "If it is outside your circle of influence, do not waste time and energy." keywords: "" diff --git a/_posts/2020-03-01-growth.md b/_posts/2020-03-01-growth.md index df24c5b..af9acc8 100644 --- a/_posts/2020-03-01-growth.md +++ b/_posts/2020-03-01-growth.md @@ -1,5 +1,5 @@ --- -title: "Daily Blog: Growth" +title: "Growth" permalink: "/growth" description: "Healthy growth is always bi-directional." keywords: "" diff --git a/assets/background/jumbotron.jpg b/assets/background/jumbotron.jpg new file mode 100644 index 0000000..d766ea3 Binary files /dev/null and b/assets/background/jumbotron.jpg differ diff --git a/assets/main.scss b/assets/main.scss index 09ba3ed..58b6ba0 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -222,8 +222,14 @@ caption { } .jumbotron { - /* background: url('../assets/images/logo.png') no-repeat rgba(141, 191, 66, .97)!important; */ - background: rgba(141, 191, 66, .97)!important; + background-color: rgba(141, 191, 66, .97)!important; + /* + background-image: url('/assets/background/people_devices.jpg'); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center center; + background-size: 100% auto; + */ box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25); width: 100%; }