diff --git a/static/assets/ext/arrow.svg b/static/assets/ext/arrow.svg new file mode 100644 index 00000000000..ab2628fbcef --- /dev/null +++ b/static/assets/ext/arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/assets/images/authors/prestashop-team-puffin.png b/static/assets/images/authors/prestashop-team-puffin.png new file mode 100644 index 00000000000..49f5f264c96 Binary files /dev/null and b/static/assets/images/authors/prestashop-team-puffin.png differ diff --git a/static/assets/images/authors/prestashop-team.png b/static/assets/images/authors/prestashop-team.png index 49f5f264c96..9d1ac4fe72d 100644 Binary files a/static/assets/images/authors/prestashop-team.png and b/static/assets/images/authors/prestashop-team.png differ diff --git a/static/assets/images/theme/2024-logo.svg b/static/assets/images/theme/2024-logo.svg new file mode 100644 index 00000000000..ce8e5080b6c --- /dev/null +++ b/static/assets/images/theme/2024-logo.svg @@ -0,0 +1,35 @@ + + + diff --git a/static/assets/images/theme/banner-core-monthly-2023.jpg b/static/assets/images/theme/banner-core-monthly-2023.jpg new file mode 100644 index 00000000000..9e8bef79611 Binary files /dev/null and b/static/assets/images/theme/banner-core-monthly-2023.jpg differ diff --git a/static/assets/images/theme/banner-core-monthly-wide-2023.jpg b/static/assets/images/theme/banner-core-monthly-wide-2023.jpg new file mode 100644 index 00000000000..00c1f03364b Binary files /dev/null and b/static/assets/images/theme/banner-core-monthly-wide-2023.jpg differ diff --git a/static/assets/images/theme/banner-core-monthly-wide.jpg b/static/assets/images/theme/banner-core-monthly-wide.jpg index 00c1f03364b..8b937b2d582 100644 Binary files a/static/assets/images/theme/banner-core-monthly-wide.jpg and b/static/assets/images/theme/banner-core-monthly-wide.jpg differ diff --git a/static/assets/images/theme/banner-core-monthly.jpg b/static/assets/images/theme/banner-core-monthly.jpg index 9e8bef79611..8b937b2d582 100644 Binary files a/static/assets/images/theme/banner-core-monthly.jpg and b/static/assets/images/theme/banner-core-monthly.jpg differ diff --git a/static/assets/images/theme/favicon.ico b/static/assets/images/theme/favicon.ico new file mode 100644 index 00000000000..3e61517272d Binary files /dev/null and b/static/assets/images/theme/favicon.ico differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 00000000000..3e61517272d Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100644 index 951c5015de5..00000000000 Binary files a/static/favicon.png and /dev/null differ diff --git a/themes/build/assets/_sass/_base.scss b/themes/build/assets/_sass/_base.scss index 588a4ec4f84..65fe2c06ca3 100644 --- a/themes/build/assets/_sass/_base.scss +++ b/themes/build/assets/_sass/_base.scss @@ -211,6 +211,7 @@ ul.post-list { width: 32px; text-align: center; font-size: 70%; + font-weight: bold; margin: 6px 0 0 -40px; position: absolute; color: $grey-color; @@ -226,13 +227,22 @@ ul.post-list { margin: ($spacing-unit / 4) 0 0 0; color: $brand-color-2; font-size: 75%; - text-transform: uppercase; font-weight: 600; } p { margin-top: $spacing-unit / 2; } } + .post-date { + color: #65bbcf; + font-weight: bold; + } + .post-link { + font-family: Arial, Helvetica, sans-serif; + } + .post-summary { + font-family: Arial, Helvetica, sans-serif; + } .post-divider { height: 0px; margin: $spacing-unit 0 100px 0; @@ -779,9 +789,27 @@ footer.site-footer { } .read-more { - font-size: 0.7em; + font-size: 15px; text-align: right; display: block; + margin-right: 0; + margin-left: auto; + background-color: #000000; + color: #ffffff !important; + text-transform: uppercase; + font-family: IBMPlexSans, Arial; + box-sizing: border-box; + padding-bottom: 10px; + padding-left: 15px; + padding-right: 15px; + padding-top: 10px; + width: 200px; +} + +.arrow-svg { + filter: invert(1); + width: 10px; + padding-bottom: 4px; } .pager { diff --git a/themes/build/assets/_sass/main.scss b/themes/build/assets/_sass/main.scss index e19fc63c578..4c23a6e40a7 100755 --- a/themes/build/assets/_sass/main.scss +++ b/themes/build/assets/_sass/main.scss @@ -18,8 +18,9 @@ $white-text-color: #f9f9f9; $background-color: #ffffff; $dark-background-color: #333333; $brand-color: #2a7ae2; -$brand-color-2: #df0067; -$brand-color-3: #1da6c2; +$brand-color-2: #000000; +$brand-color-3: #ffffff; +$brand-success: #000; $code-bg-color: #fafaff; $border-color: #000000; diff --git a/themes/build/layouts/_default/list.html b/themes/build/layouts/_default/list.html index c11cccfee21..e7a2a728fe1 100644 --- a/themes/build/layouts/_default/list.html +++ b/themes/build/layouts/_default/list.html @@ -57,11 +57,6 @@
{{ partial "partials/post-summary" . }}
- Continue reading → +{{ partial "partials/post-summary" . }}
+ + Continue reading +