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

Added phrases #5761

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions src/sections/Cloud-Native-Catalog/new-catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ const NewCatalog = () => {
<p className="new-catalog__title">
CREATE AND SHARE YOUR OWN BEST PRACTICES
</p>
<p><strong>Showcase your designs in an interactive playground and link to it prominently.</strong>
<br/>
Let users experiment and get hands-on experience with your project right away.</p>
<div className="new-catalog__button_section">
<Button primary external={true} title="Publish Your Own Design" url="https://meshery.layer5.io/catalog" />
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/sections/Meshery/Features-section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const FeaturesSection = () => {
<h3>One step to managing your microservices</h3>
<h1>Cloud Native Application Management</h1>
<p>Confidently take full advantage of all that your infrastructure offers.</p>
<p><strong>Integrate design patterns directly into your project website and documentation. </strong>Make it easy for users to see how your project's design works in practice.
</p>
</div>
<div className="mesh-mngmnt-btn">
<Col xs={12} sm={6} md={4}>
Expand Down
1 change: 1 addition & 0 deletions src/sections/Meshery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const MesheryPage = () => {
image={Nic} />
<div className="callout">
<h1> Manage your clusters with features you won't find anywhere else.</h1>
<h4><strong>Illustrate key concepts with visuals. </strong>Use diagrams, charts, or images to help users grasp complex ideas quickly.</h4>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about making it italic? It doesn't look good here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or perhaps not using a strong tag?

</div>
</Container>
<Features />
Expand Down
2 changes: 2 additions & 0 deletions src/sections/Meshmap/meshmap_banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ const BannerSection = () => {
<p>
Friends don't let friends GitOps alone.
</p>
<h6><strong>Showcase your designs in an interactive playground and link to it prominently.</strong>
<br/> Let users experiment and get hands-on experience with your project right away.</h6>
{/* <h4>Discover and Visualize</h4>
<h4><span>Collaborate and Design</span></h4>
any and all your cloud native infra and apps */}
Expand Down