47 lines
2.7 KiB
Django/Jinja
47 lines
2.7 KiB
Django/Jinja
<div class="ui grid">
|
|
<div class="row">
|
|
<div class="column padding-reset">
|
|
<div id="jumbotron" class="ui huge message page grid">
|
|
<h1 class="ui huge header">Hello World!</h1>
|
|
<p>This is the example placeholder that should become the welcoming dashboard for the admin.
|
|
It should show various statistics and also a detailed overview of all your models.
|
|
|
|
This Dashboard however has a low priority to be completed, so I started filling it with whatever
|
|
came into my mind.
|
|
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ui page grid">
|
|
<div class="three column row">
|
|
<div class="column">
|
|
<h2 class="ui header">Axum</h2>
|
|
<p>Selecting from all the backend frameworks in rust, axum seemed like the most logical choice. While there
|
|
are plenty of good frameworks available, axum being close to tokio allows to rely on the most famous
|
|
async framework, which also powers great other crates like tower and hyper.</p>
|
|
<a class="ui small icon button" href="https://github.com/tokio-rs/axum" target="_blank">More Details <i
|
|
class="angle double right icon"></i></a>
|
|
</div>
|
|
<div class="column">
|
|
<h2 class="ui header">Jumbotron</h2>
|
|
<p>A jumbotron is a big box which is used for calling extra attention to some special content. The above
|
|
element was achieved by making use of Fomantic's messaging component. Click the button below for
|
|
information on Fomantic's message syntax.</p>
|
|
<a class="ui small icon button" href="https://fomantic-ui.com/collections/message.html" target="_blank">More
|
|
Details <i class="angle double right icon"></i></a>
|
|
</div>
|
|
<div class="column">
|
|
<h2 class="ui header">Django Admin</h2>
|
|
<p>Django was the inspiration to make this, but it has since changed into it's own project, where I have to
|
|
learn more frontend work. I like Django in python, even though there are more modern frameworks
|
|
available, because usually web projects end up using most of the framework anyway, so it is only one
|
|
dependency to maintain. Also, the most important thing in Django is the Admin, which I here try to
|
|
reproduce.</p>
|
|
<a class="ui small icon button" href="https://www.djangoproject.com/" target="_blank">More
|
|
Details <i class="angle double right icon"></i></a>
|
|
</div>
|
|
</div>
|
|
</div> |