Skip to content

Commit 4f3f9ca

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 05611dd + b91bf2c commit 4f3f9ca

2 files changed

Lines changed: 90 additions & 0 deletions

File tree

index.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,57 @@ <h5 class="card-title">
13491349
</div>
13501350
</div>
13511351

1352+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1353+
<div class="card p-3">
1354+
<a href="https://github.com/nitely/Spirit" target="_blank">
1355+
<h3 class="text-end p-3">Spirit</h3>
1356+
</a>
1357+
<figure class="p-3 mb-0 text-end">
1358+
<blockquote class="blockquote">
1359+
<p>Spirit is a modern Python based forum built on top of Django framework.</p>
1360+
</blockquote>
1361+
</figure>
1362+
</div>
1363+
</div>
1364+
1365+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1366+
<div class="card text-center p-3">
1367+
<a href="https://github.com/ellmetha/django-machina" target="_blank">
1368+
<img class="card-img-top" src="static/image/logos/django-machina.svg" style="width:30%; height: auto;" alt="django-machina">
1369+
</a>
1370+
<p class="mt-2">django-machina</p>
1371+
<figure class="p-1 mb-0">
1372+
<blockquote class="blockquote">
1373+
<p>A Django forum engine for building powerful community driven websites.</p>
1374+
</blockquote>
1375+
</figure>
1376+
1377+
<figcaption class="blockquote-footer mt-2 text-muted">
1378+
django-machina is customizable and extensible
1379+
</figcaption>
1380+
</div>
1381+
</div>
1382+
1383+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1384+
<div class="card">
1385+
<div class="card-header" style="background-color: #364fc7;">
1386+
<h2><a style="color: #fff;" href="https://github.com/Punkweb/PunkwebBB" target="_blank">PunkwebBB</a></h2>
1387+
</div>
1388+
<div class="card-body">
1389+
<blockquote class="mb-0">
1390+
<p>
1391+
<a href="https://github.com/Punkweb/PunkwebBB" target="_blank">PunkWeb</a>
1392+
is Django application that provides a simple and modern forum board for your Django Website.
1393+
</p>
1394+
<hr class="mb-2">
1395+
<footer class="blockquote-footer mt-2">
1396+
Check out <a href="https://punkweb.net/board/" target="_blank">punkweb.net</a> for documentation, support and a live demonstration
1397+
</footer>
1398+
</blockquote>
1399+
</div>
1400+
</div>
1401+
</div>
1402+
13521403
</div>
13531404
</div>
13541405
<!--End of Content Managment System (CMS)-->
Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)