File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
pydis_site/templates/events/pages/code-jams/9 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,34 @@ <h3 id="approved-frameworks"><a href="#approved-frameworks">Approved Frameworks<
110
110
</ div >
111
111
</ div >
112
112
113
+ < div class ="card mb-4 ">
114
+ < div class ="card-content ">
115
+ < div class ="content ">
116
+ < p class ="subtitle "> Starlite</ p >
117
+ < p > Starlite is a light and flexible ASGI API framework, using Starlette and Pydantic as foundations.
118
+ </ p >
119
+ </ div >
120
+ </ div >
121
+ < div class ="card-footer ">
122
+ < a href ="https://starlite-api.github.io/starlite " class ="card-footer-item "> < i class ="fas fa-book "> </ i >  Documentation</ a >
123
+ < a href ="https://github.com/starlite-api/starlite " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
124
+ </ div >
125
+ </ div >
126
+
127
+ < div class ="card mb-4 ">
128
+ < div class ="card-content ">
129
+ < div class ="content ">
130
+ < p class ="subtitle "> Sanic</ p >
131
+ < p > Sanic is an ASGI compliant web framework designed for speed and simplicity.
132
+ </ p >
133
+ </ div >
134
+ </ div >
135
+ < div class ="card-footer ">
136
+ < a href ="https://sanic.dev/en/guide/advanced/websockets.html " class ="card-footer-item "> < i class ="fas fa-book "> </ i >  Documentation</ a >
137
+ < a href ="https://github.com/sanic-org/sanic " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
138
+ </ div >
139
+ </ div >
140
+
113
141
114
142
{% endblock %}
115
143
You can’t perform that action at this time.
0 commit comments