-
Couldn't load subscription status.
- Fork 8
Company page template #35
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
Merged
Parent:
Pricing page template
agjohnson
merged 8 commits into
nienn/pricing-page-template
from
nienn/company-page-template
Feb 8, 2022
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
772b6e9
Add company template
nienn 5fe5168
Import template images
nienn a9ce279
Update slogan copy
nienn 22a9c1f
Update company.md contents
nienn d9b2291
Remove default-avatar.svg
nienn e0c5dd4
Update blog column
nienn 1c4b5c7
Remove some contributors
nienn 7bbeafa
Fix blog link
agjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| title: Company | ||
| subtitle: | ||
| template: readthedocs/company | ||
| save_as: company.html | ||
| status: hidden | ||
| description: |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,261 @@ | ||
| {% extends "page.html" %} | ||
|
|
||
| {% block body_id %}company{% endblock %} | ||
|
|
||
| {% block content %} | ||
|
|
||
| <!-- Callout --> | ||
| <section class="ui vertical segment very padded" id="callout"> | ||
|
|
||
| <div class="ui container"> | ||
| <div class="ui grid centered"> | ||
|
|
||
| <div class="column ten wide computer twelve wide tablet sixteen wide mobile"> | ||
| <h1 class="ui header massive center aligned"> | ||
| <span class="ui header big">Read the Docs: Documentation Simplified</span> | ||
| </h1> | ||
| <div class="ui basic vertical huge segment center aligned"> | ||
| <p> | ||
| We are an Open Source project providing the tools, knowledge and hosting for some of the world's top teams' documentation. | ||
| </p> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| </section> | ||
|
|
||
|
|
||
| <!-- Highlights --> | ||
| <section class="ui vertical light segment padded" id="highlights"> | ||
|
|
||
| <div class="ui container"> | ||
| <div class="ui grid stackable three column"> | ||
|
|
||
| <div class="column"> | ||
| <div class="ui basic segment center aligned"> | ||
| <h3 class="ui header big">Our mission</h3> | ||
| <p> | ||
| Technical teams rely on up-to-date documentation and require solid methods and tools to help creating continuous documentation that will improve team efficiency and productivity. | ||
| </p> | ||
| <p> | ||
| Our mission is to develop those tools and help shape the methods that will make high-quality documentation part of the normal development workflow. | ||
| </p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="column"> | ||
| <div class="ui basic segment center aligned"> | ||
| <h3 class="ui header big">We've grown</h3> | ||
| <p> | ||
| Read the Docs has grown substantially since its beginning as a weekend project and is closing in on being a top-1000 site on the internet. | ||
| </p> | ||
| <p>Today, we serve over 55 million pages of documentation a month, | ||
| serve over 40 TB of documentation a month, | ||
| host over 80,000 open source projects and support over 100,000 users</p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="column"> | ||
| <div class="ui basic segment center aligned"> | ||
| <h3 class="ui header big">Community</h3> | ||
| <p> | ||
| Read the Docs is open source and community supported. It depends on users like you to contribute to development, support, and operations. You can learn more about how to <a href="https://docs.readthedocs.io/page/contribute.html">contribute</a> in our | ||
| docs. Thanks so much to our wonderful <a href="https://docs.readthedocs.io/page/team.html">community team</a> who helps us | ||
| run the site. Read the Docs wouldn't be possible without them. | ||
| </p> | ||
| <p> | ||
| Hosting for the project is graciously provided by <a href="https://azure.microsoft.com/">Microsoft Azure</a>. | ||
| </p> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| </section> | ||
|
|
||
|
|
||
| <!-- Team --> | ||
| <section class="ui vertical segment padded" id="team"> | ||
| <div class="ui container"> | ||
|
|
||
| <div class="ui basic vertical segment very padded"> | ||
| <h1 class="ui header massive center aligned"> | ||
| Who we are | ||
| </h1> | ||
| </div> | ||
|
|
||
| <div class="ui basic segment very padded"> | ||
| <div class="ui cards six doubling"> | ||
|
|
||
| <div class="card borderless"> | ||
| <div class="image"> | ||
| <img src="/theme/img/team/eric.jfif"> | ||
| </div> | ||
| <div class="content"> | ||
| <div class="header">Eric Holscher</div> | ||
| <div class="meta">Job Title</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="card borderless"> | ||
| <div class="image"> | ||
| <img src="/theme/img/team/anthony.jfif"> | ||
| </div> | ||
| <div class="content"> | ||
| <div class="header">Anthony Johnson</div> | ||
| <div class="meta">Job Title</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="card borderless"> | ||
| <div class="image"> | ||
| <img src="/theme/img/team/manuel.jfif"> | ||
| </div> | ||
| <div class="content"> | ||
| <div class="header">Manuel Kaufmann</div> | ||
| <div class="meta">Job Title</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="card borderless"> | ||
| <div class="image"> | ||
| <img src="/theme/img/team/santos.jfif"> | ||
| </div> | ||
| <div class="content"> | ||
| <div class="header">Santos Gallegos</div> | ||
| <div class="meta">Job Title</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="card borderless"> | ||
| <div class="image"> | ||
| <img src="/theme/img/team/juanlu.jfif"> | ||
| </div> | ||
| <div class="content"> | ||
| <div class="header">Juan Luis Cano</div> | ||
| <div class="meta">Job Title</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="card borderless"> | ||
| <div class="image"> | ||
| <img src="/theme/img/team/ana.jfif"> | ||
| </div> | ||
| <div class="content"> | ||
| <div class="header">Ana Costa</div> | ||
| <div class="meta">Job Title</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| <div class="ui vertical basic segment padded"> | ||
| <div class="ui segment very padded raised"> | ||
|
|
||
| <h3 class="ui header"><small><i class="icon heart"></i></small> Contributors</h3> | ||
|
|
||
| <div class="ui segment vertical padded"> | ||
| <div class="ui grid stackable"> | ||
| <div class="five wide column"> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| <a class="ui avatar" href=""><img class="ui avatar image" src=""></a> | ||
| </div> | ||
agjohnson marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <div class="eleven wide column"> | ||
| <p> | ||
| We are honored to have several external contributors that have kept with us for a long time and helped us a lot along the way. Here we list just a few but the full list can be found at <a href="https://github.com/readthedocs/readthedocs.org/graphs/contributors">Github</a>. | ||
| </p> | ||
| <p> | ||
| A heart felt thanks to all of you! | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </section> | ||
|
|
||
|
|
||
| <!-- Resources --> | ||
| <section class="ui vertical light segment padded" id="resources"> | ||
|
|
||
| <div class="ui container"> | ||
| <div class="ui grid stackable three column"> | ||
|
|
||
| <div class="column"> | ||
| <div class="ui segment basic"> | ||
| <h3 class="ui header huge">Our Blog</h3> | ||
| <p> | ||
| This is where we post all the week to week progress updates and announcements. | ||
| </p> | ||
| <p> | ||
| <a href="/blog/">Check it out!</a> | ||
| </p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="column"> | ||
| <div class="ui segment basic"> | ||
| <h3 class="ui header huge">Our docs</h3> | ||
| <p> | ||
| The docs is where you'll find in-depth documentation about Read the Docs. From <i>"How to"</i> style guides to common usages, troubleshooting and advanced knowledge on how to work with our application, you'll find it all and probably more — <i>because we</i> <small><i class="ui icon heart"></i></small> <i>documentation</i> — in <a href="https://docs.readthedocs.io/">our docs</a>. | ||
| </p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="column"> | ||
| <div class="ui segment basic"> | ||
| <h3 class="ui header small">Subscribe our Newsletter</h3> | ||
| <form id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="ui form validate" target="_blank" novalidate> | ||
| <p>Stray up to date with our latest blog updates delivered weekly to your inbox.</p> | ||
|
|
||
| <div class="field"> | ||
| <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="[email protected]"> | ||
| </div> | ||
|
|
||
| <div id="mce-responses"> | ||
| <div class="ui hidden response" id="mce-error-response"></div> | ||
| <div class="ui hidden response" id="mce-success-response"></div> | ||
| </div> | ||
|
|
||
| <input class="ui primary button" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> | ||
| </form> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| </section> | ||
|
|
||
|
|
||
| <!-- Branding --> | ||
| <section class="ui vertical segment very padded" id="branding"> | ||
| <div class="ui container"> | ||
|
|
||
| <h1 class="ui header massive center aligned"> | ||
| Brand Assets | ||
| </h1> | ||
| <div class="ui basic vertical segment center aligned"> | ||
| <p> | ||
| Want to display our logo in your project?<br> | ||
| Download our brand assets and learn how to use them in our <a class="ui button mini black">brand guidelines</a> | ||
| </p> | ||
| </div> | ||
|
|
||
| </div> | ||
| </section> | ||
|
|
||
| {% endblock content %} | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.