Skip to content

Commit

Permalink
Website: Pricing page (mobile) (#788)
Browse files Browse the repository at this point in the history
* Cleaner mobile view

* Website styling and move quote
  • Loading branch information
RachelElysia committed May 19, 2021
1 parent 69f73b5 commit 06f89c2
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 146 deletions.
4 changes: 4 additions & 0 deletions website/assets/styles/pages/pricing.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
max-width: 800px;
}

@media (max-width: 767px) {
p {font-size: 16px;}
}

// TODO: dedupe animated-arrow-button (see homepage.less)
[purpose='animated-arrow-button'] {
padding-right: 45px;
Expand Down
10 changes: 0 additions & 10 deletions website/views/pages/homepage.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@
</div>
</div>

<div style="max-width: 1260px;" class="container-fluid pb-5 px-4 px-sm-5 mx-auto">
<div style="max-width: 800px" class="pb-5 mx-auto">
<div style="max-width: 800px; text-align: center;" class="position-relative mx-auto">
<p>"Fleet is hands down the best osquery platform out there. Zach and I created Fleet as a natural extension to our original vision for osquery and this has manifested in the ease-of-use, flexibility, and adoption it has today. Look to Fleet for the future of open-source endpoint monitoring."</p>
<p style="color: #676A7A" class="mb-4">- Mike Arpaia, Co-creator of <a style="color:#676A7A;" target="_blank" href="https://osquery.io/">osquery</a></p>
<a target="_blank" href="https://osquery.io/"><img alt="osquery logo" src="/images/logo-osquery-89x24@2x.png" style="height: 40px; width: 137px;" class="d-inline-block mb-3 mx-auto"/></a>
</div>
</div>
</div>

<div style="background-color: #F2F7F9;">
<div style="max-width: 1260px;" class="container-fluid py-5 px-4 px-sm-5 mx-auto">
<div class="text-center py-5">
Expand Down

0 comments on commit 06f89c2

Please sign in to comment.