Website: embed PDF in article. (#30666)
Closes: https://github.com/fleetdm/confidential/issues/11272 Changes: - Added an embedded PDF to the "How Fleet raised a $27M Series B without a pitch deck" article. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Embedded the Series B memo PDF directly within the article for easier viewing on larger screens, with a clickable link fallback for smaller screens. * **Style** * Updated article styles to improve the appearance and layout of embedded documents. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -6,7 +6,11 @@ We still included charts, graphs, and key SaaS metrics like revenue growth, net
|
||||
|
||||
The memo helped us raise $27 million in funding. Now that the round is public, we're sharing it in the spirit of openness and transparency for you to use as inspiration in your own projects.
|
||||
|
||||
[Read the memo](https://fleetdm.com/pdfs/fleet-series-b-memo.pdf)
|
||||
|
||||
<object :class="[[isIpadOS || bowser.ios ? 'd-none' : 'd-sm-block d-none']]" purpose="embedded-document" data="/pdfs/fleet-series-b-memo.pdf" type="application/pdf">
|
||||
</object>
|
||||
<a :class="[[isIpadOS || bowser.ios ? 'd-block' : 'd-sm-none d-block']]" href="/pdfs/fleet-series-b-memo.pdf" target="_blank">Read the memo</a>
|
||||
|
||||
|
||||
## What's next for Fleet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user