Skip to content

Commit 79413d4

Browse files
committed
Move ASGI card item to bulma notification at the top
1 parent e264eb8 commit 79413d4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

pydis_site/templates/events/pages/code-jams/9/frameworks.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
If there is a library not listed below that you think should be here, you're welcome to discuss it with the Events Team over at <a href="https://discord.gg/HnGd3znxhJ">the server</a>.
1818
</p>
1919

20+
<div class="notification is-info is-light">
21+
<p>Most of the below frameworks implement what is called the ASGI Specification.
22+
This specification documents how the frameworks should interact with ASGI servers and call the frameworks.
23+
You are also allowed to <strong>work with the ASGI specification directly</strong> without a framework, if your team so chooses to.
24+
Refer to the <a href="https://asgi.readthedocs.io/en/latest/">specification online</a>.
25+
</p>
26+
</div>
27+
28+
<h3 id="approved-frameworks"><a href="#approved-frameworks">Approved Frameworks</a></h3>
29+
2030
<div class="card mb-4">
2131
<div class="card-content">
2232
<div class="content">
@@ -86,18 +96,6 @@
8696
</div>
8797
</div>
8898

89-
<div class="card mb-4">
90-
<div class="card-content">
91-
<div class="content">
92-
<p class="subtitle">ASGI</p>
93-
<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>
94-
</div>
95-
</div>
96-
<div class="card-footer">
97-
<a href="https://asgi.readthedocs.io/en/latest/" class="card-footer-item"><i class="fas fa-clipboard-list"></i>&ensp;Specification</a>
98-
</div>
99-
</div>
100-
10199
<div class="card mb-4">
102100
<div class="card-content">
103101
<div class="content">

0 commit comments

Comments
 (0)