Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update button style for new brand #244

Merged
merged 1 commit into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions content/releases/prestashop81.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ downloadUrl: https://github.com/PrestaShop/PrestaShop/releases/tag/8.1.0
<div class="hero-banner" style="background-image: url('/releases/images/ps81/banner.png');">
<div class="hero-text">
<p>PrestaShop 8.1. Minor version. Major changes.</p>
<a href="https://github.com/PrestaShop/PrestaShop/releases/tag/8.1.0" class="btn btn-primary btn-lg">Download Now</a>
<a href="https://github.com/PrestaShop/PrestaShop/releases/tag/8.1.0" class="cta cta--pattern">
<span class="mb-0">
Download Now
</span>
</a>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -472,14 +476,26 @@ services:
<div class="col-md-12">
<h2 class="section-title">New product page</h2>
<p>The completely redesigned product page in PrestaShop 8.1 may require migration for some existing solutions. To ensure a smooth transition, we've crafted a comprehensive guide detailing how to migrate your solutions from the old page to the new one introduced in PrestaShop 8.1. </p>
<p><a href="https://devdocs.prestashop-project.org/8/modules/sample-modules/extend-product-page/" class="btn btn-primary">Check the guide</a></p>
<p>
<a href="https://devdocs.prestashop-project.org/8/modules/sample-modules/extend-product-page/" class="cta cta-dark cta--pattern">
<span class="mb-0">
Check the guide
</span>
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2 class="section-title">Notable changes</h2>
<p>As with every big release, this version includes new Hooks and many other modifications aimed to improve the developer’s experience with PrestaShop. A <a href="https://devdocs.prestashop-project.org/8/modules/core-updates/8.1/">new page in the developer documentation is available</a> informing about all notable changes in PrestaShop 8.1.</p>
<p><a href="https://devdocs.prestashop-project.org/8/modules/core-updates/8.1/" class="btn btn-primary">Check the notable changes</a></p>
<p>
<a href="https://devdocs.prestashop-project.org/8/modules/core-updates/8.1/" class="cta cta-dark cta--pattern">
<span class="mb-0">
Check the notable changes
</span>
</a>
</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion content/security/bug-bounty.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A bug bounty for security flaws is hosted on YesWeHack platform.
The program is currently paused. Please report security issues to [email protected] instead.
{{% /notice %}}

<a class="btn btn-warning" style="margin: 2rem auto" href="https://yeswehack.com/programs/prestashop">Visit the Bug Bounty page</a>
<a class="cta cta-dark cta--pattern" href="https://yeswehack.com/programs/prestashop"><span class="mb-0">Visit the Bug Bounty page</span></a>
{.text-center}

This bounty program covers code from the GitHub repository PrestaShop/PrestaShop and all PrestaShop modules defined in the composer.json file.
Expand Down
2 changes: 1 addition & 1 deletion content/slack/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases:

The project's Slack chat is open to anyone who wants to discuss, help and contribute to the PrestaShop open source project. If you are an active contributor, or want to become one, this is definitely the place to be!

<a class="btn btn-primary" style="margin: 2rem auto" href="https://join.slack.com/t/prestashop/shared_invite/zt-1xe2sd7he-zTJheIinZkujzrox68_X2g">Request an invitation for PrestaShop's Slack chat</a>
<a class="cta cta-dark cta--pattern" style="margin: 2rem auto" href="https://join.slack.com/t/prestashop/shared_invite/zt-1xe2sd7he-zTJheIinZkujzrox68_X2g"><span class="mb-0">Request an invitation for PrestaShop's Slack chat</span></a>
{.text-center}

## Ground rules & good practices
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.