- Introduce new vanilla-jsoneditor iso older jsoneditor (for viewing a.o. ChatSessions) - Introduce use of npm to install required javascript libraries - update Material-kit-pro - Introduce new top bar to show session defaults, remove old navbar buttons - Correct Task & Tools editor
14 lines
682 B
HTML
14 lines
682 B
HTML
<header class="header-2">
|
|
<div class="page-header min-vh-25" style="background-image: url({{url_for('static', filename='/assets/img/EveAI_bg.jpg')}}); background-position: top left; background-repeat: no-repeat; background-size: cover;" loading="lazy">
|
|
<span class="mask bg-gradient-primary opacity-4"></span>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-7 text-center mx-auto">
|
|
<h1 class="text-white pt-3 mt-n5">Ask Eve AI</h1>
|
|
<h2 class="lead text-white mt-3 px-5">Humanize Information Access</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|