Skip to content
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

2 broken links; commas, and other typos. #313

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Build: `$ npm run build`

## Deployment

All new pushs to the main branch trigger a GitHub action which build the site and deploy it to the _gh-pages_ branch.
All new pushes to the main branch trigger a GitHub action which builds the site and deploy it to the _gh-pages_ branch.
22 changes: 8 additions & 14 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@
</div><!--/.nav-collapse -->
</nav>

<!-- <div id="sectionDesign" class="jumbotron jumbotron-fluid" style="margin: 0; padding:80px 0 14px 0;">
<div class="container px-5">
<h1 class="">Welcome PyCon 2018 Sprinters!</h1>
</div>
</div> -->

<div id="mainTitle" class="container text-center mt-6">
<h1 class="block-title display-1">Falcon</h1>
<p class="text-muted">Unburdening APIs for over <span id="lifetime">0.00</span> x 10<sup>-2</sup> centuries.</p>
Expand All @@ -99,7 +93,7 @@ <h1 class="block-title display-1">Falcon</h1>
<p>
<a href="https://www.kontrolnaya-rabota.ru/s/" target="_blank"><img src="img/sponsors/rabota.jpg" height="30" alt="Examination RU" style="margin-right: 10px"></a>

<a href="https://www.pnk.sh/python-falcon" target="_blank"><img src="img/sponsors/paris.svg" height="30" alt="Paris Kejser" style="margin-right: 10px"></a>
<a href="www.youtube.com/c/ParisNakitaKejser" target="_blank"><img src="img/sponsors/paris.svg" height="30" alt="Paris Kejser" style="margin-right: 10px"></a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, we missed the scheme there. I'll fix it.


<a href="https://www.algolia.com" target="_blank" style="margin-right: -15px"><img src="img/sponsors/algolia.svg" height="30" alt="Algolia"></a>

Expand Down Expand Up @@ -153,7 +147,7 @@ <h1 class="block-title display-1">Falcon</h1>
</div>
<h3>Fast</h3>
<p class="lead">
Falcon is a blazing fast, minimalist Python web API framework for building robust app backends and microservices. The framework works great with both asyncio (<a href="https://asgi.readthedocs.io" target="_blank">ASGI</a>) and gevent/meinheld (<a href="https://wsgi.readthedocs.io" target="_blank">WSGI</a>).
Falcon is a blazing fast, minimalist Python web API framework for building robust app backends and microservices. The framework works great with both asyncio (<a href="https://asgi.readthedocs.io" target="_blank">ASGI</a>) and gevent/meinheld (<a href="https://wsgi.readthedocs.io" target="_blank">WSGI</a>).
</p>
</li>

Expand All @@ -163,7 +157,7 @@ <h3>Fast</h3>
</div>
<h3>Reliable</h3>
<p class="lead">
LinkedIn, Paypal, Wargaming, GOVCERT.LU, <a href="https://github.com/falconry/falcon/wiki/Who's-using-Falcon%3F" target="_blank">and many others</a> rely on Falcon to power mission-critical services. Falcon focuses on stability, correctness, and performance at scale.
LinkedIn, PayPal, Wargaming, GOVCERT.LU, <a href="https://github.com/falconry/falcon/wiki/Who's-using-Falcon%3F" target="_blank">and many others</a> rely on Falcon to power mission-critical services. Falcon focuses on stability, correctness, and performance at scale.
</p>
</li>

Expand Down Expand Up @@ -207,7 +201,7 @@ <h3>Extensible</h3>
</div>
<h3>Compatible</h3>
<p class="lead">
Thanks to <a href="https://asgi.readthedocs.io" target="_blank">ASGI</a> and <a href="https://wsgi.readthedocs.io" target="_blank">WSGI</a>, Falcon runs on a large variety of web servers and platforms. Falcon works great with CPython 3.5+. Or try <a href="https://www.pypy.org" target="_blank">PyPy</a> for an extra speed boost!
Thanks to <a href="https://asgi.readthedocs.io" target="_blank">ASGI</a> and <a href="https://wsgi.readthedocs.io" target="_blank">WSGI</a>, Falcon runs on a large variety of web servers and platforms. Falcon works great with CPython 3.5+. Or try <a href="https://www.pypy.org" target="_blank">PyPy</a> for an extra speed boost!
</p>
</li>

Expand All @@ -224,10 +218,10 @@ <h1 class="display-4 section-title">Design</h1>
reliability, and flexibility wherever you need it.</p>

<p><strong>Reliable.</strong> We go to great lengths to avoid introducing
breaking changes, and when we do they are fully documented and only
breaking changes, and when we do, they are fully documented and only
introduced (in the spirit of
<a href="http://semver.org/" target="_blank">SemVer</a>) with a major version
increment. The code is rigorously tested with numerous inputs and we
increment. The code is rigorously tested with numerous inputs, and we
require 100% coverage at all times. Falcon has no dependencies outside
the standard library, helping minimize your app's attack surface while
avoiding transitive bugs and breaking changes.</p>
Expand Down Expand Up @@ -348,7 +342,7 @@ <h1 class="display-4 section-title">Benchmarks</h1>
garbage collection was enabled as it would be in a production
environment, and a full collection was forcefully triggered
before each trial. Finally, results were calculated using the
<strong>Decimal</strong> class, and rounded to the nearest whole
<strong>Decimal</strong> class and rounded to the nearest whole
number.
</p>
<p>
Expand Down Expand Up @@ -400,7 +394,7 @@ <h1 class="display-4 section-title">Community</h1>
<img class="bordered-block float-right ml-3 collapse-on-sm" src="img/pycon-2016-falcon-web-framework-sprint-1.jpg" width="160" height="120" alt="PyCon 2016 Sprints">

<p>
Check out the <a href="https://github.com/falconry/falcon/wiki/Talks-and-Podcasts" target="_blank">Falcon talks, podcasts, and blog posts wiki page</a> to learn
Check out the <a href="https://github.com/falconry/falcon/wiki/Articles,-Talks-and-Podcasts" target="_blank">Falcon talks, podcasts, and blog posts wiki page</a> to learn
more about the project, and to add your own resources.
</p>

Expand Down