-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: adds pricing and features pages #4
Conversation
- adds tile and description metadata per page - moves nav to component - adds partial pricing page. details tbc so is paused. - adds basic web3.storage features page. License: MIT Signed-off-by: Oli Evans <[email protected]>
License: MIT Signed-off-by: Oli Evans <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Minor stuff, I think probably most of it comes as follow up, but would be good to take notes on a checklist of what still needs an update
<div className='max-w-6xl mx-auto py-24 px-3 md:flex flex-row-reverse items-end'> | ||
<div className="md:w-2/3"> | ||
<p className="text-md leading-relaxed"> | ||
Content uploaded to web3.storage is stored on our instance of <a href="https://github.com/elastic-ipfs/elastic-ipfs">Elastic IPFS</a>, a cloud-native implementation of IPFS that our team wrote to stay reliable and performant with the scale of uploads we were seeing. Elastic IPFS ensures your data is continuously and quickly available over the IPFS network once your data is uploaded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok I see a bunch is outdated, are we tracking somewhere what still needs an update in copy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet. In general the copy on the website is too opaque and marketing heavy. That's kinda fine for the the call-to-action of a landing page, but after that I think the rest of the copy should borrow from our specs and diagrams rather than trying to simplify it.
One of our strengths is the quality and clarity (and specs) behind what we have built.
If a user comes to our site looking for a easy way to get a CID for the there data, then we have that covered, boom, done, we don't need to provide reams of vague promises.
If a technical user comes looking to understand why they should use web3.storage, we have a ton of good explainers, but none are present here yet, and I don't think the site in it's current form does much to win them over. too many vague promises, not enough concrete explanation. Much of the burden of that falls on the docs site, but I think the features page here should also be a lot clearer. I can take a pass at that next week.
cc @heyjay44
Co-authored-by: Vasco Santos <[email protected]> Co-authored-by: Alan Shaw <[email protected]>
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2023-11-14) ### Features * add banner linking to old site ([1fd9a44](1fd9a44)) * add specs link to sidebar ([#11](#11)) ([ab2f048](ab2f048)) * adds pricing and features pages ([#4](#4)) ([962cf3d](962cf3d)) * bones of the homepage 🦴 ([bb7905e](bb7905e)) * docs in website! ([#5](#5)) ([484e0c1](484e0c1)) * homepage gets nicer ([#1](#1)) ([bd5fae8](bd5fae8)) * lint md in ci with remark ([#9](#9)) ([22328cd](22328cd)) * pink first website header. ([#18](#18)) ([37c7052](37c7052)) * price plans ([#6](#6)) ([cefc492](cefc492)) ### Bug Fixes * broken links and copy ([#19](#19)) ([c268748](c268748)) * rename plan from free to starter ([#16](#16)) ([eb5b73e](eb5b73e)) * update footer links ([#14](#14)) ([7f2ac1e](7f2ac1e)) * update meta for created and merged docs page ([#17](#17)) ([c99f62c](c99f62c)) ### Other Changes * deploy website from CI ([#2](#2)) ([4952aa2](4952aa2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
License: MIT