diff options
author | 2022-06-30 00:19:28 +0200 | |
---|---|---|
committer | 2022-06-30 00:19:28 +0200 | |
commit | 1edf8686e00f8a3f81790da6e17717ec2816fe78 (patch) | |
tree | 34d1666a90ee8a33553a802cd39d457aaa525a7d /pydis_site/templates | |
parent | Add ASGI-card footer with link to specification (diff) |
Remove italics from CJ9 framework cards
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/frameworks.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/9/frameworks.html b/pydis_site/templates/events/pages/code-jams/9/frameworks.html index 7e5f4050..67e57072 100644 --- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html @@ -21,8 +21,7 @@ <div class="card-content"> <div class="content"> <p class="subtitle">FastAPI</p> - <p class="is-italic">FastAPI is a modern web framework great for WebSockets based on standard Python type hints which provides great editor support. - </p> + <p>FastAPI is a modern web framework great for WebSockets based on standard Python type hints which provides great editor support.</p> </div> </div> <div class="card-footer"> @@ -35,7 +34,7 @@ <div class="card-content"> <div class="content"> <p class="subtitle">Starlette</p> - <p class="is-italic">Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python. + <p>Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python. </p> </div> </div> @@ -49,7 +48,7 @@ <div class="card-content"> <div class="content"> <p class="subtitle">websockets</p> - <p class="is-italic">websockets is a library for building both WebSocket clients and servers with focus on simplicity and performance. + <p>websockets is a library for building both WebSocket clients and servers with focus on simplicity and performance. </p> </div> </div> @@ -63,7 +62,7 @@ <div class="card-content"> <div class="content"> <p class="subtitle">Django Channels</p> - <p class="is-italic">Django Channels adds WebSocket-support to Django - built on ASGI like other web frameworks. + <>Django Channels adds WebSocket-support to Django - built on ASGI like other web frameworks. </p> </div> </div> @@ -77,7 +76,7 @@ <div class="card-content"> <div class="content"> <p class="subtitle">Flask-SocketIO</p> - <p class="is-italic">Flask-SocketIO gives Flask applications access to low latency bi-directional communications between the clients and the server. + <p>Flask-SocketIO gives Flask applications access to low latency bi-directional communications between the clients and the server. </p> </div> </div> @@ -91,7 +90,7 @@ <div class="card-content"> <div class="content"> <p class="subtitle">ASGI</p> - <p class="is-italic">ASGI is the specification your favourite frameworks are built on. This is not a framework in of itself, but listed here for completeness.</p> + <p>ASGI is the specification your favourite frameworks are built on. This is not a framework in of itself, but listed here for completeness.</p> </div> </div> <div class="card-footer"> @@ -103,7 +102,7 @@ <div class="card-content"> <div class="content"> <p class="subtitle">wsproto</p> - <p class="is-italic">wsproto is a pure-Python WebSocket protocol stack written to be as flexible as possible by having the user build the bridge to the I/O. + <p>wsproto is a pure-Python WebSocket protocol stack written to be as flexible as possible by having the user build the bridge to the I/O. </p> </div> </div> |