comparison sat_templates/templates/bulma/login/login.html @ 403:65c53ec5e777

Bulma: complete redesign: This is a WIP full redesign of the whole web UI. Only chat is usable at the moment, many things are broken. The design uses the new Bulma v1+, has a look closer to industry standards, paves the way for a dark theme, and should be easy to use. It's a basis for coming features such as UI/UX for threads. rel 457
author Goffi <goffi@goffi.org>
date Fri, 11 Apr 2025 21:32:05 +0200
parents 0e69b5843c2f
children
comparison
equal deleted inserted replaced
402:2bbcb7da56bc 403:65c53ec5e777
3 {% import 'input/field.html' as field with context %} 3 {% import 'input/field.html' as field with context %}
4 4
5 {% block title %}{{C.APP_NAME}} login{% endblock %} 5 {% block title %}{{C.APP_NAME}} login{% endblock %}
6 6
7 {% block body %} 7 {% block body %}
8 {{ icon_defs('group') }} 8 {{ icon_defs('users') }}
9 <section class="section"> 9 <section class="section">
10 <div class="columns is-vcentered is-centered"> 10 <div class="columns is-vcentered is-centered">
11 <div class="column is-narrow is-hidden-touch"> 11 <div class="column is-narrow is-hidden-touch">
12 <img src="{{media_path}}libervia/register_left.png"> 12 <img src="{{media_path}}libervia/register_left.png">
13 </div> 13 </div>