Skip to content

Commit

Permalink
Add AnyCable+
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 7, 2024
1 parent 835b65e commit 601cb9d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/modules/blocks/main-slide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@ $className: 'main-slide';
margin-top: 24px;
}

&__banner {
margin-top: 32px;
border-left: 3px solid $accentPrimaryColor;
padding-left: 20px;
}

&__banner_title {
color: $accentPrimaryColor;
text-transform: uppercase;
margin-bottom: 6px;
}

&__list-item {
text-align: center;
padding: 8px;
Expand Down
2 changes: 1 addition & 1 deletion src/partials/slides/about-slide.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
Control PaaS expenses
</h3>
<p class='about-slide__text about-slide__text_type_with-padding'>
As your business grows and serves more customers, expenses on PaaS tend to explode and limit your options. With AnyCable, you get the best of both worlds from the beginning: start with a simple setup and move on to a more complex one as you grow and scale. The cost is always under your control as you only purchase a license to run AnyCable Pro.
As your business grows and serves more customers, expenses on PaaS tend to explode and limit your options. With AnyCable, you get the best of both worlds from the beginning: start with a simple setup (or <a href="https://plus.anycable.io" target="_blank">AnyCable+</a>) and move on to a more complex one as you grow and scale. The cost is always under your control as you only purchase a license to run AnyCable Pro.
</p>
<div class='about-slide__section-image'>{{inline
'images/illustration.svg'
Expand Down
4 changes: 4 additions & 0 deletions src/partials/slides/main-slide.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<p class='main-slide__text'>
Build chats, real-time updates, GPS trackers, collaborative text editors, and other real-time features. Own the data, scale efficiently, and write maintainable code.
</p>
<div class='main-slide__text main-slide__banner'>
<p class="main-slide__banner_title">New</p>
<p>Check out <a href="https://plus.anycable.io" target="_blank">AnyCable+</a>, our software-as-a-<strong>quick</strong>-service offering for those who want to get started quickly and don't want to manage infrastructure.</p>
</div>
<div class='try-now'>
<p class='try-now__caption'>
Start your
Expand Down

0 comments on commit 601cb9d

Please sign in to comment.