diff --git a/_sass/jekyll-theme-cayman.scss b/_sass/jekyll-theme-cayman.scss index d3196e4..6ef7be8 100644 --- a/_sass/jekyll-theme-cayman.scss +++ b/_sass/jekyll-theme-cayman.scss @@ -109,7 +109,8 @@ a { color: $header-heading-color; text-align: center; background-color: $header-bg-color; - background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color); + background-image: url("./../../pawel-czerwinski-6lQDFGOB1iw-unsplash.jpg"); + background-size: 100% auto; @include large { padding: 5rem 6rem; diff --git a/index.md b/index.md index e6ad4ef..b571ef9 100644 --- a/index.md +++ b/index.md @@ -137,6 +137,7 @@ The followings are valuable source of knowledge and inspiration for both the *Py * [Uniplot Python library](https://github.com/olavolav/uniplot) * [Machine Learning Mastery cGAN](https://machinelearningmastery.com/how-to-develop-a-conditional-generative-adversarial-network-from-scratch/) * [Exercise Threshold](https://www.exercisethresholds.com/) +* Header photo by Pawel Czerwinski on Unsplash

(back to top)

diff --git a/pawel-czerwinski-6lQDFGOB1iw-unsplash.jpg b/pawel-czerwinski-6lQDFGOB1iw-unsplash.jpg new file mode 100644 index 0000000..75a1f08 Binary files /dev/null and b/pawel-czerwinski-6lQDFGOB1iw-unsplash.jpg differ