Skip to content

Commit

Permalink
reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
andzejsp committed Jun 17, 2023
1 parent 9f3635b commit 97403f3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions web/src/components/WelcomeComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
<!-- DEFAULT FIRST PAGE LOAD VIEW -->
<div class="flex flex-col text-center">
<div class="flex flex-col text-center items-center">

<div class="flex items-center gap-3 text-5xl drop-shadow-md align-middle pt-24 ">
<img class="w-24 animate-bounce" title="lollms-webui" src="@/assets/logo.svg" alt="Logo">
<p class=" ">lollms-webui</p>


<img class="w-24 animate-bounce" title="LoLLMS WebUI" src="@/assets/logo.png" alt="Logo">
<div class="flex flex-col items-start">
<p class="text-2xl ">Lord of Large Language Models</p>
<p class="text-gray-400 text-base">One tool to rule them all</p>

</div>
</div>
<hr
class=" mt-1 w-96 h-1 mx-auto my-2 md:my-2 dark:bg-bg-dark-tone-panel bg-bg-light-tone-panel border-0 rounded ">
<p class="text-lg ">Welcome, please create a new discussion or select existing one to start</p>
<p class="text-2xl">Welcome</p>
<p class="text-lg ">Please create a new discussion or select existing one to start</p>

</div>

Expand Down

0 comments on commit 97403f3

Please sign in to comment.